Hashing error
#1
Hey guys,

i'm new to using hashcat with BT5r2 i'm having a few issues trying to decrypt my hash;

Format: md5(md5($input) . $salt)
Hash:SALT

Tried a 34gb word list. Any help would be great.

Just to make sure this is the correct format:
Quote:/pentest/passwords/hashcat-gui/hashcat/hashcat-cli32.bin -m 2611 hash.txt pwds.txt

p.s I'm not asking for the hash to be decrypted, if you could do it i would appreciate it, just want to make sure I'm doing everything right.
#2
-m 2611 is not md5(md5($input).$salt) so thats your issue.

Also, do not post hashes here.
#3
What is the correct mode?
#4
-h
#5
There is no format for
md5(md5($pass).$salt)
only;
md5(md5($salt).$pass)

?
#6
Thats means its not supported.

md5(md5($pass).$salt)... i retract my last post and correct myself. I will be either 2611 or 2711 and since 2611 didnt work for you, try 2711.
#7
Request for it to be supported in next version?
#8
as radix said, its already supported. please use -m 2611 or -m 2711, depending on salt length
#9
(08-23-2012, 10:43 AM)atom Wrote: as radix said, its already supported. please use -m 2611 or -m 2711, depending on salt length

He edited after i posted Smile

Cracking now hopefully i'll get lucky.