From 1cdf49547cda9fb9522cc23e54441db6b1429364 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 31 Aug 2009 23:22:06 +0000 Subject: [PATCH] Have http-favicon.nse look for favicon-db in nselib/data like the other scripts look for their data files. --- scripts/http-favicon.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-favicon.nse b/scripts/http-favicon.nse index a2048fb10..802d70094 100644 --- a/scripts/http-favicon.nse +++ b/scripts/http-favicon.nse @@ -36,7 +36,7 @@ action = function(host, port) local match local status, favicondb local result= "" - local favicondbfile="favicon-db" + local favicondbfile="nselib/data/favicon-db" local index, icon local root = ""