Just put '$1$eXmHZ24C$NjeEHTZJ8gpSbJRtltXgj.' ($1$salt$hash) in 'hash.txt' and use the following syntax:
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.
Code:
hashcat-cli32.exe -m 500 -o hash.out hash.txt Your-Dictionnary.txt
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.