Merge pull request #1476 from stevetauber/master

Fixing syntax error in identify_lan_subnets
This commit is contained in:
Brendan Coles
2017-12-06 07:25:09 +11:00
committed by GitHub

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