Skip to content

Commit 7a09a31

Browse files
[create-pull-request] automated change
1 parent 1e01051 commit 7a09a31

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ include:
227227

228228
config:
229229
modules:
230-
baddns:
231-
enable_references: True
232230
dnsbrute:
233231
recursive_mutations: true
234232
dnscommonsrv:

docs/scanning/configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,8 @@ In addition to the stated options for each module, the following universal optio
574574
| modules.virtualhost.special_hosts | bool | Enable testing of special virtual host list (localhost, etc.) | False |
575575
| modules.virtualhost.subdomain_brute | bool | Enable subdomain brute-force on target host | True |
576576
| modules.virtualhost.wordcloud_check | bool | Enable check using scan-wide wordcloud data on target host | False |
577-
| modules.waf_bypass.neighbor_cidr | int | CIDR mask (24-31) used for neighbor enumeration when search_ip_neighbors is true | 24 |
577+
| modules.waf_bypass.max_concurrent_checks | int | Maximum number of concurrent bypass-attempt HTTP checks in finish() | 100 |
578+
| modules.waf_bypass.neighbor_cidr | int | CIDR mask (24-31) used for neighbor enumeration when search_ip_neighbors is true | 28 |
578579
| modules.waf_bypass.search_ip_neighbors | bool | Also check IP neighbors of the target domain | True |
579580
| modules.waf_bypass.similarity_threshold | float | Similarity threshold for content matching | 0.9 |
580581
| modules.wafw00f.generic_detect | bool | When no specific WAF detections are made, try to perform a generic detect | True |
@@ -678,7 +679,7 @@ In addition to the stated options for each module, the following universal optio
678679
| modules.trufflehog.config | str | File path or URL to YAML trufflehog config | |
679680
| 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 |
680681
| modules.trufflehog.only_verified | bool | Only report credentials that have been verified | True |
681-
| modules.trufflehog.version | str | trufflehog version | 3.95.8 |
682+
| modules.trufflehog.version | str | trufflehog version | 3.95.9 |
682683
| modules.urlscan.urls | bool | Emit URLs in addition to DNS_NAMEs | False |
683684
| modules.virustotal.api_key | str | list[str] | VirusTotal API Key | |
684685
| modules.wayback.archive | bool | fetch archived versions of dead URLs from the Wayback Machine and emit HTTP_RESPONSE events (requires urls=true) | False |

docs/scanning/presets_list.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ Everything everywhere all at once
221221

222222
config:
223223
modules:
224-
baddns:
225-
enable_references: True
226224
dnsbrute:
227225
recursive_mutations: true
228226
dnscommonsrv:
@@ -777,7 +775,7 @@ WAF bypass detection with subdomain enumeration
777775
waf_bypass:
778776
similarity_threshold: 0.90
779777
search_ip_neighbors: true
780-
neighbor_cidr: 24
778+
neighbor_cidr: 28
781779
```
782780

783781

0 commit comments

Comments
 (0)