An open API service indexing awesome lists of open source software.

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

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.