From ed6d283ed4df0ba6843213a968c62d4ab7d95e27 Mon Sep 17 00:00:00 2001 From: BBOT Docs Autopublish Date: Mon, 13 Nov 2023 16:34:20 +0000 Subject: [PATCH] Refresh module docs --- docs/scanning/configuration.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/scanning/configuration.md b/docs/scanning/configuration.md index 59f2a77ab..f4de56647 100644 --- a/docs/scanning/configuration.md +++ b/docs/scanning/configuration.md @@ -213,7 +213,7 @@ Many modules accept their own configuration options. These options have the abil | modules.dnszonetransfer.timeout | int | Max seconds to wait before timing out | 10 | | modules.ffuf.extensions | str | Optionally include a list of extensions to extend the keyword with (comma separated) | | | modules.ffuf.lines | int | take only the first N lines from the wordlist when finding directories | 5000 | -| modules.ffuf.max_depth | int | the maximum directory depth to attempt to solve | 0 | +| modules.ffuf.max_depth | int | the maximum directory depth to attempt to solve | 0 | | modules.ffuf.version | str | ffuf version | 2.0.0 | | modules.ffuf.wordlist | str | Specify wordlist to use when finding directories | https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/raft-small-directories.txt | | modules.ffuf_shortnames.extensions | str | Optionally include a list of extensions to extend the keyword with (comma separated) | | @@ -221,7 +221,7 @@ Many modules accept their own configuration options. These options have the abil | modules.ffuf_shortnames.find_delimiters | bool | Attempt to detect common delimiters and make additional ffuf runs against them | True | | modules.ffuf_shortnames.ignore_redirects | bool | Explicitly ignore redirects (301,302) | True | | modules.ffuf_shortnames.lines | int | take only the first N lines from the wordlist when finding directories | 1000000 | -| modules.ffuf_shortnames.max_depth | int | the maximum directory depth to attempt to solve | 1 | +| modules.ffuf_shortnames.max_depth | int | the maximum directory depth to attempt to solve | 1 | | modules.ffuf_shortnames.version | str | ffuf version | 2.0.0 | | modules.ffuf_shortnames.wordlist | str | Specify wordlist to use when finding directories | | | modules.ffuf_shortnames.wordlist_extensions | str | Specify wordlist to use when making extension lists | | @@ -251,7 +251,7 @@ Many modules accept their own configuration options. These options have the abil | 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 allotted to the nuclei scan | 1 | +| modules.nuclei.budget | int | Used in budget mode to set the number of requests which will be allotted 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 | | @@ -285,7 +285,7 @@ Many modules accept their own configuration options. These options have the abil | modules.vhost.force_basehost | str | Use a custom base host (e.g. evilcorp.com) instead of the default behavior of using the current URL | | | modules.vhost.lines | int | take only the first N lines from the wordlist when finding directories | 5000 | | modules.vhost.wordlist | str | Wordlist containing subdomains | https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/DNS/subdomains-top1million-5000.txt | -| modules.wafw00f.generic_detect | bool | When no specific WAF detections are made, try to perform a generic detect | True | +| modules.wafw00f.generic_detect | bool | When no specific WAF detections are made, try to perform a generic detect | True | | modules.bevigil.api_key | str | BeVigil OSINT API Key | | | modules.bevigil.urls | bool | Emit URLs in addition to DNS_NAMEs | False | | modules.binaryedge.api_key | str | BinaryEdge API key | | @@ -330,7 +330,7 @@ Many modules accept their own configuration options. These options have the abil | output_modules.asset_inventory.use_previous | bool |` Emit previous asset inventory as new events (use in conjunction with -n ) `| False | | output_modules.csv.output_file | str | Output to CSV file | | | output_modules.discord.event_types | list | Types of events to send | ['VULNERABILITY', 'FINDING'] | -| output_modules.discord.min_severity | str | Only allow VULNERABILITY events of this severity or higher | LOW | +| output_modules.discord.min_severity | str | Only allow VULNERABILITY events of this severity or higher | LOW | | output_modules.discord.webhook_url | str | Discord webhook URL | | | output_modules.http.bearer | str | Authorization Bearer token | | | output_modules.http.method | str | HTTP method | POST | @@ -346,12 +346,12 @@ Many modules accept their own configuration options. These options have the abil | output_modules.neo4j.uri | str | Neo4j server + port | bolt://localhost:7687 | | output_modules.neo4j.username | str | Neo4j username | neo4j | | output_modules.slack.event_types | list | Types of events to send | ['VULNERABILITY', 'FINDING'] | -| output_modules.slack.min_severity | str | Only allow VULNERABILITY events of this severity or higher | LOW | +| output_modules.slack.min_severity | str | Only allow VULNERABILITY events of this severity or higher | LOW | | output_modules.slack.webhook_url | str | Discord webhook URL | | | output_modules.subdomains.include_unresolved | bool | Include unresolved subdomains in output | False | | output_modules.subdomains.output_file | str | Output to file | | | output_modules.teams.event_types | list | Types of events to send | ['VULNERABILITY', 'FINDING'] | -| output_modules.teams.min_severity | str | Only allow VULNERABILITY events of this severity or higher | LOW | +| output_modules.teams.min_severity | str | Only allow VULNERABILITY events of this severity or higher | LOW | | output_modules.teams.webhook_url | str | Discord webhook URL | | | output_modules.web_report.css_theme_file | str | CSS theme URL for HTML output | https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.1.0/github-markdown.min.css | | output_modules.web_report.output_file | str | Output to file | |