Posts: 82
Threads: 26
Joined: Oct 2011
05-24-2012, 10:45 AM
(This post was last modified: 05-24-2012, 10:46 AM by NeonFlash.)
Is Bruteforce mode not available for SMF hashes?
Code:
oclHashcat-plus32.exe -m 121 -n 160 -a 3 --remove -o crackedSMF.txt Forum.txt ?l?l?l?l?l ?l?l?l?l
I get the usage error by oclHashcat-plus32.exe which prints out an error telling how to use it.
Posts: 414
Threads: 14
Joined: Mar 2012
It does.
Use
one mask at the end:
Code:
oclHashcat-plus32.exe -m 121 -n 160 -a 3 --remove -o crackedSMF.txt Forum.txt ?l?l?l?l?l
Posts: 82
Threads: 26
Joined: Oct 2011
05-24-2012, 02:47 PM
(This post was last modified: 05-24-2012, 03:17 PM by NeonFlash.)
Thank you. I was using the oclhashcat syntax.
Just to reconfirm. Does the concept of left and right masks no longer hold good?
I also noticed that the options such as:
-j
-k
--increment
are not available. They were quite useful.
Posts: 2,301
Threads: 11
Joined: Jul 2010
05-24-2012, 04:08 PM
(This post was last modified: 05-24-2012, 04:08 PM by undeath.)
yes, this is all correct. Increment mode will be available with the next version again.
Posts: 82
Threads: 26
Joined: Oct 2011
Hello,
Thanks for confirming. Would be great to see these options back.