Skip to content

aKamrani/CVE-Exploits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

╔══════════════════════════════════════════════════════════════════════════════╗
║                                                                              ║
║     ██████╗██╗   ██╗███████╗    ███████╗██╗  ██╗██████╗ ██╗      ██████╗     ║
║    ██╔════╝██║   ██║██╔════╝    ██╔════╝╚██╗██╔╝██╔══██╗██║     ██╔═══██╗    ║
║    ██║     ██║   ██║█████╗      █████╗   ╚███╔╝ ██████╔╝██║     ██║   ██║    ║
║    ██║     ╚██╗ ██╔╝██╔══╝      ██╔══╝   ██╔██╗ ██╔═══╝ ██║     ██║   ██║    ║
║    ╚██████╗ ╚████╔╝ ███████╗    ███████╗██╔╝ ██╗██║     ███████╗╚██████╔╝    ║
║     ╚═════╝  ╚═══╝  ╚══════╝    ╚══════╝╚═╝  ╚═╝╚═╝     ╚══════╝ ╚═════╝     ║
║                                                                              ║
║                    Exploit Research & CVE Scanner Toolkit                    ║
║                                                                              ║
╚══════════════════════════════════════════════════════════════════════════════╝

CVE Exploits & Scanner

A comprehensive toolkit for researching, scanning, and analyzing high-severity CVEs (CVSS >= 8.5) across multiple technologies.

📁 Project Structure

CVE-Exploits/
├── README.md                    # This file
├── cve-scanner/                 # CVE Scanner Toolkit
│   ├── README.md                # Detailed scanner documentation
│   ├── cve-scanner.py           # Modular scanner (CLI)
│   ├── cve-scanner-unified.py   # Unified scanner (single file)
│   └── scan-*.py                # Individual technology scanners
└── exploits/                    # CVE-specific exploit research
    └── [CVE-ID]/                # Individual CVE directories
        ├── README.md            # CVE details and analysis
        └── exploit.py           # Proof-of-concept exploit

<|tool▁calls▁begin|><|tool▁call▁begin|> run_terminal_cmd

🚀 Quick Start

CVE Scanner

Scan for high-severity CVEs across 9 technologies:

cd cve-scanner
python3 cve-scanner.py react      # Scan React CVEs
python3 cve-scanner.py python     # Scan Python framework CVEs
python3 cve-scanner.py java       # Scan Java framework CVEs
# ... see cve-scanner/README.md for all options

CVE Exploits

Each CVE directory contains:

  • README.md - Vulnerability details, affected versions, and mitigation
  • exploit.py - Proof-of-concept exploit code

⚠️ Warning: Exploits are for authorized security testing only.

🛠️ Features

  • Multi-Technology CVE Scanning - React, Python, .NET, Laravel, Java, Node.js, Go, Rust, C/C++
  • High-Severity Focus - Automatically filters CVEs with CVSS score >= 8.5
  • Framework-Specific - Targets popular frameworks and libraries
  • Exploit Research - Proof-of-concept exploits for critical vulnerabilities
  • Comprehensive Documentation - Detailed analysis and mitigation guidance

📚 Documentation

⚠️ Disclaimer

This project is for educational and authorized security testing purposes only.

  • Only test systems you own or have explicit written permission to test
  • Unauthorized testing is illegal and unethical
  • The authors are not responsible for any misuse of this code

📝 License

Educational use only. Use responsibly and ethically.


For detailed documentation, see cve-scanner/README.md

About

My CVEs Exploit scrpts and scanners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages