mixalpha-mask attack
#1
Code:
hashcat -m 2200 -a 3 abc.hc22000 -1 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ  ?l?l?l?l?l?l?l?l


Is this syntax correct to crack a password created as mixalpha with a length of 8 characters (without numbers and symbols)? 

Quote:for example: YsFdxjHv
                     sdhSUiPg
                     kkJSAsCX     
Reply
#2
sure but easier is use ?l?u , ?l is all lower case, ?u all upper case.
Reply
#3
> ?l?l?l?l?l?l?l?l

No. Replace these lowercase 'L's with ones.

> -1 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

Or shorter, -1 ?l?u
Reply