Re: scanner host exceptions?
Mihail A Antonov <[email protected]>
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
Hello.
Try this:
scanner {
name="default";
};
scanner {
name = "extended";
protocol = HTTP:81;
#add another ports and protocols
fd = 512;
};
user {
mask = "*!*@*.de";
scanner = "default";
};
user {
mask = "*!*@*";
scanner = "extended";
};
Monday, July 25, 2005, 2:39:54 PM, Sven wrote:
SDM> Hi there,
SDM> i would like to use bopm proxy scanner for some 'unknown'
SDM> hosts only. So i would like to add a list of hosts NOT
SDM> to scan. Like mask = "*!*@*"; mask != "*!*@*.de";
SDM> which means, scan all hosts except german hosts.
SDM> Is such a setup yet possible? I saw the exception case
SDM> for dns checks, but not for the scanner...?
SDM> Thanks and regards,
SDM> Darkman
--
Best regards,
Mihail