how to crack MD5 middle with MASK attacking mode? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: how to crack MD5 middle with MASK attacking mode? (/thread-3888.html) |
how to crack MD5 middle with MASK attacking mode? - gongtudouxiafan - 12-10-2014 Hi Folks, I'm cracking a MD5-middle hash of password "EfEVp5953R" using below command(MASK mode). ./hashcat-cli64.bin -a 3 -m 5100 hashes/1.txt EfEVp5953R But it seems "M 5100" only works for "left half" not work for "middle half" and "last half". More specific, if I put "40030674df2ef9d7" into hashes/1.txt, the password can be recovered; if I put "b1db24f7416abeee" or "df2ef9d7b1db24f7", it can not recovered. Any switch/option to enable the middle/right MD5? Thank you very much! Jun P.S. MD5{EfEVp5953R}=40030674df2ef9d7b1db24f7416abeee RE: how to crack MD5 middle with MASK attacking mode? - epixoip - 12-10-2014 what you are looking to do is not supported by hashcat RE: how to crack MD5 middle with MASK attacking mode? - gongtudouxiafan - 12-10-2014 (12-10-2014, 06:08 AM)epixoip Wrote: what you are looking to do is not supported by hashcat From below post, it seems it was implemented? https://hashcat.net/trac/ticket/89 If it's not supported by hashcat, do you know which tool support it? will oclHashcat do? Thanks. RE: how to crack MD5 middle with MASK attacking mode? - epixoip - 12-10-2014 hm didn't know atom implemented that, or how exactly he did implement it. maybe he can chime in on exactly how it works. RE: how to crack MD5 middle with MASK attacking mode? - atom - 12-10-2014 it works fine on oclHashcat: Quote:root@sf:~/oclHashcat-1.32# ./oclHashcat64.bin -m 5100 df2ef9d7b1db24f7 -a 3 EfEVp5953R -d 1 --quiet if this does not work for hashcat cpu, please open up a trac ticket RE: how to crack MD5 middle with MASK attacking mode? - gongtudouxiafan - 12-10-2014 (12-10-2014, 11:01 AM)atom Wrote: it works fine on oclHashcat:Thanks, Atom. It do work for oclHashcat. I confirmed it on another machine which has OpenCL enabled. ticket #544 is opened for the issue. https://hashcat.net/trac/ticket/544 |