diff --git a/modules/browser/hook_ie/config.yaml b/modules/browser/hook_ie/config.yaml index 42e357ded..cc5c4629a 100644 --- a/modules/browser/hook_ie/config.yaml +++ b/modules/browser/hook_ie/config.yaml @@ -22,4 +22,4 @@ beef: description: "This module will attempt to hook IE if it is the default browser." authors: ["saafan"] target: - user_notify: ["FF", "O"] + working: ["All"] diff --git a/modules/misc/alert_dialog/config.yaml b/modules/misc/alert_dialog/config.yaml index 8f370bfe4..2c1408e37 100644 --- a/modules/misc/alert_dialog/config.yaml +++ b/modules/misc/alert_dialog/config.yaml @@ -22,16 +22,4 @@ beef: description: "Sends an alert dialog to the hooked browser." authors: ["bm"] target: - user_notify: ["O"] - working: - IE: - min_ver: 6 - max_ver: 8 - os: ["Mac", "Linux"] - C: false - not_working: - IE: - max_ver: 8 - os: "All" - S: true - FF: true + working: ["All"] diff --git a/modules/misc/clipboard_theft/config.yaml b/modules/misc/clipboard_theft/config.yaml index 5f436b2cc..5211c1842 100644 --- a/modules/misc/clipboard_theft/config.yaml +++ b/modules/misc/clipboard_theft/config.yaml @@ -22,7 +22,13 @@ beef: description: "Retrieves the clipboard contents. This module will work automatically with Internet Explorer 6.x however Internet Explorer 7.x will prompt the user and ask for permission to access the clipboard." authors: ["bcoles"] target: - working: [IE6] - not_working: [FF, O, C, IE8] - user_notify: [IE7] + working: + IE: + min_ver: 6 + max_ver: 6 + user_notify: + IE: + min_ver: 7 + max_ver: 7 + not_working: ["All"] diff --git a/modules/network/detect_local_settings/config.yaml b/modules/network/detect_local_settings/config.yaml index 670cb0ea9..2e240d12a 100644 --- a/modules/network/detect_local_settings/config.yaml +++ b/modules/network/detect_local_settings/config.yaml @@ -22,5 +22,6 @@ beef: description: "Grab the local network settings (ie internal ip address)." authors: ["pdp", "wade", "bm", "xntrik"] target: - working: ["FF", "C"] - not_working: ["IE"] \ No newline at end of file + working: "FF" + user_notify: "C" + not_working: "IE" diff --git a/modules/persistence/iframe_keylogger/config.yaml b/modules/persistence/iframe_keylogger/config.yaml index d8d4c9282..74a202389 100644 --- a/modules/persistence/iframe_keylogger/config.yaml +++ b/modules/persistence/iframe_keylogger/config.yaml @@ -22,5 +22,5 @@ beef: description: "Creates a 100% by 100% iFrame overlay displaying the choosen resource, and add JS keylogging capabilities on that iFrame. Useful to grab same-domain login page credentials." authors: ["antisnatchor"] target: - working: [IE, FF, S, C] - not_working: [O] + working: "All" + not_working: "O"