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 查询语法