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: Comparison tool in Nessus |
|---|---|
| Date: | Wed, 23 Mar 2005 10:12:37 -0500 |
Nothing in Nessus, but you can do this easily with a little scripting.
Something like this:
awk -F\| '{print($3,$4)}' scan_1.nbe |sort |uniq > ip_1.txt
awk -F\| '{print($3,$4)}' scan_2.nbe |sort |uniq > ip_2.txt
diff ip_1.txt ip_2.txt
That should show any differences between the addresses and services that
appear in the two results files.
PaulM
-----Original Message-----
Subject: Comparison tool in Nessus
Hi,
If I scan a network, and get a list of IP's and Vulnerable ports , name
value pairs.
Example:
results|172.16.0|172.16.0.65|microsoft-ds (445/tcp)|11011|Security
Note|A CIFS server is running on this port\n
results|172.16.0|172.16.0.66|netbios-ssn (139/tcp)|11011|Security
Note|An SMB server is running on this port\n
Then
Scan the SAME network again, and get a different list of IP's and Vulnerable
ports , name value pairs.
Example
results|172.16.0|172.16.0.65|microsoft-ds (445/tcp)|11011|Security
Note|A CIFS server is running on this port\n
Is there a way for me to get notified (or there is a tool ) that I missed
172.16.0.66 in the second scan ?
Thanks,
-Kamal.
_______________________________________________
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: NessusWX detached scan revisited again, George A. Theall |
|---|---|
| Next by Date: | Re: Scan a subnet behind a firewall, Michel Arboi |
| Previous by Thread: | Comparison tool in Nessus, Kamal Ahmed |
| Next by Thread: | NessusWX detached scan revisited again, Jimmy Crossley |
| Indexes: | [Date] [Thread] [Top] [All Lists] |