Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 459 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 459 Bytes

pwnshodo

Automatic tool to find subdomains using shodan premium api.

Install

$ go install github.com/pwnosec/pwnshodo@latest
$ go build .
$ mv /usr/local/bin/
$ pwnshodo

# verify inside your $GOPATH the folder "bin"

Usage

go run main.go -d target.com -s YourAPIKEY / go run main.go -f file -s YourAPIKEY
pwnshodo -d target.com -s MYShodaNKey [-f input_file]