From 9fd21a9342ae6d0cd5fb488b4abd609b75bffad1 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 4 Oct 2011 05:45:56 +0000 Subject: [PATCH] Put ganglia-info in {"default", "discovery", "safe"} (was {"discovery"}). --- scripts/ganglia-info.nse | 2 +- scripts/script.db | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ganglia-info.nse b/scripts/ganglia-info.nse index 8259bf565..eea055c5f 100644 --- a/scripts/ganglia-info.nse +++ b/scripts/ganglia-info.nse @@ -76,7 +76,7 @@ http://en.wikipedia.org/wiki/Ganglia_(software)#Ganglia_Meta_Daemon_.28gmetad.29 author = "Brendan Coles" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" -categories = {"discovery"} +categories = {"default", "discovery", "safe"} require("comm") require("shortport") diff --git a/scripts/script.db b/scripts/script.db index 512daa703..604dad461 100644 --- a/scripts/script.db +++ b/scripts/script.db @@ -65,7 +65,7 @@ Entry { filename = "ftp-libopie.nse", categories = { "intrusive", "vuln", } } Entry { filename = "ftp-proftpd-backdoor.nse", categories = { "exploit", "intrusive", "malware", "vuln", } } Entry { filename = "ftp-vsftpd-backdoor.nse", categories = { "exploit", "intrusive", "malware", "vuln", } } Entry { filename = "ftp-vuln-cve2010-4221.nse", categories = { "intrusive", "vuln", } } -Entry { filename = "ganglia-info.nse", categories = { "discovery", } } +Entry { filename = "ganglia-info.nse", categories = { "default", "discovery", "safe", } } Entry { filename = "giop-info.nse", categories = { "default", "discovery", "safe", } } Entry { filename = "gopher-ls.nse", categories = { "default", "discovery", "safe", } } Entry { filename = "hddtemp-info.nse", categories = { "default", "discovery", "safe", } }