Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BruteForce Mode in SMF Hashes
05-24-2012, 10:45 AM (This post was last modified: 05-24-2012 10:46 AM by NeonFlash.)
Post: #1
BruteForce Mode in SMF Hashes
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.
Find all posts by this user
Quote this message in a reply
05-24-2012, 02:08 PM
Post: #2
RE: BruteForce Mode in SMF Hashes
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
Find all posts by this user
Quote this message in a reply
05-24-2012, 02:47 PM (This post was last modified: 05-24-2012 03:17 PM by NeonFlash.)
Post: #3
RE: BruteForce Mode in SMF Hashes
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.
Find all posts by this user
Quote this message in a reply
05-24-2012, 04:08 PM (This post was last modified: 05-24-2012 04:08 PM by undeath.)
Post: #4
RE: BruteForce Mode in SMF Hashes
yes, this is all correct. Increment mode will be available with the next version again.
Find all posts by this user
Quote this message in a reply
05-24-2012, 04:24 PM
Post: #5
RE: BruteForce Mode in SMF Hashes
Hello,

Thanks for confirming. Would be great to see these options back.
Find all posts by this user
Quote this message in a reply
Post Reply