FYI: two mistakes in wiki - 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: FYI: two mistakes in wiki (/thread-6100.html) |
FYI: two mistakes in wiki - hitd - 12-07-2016 a) in https://hashcat.net/wiki/doku.php?id=rule_based_attack i read * Indicates that N starts at 0. For character positions other than 0-9 use A-Z (A=11) should probably be: * Indicates that N starts at 0. For character positions other than 0-9 use A-Z (A=10) b) the example Reject less <N Reject plains of length greater than N <16 is probably wrong. At least the code of hashcat-legacy accepts only one character as N, not two. So i think the line should be changed to: Reject less <N Reject plains of length greater than N <G RE: FYI: two mistakes in wiki - atom - 12-07-2016 You're absolutely right. Fixed. Thanks! |