hashcat Forum
process all rules - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: process all rules (/thread-624.html)



process all rules - fast_checkmate - 11-08-2011

if i run hashcat plus with "-rules rule1 rule2 ... rule_xx" it's gonna process them all? or just the first one?

any way i can run all the rules by just pointing to the "rules" folder?
just like i do with dictionary folder

Thanks


RE: process all rules - nikkk14 - 11-08-2011

--rules-file=FILE
only one file


RE: process all rules - fast_checkmate - 11-08-2011

(11-08-2011, 03:44 PM)nikkk14 Wrote: --rules-file=FILE
only one file

i just tested and u are right
it would be nice to point the folder where the rules are and to take them in order, just like it works with the dictionaries




RE: process all rules - nikkk14 - 11-08-2011

u can create new file.. ex. "cat /folder/*.rules | sort -u > big.rules"
or ask it in "Feature Requests" Smile


RE: process all rules - fast_checkmate - 11-08-2011

i run it on windows.. so .. i don't have too many options Smile

i made a .bat file in excel to run all the rules Smile