Skip to main content
Glama

reverse_shell_generate_payload

Generate reverse shell payloads in multiple scripting languages and encodings, specifying local IP and port, for manual execution on target machines.

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

TableJSON Schema
NameRequiredDescriptionDefault
encodingNobase64
local_ipYes
local_portNo
payload_typeNobash

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It discloses that payloads are generated for manual execution but does not mention network behaviors, authentication needs, or potential risks. As a generation tool, transparency is adequate but could specify that no execution or connection occurs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with purpose, then lists parameters in a clear Args block, and ends with return value. Every sentence adds value; no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 4 parameters (1 required), no annotations, and 0% schema coverage, the description covers purpose, parameters, and return. Could mention that generated payloads are ready for copy-paste or that it does not execute them. Output schema exists, so return explanation is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description compensates well by explaining each parameter: local_ip, local_port with default, payload_type with enumerated examples, encoding with options. This adds significant meaning beyond the schema names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Generate reverse shell payloads') and the resource ('for manual execution on targets'). It distinguishes from sibling tools like reverse_shell_send_payload by emphasizing manual execution.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for generating payloads to be executed manually, but lacks explicit guidance on when to use this over alternatives like reverse_shell_command or payload_generate. No exclusions or prerequisites are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zebbern/zebbern-kali-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server