Back to MCP directory
publicPublicdnsLocal runtime

Kali Linux MCP Server

Kali Linux MCP是一个渗透测试工具集,通过Docker容器提供Kali Linux环境,支持SSH连接和命令执行,可用于安全测试和漏洞利用。

article

README

🚀 kali linux mcp,pentest,penetration test

目前这个项目还只是个雏形,仅支持执行能返回结果的命令。像Burp Suite和Metasploit这类工具,暂无法进行界面和命令交互。不过,对于Metasploit,可让AI Agent直接执行,无需进入命令交互模式。有时间的小伙伴可以拿去进一步完善哦😜

📢 更新

2025年4月1日更新

新增简单的交互式处理。

image image image

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client