Skip to content

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

License

Notifications You must be signed in to change notification settings

j3ssie/sdlookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages