payload_one_liner
Generate reverse shell one-liner commands with customizable IP, port, and shell type for penetration testing.
Instructions
Generate reverse shell one-liner commands.
Args: lhost: Your IP address for callback lport: Port for callback (default: 4444) shell_type: Type of shell - bash, python, nc, php, powershell, perl, ruby, or 'all'
Returns: One-liner command(s) ready to copy-paste
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lhost | Yes | ||
| lport | No | ||
| shell_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |