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:
detect_details:
enable: true
category: "Browser"
name: "Browser Type"
description: "This module will retrieve the selected hooked browser details."
authors: ["wade", "vo", "passbe", "saafan"]
target:
working: ['ALL']

View File

@@ -3,3 +3,8 @@ beef:
detect_plugins:
enable: true
category: "Browser"
name: "Installed Plugins"
description: "This module will retrieve the selected hooked browser plugins."
authors: ["wade", "vo", "passbe", "saafan"]
target:
working: ["ALL"]

View File

@@ -3,3 +3,8 @@ beef:
detect_screen_details:
enable: true
category: "Browser"
name: "Screen Details"
description: "This module will retrieve the selected hooked browser screen dimensions."
authors: ["wade", "vo", "passbe", "saafan"]
target:
working: ["ALL"]

View File

@@ -3,3 +3,8 @@ beef:
detect_scripts_support:
enable: true
category: "Browser"
name: "Scripts Support"
description: "This module will retrieve the selected hooked browser scripting engines."
authors: ["wade", "vo", "passbe", "saafan"]
target:
working: ["ALL"]

View File

@@ -3,3 +3,8 @@ beef:
detect_visited_urls:
enable: true
category: "Browser"
name: "Detect Visited URLs"
description: "This module will detect whether or not the zombie has visited the specified URL(s)"
authors: ["passbe"]
target:
working: ["ALL"]

View File

@@ -3,3 +3,8 @@ beef:
link_rewrite:
enable: true
category: "Browser"
name: "Link Rewriter"
description: "This module will rewrite all the href attributes of all matched links.<br /><br />The jQuery selector field can be used to limit the selection of links. eg: a[href=\"http://www.bindshell.net\"]. For more information please see: http://api.jquery.com/category/selectors/"
authors: ["passbe"]
target:
working: ["ALL"]

View File

@@ -3,3 +3,8 @@ beef:
site_redirect:
enable: true
category: "Browser"
name: "Site Redirect"
description: "This module will redirect the selected hooked browser to the address specified in the 'Redirect URL' input."
authors: ["wade", "vo"]
target:
user_notify: ["ALL"]

View File

@@ -3,3 +3,8 @@ beef:
site_redirect_iframe:
enable: true
category: "Browser"
name: "Site Redirect (iframe)"
description: "This module will redirect the selected hooked browser to the address specified in the 'Redirect URL' input. It creates a 100% x 100% overlaying iframe to keep the victim hooked and changes the page title to the provided value which should be set to the title of the redirect URL."
authors: ["ethicalhack3r", "Yori Kvitchko"]
target:
user_notify: ["ALL"]