Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
faster with --markov-disable
07-19-2012, 10:17 PM
Post: #1
faster with --markov-disable
playing around with the markov feature in Lite and noticed that it's faster if markov is disabled when trying to crack the example hash of "hashcat!"

markov-disable takes 15 secs to crack.
markov with default hcstat or rockyou.hcstat takes about 3mins.

is this normal?

command is:
oclhashcat-lite64.exe --pw-min 8 md5hash -2 ?l?s ?l?l?l?l?l?l?l?2
Find all posts by this user
Quote this message in a reply
07-19-2012, 10:21 PM
Post: #2
RE: faster with --markov-disable
yes, because the ! is the 2nd automatic selected char at 0x21
Visit this user's website Find all posts by this user
Quote this message in a reply
07-19-2012, 11:38 PM (This post was last modified: 07-19-2012 11:40 PM by forumhero.)
Post: #3
RE: faster with --markov-disable
assuming i did not already know the plaintext. when using markov should the mask always be the same, as in, ?2?2?2?2?2?2?2?2 instead of how i had it?

tying to understand when is a good use-case to enable or disable markov
Find all posts by this user
Quote this message in a reply
07-20-2012, 10:19 AM
Post: #4
RE: faster with --markov-disable
no, markov fully supports masks
Find all posts by this user
Quote this message in a reply
Post Reply