async def metasploit_run(module: str, options: Dict[str, Any] = {}) -> Dict[str, Any]: Execute a Metasploit module with enhanced logging. Args: module: The Metasploit ...