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
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.
Licensed under Custom Restrictive License. Integration into other tools NOT allowed. See LICENSE for details.
→ 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 has been tested on Linux (Kali, Parrot, Ubuntu, Debian, Arch).
Should work on most systems with Python 3.
- Clone the repository:
git clone https://github.com/BullsEye0/exploit-eye.git
cd exploit-eye- Create a virtual environment (recommended):
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate- Install dependencies:
pip3 install -r requirements.txtpython3 exploit-eye.pyThe 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 ..! 😃
- Website HackingPassion.com
- Facebook Personal
- YouTube
- Facebook Page
- Facebook Group
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 🎯
I have developed Exploit Eye because I am passionate about this. Donations are one of the many ways to support what I do.

