From 93f7f9a545c2b2ff1309df8980a8315d8b5c4cbe Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Thu, 20 Oct 2011 10:14:14 +0000 Subject: [PATCH] Issue 546: moved MITB module to persistence category, updated module description. git-svn-id: https://beef.googlecode.com/svn/trunk@1374 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- .../{browser => persistence}/man_in_the_browser/command.js | 0 .../{browser => persistence}/man_in_the_browser/config.yaml | 4 ++-- modules/{browser => persistence}/man_in_the_browser/module.rb | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename modules/{browser => persistence}/man_in_the_browser/command.js (100%) rename modules/{browser => persistence}/man_in_the_browser/config.yaml (91%) rename modules/{browser => persistence}/man_in_the_browser/module.rb (100%) diff --git a/modules/browser/man_in_the_browser/command.js b/modules/persistence/man_in_the_browser/command.js similarity index 100% rename from modules/browser/man_in_the_browser/command.js rename to modules/persistence/man_in_the_browser/command.js diff --git a/modules/browser/man_in_the_browser/config.yaml b/modules/persistence/man_in_the_browser/config.yaml similarity index 91% rename from modules/browser/man_in_the_browser/config.yaml rename to modules/persistence/man_in_the_browser/config.yaml index c0445edec..66e9d58a2 100644 --- a/modules/browser/man_in_the_browser/config.yaml +++ b/modules/persistence/man_in_the_browser/config.yaml @@ -17,9 +17,9 @@ beef: module: man_in_the_browser: enable: true - category: "Browser" + category: "Persistence" name: "Man-In-The-Browser" - description: "This module will use a Man-In-The-Browser attack to ensure that the BeEF hook will stay until the user leaves the domain." + description: "This module will use a Man-In-The-Browser attack to ensure that the BeEF hook will stay until the user leaves the domain (manually changing it in the URL bar)" authors: ["mathias"] target: working: ["ALL"] diff --git a/modules/browser/man_in_the_browser/module.rb b/modules/persistence/man_in_the_browser/module.rb similarity index 100% rename from modules/browser/man_in_the_browser/module.rb rename to modules/persistence/man_in_the_browser/module.rb