Backup Operators Group
Last updated
Last updated
#The SAM (Security Account Manager) database in Windows stores user account credentials, and the SYSTEM file holds the boot key necessary to decrypt these credentials. The Backup Operators group can bypass file permissions to back up sensitive files like these.
The hklm\sam
and hklm\system
registry hives correspond to the SAM and SYSTEM files.
On your attacker machine, set up a simple SMB server with Impacket.
From the target machine, copy the backed-up files to the share on the attacker machine.
Now that the SAM and SYSTEM files are transferred to the attacker machine, it's possible extract password hashes from them using impacket-secretsdump.