How to get the windows hash from registry?
#6
ARRRRgggg.....

Get the hash manualy is extreme difficult! This is not like /etc/shadow in linux... But, why no program have this? Well, because I did a stupid thing. 

This command worked

Code:
reg export HKLM c:\windows\temp\registry.txt

But, trying to save the binary format like this:

Code:
reg save HKLM c:\windows\temp\registry.txt

I get the error messagem:

ERROR: Access denied.

I thought it was impossible to do in this way. But the problem is not the security, is the way I need to do the command:

Code:
reg save HKLM\sam c:\windows\temp\registry.txt

If someone read this... You are doing it wrong! Don't be stupid like me Big Grin
Reply


Messages In This Thread
RE: How to get the windows hash from registry? - by rodrigo.Brasil - 12-19-2022, 12:46 AM