mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Removes non-existent 4th parameter from http.pipeline_go() calls
This commit is contained in:
parent
ec3f6f9ac4
commit
5ac669b71c
2 changed files with 2 additions and 2 deletions
|
|
@ -266,7 +266,7 @@ action = function(host, port)
|
|||
end
|
||||
|
||||
-- Nuclear launch detected!
|
||||
results = http.pipeline_go(host, port, requests, nil)
|
||||
results = http.pipeline_go(host, port, requests)
|
||||
if results == nil then
|
||||
return stdnse.format_output(false,
|
||||
"HTTP request table is empty. This should not happen since we at least made one request.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue