mirror of
https://github.com/jayateertha043/goshod.git
synced 2026-07-21 20:11:02 +00:00
first commit
This commit is contained in:
commit
07699d6e37
1 changed files with 53 additions and 0 deletions
53
README.md
Normal file
53
README.md
Normal file
|
|
@ -0,0 +1,53 @@
|
||||||
|
<h1 align="center">GoShoD</h1>
|
||||||
|
|
||||||
|
>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:
|
||||||
|
|
||||||
|
<img src="./GoShod.gif"/>
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue