On Fri, Jan 21, 2005 at 01:30:02PM -0600, Jared Breland wrote:

> Is it possible to exclude individual addresses from a range?  For example,
> let's say I'm scanning 192.168.0.0/23, and I want to exclude 192.168.0.10,
> 192.168.0.250, 192.168.1.27, etc.

Do this with rules.  For example, you could use a target range of
192.168.0.0/23 and then specify rules like:

  reject 192.168.0.10
  reject 192.168.0.250
  reject 192.168.1.27
  default accept

to exclude a couple of hosts from the scan. 

Specify these as client-based rules if you just want to exclude them
from a couple of scans, or make them user-based rules to make them more
permanent. 

George
-- 
[EMAIL PROTECTED]

Attachment: pgpcjWK3eO7Tq.pgp
Description: PGP signature

_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to