diff --git a/modules/debug/test_cors_request/config.yaml b/modules/debug/test_cors_request/config.yaml index 977ce84c3..a9e8cf969 100644 --- a/modules/debug/test_cors_request/config.yaml +++ b/modules/debug/test_cors_request/config.yaml @@ -11,9 +11,11 @@ beef: name: "Test CORS Request" description: "Test the beef.net.cors.request function by retrieving a URL." authors: ["bcoles"] + # http://caniuse.com/cors target: working: ["ALL"] not_working: + # CORS is partially supported on IE 8 & 9 IE: min_ver: 6 max_ver: 7 @@ -22,7 +24,10 @@ beef: max_ver: 11 C: min_ver: 1 - max_ver: 2 + max_ver: 3 S: min_ver: 1 max_ver: 3 + F: + min_ver: 1 + max_ver: 3 diff --git a/modules/host/get_internal_ip/config.yaml b/modules/host/get_internal_ip/config.yaml index de8941680..b75085865 100755 --- a/modules/host/get_internal_ip/config.yaml +++ b/modules/host/get_internal_ip/config.yaml @@ -8,9 +8,8 @@ beef: get_internal_ip: enable: true category: "Host" - name: "Get Internal IP" - description: "Retrieve the internal (behind NAT) IP address of the victim machine using an unsigned Java applet" + name: "Get Internal IP (Java)" + description: "Retrieve the internal (behind NAT) IP address of the victim machine using an unsigned Java applet.

The browser must have Java enabled and configured to allow execution of unsigned Java applets." authors: ["antisnatchor"] target: - working: ["IE", "FF", "O"] - user_notify: ["C", "S"] + user_notify: ["ALL"] diff --git a/modules/host/get_internal_ip_webrtc/config.yaml b/modules/host/get_internal_ip_webrtc/config.yaml index 77dc387df..f0dc77703 100755 --- a/modules/host/get_internal_ip_webrtc/config.yaml +++ b/modules/host/get_internal_ip_webrtc/config.yaml @@ -13,4 +13,4 @@ beef: authors: ["xntrik", "@natevw"] target: working: ["C", "FF"] - unknown: ["All"] + not_working: ["ALL"] diff --git a/modules/network/cross_origin_scanner/config.yaml b/modules/network/cross_origin_scanner/config.yaml index 77202c349..7cedc2e37 100644 --- a/modules/network/cross_origin_scanner/config.yaml +++ b/modules/network/cross_origin_scanner/config.yaml @@ -11,9 +11,11 @@ beef: name: "Cross-Origin Scanner" description: "Scan an IP range for web servers which allow cross-origin requests using CORS. The HTTP response is returned to BeEF." authors: ["bcoles"] + # http://caniuse.com/cors target: working: ["ALL"] not_working: + # CORS is partially supported on IE 8 & 9 IE: min_ver: 6 max_ver: 7 @@ -22,7 +24,10 @@ beef: max_ver: 11 C: min_ver: 1 - max_ver: 2 + max_ver: 3 S: min_ver: 1 max_ver: 3 + F: + min_ver: 1 + max_ver: 3