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.




Network Security Nessus-Users
[Top] [All Lists]

Re: 3com switches false positives

Subject: Re: 3com switches false positives
Date: Thu, 23 Jun 2005 14:48:38 -0700
On Jun 23, 2005, at 2:19 PM, Jordan Wiens wrote:

We've been experiencing a large number of false positives for ID 11412 on 3com switches that's got me confused. As far as I can tell, the following nasl could should skip any non-IIS servers:

-----snip from iis_webdav_overflow.nasl------
port = get_http_port(default:80);

sig = get_kb_item("www/hmap/" + port + "/description");
if ( sig && "IIS" >!< sig ) exit(0);
-----snip from iis_webdav_overflow.nasl------

It's apparently not working. Here's a sample transaction with one of those switches that shows it definitely isn't running IIS:

Do you have script dependencies enabled?

  http://www.edgeos.com/nessuskb/details.php?option_id=45

I'm guessing that www_fingerprinting_hmap.nasl is the script that will set that kb item.


Best regards, Erik

_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>