How to crack SHA1 hash with salt?
#3
For macOS v10.6, the user-password is stored in /var/db/shadow/hash/GUID_of_your_user.
(The correct GUID can be found in the /private/var/db/dslocal/nodes/Default/users/[yourusername].plist)

Open that file with an Hex-viewer, and you should find the salted SHA1.

When looking at https://hashcat.net/wiki/doku.php?id=example_hashes, you'll see that you need -m 122 in order to crack it.
Reply


Messages In This Thread
How to crack SHA1 hash with salt? - by johnmap007 - 01-20-2021, 12:04 AM
RE: How to crack SHA1 hash with salt? - by Banaanhangwagen - 01-20-2021, 01:25 PM