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"); } }