diff --git a/docs/scanning/configuration.md b/docs/scanning/configuration.md index 90282ef66..fb9d5544c 100644 --- a/docs/scanning/configuration.md +++ b/docs/scanning/configuration.md @@ -250,12 +250,14 @@ Many modules accept their own configuration options. These options have the abil | modules.nmap.timing | str |` -T<0-5>: Set timing template (higher is faster) `| T4 | | modules.nmap.top_ports | int | top ports to scan | 100 | | modules.ntlm.try_all | bool | Try every NTLM endpoint | False | +| modules.nuclei.batch_size | int | Number of targets to send to Nuclei per batch (default 200) | 200 | | modules.nuclei.budget | int | Used in budget mode to set the number of requests which will be alloted to the nuclei scan | 1 | | modules.nuclei.concurrency | int | maximum number of templates to be executed in parallel (default 25) | 25 | | modules.nuclei.directory_only | bool | Filter out 'file' URL event (default True) | True | | modules.nuclei.etags | str | tags to exclude from the scan | | | modules.nuclei.mode | str | manual | technology | severe | budget. Technology: Only activate based on technology events that match nuclei tags (nuclei -as mode). Manual (DEFAULT): Fully manual settings. Severe: Only critical and high severity templates without intrusive. Budget: Limit Nuclei to a specified number of HTTP requests | manual | | modules.nuclei.ratelimit | int | maximum number of requests to send per second (default 150) | 150 | +| modules.nuclei.retries | int | number of times to retry a failed request (default 0) | 0 | | modules.nuclei.severity | str | Filter based on severity field available in the template. | | | modules.nuclei.tags | str | execute a subset of templates that contain the provided tags | | | modules.nuclei.templates | str | template or template directory paths to include in the scan | |