From cabb01875f467e3651d5e7a91b4b51add1fce95a Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sun, 10 Apr 2016 16:59:27 +0000 Subject: [PATCH] Update supported browsers --- modules/network/get_http_servers/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/network/get_http_servers/config.yaml b/modules/network/get_http_servers/config.yaml index d6a01eb2f..1d1f4baa8 100644 --- a/modules/network/get_http_servers/config.yaml +++ b/modules/network/get_http_servers/config.yaml @@ -12,5 +12,6 @@ beef: description: "Attempts to discover HTTP servers on the specified IP range by checking for a favicon.

Note: You can specify multiple remote IP addresses (separated by commas) or a range of IP addresses for a class C network (10.1.1.1-10.1.1.254). Set the IP address to 'common' to scan a list of common LAN addresses." authors: ["bcoles"] target: - user_notify: ["FF", "IE", "C", "S", "MI", "OD"] + working: ["IE", "S"] + user_notify: ["FF", "C", "MI", "OD"] not_working: ["O"]