![]() |
Trying to do an Incremental Mask - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Trying to do an Incremental Mask (/thread-3557.html) |
Trying to do an Incremental Mask - xcoder - 07-22-2014 Hi guys, Trying to do an incremental mask here. I would like to do something like this: ?u?l?l?l1984 In which the first character is always an upper case and the characters in between are lower case that eventually increment via brute force mask. In other words I want the following pattern: ?u?l?l?l1984 then... ?u?l?l?l?l1984 then... ?u?l?l?l?l?l1984 ... so forth increment with a new lowercase each time for brute force attack. How exactly can I do this under hashcat? Thanks RE: Trying to do an Incremental Mask - epixoip - 07-22-2014 drop those masks in an hcmask file |