interactsh_register
Register an out-of-band (OOB) callback URL to detect external interactions. Returns a token to poll for incoming requests.
Instructions
Register a new interactsh callback URL via the interactsh-client CLI.
Spawns interactsh-client detached, captures the assigned callback URL,
and persists a session descriptor for later polling. Returns a token
that pairs with interactsh_poll.
Args:
server: interactsh server hostname (default interact.sh public).
timeout: seconds to wait for the client to emit its URL.
Returns:
RegisterReport with callback_url and token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | interact.sh | |
| timeout | No |