reverse_shell_upload_content
Upload base64-encoded content to a remote file on a target machine through an active reverse shell session.
Instructions
Upload content directly to the target via reverse shell.
Args: session_id: The reverse shell session ID content: Base64 encoded content to upload remote_file: Path where to save the file on the target method: Upload method (base64) encoding: Content encoding (utf-8, binary)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | base64 | |
| content | Yes | ||
| encoding | No | utf-8 | |
| session_id | Yes | ||
| remote_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |