reverse_shell_generate_payload
Generate reverse shell payloads in multiple formats (bash, python, nc, php, powershell, perl) with encoding options to connect a target back to your listener using your IP and port.
Instructions
Generate reverse shell payloads for manual execution on targets.
Args: local_ip: Your local IP address that the target should connect back to local_port: Local port to connect back to (default: 4444) payload_type: Type of payload (bash, python, nc, php, powershell, perl) encoding: Encoding format (plain, base64, url, hex)
Returns: Generated payload in various formats ready for manual execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoding | No | base64 | |
| local_ip | Yes | ||
| local_port | No | ||
| payload_type | No | bash |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |