mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[GH-ISSUE #39] [Question]: how to produce pentest report like https://github.com/vxcontrol/pentagi/tree/master/examples/reports #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @khomkrit-xfinit on GitHub (May 1, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/39
Originally assigned to: @asdek on GitHub.
I've tried using penagi, but I wasn't able to generate the pestest_report.md file. Could you please create documentation on how to use this feature or example to generate report?
@asdek commented on GitHub (May 5, 2025):
Hello @khomkrit-xfinit
Thank you for trying out PentAGI 😉
Currently, automatic generation of the pentest_report.md file is not yet implemented in the product. The reports you see in the examples/reports/ directory were created manually based on the content from the Agents tab after completing a task.
I'm working on adding a report generation feature in upcoming updates. In the meantime, you can view and copy the report text directly from the Agents tab by expanding the relevant sections after the task execution.
Please take a look at my previous response on a similar topic for more details: Issue #35 Comment
I'm currently testing assistant functionalities, which is a preliminary step towards enabling comprehensive report generation as part of task execution.
Thank you for your patience and understanding. If you have any other questions or need further assistance, feel free to ask.
@asdek commented on GitHub (Jun 2, 2025):
Hello @khomkrit-xfinit,
Good news! I've just released an update that adds the report generation feature you requested. You can now generate pentest reports directly from the UI.
To use this new functionality:
docker compose pull && docker compose up -dYou can find details about this update and other improvements in the PR: https://github.com/vxcontrol/pentagi/pull/44
Thank you for your feedback - it helped prioritize this feature. Since this issue has been resolved with the latest release, I'll be closing it. Happy testing 😉