04-10-2015, 05:29 AM
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:
the other option is to do a combinator attack.
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.