Utilities
Created bymhmdiaa-trickest
Last updated6/11/2025
Generate Scan Report
Description
Aggregates diverse data types from various modules into a consolidated, easy-to-review report.Features
- Summarizes findings and provides breakdowns of the collected data.
- Creates a screenshot gallery of captured URLs for visual reference.
- Allows searching and filtering of URLs by full URL, body parameters, and discovery source.
- Supports multiple data types, including:
- Vulnerability findings
- Network services
- Web servers
- Web technologies
- DNS records
- WHOIS records
- URLs
- Screenshots
- JavaScript code
- Application sitemap
Inputs
Optional
- findings: JSONLines records of finding details.
- port-details: JSONLines records of port discovery details.
- network-service-details: JSONLines records of network service discovery details.
- web-server-details: JSONLines records of web server details.
- web-technologies: JSONLines records of web technology discovery details.
- dns-records: JSONLines DNS records.
- whois-records: JSONLines WHOIS records for domains and IP addresses.
- url-details: JSONLines records of URL discovery details.
-
screenshots: Folder containing screenshots of the URLs. The screenshots are named after the
url-details
URL they are associated with, e.g.https-foo.example.com-443-login.png
. - javascript-code: Folder containing JavaScript code.
- sitemap: Application sitemap export file.
Outputs
- html-zip: A ZIP archive containing an HTML report.
- The main entry point is
./index.html
- The screenshot gallery is located at
./screenshots.html
- The sitemap is at
./sitemap
- The JavaScript code is in the
./javascript
directory
- The main entry point is
Changelog
- v1.0.0
- Initial release
- v1.0.1
- Add click-to-copy functionality for finding descriptions