Usage: hashcat [options] hashfile [mask|wordfiles|directories]
#4
George02 Wrote: I want to hash a NTLM with max-lenght 14 and min-lenght 10 charset = ?d*!_"GLEDCgledc brute force.

Code:
hashcat-cli32 -n16 -m1000 -a3 -1 ?d*!_GLEDCgledc^" --pw-min=10 -o d:\output.txt d:\hash.txt ?1?1?1?1?1?1?1?1?1?1?1?1?1?1


Messages In This Thread
RE: Usage: hashcat [options] hashfile [mask|wordfiles|directories] - by M@LIK - 02-27-2013, 11:28 PM