You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#NOTIFY_CONFIG=~/.config/notify/provider-config.yaml # No need to define
174
-
AMASS_CONFIG=~/.config/amass/config.ini
175
174
GITHUB_TOKENS=${tools}/.github_tokens
176
175
GITLAB_TOKENS=${tools}/.gitlab_tokens
177
176
#CUSTOM_CONFIG=custom_config_path.txt # In case you use a custom config file, uncomment this line and set your files path
@@ -196,16 +195,13 @@ GITHUB_REPOS=true
196
195
METADATA=true # Fetch metadata from indexed office documents
197
196
EMAILS=true # Fetch emails from differents sites
198
197
DOMAIN_INFO=true # whois info
199
-
REVERSE_WHOIS=true # amass intel reverse whois info, takes some time
200
198
IP_INFO=true # Reverse IP search, geolocation and whois
201
199
API_LEAKS=true # Check for API leaks
202
200
THIRD_PARTIES=true # Check for 3rd parties misconfigs
203
201
SPOOF=true # Check spoofable domains
204
202
METAFINDER_LIMIT=20 # Max 250
205
203
206
204
# Subdomains
207
-
RUNAMASS=true
208
-
RUNSUBFINDER=true
209
205
SUBDOMAINS_GENERAL=true # Enable or disable the whole Subdomains module
210
206
SUBPASSIVE=true # Passive subdomains search
211
207
SUBCRT=true # crtsh search
@@ -332,8 +328,7 @@ NUCLEI_RATELIMIT=150
332
328
FFUF_RATELIMIT=0
333
329
334
330
# Timeouts
335
-
AMASS_INTEL_TIMEOUT=15 # Minutes
336
-
AMASS_ENUM_TIMEOUT=180 # Minutes
331
+
SUBFINDER_ENUM_TIMEOUT=180 # Minutes
337
332
CMSSCAN_TIMEOUT=3600 # Seconds
338
333
FFUF_MAXTIME=900 # Seconds
339
334
HTTPX_TIMEOUT=10 # Seconds
@@ -477,7 +472,7 @@ reset='\033[0m'
477
472
478
473
## Osint
479
474
480
-
- Domain information ([whois](https://github.com/rfc1036/whois) and [amass](https://github.com/OWASP/Amass))
475
+
- Domain information ([whois](https://github.com/rfc1036/whois))
481
476
- Emails addresses and passwords leaks ([emailfinder](https://github.com/Josue87/EmailFinder) and [LeakSearch](https://github.com/JoelGMSec/LeakSearch))
482
477
- Metadata finder ([MetaFinder](https://github.com/Josue87/MetaFinder))
483
478
- API leaks search ([porch-pirate](https://github.com/MandConsultingGroup/porch-pirate) and [SwaggerSpy](https://github.com/UndeadSec/SwaggerSpy))
@@ -489,7 +484,7 @@ reset='\033[0m'
489
484
490
485
## Subdomains
491
486
492
-
- Passive ([amass](https://github.com/OWASP/Amass), [subfinder](https://github.com/projectdiscovery/subfinder) and [github-subdomains](https://github.com/gwen001/github-subdomains))
487
+
- Passive ([subfinder](https://github.com/projectdiscovery/subfinder) and [github-subdomains](https://github.com/gwen001/github-subdomains))
- NOERROR subdomain discovery ([dnsx](https://github.com/projectdiscovery/dnsx), more info [here](https://www.securesystems.de/blog/enhancing-subdomain-enumeration-ents-and-noerror/))
printf"${yellow} Remember set your api keys:\n - amass (~/.config/amass/config.ini)\n - subfinder (~/.config/subfinder/provider-config.yaml)\n - GitHub (~/Tools/.github_tokens)\n - GitLab (~/Tools/.gitlab_tokens)\n - SSRF Server (COLLAB_SERVER in reconftw.cfg or env var) \n - Waymore ( ~/.config/waymore/config.yml) \n - Blind XSS Server (XSS_SERVER in reconftw.cfg or env var) \n - notify (~/.config/notify/provider-config.yaml) \n - WHOISXML API (WHOISXML_API in reconftw.cfg or env var)\n\n${reset}"
525
+
printf"${yellow} Remember set your api keys:\n - subfinder (~/.config/subfinder/provider-config.yaml)\n - GitHub (~/Tools/.github_tokens)\n - GitLab (~/Tools/.gitlab_tokens)\n - SSRF Server (COLLAB_SERVER in reconftw.cfg or env var) \n - Waymore ( ~/.config/waymore/config.yml) \n - Blind XSS Server (XSS_SERVER in reconftw.cfg or env var) \n - notify (~/.config/notify/provider-config.yaml) \n - WHOISXML API (WHOISXML_API in reconftw.cfg or env var)\n\n${reset}"
0 commit comments