commit 07699d6e37ce110a22cf3aee32e94e5eaeb94e85 Author: jayateertha043 Date: Tue May 17 22:06:11 2022 +0530 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..9736e2b --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +

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** + +* Twitter: [@jayateerthaG](https://twitter.com/jayateerthaG) +* Github: [@jayateertha043](https://github.com/jayateertha043) +