Is it possible to break a Windows encrypted SAM file where passwords are stored if you have the physical drive offline?
Thanks
Is it possible to break a Windows encrypted SAM file where passwords are stored if you have the physical drive offline?
Thanks
Yes, you can use the cachedump
(to dump cached credentials) and pwdump
(to dump password hashes out of the SAM file) in combination with the system hive. You should have access to both files on the hard drive. You can then crack the hashes with hashcat or John the ripper.
See https://tools.kali.org/password-attacks/creddump for more details/examples.