-
Notifications
You must be signed in to change notification settings - Fork 183
Configuring reports
devloop edited this page Oct 6, 2024
·
1 revision
Wapiti generates a report at the end of the attack process, summarizing the findings. Multiple formats are supported, allowing you to tailor the report to your needs.
-
-f
,--format
This option specifies the format of the report. You can choose between the following formats:
json
html
txt
xml
While the HTML reports have been improved to be more responsive, they can still become unwieldy when many vulnerabilities are found.
-
-o
,--output
<OUTPUT_PATH>Use this option to specify where the report will be saved. You can set the desired path for the report file.
-
-dr
,--detailed-report
This option adjusts the level of detail included in the report. The available levels are:
- 1: Includes the HTTP requests sent during the attack in the report.
- 2: Includes the HTTP requests as well as the HTTP responses (both headers and bodies).