[Plugins-writers] Nessus Script ID 22535 version 1.2: Contains A Bug?

From: Paul Bellefeuille (nessusd@private)
Date: Wed Oct 11 2006 - 11:10:15 PDT


Hello All,

Script ID 22535 version 1.2 contains the following bug:

Old Code:
if ( "9.0" >< office_version )
        {
        rootfile = hotfix_get_programfilesdir();
        dll  =  ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1\Microsoft Shared\Office\mso9.dll", string:rootfile);

New Code:
dll  =  ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1\Microsoft Office\Office\mso9.dll", string:rootfile);

Could someone verify?

Thanks,
Paul



_______________________________________________
Plugins-writers mailing list
Plugins-writers@private
http://mail.nessus.org/mailman/listinfo/plugins-writers



This archive was generated by hypermail 2.1.3 : Wed Oct 11 2006 - 11:08:50 PDT