MD5 Crack with Salt
#1
Hello,

been trying for a few days now trying to get hashcat to work, cracking a MD5 hash with salt.

This is just a quick example or what I am trying to do

69c12c189531e95fc6b6b4191ce29220 is the hash
the salt is dz
the password for this is dz0000
fakehash has the above hash
salt has the above salt

This does not work:
./hashcat-cli32.bin -m 0 -a 3 -e salt --bf-pw-min=4 --bf-pw-max=6 --bf-cs-buf=1234567890 fakehash

When I run this it does work:
./hashcat-cli32.bin -m 0 -a 3 -e salt --bf-pw-min=4 --bf-pw-max=6 --bf-cs-buf=1234567890dz fakehash

When I run this it works but tries
./hashcat-cli32.bin -m 0 -a 3 -e salt --bf-pw-min=5 --bf-pw-max=6 --bf-cs-buf=abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ fackhash

to my understanding it start 0000 and goes from there so it should put dz in front and then at 6 it should do dz0000 resulting in the first crack. But instead it does 000000 and goes from there not using the salt. How do I force it to use salt any help would be greatly apprenticed.


Messages In This Thread
MD5 Crack with Salt - by Ze12o - 05-07-2012, 04:22 PM
RE: MD5 Crack with Salt - by unix-ninja - 05-07-2012, 04:30 PM
RE: MD5 Crack with Salt - by Ze12o - 05-07-2012, 04:34 PM
RE: MD5 Crack with Salt - by atom - 05-07-2012, 04:34 PM
RE: MD5 Crack with Salt - by unix-ninja - 05-07-2012, 04:34 PM
RE: MD5 Crack with Salt - by atom - 05-07-2012, 05:06 PM
RE: MD5 Crack with Salt - by Ze12o - 05-07-2012, 05:11 PM
RE: MD5 Crack with Salt - by M@LIK - 05-07-2012, 05:11 PM
RE: MD5 Crack with Salt - by sezar21m - 11-01-2013, 10:43 PM
RE: MD5 Crack with Salt - by mastercracker - 11-02-2013, 02:56 AM