Passive subdomain enumeration tool by SpengeSec
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What you need to install and how to install them
go get github.com/subfinder/subfinder
go get -u github.com/subfinder/subfinder
pip3 install shodan
CONFIGURE SHODAN API! (shodan init <api key>)
git clone https://github.com/Sp3nge/pSubby.git
cd pSubby
chmod +x psubby.sh
./pSubby <domain-name>
Results
- In terminal
- In pSubby_results directory
cd pSubby_results
cd <domain-name>
- BASH
- SpengeSec
This project is licensed under the GNU General Public License v3 - see the LICENSE.md file for details
- Thanks to the SubFinder project
- Hat tip to anyone whose code was used