Projects STRLCPY shodanidb Files
🤬
README.md Loading last commit info...
go.mod
go.sum
shodanidb.go
README.md

shodanIDB

A command-line tool to fetch data (open ports, CVEs, CPEs, ...) from Shodan internetDB API. Free to use and no API key required.

Installation

go install -v github.com/s4hm4d/shodanidb

Usage

echo [ip] | shodanidb [options]


Options:
  -nc           Hide CPEs
  -nh           Hide hostnames
  -nt           Hide tags
  -nv           Hide vulnerabilities
  -nocolor      Disable color in output


Examples:
  echo [ip] | shodanidb -nt
  cat ips.txt | shodanidb -nh

Credit

The original tool is nrich. I wanted to learn Go and write this tool with Go for practise.

Please wait...
Page is in error, reload to recover