Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
THERE-IS-A-CVE — Pentesting tool integrating Shodan for IP reconnaissance and CVE identification, with Metasploit and Exploit-DB integration for automated exploit searching. | Kitploit
Tools/GitHubGitHub/ransomwares/there-is-a-cve
Exploit FrameworksVulnerability AnalysisInformation GatheringPenetration Testing
GitHubransomwares/there-is-a-cve

THERE-IS-A-CVE

Pentesting tool integrating Shodan for IP reconnaissance and CVE identification, with Metasploit and Exploit-DB integration for automated exploit searching.

View Repository
1242 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

There is a CVE (TIAC) 🕵️

Status: Active

There is a CVE is a pentesting tool that leverages Shodan to quickly identify vulnerabilities in internet-connected devices. It helps security professionals efficiently detect and assess security flaws. Additionally, it integrates Metasploit for exploit searching and uses the Exploit-db database to find relevant exploits.

Tool Image

Features :

Interactive Menu : Scanning an IP address or URL and searching for exploits.

Shodan Integration : Quickly retrieve information about an IP address including open ports and CVEs.

Exploit Search : Enter a CVE ID or other identifiers to find relevant exploits using searchsploit with the exploit-db database,and Metasploit.

Installation

For Linux Users: TIAC can now be installed easily via pip:

root@kitploit:~
pip install there-is-a-cve
  1. Clone the repository (if you prefer manual installation):
    root@kitploit:~
    git clone https://github.com/activiste/there-is-a-cve.git
  2. Navigate to the project directory:
    root@kitploit:~
    cd there-is-a-cve
  3. Install requirements:
    root@kitploit:~
    pip install -r requirements.txt
  4. Run the tool:
    root@kitploit:~
    python main.py

Automatic Dependency Installation

If `searchsploit`, `exploitdb`, and Metasploit are not installed when you run the script, it will automatically install the necessary dependencies and clone the `exploitdb` repository for you. This ensures that all the required tools are available without any additional setup.

Coming Soon

The next update will contain functionality to exploit vulnerabilities found directly in the tool.

Warning

Note for Windows users: You may encounter issues running this tool on Windows. It is recommended to use a Linux virtual machine to ensure full functionality.

Download Tool