
CVE intelligence pipeline that compares public CVEs against Nuclei templates to identify missing vulnerability coverage, classify types, and rank priorities.
A CVE intelligence pipeline that compares public CVEs against Nuclei templates to identify missing vulnerability coverage.
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