Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 754 Bytes

README.md

File metadata and controls

53 lines (33 loc) · 754 Bytes

GoShoD

Golang implementation of Shodan GUI search using API key.

REQUIREMENTS AND INSTALLATION

Build GoShoD:

git clone https://github.com/jayateertha043/goshod.git
cd goshod
go build goshod.go

or

Install using Go:

go install github.com/jayateertha043/goshod@latest

Run GoShoD:

.\goshod -h

USAGE:

Configure Shodan API:

.\goshod -api="YOUR_API_KEY"

Run GoShod:

.\goshod

Note:Ensure you have git version>1.8 & you should have shodan_config.txt with your shodan api key inside it.

Author

👤 Jayateertha G