mask processor
#1
hi,  my algo is someting like this -1 ?l?d   ?1?1?1?1?1?1?1?1 i want set maskprocessor to try max two number on each try, how to do that please?
Reply
#2
use .hcmask file for several different masks https://hashcat.net/wiki/doku.php?id=mas...mask_files

my.hcmask
Code:
?l?l?l?l?l?l?l?l
?l?l?l?l?l?l?l?d
?l?l?l?l?l?l?d?l
?l?l?l?l?l?l?d?d
?l?l?l?l?l?d?l?l
?l?l?l?l?l?d?l?d
?l?l?l?l?l?d?d?l
?l?l?l?l?d?l?l?l
?l?l?l?l?d?l?l?d
?l?l?l?l?d?l?d?l
?l?l?l?l?d?d?l?l
?l?l?l?d?l?l?l?l
?l?l?l?d?l?l?l?d
?l?l?l?d?l?l?d?l
?l?l?l?d?l?d?l?l
?l?l?l?d?d?l?l?l
?l?l?d?l?l?l?l?l
?l?l?d?l?l?l?l?d
?l?l?d?l?l?l?d?l
?l?l?d?l?l?d?l?l
?l?l?d?l?d?l?l?l
?l?l?d?d?l?l?l?l
?l?d?l?l?l?l?l?l
?l?d?l?l?l?l?l?d
?l?d?l?l?l?l?d?l
?l?d?l?l?l?d?l?l
?l?d?l?l?d?l?l?l
?l?d?l?d?l?l?l?l
?l?d?d?l?l?l?l?l
?d?l?l?l?l?l?l?l
?d?l?l?l?l?l?l?d
?d?l?l?l?l?l?d?l
?d?l?l?l?l?d?l?l
?d?l?l?l?d?l?l?l
?d?l?l?d?l?l?l?l
?d?l?d?l?l?l?l?l
?d?d?l?l?l?l?l?l

Code:
hashcat -m 2500 -a 3 -w 3 hash.hccapx my.hcmask

btw: you can use policygen.py from PACK (Password Analysis and Cracking Kit) to generate those hcmask files
Reply
#3
thank you philsmd for yor help, policygen.py looks very difficult, but powerfull! i need correct myself, i was not clear. sorry for that. ok, i want create a mask like this: ./mp64.bin -q 2 -r 2 -1 ?l?d ?1?1?1?1?1?1?1?1 plus max two number on each line. i'm new to this, so sorry if i ask "basic question".
Reply
#4
The maskprocessor options -q and -r are not supported by hashcat.
Reply