On Thu, Aug 21, 2003 at 08:52:55AM -0700, Jack Polimer wrote:
> This would be a great option to add to Nessus. What
> do y'all think about adding an "Exclude List"? Nessus
> would read the list of IP addresses to scan, then read
> the list of IP addresses to exclude, do the math, then
> generate the final list of IP addresses to scan and
> then scan.
>
> What are the odds that this could be added?
This is done already. Edit
/usr/local/var/nessus/users/<login>/auth/rules
(or click on the 'User' tab of the GUI) and add :
deny 1.0.0.1
deny 1.0.0.2
deny 1.0.0.3
default accept
(with <1.0.0.x> being the IP addresses you want to exclude)
-- Renaud