From 966b9fa0d2819337f51229c8d078b1a37c3032d9 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 5 Sep 2008 06:53:00 +0000 Subject: [PATCH] rename SNMPsysdesr.nse to SNMPsysdescr.nse --- scripts/{SNMPsysdesr.nse => SNMPsysdescr.nse} | 0 scripts/script.db | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename scripts/{SNMPsysdesr.nse => SNMPsysdescr.nse} (100%) diff --git a/scripts/SNMPsysdesr.nse b/scripts/SNMPsysdescr.nse similarity index 100% rename from scripts/SNMPsysdesr.nse rename to scripts/SNMPsysdescr.nse diff --git a/scripts/script.db b/scripts/script.db index c7e1173b8..738d56990 100644 --- a/scripts/script.db +++ b/scripts/script.db @@ -50,9 +50,6 @@ Entry{ category = "demo", filename = "SMTP_openrelay_test.nse" } Entry{ category = "default", filename = "nbstat.nse" } Entry{ category = "discovery", filename = "nbstat.nse" } Entry{ category = "safe", filename = "nbstat.nse" } -Entry{ category = "default", filename = "SNMPsysdesr.nse" } -Entry{ category = "discovery", filename = "SNMPsysdesr.nse" } -Entry{ category = "safe", filename = "SNMPsysdesr.nse" } Entry{ category = "default", filename = "HTTPAuth.nse" } Entry{ category = "auth", filename = "HTTPAuth.nse" } Entry{ category = "intrusive", filename = "HTTPAuth.nse" } @@ -62,6 +59,9 @@ Entry{ category = "demo", filename = "showHTTPVersion.nse" } Entry{ category = "default", filename = "SSHv1-support.nse" } Entry{ category = "safe", filename = "SSHv1-support.nse" } Entry{ category = "default", filename = "popcapa.nse" } +Entry{ category = "default", filename = "SNMPsysdescr.nse" } +Entry{ category = "discovery", filename = "SNMPsysdescr.nse" } +Entry{ category = "safe", filename = "SNMPsysdescr.nse" } Entry{ category = "intrusive", filename = "brutePOP3.nse" } Entry{ category = "auth", filename = "brutePOP3.nse" } Entry{ category = "default", filename = "MySQLinfo.nse" }