How to make a mask which contains 4 numbers "####" in a row - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: How to make a mask which contains 4 numbers "####" in a row (/thread-10980.html) |
How to make a mask which contains 4 numbers "####" in a row - Xii-Nyth - 08-22-2022 I bit confused to how mask a particular set of numbers to appear in an order and still include other numbers, instead of removeing numbers other than the ones in a string. example: 1234 appears in the password RE: How to make a mask which contains 4 numbers "####" in a row - b8vr - 08-22-2022 Well, if you fx are going for 7 numbers, where 1234 is fixed every time, the masks below would cover all the possibilities: 1234?d?d?d ?d1234?d?d ?d?d1234?d ?d?d?d1234 |