A comprehensive Python GUI application for tracking and analyzing security vulnerabilities from the National Vulnerability Database (NVD).
- 🚀 Real-time CVE tracking with automatic refresh
- 🌍 Multi-language support (English/Turkish)
- 🌓 Theme customization (Light/Dark modes)
- 🔎 Advanced filtering by:
- Severity (Critical/High/Medium/Low)
- Date ranges (Last 7d/1m/1y/Custom)
- Keyword search
- 📁 Export capabilities to CSV
- ⚙️ Customizable settings:
- Results count (10-100)
- Sort order (Newest/Oldest first)
- Python 3.8+
- pip package manager
☕ Would You Like to Buy Me a Coffee?
Software development, creating content and sharing knowledge is my passion! If you find my work valuable and would like to support me, you can contribute to my motivation by buying me a coffee.
👉 buymeacoffee.com/coffeak
Every coffee gives me energy to create new projects. 🚀 Thank you! 🙏
# Clone the repository
git clone https://github.com/coffeak/exploit-tracker.git
cd exploit-tracker
# Install dependencies
pip install -r requirements.txt
# Run the application
python exploit_tracker.py
self.API_KEY = "your-api-key-here" # In ExploitTracker class __init__