psexec.py
Verified for current stable LTS
Psexec.py Command: Use Kerberos Authentication
Use for use kerberos authentication with Psexec.py. Exact CLI syntax to use kerberos authentication using Psexec.py.
When to use this: Use for use kerberos authentication with Psexec.py.
Command Syntax
psexec.py -k -no-pass <domain>/<username>@<target> psexec.py -k -no-pass <domain>/<username>@<target> Command Breakdown
-k- Command Option
- Tool-specific option used by this command invocation.
-no-pass- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to use kerberos authentication 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: Authenticate Pass The Hash
psexec.py -hashes <LM_Hash>:<NT_Hash> <domain>/<username>@<target> 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>