Skip to content

CVE Hunter is an automated reconnaissance tool designed for bug hunters, leveraging Shodan's InternetDB and CVEDB APIs

License

Notifications You must be signed in to change notification settings

pwnosec/ShodanCVE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShodanCVE

CVE Hunter is an automated reconnaissance tool designed for bug hunters, leveraging Shodan's InternetDB and CVEDB APIs



ShodanCVE is an automated reconnaissance tool designed for bug hunters, leveraging Shodan's InternetDB and CVEDB APIs. It retrieves open ports, hostnames, tags, and vulnerabilities for a given IP and fetches CVE details, including affected products and CVSS scores. Results are color-coded by severity for easy analysis.

Features

  • Fetch open ports, hostnames, and associated vulnerabilities for an IP address.
  • Retrieve CVE details including severity levels.
  • Color-coded output for easy identification of risk levels.
  • Support for file input (-f) and output saving (-o).
  • Option to display combined CVEs and open ports.

Tutorial ShodanCVE

asciicast

Installation

# Clone the repository
git clone https://github.com/odaysec/ShodanCVE.git
cd ShodanCVE

# Install required dependencies
pip install -r requirements.txt

# Run the tool
python shodancve.py --help

Command Usage

Display Help Menu

python ShodanCVE.py -h

Scan a Single IP

python ShodanCVE.py --ip 192.20.1.1

Scan a List of IPs from a File

python ShodanCVE.py -f targets.txt

Display CVEs Only

python ShodanCVE.py --ip 192.20.1.1 --cves

Display Open Ports Only

python ShodanCVE.py --ip 192.20.1.1 --ports

Display Hostnames Only

python ShodanCVE.py --ip 192.20.1.1 --host

Show CVEs with Ports

python ShodanCVE.py --ip 192.20.1.1 --cve+ports

Show All Results (Default Behavior)

python ShodanCVE.py --ip 192.20.1.1

Attribution

This tool uses data from the Shodan InternetDB and CVE Database. Credits to Shodan for their valuable security intelligence.

Disclaimer

ShodanCVE is intended for educational and authorized security research purposes only. Unauthorized usage against systems without explicit permission is illegal.

License

ShodanCVE is released under the MIT License. See LICENSE for more details.

About

CVE Hunter is an automated reconnaissance tool designed for bug hunters, leveraging Shodan's InternetDB and CVEDB APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 48.6%
  • Python 34.6%
  • Shell 16.8%