ExternalAttacker MCP Server
@MorDavid
关于 ExternalAttacker MCP Server
A modular external attack surface mapping tool integrating tools for automated reconnaissance and bug bounty workflows.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ExternalAttacker-MCP": {
"command": "python",
"args": [
"<Your_Path>\\ExternalAttacker-MCP.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ExternalAttacker MCP Server?
ExternalAttacker MCP Server is a model context protocol integration that brings automated external attack surface management and reconnaissance capabilities through a natural language interface. It allows users to run scans, analyze infrastructure, and discover vulnerabilities by issuing plain-English queries to an AI assistant.
How to use ExternalAttacker MCP Server?
Clone the repository, install the Python dependencies, install the required Go tools (subfinder, naabu, httpx, cdncheck, tlsx, ffuf, gobuster, dnsx), then run ExternalAttacker-App.py and access the local web interface (default port 6991). Finally, configure the MCP server in your MCP client by adding the command python <path>/ExternalAttacker-MCP.py to the mcpServers section.
Key features of ExternalAttacker MCP Server
- Natural language interface for scanning commands
- Subdomain discovery (using subfinder)
- Port scanning (using naabu)
- HTTP service analysis (using httpx)
- CDN detection (using cdncheck)
- TLS/SSL analysis (using tlsx)
- Directory fuzzing (using ffuf, gobuster)
- DNS enumeration (using dnsx)
Use cases of ExternalAttacker MCP Server
- Scan a domain for subdomains and map its attack surface
- Check open ports on a target IP or hostname
- Analyze HTTP response headers and status codes for a site
- Verify whether a domain is behind a CDN
- Fuzz common endpoints and directories on a web application
FAQ from ExternalAttacker MCP Server
What are the prerequisites?
Python 3.8 or higher, Go installed, and a MCP client are required.
How do I install the required Go tools?
Run the provided go install commands for each tool (subfinder, naabu, httpx, cdncheck, tlsx, ffuf, gobuster, dnsx).
What kind of queries can I make?
You can ask questions like “Scan example.com for subdomains”, “Check open ports on 192.168.1.1”, or “Analyze HTTP services on test.com”.
How do I configure the MCP server in my client?
Add an entry to your MCP client’s mcpServers configuration with the command python and args containing the full path to ExternalAttacker-MCP.py.
Is this tool safe to use?
It is a security tool; you should only use it on systems you have explicit permission to test.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论