list_payloads
List msfvenom payloads filtered by platform, architecture, or keyword to select the correct payload for your target before generating it.
Instructions
List all available msfvenom payloads with descriptions. Use BEFORE generating a payload to find the correct payload name for your target platform and connection type. Filter by platform (windows, linux, android), architecture (x86, x64), or keyword (reverse_tcp, bind, meterpreter). Output: table of payload names with descriptions, organized by platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arch | No | Filter by architecture: x86, x64, armle, mipsle, ppc, aarch64 | |
| keyword | No | Keyword to search within payload names (e.g. 'reverse_tcp', 'meterpreter', 'bind', 'https') | |
| platform | No | Filter by platform: windows, linux, android, osx, solaris, bsd |