Using Credentials
Most methods within PsMapExec supports using various credential material.
CurrentUser
This switch allows for the current user context to be used across authentication. Its not really required as PsMapExec should determine if this should be in use anyway.
Ticket
A base64 encoded Kerberos ticket can be supplied to the -Ticket
parameter either directly into the console or can be loaded from file.
the username switch does not need to be provided as a valid kerberos ticket will contain the intended username for the ticket anyway.
Username and Hash
A username and hash combination can also be provided for authentication. The following hashes are currently accepted:
RC4 / NT
NTLM
AES256 HMAC
Username and Password
Of course a traditional username and password combination is also supported. If the provided password contains a "$" ensure the password is wrapped in single quotes.
Local Authentication
Currently, the switch -LocalAuth
is only supported across the following methods:
WMI
RDP
MSSQL (MSSQL SQL Server authentication)
Local authentication currently only supports a username and password combination.
Last updated