Skip to content

Latest commit

 

History

History
105 lines (72 loc) · 2.81 KB

README.md

File metadata and controls

105 lines (72 loc) · 2.81 KB

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