Attack 10 char password known to start with 3 digits - 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: Attack 10 char password known to start with 3 digits (/thread-7896.html) |
Attack 10 char password known to start with 3 digits - james79 - 10-26-2018 Hello, I'm trying to figure out a mask attack to use with hashcat where the hash is of a password known to be 10 characters long, of a-zA-Z0-9, beginning with 3 digits. I've looked at the mask attack page, but I can't seem to figure it out. Maybe it's Code: -1 ?d?d?d -2 ?l?u?d ?1?1?1?2?2?2?2?2?2?2 It appears correct to me, but I'm not sure yet. Thanks! RE: Attack 10 char password known to start with 3 digits - DanielG - 10-26-2018 you were very close, you don't need to define the -1. Code: -2 ?l?u?d ?d?d?d?2?2?2?2?2?2?2 |