Golang implementation of Shodan GUI search using API key.
Find a file
2022-05-17 22:06:56 +05:30
html Added all files 2022-05-17 22:06:56 +05:30
pkg Added all files 2022-05-17 22:06:56 +05:30
.gitignore Added all files 2022-05-17 22:06:56 +05:30
go.mod Added all files 2022-05-17 22:06:56 +05:30
go.sum Added all files 2022-05-17 22:06:56 +05:30
GoShod.gif Added all files 2022-05-17 22:06:56 +05:30
GoShod.go Added all files 2022-05-17 22:06:56 +05:30
README.md first commit 2022-05-17 22:06:11 +05:30

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