mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
stdnse.print_debug -> stdnse.debug1
sed -i 's/stdnse.print_debug("%s: \([^"]*\)", SCRIPT_NAME/stdnse.debug1("\1"/' *.nse
This commit is contained in:
@@ -176,7 +176,7 @@ local function test_ccs_injection(host, port, version)
|
||||
local record
|
||||
i, record = tls.record_read(response, i)
|
||||
if record == nil then
|
||||
stdnse.print_debug("%s: Unknown response from server", SCRIPT_NAME)
|
||||
stdnse.debug1("Unknown response from server")
|
||||
s:close()
|
||||
return "NOT_VULNERABLE"
|
||||
elseif record.protocol ~= version then
|
||||
|
||||
Reference in New Issue
Block a user