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: nessusrc how to update profile |
|---|---|
| Date: | Wed, 26 Oct 2005 11:33:12 -0400 |
On Wed, Oct 26, 2005 at 10:39:15AM -0400, Mihai Petre wrote:
I'm using George's nessusrc script to update the profile before starting a scan. few questions : How to always include more than 1 plugin in the list ( and to always exclude more than 1)
You could list each id separately or enclose the list in quotes; eg, update-nessusrc -i 10180 -i 10335 ... update-nessusrc -i "10180,10335" ...
How to exclude ip ? I know the auth file in the user profile and the deny each ip one by one. Is there an option to enter them as range ? deny 192.168.2.34 to 87
As far as I know, you can only specify in a rule an IP address, a range
in CIDR notation, or the string "client_ip". The best you can do then is
6 rules; ie,
--- snip, snip, snip ----
theall@garlic>aggis -q 192.168.2.34 - 192.168.2.87
The range of nets from 192.168.2.34 to 192.168.2.87/32 can be
represented by:
192.168.2.34/31 ( 2 hosts: 192.168.2.34 - 192.168.2.35 )
192.168.2.36/30 ( 4 hosts: 192.168.2.36 - 192.168.2.39 )
192.168.2.40/29 ( 8 hosts: 192.168.2.40 - 192.168.2.47 )
192.168.2.48/28 ( 16 hosts: 192.168.2.48 - 192.168.2.63 )
192.168.2.64/28 ( 16 hosts: 192.168.2.64 - 192.168.2.79 )
192.168.2.80/29 ( 8 hosts: 192.168.2.80 - 192.168.2.87 )
--- snip, snip, snip ----
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: | nessusrc how to update profile, Mihai Petre |
|---|---|
| Next by Date: | Windows Nessus Plugins, Stephen Roberts |
| Previous by Thread: | nessusrc how to update profile, Mihai Petre |
| Next by Thread: | Windows Nessus Plugins, Stephen Roberts |
| Indexes: | [Date] [Thread] [Top] [All Lists] |