Description
This plugin serves as an entry point for the results of other tools that identify URLs. The plugin reads from different input files and directories and creates the fuzzable requests which are needed by the audit plugins. Two configurable parameter exist:
- input_csv
- input_burp
One or more of these need to be configured in order for this plugin to yield any results.
Plugin type
Options
Name | Type | Default Value | Description | Help |
input_csv | input_file | Define the CSV input file from which to create the fuzzable requests | The input file is comma separated and holds the following data: HTTP-METHOD,URI,POSTDATA | |
input_burp | input_file | Define the Burp log file from which to create the fuzzable requests | The input file needs to be in Burp format. |
Source
For more information about this plugin and the associated tests, there’s always the source code to understand exactly what’s under the hood:
Plugin source code
Unittest source code
Dependencies
This plugin has no dependencies.