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:
passbe
2011-04-21 04:59:55 +00:00
parent 7b6c546555
commit 8e033aac83
32 changed files with 167 additions and 3 deletions

View File

@@ -3,3 +3,8 @@ beef:
alert_dialog:
enable: true
category: "Misc"
name: "Alert Dialog"
description: "Sends an alert dialog to the hooked browser."
authors: ["bm"]
target:
user_notify: ['ALL']

View File

@@ -3,3 +3,8 @@ beef:
deface_web_page:
enable: true
category: "Misc"
name: "Deface Web Page"
description: "Overwrite the body of the page the hooked browser is on with the 'Deface Content' string."
authors: ["antisnatchor"]
target:
user_notify: ['ALL']

View File

@@ -3,3 +3,8 @@ beef:
prompt_dialog:
enable: true
category: "Misc"
name: "Prompt Dialog"
description: "Sends a prompt dialog to the hooked browser."
authors: ["bm"]
target:
user_notify: ['ALL']

View File

@@ -3,3 +3,8 @@ beef:
raw_javascript:
enable: true
category: "Misc"
name: "Raw JavaScript"
description: "This module will send the code entered in the 'JavaScript Code' section to the selected zombie browsers where it will be executed. Code is run inside an anonymous function and the return value is passed to the framework. Multiline scripts are allowed, no special encoding is required."
authors: ["wade", "vo"]
target:
working: ['ALL']

View File

@@ -3,3 +3,8 @@ beef:
replace_video:
enable: true
category: "Misc"
name: "Replace Video"
description: "Replaces an object selected with jQuery (all embed tags by default) with an embed tag containing the youtube video of your choice (rickroll by default)."
authors: ["Yori Kvitchko"]
target:
user_notify: ['ALL']

View File

@@ -3,3 +3,8 @@ beef:
rickroll:
enable: true
category: "Misc"
name: "Rickroll"
description: "Overwrite the body of the page the victim is on with a full screen Rickroll."
authors: ["Yori Kvitchko"]
target:
user_notify: ['ALL']