Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
nuclei-cve-analyzer — CVE intelligence pipeline that compares public CVEs against Nuclei templates to identify missing vulnerability coverage, classify types, and rank priorities. | Kitploit
Tools/GitHubGitHub/sw33ber/nuclei-cve-analyzer
Vulnerability ScannersVulnerability AnalysisThreat IntelligenceLearning & EducationCurated Resources
GitHubsw33ber/nuclei-cve-analyzer

nuclei-cve-analyzer

CVE intelligence pipeline that compares public CVEs against Nuclei templates to identify missing vulnerability coverage, classify types, and rank priorities.

View Repository
23 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Nuclei CVE Analyzer

A CVE intelligence pipeline that compares public CVEs against Nuclei templates to identify missing vulnerability coverage.

Features

  • Parse MITRE CVE database
  • Parse Nuclei templates
  • Detect covered CVEs
  • Find missing template opportunities
  • Classify vulnerability types
  • Rank CVEs by priority
  • Vendor organization
  • SQLite storage

Roadmap

  • NVD enrichment
  • CVSS scoring
  • CISA KEV integration
  • EPSS scoring
  • CPE parsing
  • Template quality analysis

Installation

root@kitploit:~
git clone https://github.com/YOUR_USERNAME/nuclei-cve-analyzer.git
cd nuclei-cve-analyzer

python3 -m venv .venv
source .venv/bin/activate

pip install -r requirements.txt
Download Tool