get_payloads
Retrieve compatible payloads for a specific Metasploit exploit to enable effective penetration testing and security assessment workflows.
Instructions
List available payloads for a specific exploit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exploitPath | Yes | Full exploit path |
Input Schema (JSON Schema)
{
"properties": {
"exploitPath": {
"description": "Full exploit path",
"type": "string"
}
},
"required": [
"exploitPath"
],
"type": "object"
}