04-10-2015, 05:33 AM
(04-10-2015, 05:29 AM)epixoip Wrote: the shortcut is to use a stream editor to generate the rule file for you.
for example if you have a list of domains called "domains.txt", you would use something like this to generate the rule file:
Code:sed 's/./\$&/g' domains.txt > domains.rule
the other option is to do a combinator attack.
That's what I thought. Some programming required. And yes, the combinator attack would work too. Didn't think of that one.
Thanks.