Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ include:

config:
modules:
baddns:
enable_references: True
dnsbrute:
recursive_mutations: true
dnscommonsrv:
Expand Down
5 changes: 3 additions & 2 deletions docs/scanning/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,8 @@ In addition to the stated options for each module, the following universal optio
| modules.virtualhost.special_hosts | bool | Enable testing of special virtual host list (localhost, etc.) | False |
| modules.virtualhost.subdomain_brute | bool | Enable subdomain brute-force on target host | True |
| modules.virtualhost.wordcloud_check | bool | Enable check using scan-wide wordcloud data on target host | False |
| modules.waf_bypass.neighbor_cidr | int | CIDR mask (24-31) used for neighbor enumeration when search_ip_neighbors is true | 24 |
| modules.waf_bypass.max_concurrent_checks | int | Maximum number of concurrent bypass-attempt HTTP checks in finish() | 100 |
| modules.waf_bypass.neighbor_cidr | int | CIDR mask (24-31) used for neighbor enumeration when search_ip_neighbors is true | 28 |
| modules.waf_bypass.search_ip_neighbors | bool | Also check IP neighbors of the target domain | True |
| modules.waf_bypass.similarity_threshold | float | Similarity threshold for content matching | 0.9 |
| modules.wafw00f.generic_detect | bool | When no specific WAF detections are made, try to perform a generic detect | True |
Expand Down Expand Up @@ -678,7 +679,7 @@ In addition to the stated options for each module, the following universal optio
| modules.trufflehog.config | str | File path or URL to YAML trufflehog config | |
| modules.trufflehog.deleted_forks | bool | Scan for deleted github forks. WARNING: This is SLOW. For a smaller repository, this process can take 20 minutes. For a larger repository, it could take hours. | False |
| modules.trufflehog.only_verified | bool | Only report credentials that have been verified | True |
| modules.trufflehog.version | str | trufflehog version | 3.95.8 |
| modules.trufflehog.version | str | trufflehog version | 3.95.9 |
| modules.urlscan.urls | bool | Emit URLs in addition to DNS_NAMEs | False |
| modules.virustotal.api_key | str | list[str] | VirusTotal API Key | |
| modules.wayback.archive | bool | fetch archived versions of dead URLs from the Wayback Machine and emit HTTP_RESPONSE events (requires urls=true) | False |
Expand Down
4 changes: 1 addition & 3 deletions docs/scanning/presets_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ Everything everywhere all at once

config:
modules:
baddns:
enable_references: True
dnsbrute:
recursive_mutations: true
dnscommonsrv:
Expand Down Expand Up @@ -777,7 +775,7 @@ WAF bypass detection with subdomain enumeration
waf_bypass:
similarity_threshold: 0.90
search_ip_neighbors: true
neighbor_cidr: 24
neighbor_cidr: 28
```


Expand Down
Loading