https://github.com/pwnosec/pwnshodo
Automatic tool to find subdomains using shodan premium api.
https://github.com/pwnosec/pwnshodo
golang shodan shodan-api shodan-tool
Last synced: about 1 year ago
JSON representation
Automatic tool to find subdomains using shodan premium api.
- Host: GitHub
- URL: https://github.com/pwnosec/pwnshodo
- Owner: pwnosec
- License: mit
- Created: 2024-09-30T17:56:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T18:08:26.000Z (over 1 year ago)
- Last Synced: 2025-02-10T01:29:40.967Z (over 1 year ago)
- Topics: golang, shodan, shodan-api, shodan-tool
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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]
```
