MD5(salt.pass)
#5
(08-15-2012, 11:29 PM)tony Wrote: Hi,

If you type ./hascat-clixx.bin ( or .exe / or oclhashcat-plus ) --help

you going to have all the avaible syntax code to be used with hashcat.

In your case & for : md5($salt.$pass) is : 20

So in the case of an Straight attack = ./hashcat-clixx.bin ( or exe or.....) -m 20 -a 0 hashe.txt -o out.txt dic.txt

-m = hashes type

-a = Attack mode

-o = output file

Regards,

Tony

much thanks for the fast answer.

so i can only use hashcat-cli32.exe, cause it's the only one which shows md5($salt.$pass) after typing --help. is that right?


Messages In This Thread
MD5(salt.pass) - by tobsen - 08-15-2012, 11:20 PM
RE: MD5(salt.pass) - by RTFM - 08-15-2012, 11:22 PM
RE: MD5(salt.pass) - by tobsen - 08-15-2012, 11:28 PM
RE: MD5(salt.pass) - by tony - 08-15-2012, 11:29 PM
RE: MD5(salt.pass) - by tobsen - 08-15-2012, 11:49 PM
RE: MD5(salt.pass) - by tony - 08-16-2012, 12:15 AM
RE: MD5(salt.pass) - by tobsen - 08-16-2012, 12:40 AM
RE: MD5(salt.pass) - by undeath - 08-16-2012, 01:55 AM