MCP Directory

FofaMap

by asaotomo · Python · ★ 655

FofaMap v2.0 是一款基于 Python3 开发的全网首个 AI 驱动红队资产测绘智能体。在延续原有 FOFA 数据采集、存活检测、统计聚合、图标 Hash 及批量查询等核心功能的基础上,2.0 版本原生支持 MCP 协议,可无缝接入 Cursor、Claude 等 AI 平台。其核心内置了 AI 自我反思机制,能根据查询结果自动调优语法,并智能联动 Nuclei 推荐精准扫描策略,实现从“被动采集”到“主动智能决策”的红队作业进化。

#ai-agent#asset-mapping#fofa-api#fofamap#information-gathering-tools#mcp#mcp-protocol#nuclei-scan#python3#redteam#vulnerability-scanner

Install

pip install git+https://github.com/asaotomo/FofaMap.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "fofamap": {
      "command": "uvx",
      "args": [
        "git+https://github.com/asaotomo/FofaMap.git"
      ]
    }
  }
}

From the README

> 🧠 **全网首个支持 MCP 协议 + AI 自我反思机制的红队资产测绘智能体** Self-Reflecting AI Queries → MCP Protocol Integration → Intelligent Vulnerability Scanning > > FofaMap 从「资产查询工具」→ **进化为 AI Agent(智能体)** > AI 自动完成: + 理解你的意图 + 生成 FOFA 语法 + 查询资产 + 若 0 结果 → 启动 **自我反思机制** 自动放宽条件重试 + 分析资产指纹 + 判断是否值得扫描 + 自动生成 Nuclei 扫描参数 + 询问你是否执行 --- > 不再出现: > AI 会自动: + 判断: - 是否地区条件过严? - 是否关键词不合理? - 是否语法太死? + 自动: - 放宽条件 - 重写语法 - 多策略重试 + 直到:**尽量给你产出结果** --- > 支持:**Claude Desktop / Cursor / 自建 Agent** > 你可以直接对 AI 说: > 「调用 FofaMap,帮我分析最近致远 OA 的风险态势」 > AI 会: > 自动调用 FofaMap → 自动跑任务 → 自动总结报告 > + **Cursor…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers