Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Command-line tool that helps cybersecurity researchers discover, analyze, and document vulnerabilities from the National Vulnerability Database (NVD) for security research and PoC development.

License

zlac261/cve-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE-Dash: Vulnerability Explorer

 ██████╗██╗   ██╗███████╗      ██████╗  █████╗ ███████╗██╗  ██╗
██╔════╝██║   ██║██╔════╝      ██╔══██╗██╔══██╗██╔════╝██║  ██║
██║     ██║   ██║█████╗  █████╗██║  ██║███████║███████╗███████║
██║     ╚██╗ ██╔╝██╔══╝  ╚════╝██║  ██║██╔══██║╚════██║██╔══██║
╚██████╗ ╚████╔╝ ███████╗      ██████╔╝██║  ██║███████║██║  ██║
 ╚═════╝  ╚═══╝  ╚══════╝      ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝

Views Stars Last Commit

Made by JXNDEV

A terminal-based dashboard for cybersecurity analysts to discover, analyze, and save vulnerabilities for proof-of-concept development.

Features

  • Interactive Terminal Interface: Clean, organized, and easy to navigate
  • Advanced Search Capabilities:
    • Search by date range, keywords, severity levels
    • Filter by specific vendors or products
    • Directly look up CVEs by ID
    • Paginated results with filtering options
  • Detailed Vulnerability Information:
    • Comprehensive details about each CVE
    • Severity, CVSS scores, and attack vectors
    • Affected systems and references
  • PoC Development Tools:
    • Save interesting vulnerabilities for future reference
    • Export CVEs to markdown templates for PoC documentation
    • Find exploit resources and research materials
  • Progress Tracking: Manage your saved vulnerabilities for portfolio projects

Installation

  1. Clone this repository:

    git clone https://github.com/zlac261/cve-dash.git
    cd cve-dash
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

Run the application with a single command:

python main.py

Main Menu Options

  1. Search Vulnerabilities: Search with custom filters (date range, keywords, severity)
  2. View Saved Vulnerabilities: Browse and manage CVEs you've saved for PoC development
  3. Quick Search (Last 7 Days): Instantly see the most recent vulnerabilities with pagination
  4. Search by CVE ID: Look up a specific CVE by its ID (e.g., CVE-2021-44228)
  5. Search by Vendor: Find vulnerabilities affecting specific vendors

Working with Search Results

  • Navigation: Browse through paginated results with next/previous page options
  • Detailed View: See comprehensive information about any vulnerability
  • Filtering: Filter search results by keyword or severity
  • Save for Later: Store interesting vulnerabilities for future reference
  • Export to Markdown: Create documentation templates for your PoC projects
  • Exploit Research: Find resources for developing proof-of-concept exploits

For Cybersecurity Analysts

This tool is designed to help you:

  • Stay up-to-date with the latest vulnerabilities
  • Find interesting security issues to demonstrate your skills
  • Build a portfolio of proof-of-concept projects
  • Document your research and findings professionally
  • Streamline your vulnerability research process

PoC Development Workflow

  1. Search for vulnerabilities using any of the search methods
  2. Examine detailed information about interesting CVEs
  3. Save promising vulnerabilities for later reference
  4. Export to markdown for structured documentation
  5. Use the exploit research links to find technical details
  6. Develop and document your proof-of-concept
  7. Add to your portfolio of cybersecurity projects

Contributing

Contributions are welcome! Feel free to submit pull requests or open issues to help improve CVE-Dash.

License

MIT License

About

Command-line tool that helps cybersecurity researchers discover, analyze, and document vulnerabilities from the National Vulnerability Database (NVD) for security research and PoC development.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages