Update to openwebmail_detect.nasl (12644) to fix a false positive against Solaris SMC console web server (and probably others). -Sullo -- http://www.cirt.net/ | http://www.osvdb.org/ *** openwebmail_detect.nasl Tue Aug 10 11:27:41 2004 --- openwebmail_detect.nasl.old Tue Aug 10 11:27:53 2004 *************** *** 76,82 **** if (egrep(string:res, pattern:"^HTTP/.* 200 OK")) { # Specify pattern used to identify version string. if (file =~ "/" || file =~ "openwebmail\.pl$") { ! pat = "version ([0-9.]+)$"; } else if (file =~ "/changes\.txt$") { # "mm/dd/yyyy (version x.yy)" --- 76,82 ---- if (egrep(string:res, pattern:"^HTTP/.* 200 OK")) { # Specify pattern used to identify version string. if (file =~ "/" || file =~ "openwebmail\.pl$") { ! pat = "version (.+)$"; } else if (file =~ "/changes\.txt$") { # "mm/dd/yyyy (version x.yy)" _______________________________________________ Plugins-writers mailing list Plugins-writers@private http://mail.nessus.org/mailman/listinfo/plugins-writers
This archive was generated by hypermail 2.1.3 : Tue Aug 10 2004 - 09:17:31 PDT