What am I doing wrong?
#2
when u putting [?l?u?d] as a mask.. its only trying [aA1, aA2.. aB1 aB2..]
u have to define the charsets.. then putting the mask..
ur command line should be like this::
Code:
hashcat-cli32 -m400 -a3 -oout.txt -n4 -1 ?l?u?d hash.txt ?1?1?1?1?1?1?1?1
note::
1- [hash.txt] should be in the same folder.
2- [out.txt] will be also in the same folder.
3- [?1] means one letter.. so if u want the length=3 >> ?1?1?1 ,, length=4 >> ?1?1?1?1
happy cracking ; )


Messages In This Thread
What am I doing wrong? - by Dave - 03-29-2012, 11:27 PM
RE: What am I doing wrong? - by M@LIK - 03-29-2012, 11:51 PM
RE: What am I doing wrong? - by KT819GM - 03-30-2012, 05:03 PM