12-25-2017, 06:07 PM
When stacking rules, do I need to include a : in each file to ensure that the wordlist is attempted unmodified or is including the : in one file enough?
Rule stacking
|
12-25-2017, 06:07 PM
When stacking rules, do I need to include a : in each file to ensure that the wordlist is attempted unmodified or is including the : in one file enough?
There's only one way to find out
Code: $ cat rule1.list Rules files are applied one at a time, serially, until a final candidate is created. But also notice that some rules have no effect on some strings. Each rule file must contain a colon if you want to guarantee that all entirely unmodified strings will appear at least once in the candidate list.
~
|
« Next Oldest | Next Newest »
|