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: Plugin 19403? |
|---|---|
| Date: | Tue, 15 Aug 2006 12:41:29 -0500 |
Have version 1.7 of this plugin. In section that checks Tapisrv.dll file version is triggering a security_warning. Should this just exit if it matches or is this saying that this particular version of the file is vulnerable?
if ( hotfix_is_vulnerable (os:"5.2", sp:0, file:"Tapisrv.dll", version:"5.2.3790.366", dir:"\system32") ||
hotfix_is_vulnerable (os:"5.2", sp:1, file:"Tapisrv.dll", version:"5.2.3790.2483", dir:"\system32") ||
hotfix_is_vulnerable (os:"5.1", sp:1, file:"Tapisrv.dll", version:"5.1.2600.1715", dir:"\system32") ||
hotfix_is_vulnerable (os:"5.1", sp:2, file:"Tapisrv.dll", version:"5.1.2600.2716", dir:"\system32") ||
hotfix_is_vulnerable (os:"5.0", sp:4, file:"Tapisrv.dll", version:"5.0.2195.7057", dir:"\system32") )
security_warning (get_kb_item("SMB/transport"));
hotfix_check_fversion_end();
exit (0);
}
else if ( hotfix_missing(name:"893756") > 0 ) security_warning(get_kb_item("SMB/transport"));
_______________________________________________ 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: How to select only Local Audits to Windows?, Nicolas Pouvesle |
|---|---|
| Next by Date: | Re: How to select only Local Audits to Windows?, Danett song |
| Previous by Thread: | Re: Plugin 19403?, Nicolas Pouvesle |
| Next by Thread: | Re: Plugin 19403?, Nicolas Pouvesle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |