ExploitDB MCP 服务器
提供对 ExploitDB 功能的访问,增强 AI 助手查询漏洞和攻击的能力。
快速入门
-
克隆仓库: git clone https://github.com/Cyreslab-AI/exploitdb-mcp-server.git cd exploitdb-mcp-server
-
安装依赖: npm install
-
构建项目: npm run build
-
配置服务器:
- 创建
.env
文件(参考.env.example
) - 根据需要调整配置
- 创建
-
初始化数据库: npm run update-db
-
启动服务器: node build/index.js
使用方法
- 搜索漏洞:使用
search_exploits
工具。 - 获取漏洞详情:使用
get_exploit
工具。 - 查找 CVE 相关漏洞:使用
find_by_cve
工具。 - 获取最新漏洞:使用
get_recent_exploits
工具。 - 获取统计数据:使用
get_statistics
工具。