mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove debug leftover from ssl-enum-ciphers
This commit is contained in:
parent
8661c8a519
commit
64ef503f5b
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue