how to : alphabeth rule??? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: how to : alphabeth rule??? (/thread-2632.html) |
how to : alphabeth rule??? - tibit - 09-20-2013 Hi, I'd like to generate a rule that replaces all letters by the next letter in the latin alphabeth. I want a=>b ; b=>c ; c=>d .... etc..... Can I make just one rule in wich every letter of a word in a dictionary is shifted to the next in the alphabeth example: my password is "vzsdq" it was derived from the word "water" I know how to replace one letter or character (sab,sbc...), but I don't know how to shift them all at the same time in one line. Am I talking nonsense, or is there any solution for this to make a rule file?? Thank you for any reply tibit RE: how to : alphabeth rule??? - mastercracker - 09-20-2013 (09-20-2013, 04:54 PM)tibit Wrote: Hi,Yes. http://hashcat.net/wiki/doku.php?id=rule_based_attack Look at the +N rule. You will have to generate the combinations per length Code: +0 RE: how to : alphabeth rule??? - tibit - 09-21-2013 thank you mastercracker :-) |