From 50ed49282b43adea6bbef8e9d9115e422d93bad7 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 5 Apr 2020 18:36:52 -0700 Subject: [PATCH] removed the console.log --- modules/network/sw_port_scanner/command.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/network/sw_port_scanner/command.js b/modules/network/sw_port_scanner/command.js index d04498eae..b2e5e7031 100644 --- a/modules/network/sw_port_scanner/command.js +++ b/modules/network/sw_port_scanner/command.js @@ -102,7 +102,6 @@ for (var i=0; i", <%= @command_id %>, port_+": port is closed", beef.are.status_success()); } else { - console.log(end-start) // This is a little sketchy but the only way to tell in Chrome/Chromium if the port is open. Basically sub 11ms connection was refused if ((end - start) < 11 ) { beef.net.send("<%= @command_url %>", <%= @command_id %>, port_+": port is closed", beef.are.status_success());