SkillAgentSearch skills...

CveHunter

CveHunter is a powerful and easy-to-use tool designed to help security researchers, penetration testers, and IT professionals identify Common Vulnerabilities and Exposures (CVEs) associated with domains and IP addresses. By leveraging the Shodan InternetDB API, CveHunter fetches detailed information about open ports, hostnames, and vulnerabilities,

Install / Use

/learn @shubhamrooter/CveHunter
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

CVE Hunter

CVE Hunter is a powerful and user-friendly tool for scanning domains or IP addresses to detect vulnerabilities (CVEs). Designed for cybersecurity professionals, it provides efficient domain/IP scanning, interactive mode, and export options for results.

Features

  • Scan single or multiple domains/IP addresses.
  • Export results in JSON or CSV format.
  • Interactive mode for a better user experience.
  • Easy-to-use CLI interface.

Installation

Follow these steps to install CVE Hunter:

┌──(rooter㉿rooter)-[/CveHunter]
└─$ git clone https://github.com/shubhamrooter/CveHunter.git

┌──(rooter㉿rooter)-[/tmp/CveHunter]
└─$ cd CveHunter

┌──(rooter㉿rooter)-[/CveHunter]
└─$ chmod +x cvehunter/cvehunter.py

┌──(rooter㉿rooter)-[/CveHunter]
└─$ pip install .

Usage

Once installed, use the following commands to run CVE Hunter:

Basic Help Command

┌──(rooter㉿rooter)-[/cvehunter]
└─$ cvehunter -h

Output Example

image image

Command-Line Options

usage: cvehunter [-h] [-d DOMAIN] [-f FILE] [-o OUTPUT] [--export {json,csv}] [--interactive]

Ultimate CVE Hunter Tool

options:
  -h, --help            Show this help message and exit
  -d DOMAIN, --domain DOMAIN
                        IP address or domain to scan
  -f FILE, --file FILE  File containing list of domains/IPs to scan
  -o OUTPUT, --output OUTPUT
                        Output file to store the results (e.g., result.txt)
  --export {json,csv}   Export results in JSON/CSV format
  --interactive         Run in interactive mode

Examples

Scan a Single Domain

cvehunter -d example.com 

Scan Multiple Domains from a File

cvehunter -f domains.txt -o result.txt --export json

Export Results to JSON

cvehunter -d example.com --export json -o results.json

Run in Interactive Mode

cvehunter --interactive

Contributions

CVE Hunter is open for contributions! Feel free to submit issues, feature requests, or pull requests to help improve the tool.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

Connect with Shubham via:


GitHub Repository: CVE Hunter

For queries or issues, contact @Shubhamrooter on GitHub. Special thanks to @mr-kasim-mehar for the support

View on GitHub
GitHub Stars9
CategoryDesign
Updated4mo ago
Forks0

Languages

Python

Security Score

82/100

Audited on Dec 1, 2025

No findings