Shodan CVE Finder is a Python-based tool that helps users identify vulnerabilities (CVEs) associated with IP addresses using Shodan's InternetDB API. It provides security severity ratings and hostname details for better risk assessment.
- Fetches CVE details for a given IP address
- Displays CVE severity levels based on CVSS scores
- Retrieves hostnames associated with an IP
- Supports scanning multiple IPs from a file
- Graceful exit handling for user convenience
Ensure you have Python 3 installed on your system. Then, install the required dependencies:
pip install requests termcolor
python3 shodancvefinder.py --ip <target_ip>
python3 shodancvefinder.py -t <file_with_ips>
python3 shodancvefinder.py --ip <target_ip> --cvefind
python3 shodancvefinder.py --ip <target_ip> --hostcheck
python3 shodancvefinder.py --ip 8.8.8.8 --cvefind --hostcheck
Hədəf: 8.8.8.8
8.8.8.8 [CVE-2021-1234] [HIGH] [Example vulnerability description]
8.8.8.8 [HOST ADLARI: google.com]
Yoxlama tamamlandi
SilverX
Telegram: t.me/silverxvip
This project is for educational and research purposes only. The author is not responsible for any misuse of this tool.
Feel free to contribute and enhance the functionality!