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: Plugin 19403?

Subject: Re: Plugin 19403?
Date: Tue, 15 Aug 2006 18:03:46 -0400
Danny Mallory wrote:
The script looks like it calls security_warning if the file does match
the parameter version. When we check on the box the file version was
exactly what was in the parameter list. Note the security_warning at the
end of the parameter list test. I would think that each parameter in the
list would call an exit but doesn't.


That's not how it works.

hotfix_is_vulnerable (os:"5.2", sp:0, file:"Tapisrv.dll",
version:"5.2.3790.366", dir:"\system32")

this function will return 1 (vulnerable) if :

1) the os is Windows 2003 (5.2)
2) the service pack is 0 (no service pack)
3) it can reads the file "Tapisrv.dll" in the path %systemroot%\system32
4) the file version is inferior to 5.2.3790.366.

Could you do a scan by enabling only this plugin, "enable kb saving",
and "enable dependencies and send me the KB so I can check why it does
not work as expected ?


Thanks,

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

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