Pwnshodo adalah alat yang mengumpulkan semua subdomain yang tersedia untuk nama host atau organisasi tertentu dari Shodan. Alat ini dirancang untuk digunakan dari Penetration Tester dan Bug Bounty Hunters.
- Shodan paid account.
- Python3
pip install shodan
pip install termcolor
shodan init YOUR_API_KEY
You have 2 python scripts, the first one will search for your scope subdomains using 2 filters hostname and Ssl.cert.subject.CN
The second script will search using filter org
pwnshodan_hostname.py
> scope_domains.txt example:
yahoo.com
uber.com
twitter.com
> Run:
python3 pwnshodan_hostname.py scope_domains.txt
pwnshodan.py
> scope_organizations.txt example:
Google LLC
Uber Technologies LLC
Twitter
> Run:
python3 pwnshodan.py scope_organizations.txt