- 📜 Description
 - 🛠️ Installation
 - 💡 Features
 - ⚙️ Usage
 - 💁 References
 - 👨🏾⚖️ License
 
Poc Finder and CVE Details tool is a powerful yet a simple utility designed for pentesters and cybersecurity researchers to streamline the process of discovering proof of concept (PoC) and accessing essential details about Common Vulnerabilities and Exposures (CVEs). This tool integrates advanced search functionalities with comprehensive CVE database access.
- Search and Discovery: Quickly find 
POCsfor known vulnerabilities by searching throughdatabasesandrepositories. - CVE Information: Retrieve 
comprehensive detailsabout CVEs, including descriptions,severity levels,affected software versions,mitigationandreferences. - Automatic Updates: 
Regularly updatesits database to ensure access to the latest CVE information and POCs. - Export Capabilities: 
ExportCVE details and POCs in various formats (HTML,JSON,CSV,TXT,docx) for further analysis or reporting. - User-Friendly Interface: 
Intuitive interfacefor ease of use, making it accessible to both security professionals and enthusiasts. 
# creating virtual environment
$ sudo apt install python3.11-venv
$ python3 -m pip install virtualenv 
$ python3 -m venv venv-pocfinder 
# cloning repo
$ git clone https://github.com/l0n3m4n/pocfinder.git
$ cd pocfinder && source ../venv-pocfinder/bin/activate
$ pip install -r requirement.txt
$ chmod +x pocfinder.py && python3 pocfinder.py -h-  
Adding total entries -  
Adding default html report templates -  
Adding html,csv,json,docx report output - Adding Dockerfile for easy deployment
 - Extending features and custom templates
 
This project is under terms of the MIT License. For fixing Bugs, create issue

