cme_wmi
Execute WMI protocol operations for remote command execution and enumeration on Windows targets.
Instructions
Execute WMI protocol operations. Supports remote command execution via WMI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targets | Yes | Target IP, hostname, CIDR range, or file path | |
| username | No | Username or file path to usernames | |
| password | No | Password or file path to passwords | |
| hash | No | NTLM hash for pass-the-hash | |
| domain | No | Domain name | |
| localAuth | No | Use local authentication | |
| threads | No | Concurrent threads | |
| execCmd | No | Execute cmd command | |
| execPowershell | No | Execute PowerShell command | |
| module | No | Module to run | |
| moduleOptions | No | Module options | |
| verbose | No | Verbose output | |
| debug | No | Debug output |