Report
Dalfox provides a reporting feature that allows you to generate detailed reports of your scans. You can generate reports in different formats such as plain text and JSON.
Generating a Report
To generate a report, use the --report
option with the dalfox
command. Here is an example:
dalfox url https://xss-game.appspot.com/level1/frame --report
This command will generate a report in the default format (plain text).
Generating a JSON Report
If you prefer to generate a report in JSON format, use the --report-format
option with the value json
:
dalfox url https://xss-game.appspot.com/level1/frame --report --report-format json
This command will generate a report in JSON format.