Skip to content

Commit

Permalink
Refresh module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blsaccess authored and TheTechromancer committed Dec 22, 2023
1 parent a8fe34d commit e279599
Show file tree
Hide file tree
Showing 6 changed files with 277 additions and 268 deletions.
217 changes: 109 additions & 108 deletions README.md

Large diffs are not rendered by default.

217 changes: 109 additions & 108 deletions docs/modules/list_of_modules.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/scanning/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Target:
Modules:
-m MODULE [MODULE ...], --modules MODULE [MODULE ...]
Modules to enable. Choices: affiliates,ajaxpro,anubisdb,asn,azure_realm,azure_tenant,badsecrets,bevigil,binaryedge,bucket_amazon,bucket_azure,bucket_digitalocean,bucket_file_enum,bucket_firebase,bucket_google,builtwith,bypass403,c99,censys,certspotter,chaos,columbus,credshed,crobat,crt,dastardly,dehashed,digitorus,dnscommonsrv,dnsdumpster,dnszonetransfer,emailformat,ffuf,ffuf_shortnames,filedownload,fingerprintx,fullhunt,generic_ssrf,git,github,gowitness,hackertarget,host_header,httpx,hunt,hunterio,iis_shortnames,ip2location,ipneighbor,ipstack,leakix,masscan,massdns,myssl,nmap,nsec,ntlm,nuclei,oauth,otx,paramminer_cookies,paramminer_getparams,paramminer_headers,passivetotal,pgp,rapiddns,riddler,robots,secretsdb,securitytrails,shodan_dns,sitedossier,skymem,smuggler,social,sslcert,subdomain_hijack,subdomaincenter,sublist3r,telerik,threatminer,url_manipulation,urlscan,vhost,viewdns,virustotal,wafw00f,wappalyzer,wayback,zoomeye
Modules to enable. Choices: affiliates,ajaxpro,anubisdb,asn,azure_realm,azure_tenant,badsecrets,bevigil,binaryedge,bucket_amazon,bucket_azure,bucket_digitalocean,bucket_file_enum,bucket_firebase,bucket_google,builtwith,bypass403,c99,censys,certspotter,chaos,columbus,credshed,crobat,crt,dastardly,dehashed,digitorus,dnscommonsrv,dnsdumpster,dnszonetransfer,emailformat,ffuf,ffuf_shortnames,filedownload,fingerprintx,fullhunt,generic_ssrf,git,github_codesearch,github_org,gowitness,hackertarget,host_header,httpx,hunt,hunterio,iis_shortnames,ip2location,ipneighbor,ipstack,leakix,masscan,massdns,myssl,nmap,nsec,ntlm,nuclei,oauth,otx,paramminer_cookies,paramminer_getparams,paramminer_headers,passivetotal,pgp,rapiddns,riddler,robots,secretsdb,securitytrails,shodan_dns,sitedossier,skymem,smuggler,social,sslcert,subdomain_hijack,subdomaincenter,sublist3r,telerik,threatminer,url_manipulation,urlscan,vhost,viewdns,virustotal,wafw00f,wappalyzer,wayback,zoomeye
-l, --list-modules List available modules.
-em MODULE [MODULE ...], --exclude-modules MODULE [MODULE ...]
Exclude these modules.
Expand Down
6 changes: 5 additions & 1 deletion docs/scanning/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,11 @@ Many modules accept their own configuration options. These options have the abil
| modules.dehashed.api_key | str | DeHashed API Key | |
| modules.dehashed.username | str | Email Address associated with your API key | |
| modules.fullhunt.api_key | str | FullHunt API Key | |
| modules.github.api_key | str | Github token | |
| modules.github_codesearch.api_key | str | Github token | |
| modules.github_codesearch.limit | int | Limit code search to this many results | 100 |
| modules.github_org.api_key | str | Github token | |
| modules.github_org.include_member_repos | bool | Also enumerate organization members' repositories | False |
| modules.github_org.include_members | bool | Enumerate organization members | True |
| modules.hunterio.api_key | str | Hunter.IO API key | |
| modules.ip2location.api_key | str | IP2location.io API Key | |
| modules.ip2location.lang | str | Translation information(ISO639-1). The translation is only applicable for continent, country, region and city name. | |
Expand Down
Loading

0 comments on commit e279599

Please sign in to comment.