msf_info
Retrieve detailed metadata for a Metasploit module, including options, required settings, targets, and references. Use after locating a module to understand its parameters before running it.
Instructions
Display detailed information about a specific Metasploit module: description, available options, required settings, supported targets, and references. Use after msf_search to understand what a module does and what parameters it needs before running it. Output: module metadata, option table (name, current setting, required, description), and references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_path | Yes | Full module path (e.g. 'exploit/windows/smb/ms17_010_eternalblue', 'auxiliary/scanner/smb/smb_version') |