From 7e9fff9dfb7545a64fbe54a5de3c4a8e243a1860 Mon Sep 17 00:00:00 2001 From: paulino Date: Tue, 17 Jul 2012 01:37:55 +0000 Subject: [PATCH] Temp fix to reduce the number of times this script gets executed. This change removes it from the category "version" --- scripts/http-huawei-hg5xx-vuln.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-huawei-hg5xx-vuln.nse b/scripts/http-huawei-hg5xx-vuln.nse index 51cd5a70a..96476dff8 100644 --- a/scripts/http-huawei-hg5xx-vuln.nse +++ b/scripts/http-huawei-hg5xx-vuln.nse @@ -52,7 +52,7 @@ References: author = "Paulino Calderon " license = "Same as Nmap--See http://nmap.org/book/man-legal.html" -categories = {"exploit","version","vuln"} +categories = {"exploit","vuln"} local http = require "http" local nmap = require "nmap"