Friends,
there is a typo in ssh_detect.nasl

-      "SSH-2.0-xxxxxxx|FortiSSH","cpe/cpe:/o:fortinet:fortios",
should be
-      "SSH-2.0-xxxxxxx|FortiSSH","cpe:/o:fortinet:fortios",


here is a proposal fix :

--- ssh_detect.nasl.old 2014-07-30 15:24:50.790391538 +0200
+++ ssh_detect.nasl     2014-07-30 15:25:45.350429154 +0200
@@ -94,7 +94,7 @@
       "cisco|FIPS User Access Verification", "cpe:/o:cisco",
       "SSH-2.0-Sun","cpe:/o:sun:sunos",
       "SSH-2.0-NetScreen","cpe:/o:juniper:netscreen_screenos",
-      "SSH-2.0-xxxxxxx|FortiSSH","cpe/cpe:/o:fortinet:fortios",
+      "SSH-2.0-xxxxxxx|FortiSSH","cpe:/o:fortinet:fortios",
       "OpenVMS","cpe:/o:hp:openvms");

   len = max_index(known_systems) - 1;

BR
Seb


 --
  Sébastien AUCOUTURIER | Research and Development Manager
  Phone. +33(0)5.67.34.67.84| www.itrust.fr
IT Security Experts (Services & Solutions) | Keep Information Security Simple



_______________________________________________
Openvas-plugins mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-plugins

Reply via email to