Corrected all module targetting config
git-svn-id: https://beef.googlecode.com/svn/trunk@1118 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
@@ -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"]
|
||||
working: "FF"
|
||||
user_notify: "C"
|
||||
not_working: "IE"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user