01-17-2021, 02:13 PM
hi!
yeah, it's simple.
next time you run a rule attack just add the parameters "--debug-mode=1 --debug-file=debug.rule".
this will log every rule which generated a hit to the file "debug.rule".
after the attack all you gotta do is some statistical analysis of that file.
which means, count how many times each rule got logged to the file.
the rule which got logged the most had the most success during your attack.
you probably wanna write a small script for the counting though
yeah, it's simple.
next time you run a rule attack just add the parameters "--debug-mode=1 --debug-file=debug.rule".
this will log every rule which generated a hit to the file "debug.rule".
after the attack all you gotta do is some statistical analysis of that file.
which means, count how many times each rule got logged to the file.
the rule which got logged the most had the most success during your attack.
you probably wanna write a small script for the counting though