ad_psexec
Execute remote commands on Windows hosts in an Active Directory domain using PsExec, supporting password or NTLM hash authentication for penetration testing.
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 |