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:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user