Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer authored and github-actions[bot] committed Dec 5, 2024
1 parent 451742d commit 29c8c65
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 50 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ config:
baddns:
enable_references: True



```

</details>
Expand Down
2 changes: 1 addition & 1 deletion docs/data/chord_graph/entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -2020,4 +2020,4 @@
7
]
}
]
]
2 changes: 1 addition & 1 deletion docs/data/chord_graph/rels.json
Original file line number Diff line number Diff line change
Expand Up @@ -1719,4 +1719,4 @@
"target": 148,
"type": "produces"
}
]
]
2 changes: 1 addition & 1 deletion docs/modules/nuclei.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The Nuclei module has many configuration options:
| modules.nuclei.silent | bool | Don't display nuclei's banner or status messages | False |
| 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 | |
| modules.nuclei.version | str | nuclei version | 3.3.6 |
| modules.nuclei.version | str | nuclei version | 3.3.7 |
<!-- END BBOT MODULE OPTIONS NUCLEI -->
Most of these you probably will **NOT** want to change. In particular, we advise against changing the version of Nuclei, as it's possible the latest version won't work right with BBOT.
Expand Down
4 changes: 2 additions & 2 deletions docs/scanning/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Many modules accept their own configuration options. These options have the abil
| modules.nuclei.silent | bool | Don't display nuclei's banner or status messages | False |
| 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 | |
| modules.nuclei.version | str | nuclei version | 3.3.6 |
| modules.nuclei.version | str | nuclei version | 3.3.7 |
| modules.oauth.try_all | bool | Check for OAUTH/IODC on every subdomain and URL. | False |
| modules.paramminer_cookies.recycle_words | bool | Attempt to use words found during the scan on all other endpoints | False |
| modules.paramminer_cookies.skip_boring_words | bool | Remove commonly uninteresting words from the wordlist | True |
Expand Down Expand Up @@ -436,7 +436,7 @@ Many modules accept their own configuration options. These options have the abil
| 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.84.1 |
| modules.trufflehog.version | str | trufflehog version | 3.84.2 |
| modules.urlscan.urls | bool | Emit URLs in addition to DNS_NAMEs | False |
| modules.virustotal.api_key | str | VirusTotal API Key | |
| modules.wayback.garbage_threshold | int | Dedupe similar urls if they are in a group of this size or higher (lower values == less garbage data) | 10 |
Expand Down
Loading

0 comments on commit 29c8c65

Please sign in to comment.