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,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']
|
||||
|
||||
Reference in New Issue
Block a user