mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 17:59:04 +00:00
Remove debug leftover from ssl-enum-ciphers
This commit is contained in:
@@ -166,8 +166,6 @@ local function try_params(host, port, t)
|
|||||||
status, buffer, err = tls.record_buffer(sock, buffer, 1)
|
status, buffer, err = tls.record_buffer(sock, buffer, 1)
|
||||||
if not status then
|
if not status then
|
||||||
stdnse.print_debug(1, "Couldn't read a TLS record: %s", err)
|
stdnse.print_debug(1, "Couldn't read a TLS record: %s", err)
|
||||||
local nsedebug = require "nsedebug"
|
|
||||||
nsedebug.print_hex(req)
|
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
-- Parse response.
|
-- Parse response.
|
||||||
|
|||||||
Reference in New Issue
Block a user