mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 20:09:02 +00:00
Remove many ERROR outputs from non-debug NSE output
This commit is contained in:
@@ -128,7 +128,7 @@ vulnerabilities via HTTP verb tampering. This is often found in web servers that
|
||||
local status, r = crawler:crawl()
|
||||
if ( not(status) ) then
|
||||
if ( r.err ) then
|
||||
return stdnse.format_output(true, "ERROR: %s", r.reason)
|
||||
return stdnse.format_output(false, r.reason)
|
||||
else
|
||||
break
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user