extract_webshell_key
Extract decryption key from webshell handshake traffic to decrypt encrypted sessions. Use after detecting webshell traffic or locating key exchange.
Instructions
【Webshell专用】Extract decryption key from webshell handshake traffic. Use this when: 1) After detect_webshell finds encrypted traffic, 2) User knows the webshell type and wants to decrypt, 3) Found potential key exchange in first request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_type | Yes | Webshell type: behinder, godzilla, antsword | |
| session_id | Yes | ID of the session | |
| stream_index | Yes | TCP stream index containing key exchange | |
| password_hint | No | Password hint if available |