diff --git a/docs/scanning/advanced.md b/docs/scanning/advanced.md index 97b3692c2..3ff92467e 100644 --- a/docs/scanning/advanced.md +++ b/docs/scanning/advanced.md @@ -69,14 +69,14 @@ Presets: Modules: -m MODULE [MODULE ...], --modules MODULE [MODULE ...] - Modules to enable. Choices: wpscan,crt,c99,credshed,gitlab,ajaxpro,pgp,trickest,ntlm,robots,postman_download,skymem,otx,rapiddns,bucket_firebase,shodan_dns,fingerprintx,internetdb,ip2location,columbus,bucket_azure,censys,binaryedge,github_org,wappalyzer,nuclei,ipneighbor,baddns_zone,telerik,url_manipulation,zoomeye,virustotal,myssl,builtwith,dnscaa,emailformat,oauth,bucket_amazon,sslcert,git,iis_shortnames,bucket_google,filedownload,bevigil,social,paramminer_headers,paramminer_cookies,digitorus,wafw00f,portscan,bufferoverrun,github_codesearch,gowitness,google_playstore,ipstack,code_repository,github_workflows,baddns_direct,secretsdb,chaos,azure_realm,affiliates,viewdns,dockerhub,subdomainradar,hunterio,dnscommonsrv,ffuf_shortnames,trufflehog,dotnetnuke,hunt,baddns,host_header,dastardly,vhost,docker_pull,paramminer_getparams,dnsdumpster,postman,httpx,bucket_digitalocean,bypass403,leakix,securitytrails,extractous,dnsbrute,ffuf,smuggler,asn,passivetotal,subdomaincenter,dnsbrute_mutations,wayback,newsletters,hackertarget,sitedossier,securitytxt,generic_ssrf,urlscan,badsecrets,dehashed,certspotter,fullhunt,anubisdb,apkpure,azure_tenant,git_clone,bucket_file_enum + Modules to enable. Choices: docker_pull,secretsdb,anubisdb,git_clone,ajaxpro,bevigil,zoomeye,hunterio,emailformat,binaryedge,wpscan,ipstack,filedownload,github_codesearch,censys,ntlm,wayback,google_playstore,baddns_direct,url_manipulation,badsecrets,paramminer_headers,dnsdumpster,subdomaincenter,columbus,paramminer_cookies,gitlab,baddns,git,chaos,credshed,github_workflows,oauth,bucket_amazon,dnsbrute,telerik,subdomainradar,dnsbrute_mutations,github_org,ffuf,dotnetnuke,shodan_dns,wafw00f,digitorus,social,skymem,asn,paramminer_getparams,crt,extractous,azure_tenant,host_header,apkpure,generic_ssrf,pgp,bucket_azure,affiliates,rapiddns,newsletters,bucket_file_enum,gowitness,virustotal,dnscommonsrv,iis_shortnames,postman,fullhunt,postman_download,dockerhub,sslcert,internetdb,bypass403,wappalyzer,securitytxt,ipneighbor,leakix,bucket_digitalocean,httpx,certspotter,hackertarget,trufflehog,bucket_google,fingerprintx,vhost,smuggler,ip2location,c99,securitytrails,azure_realm,dnscaa,otx,passivetotal,myssl,dehashed,code_repository,sitedossier,dastardly,bufferoverrun,trickest,ffuf_shortnames,viewdns,portscan,builtwith,hunt,baddns_zone,bucket_firebase,urlscan,nuclei,robots -l, --list-modules List available modules. -lmo, --list-module-options Show all module config options -em MODULE [MODULE ...], --exclude-modules MODULE [MODULE ...] Exclude these modules. -f FLAG [FLAG ...], --flags FLAG [FLAG ...] - Enable modules by flag. Choices: web-screenshots,service-enum,deadly,portscan,code-enum,iis-shortnames,cloud-enum,web-thorough,safe,report,active,affiliates,web-paramminer,aggressive,baddns,subdomain-hijack,social-enum,subdomain-enum,email-enum,web-basic,slow,passive + Enable modules by flag. Choices: subdomain-hijack,service-enum,safe,aggressive,iis-shortnames,active,affiliates,code-enum,baddns,deadly,web-screenshots,web-basic,web-thorough,web-paramminer,subdomain-enum,cloud-enum,report,social-enum,portscan,email-enum,slow,passive -lf, --list-flags List available flags. -rf FLAG [FLAG ...], --require-flags FLAG [FLAG ...] Only enable modules with these flags (e.g. -rf passive) @@ -101,7 +101,7 @@ Output: -o DIR, --output-dir DIR Directory to output scan results -om MODULE [MODULE ...], --output-modules MODULE [MODULE ...] - Output module(s). Choices: websocket,neo4j,discord,splunk,json,csv,sqlite,http,python,subdomains,stdout,teams,asset_inventory,slack,web_report,txt,emails + Output module(s). Choices: http,neo4j,asset_inventory,stdout,sqlite,teams,python,splunk,web_report,json,discord,csv,websocket,txt,emails,slack,subdomains --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 1ab2dea87..291431feb 100644 --- a/docs/scanning/configuration.md +++ b/docs/scanning/configuration.md @@ -426,7 +426,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.83.4 | +| modules.trufflehog.version | str | trufflehog version | 3.83.6 | | 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 |