Posts: 3
Threads: 1
Joined: Dec 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
Posts: 2,936
Threads: 12
Joined: May 2012
what you are looking to do is not supported by hashcat
Posts: 3
Threads: 1
Joined: Dec 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.
Posts: 2,936
Threads: 12
Joined: May 2012
hm didn't know atom implemented that, or how exactly he did implement it. maybe he can chime in on exactly how it works.
Posts: 5,185
Threads: 230
Joined: Apr 2010
it works fine on oclHashcat:
Quote:root@sf:~/oclHashcat-1.32# ./oclHashcat64.bin -m 5100 df2ef9d7b1db24f7 -a 3 EfEVp5953R -d 1 --quiet
df2ef9d7b1db24f7:EfEVp5953R
root@sf:~/oclHashcat-1.32# ./oclHashcat64.bin -m 5100 40030674df2ef9d7 -a 3 EfEVp5953R -d 1 --quiet
40030674df2ef9d7:EfEVp5953R
root@sf:~/oclHashcat-1.32# ./oclHashcat64.bin -m 5100 b1db24f7416abeee -a 3 EfEVp5953R -d 1 --quiet
b1db24f7416abeee:EfEVp5953R
if this does not work for hashcat cpu, please open up a trac ticket
Posts: 3
Threads: 1
Joined: Dec 2014
12-10-2014, 03:30 PM
(This post was last modified: 12-10-2014, 03:31 PM by gongtudouxiafan.)
(12-10-2014, 11:01 AM)atom Wrote: it works fine on oclHashcat:
Quote:root@sf:~/oclHashcat-1.32# ./oclHashcat64.bin -m 5100 df2ef9d7b1db24f7 -a 3 EfEVp5953R -d 1 --quiet
df2ef9d7b1db24f7:EfEVp5953R
root@sf:~/oclHashcat-1.32# ./oclHashcat64.bin -m 5100 40030674df2ef9d7 -a 3 EfEVp5953R -d 1 --quiet
40030674df2ef9d7:EfEVp5953R
root@sf:~/oclHashcat-1.32# ./oclHashcat64.bin -m 5100 b1db24f7416abeee -a 3 EfEVp5953R -d 1 --quiet
b1db24f7416abeee:EfEVp5953R
if this does not work for hashcat cpu, please open up a trac ticket
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