removed the console.log

This commit is contained in:
Josh
2020-04-05 18:36:52 -07:00
parent 28e43b23f5
commit 50ed49282b

View File

@@ -102,7 +102,6 @@ for (var i=0; i<blocked_ports.length; i++) {
beef.net.send("<%= @command_url %>", <%= @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());