sdlookup

command module
v0.0.0-...-8554bfa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2022 License: MIT Imports: 13 Imported by: 0

README

sdlookup

IP Lookups for Open Ports and Vulnerabilities from internetdb.shodan.io

This is a golang version of nrich which support concurrency and more efficient output.

Install

go install github.com/j3ssie/sdlookup@latest

Usage

# Basic Usage
echo '1.2.3.4' | sdlookup -open
1.2.3.4:80
1.2.3.4:443

# lookup CIDR range
echo '1.2.3.4/24' | sdlookup -open -c 20
1.2.3.4:80
1.2.3.5:80

# get raw JSON response
echo '1.2.3.4' | sdlookup -json

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL