PwnBridge
Officialby 1mr0-tech
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSH_HOST | Yes | Required. Kali machine IP or hostname. | |
| SSH_PORT | No | SSH port, default 22. | 22 |
| SSH_USER | Yes | Required. SSH username. | |
| HTTP_HOST | No | HTTP bind address, default 0.0.0.0. | 0.0.0.0 |
| HTTP_PORT | No | HTTP server port, default 3000. | 3000 |
| HTTP_API_KEY | No | API key to protect the HTTP endpoint. | |
| SSH_PASSWORD | No | SSH password (prefer key auth). | |
| AUDIT_LOG_PATH | No | Local audit log file, default ./logs/audit.log. | ./logs/audit.log |
| SSH_PASSPHRASE | No | Passphrase for encrypted private key. | |
| DAST_TIMEOUT_MS | No | DAST scan timeout (30 min), default 1800000. | 1800000 |
| KALI_REPORT_DIR | No | Report directory on Kali, default ~/kali-mcp-reports. | ~/kali-mcp-reports |
| NMAP_TIMEOUT_MS | No | nmap timeout (10 min), default 600000. | 600000 |
| SAST_TIMEOUT_MS | No | SAST scan timeout (15 min), default 900000. | 900000 |
| SQLMAP_TIMEOUT_MS | No | sqlmap timeout (15 min), default 900000. | 900000 |
| DEFAULT_TIMEOUT_MS | No | Default command timeout (5 min), default 300000. | 300000 |
| SSH_PRIVATE_KEY_PATH | No | Path to private key — ~ is expanded (Recommended over password). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1mr0-tech/PwnBridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server