Skip to content

Exploit Eye searches for vulnerabilities and exploits using keywords you specify. Get CVE details from NVD, working exploits from Exploit-DB, and security tools from GitHub - all in one tool. Search once, get complete results. Author: Jolanda de Koff

License

Notifications You must be signed in to change notification settings

BullsEye0/exploit-eye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exploit-eye

Exploit Eye searches for vulnerabilities and exploits using keywords you specify. Get CVE details from NVD, working exploits from Exploit-DB, and security tools from GitHub - all in one tool. Search once, get complete results. Author: Jolanda de Koff

Exploit Eye

When you're hunting for vulnerabilities, you jump between three different websites. NVD for CVE data. Exploit-DB for working exploits. GitHub for proof-of-concept code.

That's annoying. You lose time. You miss things.

Here's the problem. CVE information is in the National Vulnerability Database. You find details there. Severity scores. Affected versions. But no exploit code. For that, you need Exploit-DB. And for tools and POCs, you search GitHub separately.

Three searches. Every single vulnerability.

Exploit Eye does all three at once. One search, complete results. Latest critical CVEs, CVSS scores, direct links to exploits, GitHub repositories with security tools.

Use it for ethical hacking, penetration testing, bug bounty hunting, security research, vulnerability tracking.

⚠️ License

Licensed under Custom Restrictive License. Integration into other tools NOT allowed. See LICENSE for details.


Exploit Eye

Features

→ Search latest critical CVEs (last 7 days) → Search CVEs by keyword or vendor/product → Get detailed CVE information with CVSS scores → Search Exploit-DB for working exploits → Search GitHub for POCs and security tools → Clean terminal output with direct links

Exploit Eye Results

Install Exploit Eye on Linux

Exploit Eye has been tested on Linux (Kali, Parrot, Ubuntu, Debian, Arch).
Should work on most systems with Python 3.

Installation Steps:

  1. Clone the repository:
git clone https://github.com/BullsEye0/exploit-eye.git
cd exploit-eye
  1. Create a virtual environment (recommended):
python3 -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip3 install -r requirements.txt

How to use Exploit Eye

python3 exploit-eye.py

The tool will display a menu with the following options:

[1] Latest Critical CVEs (Last 7 days)
[2] Search CVEs by Keyword  
[3] Search CVEs by Vendor/Product
[4] Get Specific CVE Details
[5] Search Exploit-DB
[6] Search GitHub for Tools/Exploits
[0] Exit

[1] Latest Critical CVEs
Shows the vulnerabilities discovered in the last 7 days that are rated critical. Check this regularly. This is what attackers are looking at right now.

[2] Search CVEs by Keyword
Your main search option. Type anything - "apache", "wordpress", "windows privilege escalation". Get every related CVE.

[3] Search CVEs by Vendor/Product
Same as option 2, but focused on specific vendors. Microsoft vulnerabilities, Cisco products, whatever you need.

[4] Get Specific CVE Details
For when you have the CVE number. CVE-2025-1234, for example. Get full description, CVSS score, severity rating, direct links to exploits and GitHub POCs.

[5] Search Exploit-DB
Searches Exploit-DB for working exploit code. Direct links to exploits you can use. Finding the vulnerability is one thing. Getting the code that exploits it is what matters.

[6] Search GitHub for Tools/Exploits
Searches GitHub for security tools, proof-of-concept code, exploit frameworks. Sorted by stars so you see what the community uses.

Have fun ..! 😃

Contact with the coder

Social Networks - Connect

💻 Support this project

If you find this tool useful, consider supporting my work:
❤️ Sponsor BullsEye

Get the full hands-on course:
Ethical Hacking Complete Course – Zero to Expert
(supports me directly as your instructor!)

Professional penetration testing. Zero to Expert.

✅ Kali Linux + Parrot OS
✅ Real-world hacking scenarios
✅ All major tools & techniques
✅ Beginner-friendly

HACKING IS NOT A HOBBY, BUT A WAY OF LIFE 🎯

Donate

I have developed Exploit Eye because I am passionate about this. Donations are one of the many ways to support what I do.

Donate

About

Exploit Eye searches for vulnerabilities and exploits using keywords you specify. Get CVE details from NVD, working exploits from Exploit-DB, and security tools from GitHub - all in one tool. Search once, get complete results. Author: Jolanda de Koff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages