Skip to content

l0n3m4n/pocfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoC Finder

Typing SVG

Facebook X Medium Python Kali

asciicast

📚 Table of Contents

📜 Description

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.

💡 Features

  • Search and Discovery: Quickly find POCs for known vulnerabilities by searching through databases and repositories.
  • CVE Information: Retrieve comprehensive details about CVEs, including descriptions, severity levels, affected software versions, mitigation and references.
  • Automatic Updates: Regularly updates its database to ensure access to the latest CVE information and POCs.
  • Export Capabilities: Export CVE details and POCs in various formats (HTML, JSON, CSV, TXT, docx) for further analysis or reporting.
  • User-Friendly Interface: Intuitive interface for ease of use, making it accessible to both security professionals and enthusiasts.

🛠️ Installation

Installing pocfinder

# 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

⚙️ Usage

logo

📊 Report

report

📝 Todo

  • 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

👨🏾‍⚖️ License

This project is under terms of the MIT License. For fixing Bugs, create issue

About

Poc Finder, CVE Details tool and generate html, json, csv, docx reports

Topics

Resources

License

Stars

Watchers

Forks