decrypt_webshell
Decrypt webshell traffic with a known key to reveal attacker commands. Supports Behinder, Godzilla, and AntSword encryption.
Instructions
【Webshell专用】Decrypt webshell traffic to reveal attacker commands. Supports Behinder (AES), Godzilla (AES+XOR), AntSword (XOR). Use this when: 1) Key has been extracted, 2) User provides the key, 3) Want to see what commands attacker executed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Decryption key (if known) | |
| protocol | No | Protocol subtype (e.g., php_aes, java_aes) | default |
| tool_type | Yes | Webshell type: behinder, godzilla, antsword | |
| session_id | Yes | ID of the session | |
| stream_index | Yes | TCP stream index to decrypt |