02-22-2013, 12:26 PM
I have many no valid rules to attack, whether a software for cleaning non-valid rules for hashcat?
PS:Sorry,for my bad english)
PS:Sorry,for my bad english)
No valid Rule's Cleaner
|
02-22-2013, 12:26 PM
I have many no valid rules to attack, whether a software for cleaning non-valid rules for hashcat?
PS:Sorry,for my bad english)
02-22-2013, 04:06 PM
There is no such software
08-19-2013, 01:39 PM
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 |
« Next Oldest | Next Newest »
|