ad_psexec
Execute commands remotely on a Windows host via PsExec using domain credentials, password, or NTLM hashes for pass-the-hash attacks.
Instructions
Execute commands on a remote Windows host via PsExec (impacket).
Args: target: Target IP or hostname domain: AD domain username: Username password: Password hashes: NTLM hash for pass-the-hash command: Command to execute (default: cmd.exe)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| hashes | No | ||
| target | Yes | ||
| command | No | cmd.exe | |
| password | No | ||
| username | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |