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