03-19-2015, 12:53 AM
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.
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.