Skip to content

Tool for finding Known Vulnerability of an ip address

License

Notifications You must be signed in to change notification settings

TrixSec/IPVulnScout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPVulnScout

IPVulnScout is a powerful tool designed for vulnerability checking of IP addresses and fetching CVE (Common Vulnerabilities and Exposures) information. It is designed for ethical hacking and security analysis.

Author and Contributions

Author: Trix Cyrus
Developed by: TrixSec Org Current Version: v1.1 Maintained: Yes

Features

  • IP Vulnerability Checking: Quickly scan an IP address for known vulnerabilities.
  • CVE Information Retrieval: Get detailed information on specific CVEs.
  • Open Ports Info: Get Info About Open Ports

Requirements

  • Python 3.x
  • requests
  • termcolor

Installation

  1. Clone the repository:

    git clone https://github.com/TrixSec/IPVulnScout.git
    cd IPVulnScout
  2. Install the required packages:

    pip install -r requirements.txt
  3. Run the tool:

    python3 ipvulnscout.py

Usage

Upon running the tool, you will be presented with a menu to choose between IP vulnerability checking and CVE information retrieval. Follow the prompts to use the tool effectively.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve the tool.