This is a Simple Bash Script For Automating the Process of gathering the Passive Subdomain Enumeration from various tools like Subfinder, Assetfinder, Amass etc... Very Useful for Bug Bounty Hunters :)
git clone https://github.com/Imran407704/passive-subd.git
cd passive-subd
chmod +x passive-subd.sh
./passive-subd.sh TARGET.TLD
./passive-subd.sh bugcrowd.com
All in one Command
git clone https://github.com/Imran407704/passive-subd; cd passive-subd; chmod +x passive-subd.sh
go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
go install -v github.com/tomnomnom/assetfinder@latest
go install -v github.com/OWASP/Amass/v3/...@master
Findomain Linux Installation Docs
https://github.com/Findomain/Findomain/blob/master/docs/INSTALLATION.md#installation-in-linux-using-compiled-artifacts
go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest