https://github.com/krishpranav/shodancli
A simple go shodan command line client
https://github.com/krishpranav/shodancli
go golang osint shodan shodan-api shodan-go
Last synced: about 1 year ago
JSON representation
A simple go shodan command line client
- Host: GitHub
- URL: https://github.com/krishpranav/shodancli
- Owner: krishpranav
- Created: 2021-05-24T06:36:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T07:02:18.000Z (about 5 years ago)
- Last Synced: 2025-04-15T02:45:25.624Z (about 1 year ago)
- Topics: go, golang, osint, shodan, shodan-api, shodan-go
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shodancli
A simple go shodan command line client
[](https://forthebadge.com)
# Installation
```
git clone https://github.com/krishpranav/shodancli
cd shodancli
go get
go build main.go
```
- Cross Building:
```
make all
```
# Requirements
```
go
shodan api key
```