Skip to main content
Glama

callback_start

Starts HTTP and DNS listeners on a Kali container to capture out-of-band callbacks from targets without internet access.

Instructions

Start the local callback catcher (HTTP + DNS listeners).

Runs an HTTP server and a DNS server on the Kali container to capture out-of-band callbacks from targets. Use this instead of webhook.site when the target network has no internet access.

Args: http_port: TCP port for the HTTP listener (default 8888). dns_port: UDP port for the DNS listener (default 5353). bind_ip: IP address to bind to (default '0.0.0.0'). Use the tun0 IP to restrict to VPN traffic.

Returns: Listener status including ports, bind IP, and detected tun0 IP.

Example: callback_start() callback_start(http_port=9090, bind_ip='10.10.14.5')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bind_ipNo0.0.0.0
dns_portNo
http_portNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Describes that it runs HTTP and DNS servers, and returns status with port and IP info. However, it does not mention that listeners run in background or need to be stopped explicitly, nor any resource implications. With no annotations, a bit more detail on lifecycle would improve transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Very concise and front-loaded. First sentence captures core function, then expands with context, params, return, and example. No filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, usage, parameters, return value, and example. With an output schema present, return info is sufficient. Lacks mention of background execution or need for cleanup, but overall complete for starting a listener.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite zero schema description coverage, the description fully explains each parameter with defaults and usage context (e.g., bind_ip hint to use tun0). Examples further clarify invocation. Schema only provides names and defaults, so description adds all necessary meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states it starts HTTP and DNS listeners to capture out-of-band callbacks, clearly distinguishing from sibling callback tools like callback_check or callback_stop. It also differentiates from webhook.site by specifying when to use this tool (no internet access).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance to use instead of webhook.site when target has no internet access. Does not explicitly mention when not to use, but context implies alternatives. Could add more about prerequisites or state management.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/zebbern/zebbern-kali-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server