hashcat Forum
Help with oclhashcat - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Help with oclhashcat (/thread-4195.html)



Help with oclhashcat - pedrofixe - 03-19-2015

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.


RE: Help with oclhashcat - Si2006 - 03-19-2015

Your mask is a bit sketchy, try...

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


RE: Help with oclhashcat - pedrofixe - 03-19-2015

(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!