reverse_shell_download_content
Download file content from a target via an active reverse shell session. Provide the session ID, remote file path, and method (base64 or cat) to retrieve the file as base64.
Instructions
Download file content from target via reverse shell and return as base64.
Args: session_id: The reverse shell session ID remote_file: Path to the file on the target method: Download method (base64, cat)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | base64 | |
| session_id | Yes | ||
| remote_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |