multi rules debugging - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: multi rules debugging (/thread-2553.html) |
multi rules debugging - yofbalibump - 08-27-2013 Hello, I'm trying to use multi rules on Hashcat. As I uderstant I can use it by putting many -r option. To debug my rules files I usually use a line like that: ./hashcat-cli64.bin -r 1.rule --stdout But when I enter ./hashcat-cli64.bin -r 1.rule -r 2.rule --stdout It seems that it don't take the second rules. Am i missing something? RE: multi rules debugging - philsmd - 08-27-2013 What's the problem of using a single file then? Code: $ sort -u 1.rule 2.rule -o myrules.rule RE: multi rules debugging - mastercracker - 08-27-2013 It's oclhashcat that support multi rules file. Hashcat uses only 1. |