Skip to content

Commit dcbcac7

Browse files
[create-pull-request] automated change
1 parent 7b47917 commit dcbcac7

5 files changed

Lines changed: 4125 additions & 37 deletions

File tree

docs/modules/nuclei.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The Nuclei module has many configuration options:
5151
| modules.nuclei.silent | bool | Don't display nuclei's banner or status messages | False |
5252
| modules.nuclei.tags | str | execute a subset of templates that contain the provided tags | |
5353
| modules.nuclei.templates | str | template or template directory paths to include in the scan | |
54-
| modules.nuclei.version | str | nuclei version | 3.7.1 |
54+
| modules.nuclei.version | str | nuclei version | 3.8.0 |
5555
<!-- END BBOT MODULE OPTIONS NUCLEI -->
5656
5757
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.

docs/scanning/advanced.md

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ usage: bbot [-h] [-t TARGET [TARGET ...]] [-s SEEDS [SEEDS ...]]
4242
[--current-preset-full] [-mh MODULE] [-o DIR]
4343
[-om MODULE [MODULE ...]] [-lo] [--json] [--brief]
4444
[--event-types EVENT_TYPES [EVENT_TYPES ...]] [--exclude-cdn]
45-
[--no-deps | --force-deps | --retry-deps | --ignore-failed-deps]
46-
[--install-all-deps] [--version] [--proxy HTTP_PROXY]
47-
[-H CUSTOM_HEADERS [CUSTOM_HEADERS ...]]
45+
[--no-deps | --force-deps | --retry-deps |
46+
--ignore-failed-deps] [--install-all-deps] [--version]
47+
[--proxy HTTP_PROXY] [-H CUSTOM_HEADERS [CUSTOM_HEADERS ...]]
4848
[-C CUSTOM_COOKIES [CUSTOM_COOKIES ...]]
4949
[--custom-yara-rules CUSTOM_YARA_RULES]
5050
[--user-agent USER_AGENT] [--user-agent-suffix SUFFIX]
@@ -55,40 +55,39 @@ options:
5555
-h, --help show this help message and exit
5656
5757
Target:
58-
-t TARGET [TARGET ...], --targets TARGET [TARGET ...]
58+
-t, --targets TARGET [TARGET ...]
5959
Target scope
60-
-s SEEDS [SEEDS ...], --seeds SEEDS [SEEDS ...]
60+
-s, --seeds SEEDS [SEEDS ...]
6161
Define seeds to drive passive modules without being in scope (if not specified, defaults to same as targets)
62-
-b BLACKLIST [BLACKLIST ...], --blacklist BLACKLIST [BLACKLIST ...]
62+
-b, --blacklist BLACKLIST [BLACKLIST ...]
6363
Don't touch these things
6464
--strict-scope Don't consider subdomains of target to be in-scope - exact matches only
6565
6666
Presets:
67-
-p [PRESET ...], --preset [PRESET ...]
67+
-p, --preset [PRESET ...]
6868
Enable BBOT preset(s)
69-
-c [CONFIG ...], --config [CONFIG ...]
69+
-c, --config [CONFIG ...]
7070
Custom config options in key=value format: e.g. 'modules.shodan.api_key=1234'
7171
-lp, --list-presets List available presets.
7272
7373
Modules:
74-
-m MODULE [MODULE ...], --modules MODULE [MODULE ...]
74+
-m, --modules MODULE [MODULE ...]
7575
Modules to enable. Choices: affiliates,ajaxpro,anubisdb,apkpure,asn,aspnet_bin_exposure,azure_tenant,baddns,baddns_direct,baddns_zone,badsecrets,bevigil,bucket_amazon,bucket_digitalocean,bucket_file_enum,bucket_firebase,bucket_google,bucket_microsoft,bufferoverrun,builtwith,bypass403,c99,censys_dns,censys_ip,certspotter,chaos,code_repository,credshed,crt,crt_db,dehashed,digitorus,dnsbimi,dnsbrute,dnsbrute_mutations,dnscaa,dnscommonsrv,dnsdumpster,dnstlsrpt,docker_pull,dockerhub,dotnetnuke,emailformat,ffuf,ffuf_shortnames,filedownload,fingerprintx,fullhunt,git,git_clone,gitdumper,github_codesearch,github_org,github_usersearch,github_workflows,gitlab_com,gitlab_onprem,google_playstore,gowitness,graphql_introspection,hackertarget,host_header,httpx,hunt,hunterio,iis_shortnames,ip2location,ipneighbor,ipstack,jadx,kreuzberg,leakix,legba,lightfuzz,medusa,myssl,newsletters,ntlm,nuclei,oauth,otx,paramminer_cookies,paramminer_getparams,paramminer_headers,passivetotal,pgp,portfilter,portscan,postman,postman_download,rapiddns,reflected_parameters,retirejs,robots,securitytrails,securitytxt,shodan_dns,shodan_enterprise,shodan_idb,sitedossier,skymem,smuggler,social,sslcert,subdomaincenter,subdomainradar,telerik,trajan,trickest,trufflehog,url_manipulation,urlscan,viewdns,virustotal,wafw00f,wayback,wpscan
7676
-l, --list-modules List available modules.
7777
-lmo, --list-module-options
7878
Show all module config options
79-
-em MODULE [MODULE ...], --exclude-modules MODULE [MODULE ...]
79+
-em, --exclude-modules MODULE [MODULE ...]
8080
Exclude these modules.
81-
-f FLAG [FLAG ...], --flags FLAG [FLAG ...]
81+
-f, --flags FLAG [FLAG ...]
8282
Enable modules by flag. Choices: active,affiliates,baddns,cloud-enum,code-enum,download,email-enum,iis-shortnames,invasive,loud,passive,portscan,safe,service-enum,slow,social-enum,subdomain-enum,subdomain-hijack,web,web-heavy,web-paramminer,web-screenshots
8383
-lf, --list-flags List available flags.
84-
-rf FLAG [FLAG ...], --require-flags FLAG [FLAG ...]
84+
-rf, --require-flags FLAG [FLAG ...]
8585
Only enable modules with these flags (e.g. -rf passive)
86-
-ef FLAG [FLAG ...], --exclude-flags FLAG [FLAG ...]
86+
-ef, --exclude-flags FLAG [FLAG ...]
8787
Disable modules with these flags. (e.g. -ef loud)
8888
8989
Scan:
90-
-n SCAN_NAME, --name SCAN_NAME
91-
Name of scan (default: random)
90+
-n, --name SCAN_NAME Name of scan (default: random)
9291
-v, --verbose Be more verbose
9392
-d, --debug Enable debugging
9493
-S, --silent Be quiet
@@ -99,13 +98,12 @@ Scan:
9998
--current-preset Show the current preset in YAML format
10099
--current-preset-full
101100
Show the current preset in its full form, including defaults
102-
-mh MODULE, --module-help MODULE
101+
-mh, --module-help MODULE
103102
Show help for a specific module
104103
105104
Output:
106-
-o DIR, --output-dir DIR
107-
Directory to output scan results
108-
-om MODULE [MODULE ...], --output-modules MODULE [MODULE ...]
105+
-o, --output-dir DIR Directory to output scan results
106+
-om, --output-modules MODULE [MODULE ...]
109107
Output module(s). Choices: asset_inventory,csv,discord,elastic,emails,http,json,kafka,mongo,mysql,nats,neo4j,nmap_xml,postgres,python,rabbitmq,slack,splunk,sqlite,stdout,subdomains,teams,txt,web_parameters,web_report,websocket,zeromq
110108
-lo, --list-output-modules
111109
List available output modules
@@ -127,15 +125,15 @@ Module dependencies:
127125
Misc:
128126
--version show BBOT version and exit
129127
--proxy HTTP_PROXY Use this proxy for all HTTP requests
130-
-H CUSTOM_HEADERS [CUSTOM_HEADERS ...], --custom-headers CUSTOM_HEADERS [CUSTOM_HEADERS ...]
128+
-H, --custom-headers CUSTOM_HEADERS [CUSTOM_HEADERS ...]
131129
List of custom headers as key value pairs (header=value).
132-
-C CUSTOM_COOKIES [CUSTOM_COOKIES ...], --custom-cookies CUSTOM_COOKIES [CUSTOM_COOKIES ...]
130+
-C, --custom-cookies CUSTOM_COOKIES [CUSTOM_COOKIES ...]
133131
List of custom cookies as key value pairs (cookie=value).
134-
--custom-yara-rules CUSTOM_YARA_RULES, -cy CUSTOM_YARA_RULES
132+
--custom-yara-rules, -cy CUSTOM_YARA_RULES
135133
Add custom yara rules to excavate
136-
--user-agent USER_AGENT, -ua USER_AGENT
134+
--user-agent, -ua USER_AGENT
137135
Set the user-agent for all HTTP requests
138-
--user-agent-suffix SUFFIX, -uas SUFFIX
136+
--user-agent-suffix, -uas SUFFIX
139137
Suffix to append to the user-agent
140138
141139
EXAMPLES

0 commit comments

Comments
 (0)