Rule shortcut
#2
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.


Messages In This Thread
Rule shortcut - by rsberzerker - 04-10-2015, 04:38 AM
RE: Rule shortcut - by epixoip - 04-10-2015, 05:29 AM
RE: Rule shortcut - by rsberzerker - 04-10-2015, 05:33 AM
RE: Rule shortcut - by rsberzerker - 04-13-2015, 05:11 AM
RE: Rule shortcut - by epixoip - 04-13-2015, 05:17 AM
RE: Rule shortcut - by rsberzerker - 04-13-2015, 05:26 AM
RE: Rule shortcut - by coolbry95 - 04-13-2015, 05:51 AM
RE: Rule shortcut - by rsberzerker - 04-13-2015, 06:11 AM
RE: Rule shortcut - by FlippingGerman - 05-18-2015, 12:59 AM
RE: Rule shortcut - by atom - 05-24-2015, 04:12 PM