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

Aligns HTTP pipeline initialization with the API specification for http.pipeline_add()

This commit is contained in:
nnposter
2016-09-02 13:17:19 +00:00
parent f1443b3e78
commit 42b1491904

View File

@@ -254,7 +254,7 @@ action = function(host, port)
-- Add requests to the http pipeline
pathmap = {}
requests = {}
requests = nil
stdnse.debug(1, "Trying known locations under path '%s' (change with '%s.basepath' argument)", basepath, SCRIPT_NAME)
for _, fingerprint in ipairs(fingerprints) do
for _, probe in ipairs(fingerprint.paths) do