Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Help with oclhashcat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Your mask is a bit sketchy, try...

-1 ?l?d ?1?1?1?1?1?1?1?1?1 -i --increment-min 6
(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!