No valid Rule's Cleaner - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: No valid Rule's Cleaner (/thread-2094.html) |
No valid Rule's Cleaner - shawn1xftkee - 02-22-2013 I have many no valid rules to attack, whether a software for cleaning non-valid rules for hashcat? PS:Sorry,for my bad english) RE: No valid Rule's Cleaner - atom - 02-22-2013 There is no such software RE: No valid Rule's Cleaner - vrposter - 08-19-2013 I don't know of such software either. Here is how I clean my rule files. It might not be the most clever or fastest way but it works for me. Assuming I have "all_my.rule" with all the rules I created or copied. I run them in Hashcat or oclHashcat*. I use tee for output to both the file 'rejected.rule' and to stdout, in this case, your terminal. Skipped and/or rejected rules are saved to file. Code: ./oclHashcat* [options]... -r /rules/all_my.rule | tee rejected.rule I use Hascat utils' req then to clean all_my.rule Code: ./rli all_my.rule working.rule rejected.rule |