My-Methodologies/subdomain-enumeration
2024-05-09 12:23:50 +00:00
..
README.md GITBOOK-105: change request with no subject merged in GitBook 2024-05-09 12:23:50 +00:00

🎯 subdomain-enumeration

$ amass enum -brute -passive -d target.com | httpx -silent -status-code | tee domain.txt
$ cat domain.txt | grep 200 | cut -d "[" -f1 > urls.txt
$ gf xss domain.txt | grep -Eo 'https?://[^\"]+' > domain.txt

Track new subdomains:

gungnir -r all-domains.txt | anew all-subs.txt | tee -a new-assets.txt | notify -id asset