- Install golang from https://go.dev/doc/install
git clone https://github.com/0xPugal/monitor.sh
cd monitor.sh
chmod +x setup.sh bugblaze.sh
./setup.sh
./bugblaze.sh domain.com
- Subdomain enumeration (Subfinder, Amass, Shuffledns)
- DNS resolving ( PureDNS)
- Port scanning (Naabu)
- Vulnerability Scanning (Nuclei)
- Resolvers (trickest)
- Wordlists (n0kovo_subdomains)
- Configure you api tokens in
subfinderandamassconfig file for more subdomains - Add your telergam/discord/slack token in
notifyconfig file for notifications - If you want to use custom wordlists and resovers, change variable path in bugblaze.sh (line
36,37,38)