Fixing syntax error in identify_lan_subnets

This commit is contained in:
Steve Tauber
2017-12-03 20:39:44 +01:00
parent fc480cd117
commit 2cc843f640

View File

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