This script hasn't worked since Firefox 9.x.  Sorry if Outlook mangles the diff.

Index: scripts/gb_firefox_detect_lin.nasl
===================================================================
--- scripts/gb_firefox_detect_lin.nasl    (revision 1048)
+++ scripts/gb_firefox_detect_lin.nasl    (working copy)
@@ -82,7 +82,7 @@
   binary_name = chomp(binary_foxName);
   foxVer = get_bin_version(full_prog_name:binary_name, sock:fox_sock,
                            version_argv:"-v", ver_pattern:"Mozilla Firefox " +
-                           "([0-9]\.[0-9.]+([a-z0-9]+)?)");
+                           "([0-9.]+([a-z0-9]+)?)");
   if(!isnull(foxVer[1]))
   {
     set_kb_item(name:"Firefox/Linux/Ver", value:foxVer[1]);


________________________________

This e-mail and any attachments are confidential. If it is not intended for 
you, please notify the sender, and please erase and ignore the contents.
_______________________________________________
Openvas-plugins mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-plugins

Reply via email to