1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

Have http-favicon.nse look for favicon-db in nselib/data like the other

scripts look for their data files.
This commit is contained in:
david
2009-08-31 23:22:06 +00:00
parent e53657b4c8
commit 1cdf49547c

View File

@@ -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 = ""