From 67f828ca1204cda5610e4b5c609988dc84444801 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 20 Mar 2018 17:56:55 +0000 Subject: [PATCH] Remove some unused requires --- scripts/tls-ticketbleed.nse | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/tls-ticketbleed.nse b/scripts/tls-ticketbleed.nse index bbb5f0225..be6f12910 100644 --- a/scripts/tls-ticketbleed.nse +++ b/scripts/tls-ticketbleed.nse @@ -1,5 +1,3 @@ -local bin = require("bin") -local match = require("match") local nmap = require("nmap") local packet = require "packet" local shortport = require("shortport")