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 19, 2024
1 parent 42eebcd commit d2485c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/scanning/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ usage: bbot [-h] [-t TARGET [TARGET ...]] [-w WHITELIST [WHITELIST ...]]
[-f FLAG [FLAG ...]] [-lf] [-rf FLAG [FLAG ...]]
[-ef FLAG [FLAG ...]] [--allow-deadly] [-n SCAN_NAME] [-v] [-d]
[-s] [--force] [-y] [--fast-mode] [--dry-run]
[--current-preset] [--current-preset-full]
[-om MODULE [MODULE ...]] [-lo] [-o DIR] [--json] [--brief]
[--current-preset] [--current-preset-full] [-o DIR]
[-om MODULE [MODULE ...]] [-lo] [--json] [--brief]
[--event-types EVENT_TYPES [EVENT_TYPES ...]]
[--no-deps | --force-deps | --retry-deps | --ignore-failed-deps | --install-all-deps]
[--version] [--proxy HTTP_PROXY]
Expand Down Expand Up @@ -100,12 +100,12 @@ Scan:
Show the current preset in its full form, including defaults
Output:
-o DIR, --output-dir DIR
Directory to output scan results
-om MODULE [MODULE ...], --output-modules MODULE [MODULE ...]
Output module(s). Choices: asset_inventory,csv,discord,emails,http,json,mysql,neo4j,nmap_xml,postgres,python,slack,splunk,sqlite,stdout,subdomains,teams,txt,web_report,websocket
-lo, --list-output-modules
List available output modules
-o DIR, --output-dir DIR
Directory to output scan results
--json, -j Output scan data in JSON format
--brief, -br Output only the data itself
--event-types EVENT_TYPES [EVENT_TYPES ...]
Expand Down
2 changes: 1 addition & 1 deletion docs/scanning/configuration.md
Original file line number Diff line number Diff line change
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.86.1 |
| modules.trufflehog.version | str | trufflehog version | 3.87.1 |
| 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

0 comments on commit d2485c3

Please sign in to comment.