Description
This plugin exports all discovered HTTP requests (URL, Method, Params) to the given file (CSV) which can then be imported in another scan by using the crawl.import_results. One configurable parameter exists:
- output_file
Plugin type
Options
Name | Type | Default Value | Description | Help |
output_file | output_file | output-requests.csv | The name of the output file where the HTTP requests will be saved | No detailed help available |
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.