Skip to content

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.

License

Notifications You must be signed in to change notification settings

pwnlaboratory/Pwnshodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages