mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 23:40:57 +00:00
Re-indent some scripts. Whitespace-only commit
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
parent
298be5bfaa
commit
c7d4f2ec96
50 changed files with 4135 additions and 4135 deletions
|
|
@ -120,7 +120,7 @@ local testThread = function(result, host, port, name)
|
|||
local condvar = nmap.condvar(result)
|
||||
local targetname = makeTargetName(name , arg_domain)
|
||||
if targetname ~= nil then
|
||||
local http_response = http.generic_request(host, port, "HEAD", arg_path, {header={Host=targetname}})
|
||||
local http_response = http.generic_request(host, port, "HEAD", arg_path, {header={Host=targetname}})
|
||||
|
||||
if not http_response.status then
|
||||
result["ERROR"] = result["ERROR"] or {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue