Dublicate rule and digits ?d - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Dublicate rule and digits ?d (/thread-11712.html) |
Dublicate rule and digits ?d - AlexS - 12-04-2023 Hello! I use hashcat v6.2.6 In the command Code: mp64.exe ?d?d?d?d | hashcat --stdout -r dummy_digits.rule where dummy_digits.rule contain only d rule output generated with unknown symbols and disordered Code: 99659967 The problem starts from three digits in mask (?d?d?d) RE: Dublicate rule and digits ?d - Snoopy - 12-07-2023 --stdout is known to be buggy (at least the output) in plain 6.2.6 please use latest compiled version from here https://hashcat.net/beta/ running with (be aware first option -r then --stdout) mp64 ?d?d?d?d | hashcat.exe -r rule.txt --stdout resulting in correct output, disordered is because of hashcat optimisations applied after getting the candidates 98859885 98869886 98879887 98889888 98899889 98909890 98919891 98929892 98939893 98949894 98959895 98969896 98979897 98989898 98999899 RE: Dublicate rule and digits ?d - AlexS - 12-09-2023 Quote:please use latest compiled version from here https://hashcat.net/beta/Completely broken on Windows and doesn't output anything I have a workaround: Code: mp64.exe ?d?d?d?d | hashcat --stdout -j d |