Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Excluding a single port in .rc file |
|---|---|
| Date: | Thu, 21 Feb 2008 07:24:53 -0500 |
On Feb 20, 2008, at 1:55 PM, Jesse Mauntel wrote:
Does anyone know how to exclude a specific port or port range from all checks within a .rc file? I know this can be done by modifying the port_range parameter, however we use the 'default' value and I would prefer to use another way if possible.
You can do something like this if you're using the Nessus 3.1.x beta. It allows for port numbers and ranges in rules; eg, # Forbid connecting on ports > 1024 for the 192.168.2.0/24 subnet reject 192.168.2.0/24:1024-65535 # Forbid connecting on port 80 on your router reject 192.168.2.1:80 # Always reject connecting on port 9100 reject 0.0.0.0/0:9100 The latest beta (3.1.9) is available from <http://www.nessus.org/download/?product=nessus32-beta
.
George -- theall@tenablesecurity.com _______________________________________________ Nessus mailing list Nessus@list.nessus.org http://mail.nessus.org/mailman/listinfo/nessus
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: no port scanner was enabled during the scan, George A. Theall |
|---|---|
| Next by Date: | Re: reading ssh credentials through GUI, George A. Theall |
| Previous by Thread: | Excluding a single port in .rc file, Jesse Mauntel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |