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", } }