Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1020 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 1020 Bytes

Pwnshodo

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.

!image

Requirments/Install

  1. Shodan paid account.
  2. Python3
pip install shodan
pip install termcolor
shodan init YOUR_API_KEY

Usage

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

© pwnlaboratory deb0con andripwn