/shosubgo

Small tool to Grab subdomains using Shodan api.

Primary LanguageGo

shosubgo

Small tool to Grab subdomains using Shodan api.

Get your shodan api FREE with limit usage:

https://developer.shodan.io/api/requirements

Install

Until master is updated, this will not work.

$ go get github.com/incogbyte/shosubgo/apishodan
$ go build main.go

To build from source, now that Go does not support relative addressing:

  • In main.go, change ./apishodan to apishodan in imports
  • Move apishodan/api.go to the /usr/lib/go-/src/ folder
$ go build main.go

Standard usage follows

Usage

go run main.go -d target.com -s YourAPIKEY

Usage download from releases:

https://github.com/incogbyte/shosubgo/releases/tag/1.1

# From Download Releases

./shosubgo_linux -d target.com -s YourAPIKEY

shosubgo

gopher