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
| Name | Required | Description | Default |
|---|---|---|---|
| bind_ip | No | 0.0.0.0 | |
| dns_port | No | ||
| http_port | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |