diff --git a/modules/misc/iframe_sniffer/config.yaml b/modules/misc/iframe_sniffer/config.yaml index 0fc20b8fa..61c796fa1 100644 --- a/modules/misc/iframe_sniffer/config.yaml +++ b/modules/misc/iframe_sniffer/config.yaml @@ -19,7 +19,8 @@ beef: enable: true category: "Misc" name: "iFrame Sniffer" - description: "This module attempts to do framesniffing (aka Leaky Frame). It will append leakyframe.js (written by Paul Stone) to the DOM and check for specified anchors to be present on a url.
For more information, refer to http://www.contextis.co.uk/research/blog/framesniffing/" + description: "This module attempts to do framesniffing (aka Leaky Frame). It will append leakyframe.js (written by Paul Stone) to the DOM and check for specified anchors to be present on a URL.
For more information, refer to http://www.contextis.co.uk/research/blog/framesniffing/" authors: ["Bart Leppens"] target: - working: "S" + working: ["S", "IE"] + not_working: ["ALL"] diff --git a/modules/social_engineering/fake_flash_update/config.yaml b/modules/social_engineering/fake_flash_update/config.yaml index ccbdfff8e..2142bfab4 100644 --- a/modules/social_engineering/fake_flash_update/config.yaml +++ b/modules/social_engineering/fake_flash_update/config.yaml @@ -18,8 +18,8 @@ beef: fake_flash_update: enable: true category: "Social Engineering" - name: "Fake flash update" - description: "Prompts the user to install an update to adobe flash player that is a malicious chrome extension" + name: "Fake Flash Update" + description: "Prompts the user to install an update to Adobe Flash Player.
The default install file is a Chrome extension." authors: ["mh"] target: user_notify: ['ALL']