Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bruteforce LM
05-13-2012, 05:34 PM
Post: #1
Bruteforce LM
Hello,

Few question about the LM implementation when bruteforcing :
Quote:oclHashcat-plus64.exe -m 3000 hash_full.txt -1=?d?l?u?s ?1
oclHashcat-plus64.exe -m 3000 hash_full.txt -1=?d?l?u?s ?1?1
oclHashcat-plus64.exe -m 3000 hash_full.txt -1=?d?l?u?s ?1?1?1
oclHashcat-plus64.exe -m 3000 hash_full.txt -1=?d?l?u?s ?1?1?1?1
oclHashcat-plus64.exe -m 3000 hash_full.txt -1=?d?l?u?s ?1?1?1?1?1
oclHashcat-plus64.exe -m 3000 hash_full.txt -1=?d?l?u?s ?1?1?1?1?1?1
oclHashcat-plus64.exe -m 3000 hash_full.txt -1=?d?l?u?s ?1?1?1?1?1?1?1
1) charsets ?u and ?l are the same for LM algo ; which one does oclhashcat use ? small or capital letters ?
2) Can I stop the bruteforce to 7 characters ? Or should I go until 14 ?

Thank you
Find all posts by this user
Quote this message in a reply
05-13-2012, 05:47 PM
Post: #2
RE: Bruteforce LM
1) if you add ?l, it gets converted to ?u
2) 7 is correct
Visit this user's website Find all posts by this user
Quote this message in a reply
05-13-2012, 05:54 PM
Post: #3
RE: Bruteforce LM
atom, just a quick question. do we have to do ?1 then ?1?1 then ?1?1?1 and so on or will ?1?1?1?1?1?1?1 cover 1-7 chars?

cheers
Find all posts by this user
Quote this message in a reply
05-13-2012, 06:31 PM
Post: #4
RE: Bruteforce LM
@phillips321:: What you want is called Increment Brute Force.

It's not supported yet, but: Give it your vote!
http://hashcat.net/forum/thread-1155.html
Find all posts by this user
Quote this message in a reply
Post Reply