What does mean -q and -r in mp - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: What does mean -q and -r in mp (/thread-7452.html) |
What does mean -q and -r in mp - camer333 - 04-20-2018 I'm trying pipe maskprocessor output to hashcat. In most cases when I set -q 3 -r 4, -q 3 -r 3, -q 3 -r 5 , it makes exhausted status. There is cracked status only if I set 0 to both or other large number (30,50). I don't know why! Everything works fine with only hashcat. Problem occurs throught maskprocessor. Router's wpa2 password was "11123334" Did I apply -q and -r properly? Where is a problem? I'm very confused Code: mp64 -q 3 -r 4 ?d?d?d?d?d?d?d?d | hashcat64 -m 2500 test.hccap RE: Hashcat pipe doesn't crack (WPA/2) - undeath - 04-21-2018 -q 4 -r 4 works but shouldn't -q 4 -r 3 work, too? RE: Hashcat pipe doesn't crack (WPA/2) - camer333 - 04-21-2018 It's true. I got it. Rule -q and -r is clear! |