get_exploit_info
Retrieve detailed technical specifications and usage parameters for specific Metasploit exploits to support authorized penetration testing and security assessment workflows.
Instructions
Get detailed information about a specific exploit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exploitPath | Yes | Full exploit path (e.g., 'exploit/windows/smb/ms17_010_eternalblue') |
Input Schema (JSON Schema)
{
"properties": {
"exploitPath": {
"description": "Full exploit path (e.g., 'exploit/windows/smb/ms17_010_eternalblue')",
"type": "string"
}
},
"required": [
"exploitPath"
],
"type": "object"
}