Help with oclhashcat
#1
So I'm starting to use oclhashcat but I cant seem to fully understand how to create a basic batch file for the program, I have this :


cudaHashcat64 -m 1000 hashes.txt -a 3 -l ?l?d 1?1?1?1?1?1?1?1?1? -o cracked.txt


What I want is to crack an NTLM password in hashes.txt using brute force with loweralpha-numeric charset from 6-9 characters.
#2
Your mask is a bit sketchy, try...

-1 ?l?d ?1?1?1?1?1?1?1?1?1 -i --increment-min 6
#3
(03-19-2015, 01:01 AM)Si2006 Wrote: Your mask is a bit sketchy, try...

-1 ?l?d ?1?1?1?1?1?1?1?1?1 -i --increment-min 6

Thx this website uses a horrible font in wich I cannot distinguish "L" and "1". Thank you!