hashcat Forum
MD5(salt.pass) - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: MD5(salt.pass) (/thread-1465.html)



MD5(salt.pass) - tobsen - 08-15-2012

hi,
i'm new to hashcat, so i have one little question:

How could i crack a MD5 hash with this notation: MD5(salt.pass)?
It doesn't matter, which i use (hashcat, oclhashcat-plus, -lite), but gpu-cracking should be the the favorit one.

what i have: salt, hash and protocol (apop)

thx for all coming answers
tobsen


RE: MD5(salt.pass) - RTFM - 08-15-2012

RTFM  


RE: MD5(salt.pass) - tobsen - 08-15-2012

(08-15-2012, 11:22 PM)RTFM Wrote: RTFM  

thx for that nice answer Smile i'll read it ..


RE: MD5(salt.pass) - tony - 08-15-2012

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


RE: MD5(salt.pass) - tobsen - 08-15-2012

(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?


RE: MD5(salt.pass) - tony - 08-16-2012

(08-15-2012, 11:49 PM)tobsen Wrote:
(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?

You are welcome...

If i refer' to the http://hashcat.net/oclhashcat-plus/

& http://hashcat.net/hashcat/

The answer is yes only hashcat can manage this type of hashes.


RE: MD5(salt.pass) - tobsen - 08-16-2012

it works Smile thx a lot


RE: MD5(salt.pass) - undeath - 08-16-2012

for GPU cracking you can try OSC, but it is probably limited to two character salts.