kali_upload
Upload files or content to a Kali Linux server filesystem. Supports base64-encoded data, custom encodings, and SHA256 checksum verification for integrity.
Instructions
Upload content to the Kali server filesystem.
Args: content: Base64-encoded file content remote_path: Destination path on the Kali server encoding: Content encoding (utf-8, binary) verify_checksum: Compute and send SHA256 checksum for integrity verification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| encoding | No | utf-8 | |
| remote_path | Yes | ||
| verify_checksum | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |