psexec.py
Verified for current stable LTS
Psexec.py Command: Authenticate Pass The Hash
Use for authenticate pass the hash with Psexec.py. Exact CLI syntax to authenticate pass the hash using Psexec.py.
When to use this: Use for authenticate pass the hash with Psexec.py.
Command Syntax
psexec.py -hashes <LM_Hash>:<NT_Hash> <domain>/<username>@<target> psexec.py -hashes <LM_Hash>:<NT_Hash> <domain>/<username>@<target> Live Command Builder
Final Command
psexec.py -hashes <LM_Hash>:<NT_Hash> <domain>/<username>@<target> Command Breakdown
-hashes- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to authenticate pass the hash using Psexec.py.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Psexec.py Command: Copy File Remote Execution
psexec.py -c <filename> <domain>/<username>:<password>@<target> <command> Psexec.py Command: Execute Command Remote Target psexec.py <domain>/<username>:<password>@<target> <command> Psexec.py Command: Execute Command Specific Path Remote Target psexec.py -path <path> <domain>/<username>:<password>@<target> <command> Psexec.py Command: Spawn Interactive Shell Remote Target psexec.py <domain>/<username>:<password>@<target> Psexec.py Command: Specify Ip Domain Controller psexec.py -dc-ip <domain_controller_ip> <domain>/<username>:<password>@<target>