From d2485c359791b1fbe0ef7db03207af457e300100 Mon Sep 17 00:00:00 2001 From: TheTechromancer <20261699+TheTechromancer@users.noreply.github.com> Date: Thu, 19 Dec 2024 02:49:21 +0000 Subject: [PATCH] [create-pull-request] automated change --- docs/scanning/advanced.md | 8 ++++---- docs/scanning/configuration.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/scanning/advanced.md b/docs/scanning/advanced.md index 88f75da5c..0a615745b 100644 --- a/docs/scanning/advanced.md +++ b/docs/scanning/advanced.md @@ -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] @@ -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 ...] diff --git a/docs/scanning/configuration.md b/docs/scanning/configuration.md index 5808b149c..1c5dc6ad2 100644 --- a/docs/scanning/configuration.md +++ b/docs/scanning/configuration.md @@ -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 |