reverse_shell_download_content
Retrieve file contents from a compromised target through an active reverse shell session. Specify the remote path and receive the file as base64 for further analysis.
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 |