Combining 3 subdomain enumeration tool + nmap pinging to filter live target
Get a copy of this first
If you are an old school prefer to use stable version of AMASS, Assetfinder and Subfinder
wget https://raw.githubusercontent.com/zyairelai/subsubsui/main/setup.sh
chmod a+x setup.sh
sudo ./setup.sh
Once you done installing those stable static binaries, proceed to download the script
wget https://raw.githubusercontent.com/zyairelai/subsubsui/main/subsubsui.sh
chmod a+x subsubsui.sh
sudo mv subsubsui.sh /usr/bin/subsubsui
subsubsui -d <target.com>
subsubsui -h
Usage: /usr/bin/subsubsui [options]
Options:
-h, --help Display help information
-d, --domain <domain> Domain to scan for XSS, SQLi, SSRF, etc. vulnerabilities
- Combining all 3 AMASS, Assetfinder and Subfinder
- Merge + Sort + Eliminate Duplicate Entries
- Nmap ping live host
- Grep scope only matched with the domain we input
- Output nice and clean targets
- Getting roasted by me