An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# shodancli
A simple go shodan command line client

[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](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
```