mbhatt1/PhantomPipe
A proof‑of‑concept C2 framework that uses Server‑Sent Events (SSE) and the MCP protocol for agent registration, command dispatch, and result collection. By tunneling through ngrok, you can quickly expose your C2 server to the public internet for rapid testing and demonstration.
Platform-specific configuration:
{
"mcpServers": {
"PhantomPipe": {
"command": "npx",
"args": [
"-y",
"PhantomPipe"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...