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:
|
||||
iframe_above:
|
||||
enable: true
|
||||
category: "Persistence"
|
||||
name: "iFrame Persistance"
|
||||
description: "Rewrites all links on the webpage to spawn a 100% by 100% iFrame with a source relative to the selected link."
|
||||
authors: ["passbe"]
|
||||
target:
|
||||
user_notify: ["ALL"]
|
||||
|
||||
@@ -3,3 +3,8 @@ beef:
|
||||
popunder_window:
|
||||
enable: true
|
||||
category: "Persistence"
|
||||
name: "Pop Under Window"
|
||||
description: "Creates a new discrete pop under window with the beef hook included.<br><br>This module will add another browser node to the tree. It will be a duplicate. This will be addressed in a future release"
|
||||
authors: ["ethicalhack3r"]
|
||||
target:
|
||||
user_notify: ["ALL"]
|
||||
|
||||
Reference in New Issue
Block a user