![]() |
hashcat -b : How do I only benchmark test for certain hashmodes? - 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: hashcat -b : How do I only benchmark test for certain hashmodes? (/thread-13316.html) |
hashcat -b : How do I only benchmark test for certain hashmodes? - zun_rhmn - 07-17-2025 Basically the title, I want to only test for wpa hashes such as mode 22000 instead of all of them. Is there a way to do that besides adding '| grep 'wpa'' ? Because that only grabs the lines with with 'wpa' and not the statistics. Might be an obvious solution I'm missing but I'm open to anything. RE: hashcat -b : How do I only benchmark test for certain hashmodes? - penguinkeeper - 07-17-2025 "-m 22000 -b" will only test 22000 |