Update supported browsers
This commit is contained in:
@@ -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 %>";
|
||||
|
||||
@@ -12,4 +12,5 @@ beef:
|
||||
description: "Attempts to discover HTTP servers on the specified IP range by checking for a favicon.<br/><br/>Note: set the IP address range to 'common' to scan a list of common LAN addresses."
|
||||
authors: ["bcoles"]
|
||||
target:
|
||||
user_notify: ["FF", "IE", "C", "S"]
|
||||
user_notify: ["FF", "IE", "C", "S", "MI", "OD"]
|
||||
not_working: ["O"]
|
||||
|
||||
@@ -12,5 +12,4 @@ beef:
|
||||
description: "Discover devices and applications in the victim's Local Area Network.<br/><br/>This module uses a signature based approach - based on default logo images/favicons for known network device/applications - to fingerprint each IP address within the LAN.<br/><br/>Partially based on <a href='http://yokoso.inguardians.com/'>Yokosou</a> and <a href='http://code.google.com/p/jslanscanner/'>jslanscanner</a>.<br/><br/>Note: set the IP address range to 'common' to scan a list of common LAN addresses."
|
||||
authors: ["bcoles", "wade", "antisnatchor"]
|
||||
target:
|
||||
user_notify: ["FF", "IE", "C", "S"]
|
||||
not_working: ["O"]
|
||||
user_notify: ["ALL"]
|
||||
|
||||
Reference in New Issue
Block a user