Moved module configuration elements into thier config.yaml. File and Data keys have not been moved yet. When migration is started the module's database elements are pushed into their config hash. This is in preperation for the admin_ui refactor
git-svn-id: https://beef.googlecode.com/svn/trunk@915 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -3,3 +3,9 @@ beef:
|
||||
insecure_url_skype:
|
||||
enable: true
|
||||
category: "Host"
|
||||
name: "Insecure URL Handling - Skype Call"
|
||||
description: "This module will force the browser to attempt a skype call. It will exploit the insecure handling of URL schemes<br><br>The protocol handler used will be: skype."
|
||||
authors: ["xntrik", "Nitesh Dhanjani"]
|
||||
target:
|
||||
working: ['S']
|
||||
user_notify: ['C', 'FF', 'O']
|
||||
|
||||
@@ -3,3 +3,8 @@ beef:
|
||||
iphone_tel:
|
||||
enable: true
|
||||
category: "Host"
|
||||
name: "iPhone Telephone URL"
|
||||
description: "This module will force the browser to attempt a skype call. It will exploit the insecure handling of URL schemes in iOS.<br><br>The protocol handler used will be: tel"
|
||||
authors: ["xntrik", "Nitesh Dhanjani"]
|
||||
target:
|
||||
working: ['S']
|
||||
|
||||
@@ -3,3 +3,8 @@ beef:
|
||||
physical_location:
|
||||
enable: true
|
||||
category: "Host"
|
||||
name: "Physical Location"
|
||||
description: "This module will retrieve the physical location of the hooked browser using the geolocation API."
|
||||
authors: ["antisnatchor"]
|
||||
target:
|
||||
user_notify: ['ALL']
|
||||
|
||||
Reference in New Issue
Block a user