👉 It makes your work a bit easier while analyzing gau results Also It's greater some other useful things from your gau results like
- gather subdomains
- gather possible sensitive file like bak,zip,xlsx etc
- gather panel stuff
- gather robots.txt
- gather emails/usernames
- gather error
- gather third-party assets (jira,grafana etc)
- gather apis like graphql
- gather wordlist for directory brute-force
🎯 Details explation about this tool and it's results:
++ Now before starting You have to do Install gauplus and uro tool
- Gauplus:
go install github.com/bp0lr/gauplus@latest
++ If this method isn't working install gauplus manually
git clone https://github.com/bp0lr/gauplus.git
cd gauplus
go build
mv gauplus /usr/local/bin/
- Uro
pip3 install uro
++ Run your gauplus tool on your target live domains cat live-domains.txt | gauplus -t 30 > gau-urls.txt
++ Now just run Gau Expose tool
bash gau-expose.sh
✔ Then put your gau-urls.txt paths that's it.
- Inspire by (https://twitter.com/_Sm9l)