Hashing error - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Hashing error (/thread-1494.html) |
Hashing error - kickerbat - 08-23-2012 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. RE: Hashing error - radix - 08-23-2012 -m 2611 is not md5(md5($input).$salt) so thats your issue. Also, do not post hashes here. RE: Hashing error - kickerbat - 08-23-2012 What is the correct mode? RE: Hashing error - radix - 08-23-2012 -h RE: Hashing error - kickerbat - 08-23-2012 There is no format for md5(md5($pass).$salt) only; md5(md5($salt).$pass) ? RE: Hashing error - radix - 08-23-2012 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. RE: Hashing error - kickerbat - 08-23-2012 Request for it to be supported in next version? RE: Hashing error - atom - 08-23-2012 as radix said, its already supported. please use -m 2611 or -m 2711, depending on salt length RE: Hashing error - kickerbat - 08-23-2012 (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 Cracking now hopefully i'll get lucky. |