From 15692e18c394a951567c93088db2248378493cb2 Mon Sep 17 00:00:00 2001 From: claudiu Date: Mon, 11 Aug 2014 23:32:56 +0000 Subject: [PATCH] Removed print --- scripts/ssl-ccs-injection.nse | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ssl-ccs-injection.nse b/scripts/ssl-ccs-injection.nse index 98142f2be..0fc851a60 100644 --- a/scripts/ssl-ccs-injection.nse +++ b/scripts/ssl-ccs-injection.nse @@ -96,8 +96,6 @@ local function alert_unexpected_message(s) return false end - print(buffer) - local position, record = tls.record_read(buffer, 1) if record == nil then return false