From cb002825196530a0a8c65b9461132a1fe3a19eb3 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 8 Oct 2008 23:10:33 +0000 Subject: [PATCH] --update-scriptdb to add SSH-hostkey.nse and SSH-weak_key.nse. --- scripts/script.db | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/script.db b/scripts/script.db index 3c8c69715..fbeb807aa 100644 --- a/scripts/script.db +++ b/scripts/script.db @@ -84,6 +84,7 @@ Entry{ category = "auth", filename = "brutePOP3.nse" } Entry{ category = "default", filename = "popcapa.nse" } Entry{ category = "intrusive", filename = "SNMPcommunitybrute.nse" } Entry{ category = "auth", filename = "SNMPcommunitybrute.nse" } +Entry{ category = "safe", filename = "SSH-weak_key.nse" } Entry{ category = "discovery", filename = "whois.nse" } Entry{ category = "external", filename = "whois.nse" } Entry{ category = "safe", filename = "whois.nse" } @@ -102,3 +103,6 @@ Entry{ category = "discovery", filename = "smb-enumshares.nse" } Entry{ category = "intrusive", filename = "smb-enumshares.nse" } Entry{ category = "discovery", filename = "smb-enumdomains.nse" } Entry{ category = "intrusive", filename = "smb-enumdomains.nse" } +Entry{ category = "safe", filename = "SSH-hostkey.nse" } +Entry{ category = "default", filename = "SSH-hostkey.nse" } +Entry{ category = "intrusive", filename = "SSH-hostkey.nse" }