cve-intel
星标11
分支0
更新时间2026年3月20日 14:12
CVE 情报获取——查 NVD 漏洞详情、搜 ExploitDB/GitHub 已有 PoC、推导 Fofa 查询语句
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
CVE 情报获取——查 NVD 漏洞详情、搜 ExploitDB/GitHub 已有 PoC、推导 Fofa 查询语句
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | cve_intel |
| description | CVE 情报获取——查 NVD 漏洞详情、搜 ExploitDB/GitHub 已有 PoC、推导 Fofa 查询语句 |
| version | 2.0.0 |
| author | PenTestClaw |
| tags | ["cve","intelligence","nvd","exploitdb"] |
给定 CVE 编号,获取完整漏洞情报:
python3 scripts/cve_lookup.py --cve CVE-2024-21762 --output ~/pentest/results/intel/
python3 scripts/cve_lookup.py --cve CVE-2024-21762 --search-exploits --output ~/pentest/results/intel/
{
"cve_id": "CVE-2024-21762",
"description": "FortiOS Out-of-Bound Write...",
"cvss_score": 9.8,
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"severity": "CRITICAL",
"cwe": "CWE-787",
"affected_products": [
{"vendor": "Fortinet", "product": "FortiOS", "versions": "7.4.0-7.4.2, 7.2.0-7.2.6"}
],
"references": ["https://..."],
"exploits": [
{"source": "ExploitDB", "id": "EDB-XXXXX", "url": "..."},
{"source": "GitHub", "url": "https://github.com/..."}
],
"suggested_fofa_query": "app=\"Fortinet\" && port=\"443\"",
"timestamp": "2026-03-20T..."
}
cve_lookup.py 获取结构化情报suggested_fofa_query 为空,根据 affected_products 自行推导 Fofa 查询语法