mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +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)
|
||||
if not status then
|
||||
stdnse.print_debug(1, "Couldn't read a TLS record: %s", err)
|
||||
local nsedebug = require "nsedebug"
|
||||
nsedebug.print_hex(req)
|
||||
return nil
|
||||
end
|
||||
-- Parse response.
|
||||
|
||||
Reference in New Issue
Block a user