Skip to content

activiste/THERE-IS-A-CVE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

pip install there-is-a-cve
  1. Clone the repository (if you prefer manual installation):
    git clone /~https://github.com/activiste/there-is-a-cve.git
  2. Navigate to the project directory:
    cd there-is-a-cve
  3. Install requirements:
    pip install -r requirements.txt
  4. Run the tool:
    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.

About

Your new favorite tool for pentesting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages