Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.17 KB

README.md

File metadata and controls

65 lines (40 loc) · 1.17 KB

CVE Proof of Concept

find Proof of concept (PoC) repos for CVEs



   ______ _    __    ______           ____           ______
  / ____/| |  / /   / ____/          / __ \  ____   / ____/
 / /     | | / /   / __/            / /_/ / / __ \ / /     
/ /___   | |/ /   / /___           / ____/ / /_/ // /___   
\____/   |___/   /_____/          /_/      \____/ \____/   
                                                           

HowInstall



How it works

screenshot_001

Install

  1. Install the requirements:

    pip install -r requirements.txt
    
    # or use pip3
    
    pip3 install -r requirements.txt
    
    # or
    
    python3 -m pip install -r requirements.txt
  2. Open the terminal and run the cve_poc.py file as follows:

To get all CVEs for 2023:

python cve_poc.py -y 2023

To search for an exact one:

python cve_poc.py -c "CVE-2023-1671"

To save the output as JSON:

python cve_poc.py -c "CVE-2023-1671" -o cve.json

License

Licensed under the GPLv3 License.