Update supported browsers

This commit is contained in:
Brendan Coles
2016-02-08 03:59:25 +00:00
parent 5065a55238
commit fa8464bdd9
3 changed files with 9 additions and 3 deletions

View File

@@ -6,6 +6,12 @@
beef.execute(function() {
if(beef.browser.isO()) {
beef.debug("[command #<%= @command_id %>] Browser is not supported.");
beef.net.send("<%= @command_url %>", <%= @command_id %>, "fail=unsupported browser");
return;
}
var ips = new Array();
var proto = 'http';
var ipRange = "<%= @ipRange %>";