Strangest HASH (but just MD5)
#4
Just put '$1$eXmHZ24C$NjeEHTZJ8gpSbJRtltXgj.' ($1$salt$hash) in 'hash.txt' and use the following syntax:

Code:
hashcat-cli32.exe -m 500 -o hash.out hash.txt Your-Dictionnary.txt
Read the help btw: hashcat-cli.exe -h

You just have to choose which binary you want to use (32 or 64bits) or use the .bin if you're on a Linux system.

And yes, the final "." is part of the hash.


Messages In This Thread
Strangest HASH (but just MD5) - by juasjuas - 03-23-2011, 12:55 AM
RE: Strangest HASH (but just MD5) - by atom - 03-23-2011, 10:21 AM
RE: Strangest HASH (but just MD5) - by juasjuas - 03-23-2011, 12:58 PM
RE: Strangest HASH (but just MD5) - by San - 03-23-2011, 01:17 PM
RE: Strangest HASH (but just MD5) - by juasjuas - 03-23-2011, 03:53 PM
RE: Strangest HASH (but just MD5) - by atom - 03-23-2011, 04:24 PM
RE: Strangest HASH (but just MD5) - by juasjuas - 03-24-2011, 01:25 AM