Need assistance with creating a specific rule - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html) +--- Thread: Need assistance with creating a specific rule (/thread-7920.html) |
Need assistance with creating a specific rule - razercore - 11-02-2018 Alright, I've used hashcat for a couple of years now but today I came across a situation where my normal tricks aren't going to work. I know that all passwords follow this pattern: ?l?l?l?d?d?d?u?u?u?s?s?s I also know that for each ?d that the ?s is the same key in the same order. An example password would be: aaa123AAA!@# What would the best approach to this be with the information that I've given? Thanks in advance! RE: Need assistance with creating a specific rule - undeath - 11-02-2018 generate a rule file to insert the numbers/specials into the aaaAAA candidates, generated externally and piped into hashcat in stdin mode. |