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:
collect_links:
enable: true
category: "Recon"
name: "Collect Links"
description: "This module will retrieve HREFs from the target page."
authors: ["vo"]
target:
working: ["ALL"]

View File

@@ -3,3 +3,8 @@ beef:
detect_cookies_support:
enable: true
category: "Recon"
name: "Detect Cookie Support"
description: "This module will check if the browser allows a cookie with the specified name to be set."
authors: ["vo"]
target:
working: ["ALL"]

View File

@@ -3,3 +3,8 @@ beef:
detect_soc_nets:
enable: true
category: "Recon"
name: "Detect Social Networks"
description: "This module will detect if the Hooked Browser is currently authenticated to GMail, Facebook and Twitter."
authors: ["xntrik", "Mike Cardwell"]
target:
working: ["ALL"]

View File

@@ -3,3 +3,8 @@ beef:
detect_tor:
enable: true
category: "Recon"
name: "Detect Tor"
description: "This module will detect if the zombie is currently using TOR (The Onion Router)."
authors: ["wade", "pdp", "bm", "xntrik"]
target:
working: ["ALL"]