https://github.com/trixsec/ipvulnscout
Tool for finding Known Vulnerability of an ip address
https://github.com/trixsec/ipvulnscout
automation cve-scanning ipaddress python scanner vulnerability-detection vulnerability-scanners
Last synced: 4 months ago
JSON representation
Tool for finding Known Vulnerability of an ip address
- Host: GitHub
- URL: https://github.com/trixsec/ipvulnscout
- Owner: TrixSec
- License: gpl-3.0
- Created: 2024-11-02T11:13:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T16:48:50.000Z (11 months ago)
- Last Synced: 2025-04-10T09:53:49.770Z (6 months ago)
- Topics: automation, cve-scanning, ipaddress, python, scanner, vulnerability-detection, vulnerability-scanners
- Language: Python
- Homepage:
- Size: 681 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.3
**Maintained**: Yes
- **Telegram**: [@Trixsec](https://t.me/Trixsec)
- **GitHub**: [IPVulnScout](https://github.com/TrixSec/IPVulnScout)## 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
- **Reverse IP Lookup**: Can do Reverse IP Lookup And Fetch upto 10000 Domains if available
- **Domain To IP**: Get IP Address Of Any Domain
## Requirements- Python 3.x
- `requests`
- `termcolor`## Installation
1. Clone the repository:
```bash
git clone https://github.com/TrixSec/IPVulnScout.git
cd IPVulnScout
```2. Install the required packages:
```bash
pip install -r requirements.txt
```3. Run the tool:
```bash
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.