From 65331759cc7dcf063871daa623d0d96f135877db Mon Sep 17 00:00:00 2001 From: david Date: Mon, 29 Mar 2010 17:53:32 +0000 Subject: [PATCH] Remove afp-path-exploit.nse (which doesn't exist) from script.db. It was an earlier version of afp-path-vuln.nse. --- scripts/script.db | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/script.db b/scripts/script.db index b188a09ea..dfab79f5a 100644 --- a/scripts/script.db +++ b/scripts/script.db @@ -1,5 +1,4 @@ Entry { filename = "afp-brute.nse", categories = { "auth", "intrusive", } } -Entry { filename = "afp-path-exploit.nse", categories = { "safe", "vuln", } } Entry { filename = "afp-path-vuln.nse", categories = { "safe", "vuln", } } Entry { filename = "afp-showmount.nse", categories = { "discovery", "safe", } } Entry { filename = "asn-query.nse", categories = { "discovery", "external", "safe", } }