From 14f199154261ab158beaafc6df2a95dd7709696a Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Wed, 12 Mar 2014 17:15:22 +0000 Subject: [PATCH] Fixed config.yaml issue in ui_abuse_ie module. --- modules/social_engineering/ui_abuse_ie/config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/social_engineering/ui_abuse_ie/config.yaml b/modules/social_engineering/ui_abuse_ie/config.yaml index 28ceca63c..aea5b2ed3 100644 --- a/modules/social_engineering/ui_abuse_ie/config.yaml +++ b/modules/social_engineering/ui_abuse_ie/config.yaml @@ -9,7 +9,8 @@ beef: enable: true category: "Social Engineering" name: "User Interface Abuse (IE 9/10)" - description: "This module is based on Rosario Valotta research (https://sites.google.com/site/tentacoloviola/). The executable to be run needs to be signed (best thing is signing it with Symantec EV-SSL). The victim is tricked to press [TAB]+R (IE 9) or simply R (IE 10), which are keyboard shortcuts for the modeless dialog option "Run". Depending on the browser language, the modeless dialog shortcuts are different. For example, R for English, E for Italian. In order to achieve such behavior, a fake captcha is displayed." + description: "This module is based on Rosario Valotta research (https://sites.google.com/site/tentacoloviola/). The executable to be run needs to be signed (best thing is signing it with Symantec EV-SSL). The victim is tricked to press [TAB]+R (IE 9) or simply R (IE 10), which are keyboard shortcuts for the modeless dialog option 'Run'. Depending on the browser language, the modeless dialog shortcuts are different. For example, R for English, E for Italian. In order to achieve such behavior, a fake captcha is displayed." authors: ["Rosario Valotta", "antisnatchor"] target: - working: ["IE"] \ No newline at end of file + working: ["IE"] + not_working: ["ALL"] \ No newline at end of file