mask processor - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: mask processor (/thread-8278.html) |
mask processor - ciccio17 - 04-02-2019 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? RE: mask processor - philsmd - 04-02-2019 use .hcmask file for several different masks https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files my.hcmask Code: ?l?l?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 RE: mask processor - ciccio17 - 04-03-2019 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". RE: mask processor - atom - 04-05-2019 The maskprocessor options -q and -r are not supported by hashcat. |