Updated supported browsers and module description for:

o modules/misc/iframe_sniffer/config.yaml
o modules/social_engineering/fake_flash_update/config.yaml
This commit is contained in:
bcoles
2012-05-28 10:28:31 +09:30
parent dc040a51ac
commit 53b0781961
2 changed files with 5 additions and 4 deletions

View File

@@ -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.<br />For more information, refer to <a href='http://www.contextis.co.uk/research/blog/framesniffing/'>http://www.contextis.co.uk/research/blog/framesniffing/</a>"
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.<br />For more information, refer to <a href='http://www.contextis.co.uk/research/blog/framesniffing/'>http://www.contextis.co.uk/research/blog/framesniffing/</a>"
authors: ["Bart Leppens"]
target:
working: "S"
working: ["S", "IE"]
not_working: ["ALL"]

View File

@@ -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.<br />The default install file is a Chrome extension."
authors: ["mh"]
target:
user_notify: ['ALL']