1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Added http-headers.nse script to database

This commit is contained in:
ron
2009-08-26 00:23:26 +00:00
parent 91518a5222
commit 5da8f8199e
2 changed files with 2 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ require 'stdnse'
-- List of fingerprint files
local fingerprint_files = { "http-fingerprints", "yokoso-fingerprints" }
if(nmap.registry.args.fingerprints ~= nil) then
if(nmap and nmap.registry and nmap.registry.args and nmap.registry.args.fingerprints ~= nil) then
fingerprint_files = { nmap.registry.args.fingerprints }
end