diff --git a/modules/browser/detect_default_browser/command.js b/modules/host/detect_default_browser/command.js similarity index 96% rename from modules/browser/detect_default_browser/command.js rename to modules/host/detect_default_browser/command.js index 80f1ad328..cba07077f 100644 --- a/modules/browser/detect_default_browser/command.js +++ b/modules/host/detect_default_browser/command.js @@ -5,7 +5,6 @@ // // Written by unsticky -// Ported to BeEF by bcoles // For more information see http://ha.ckers.org/blog/20070319/detecting-default-browser-in-ie/ beef.execute(function() { diff --git a/modules/browser/detect_default_browser/config.yaml b/modules/host/detect_default_browser/config.yaml similarity index 86% rename from modules/browser/detect_default_browser/config.yaml rename to modules/host/detect_default_browser/config.yaml index 053551374..51ad0aabb 100644 --- a/modules/browser/detect_default_browser/config.yaml +++ b/modules/host/detect_default_browser/config.yaml @@ -7,10 +7,10 @@ beef: module: detect_default_browser: enable: true - category: "Browser" + category: "Host" name: "Detect Default Browser" description: "This module detects which browser is configured as the default web browser." - authors: ["unsticky", "bcoles"] + authors: ["unsticky"] target: working: ["IE"] not_working: ["All"] diff --git a/modules/browser/detect_default_browser/module.rb b/modules/host/detect_default_browser/module.rb similarity index 100% rename from modules/browser/detect_default_browser/module.rb rename to modules/host/detect_default_browser/module.rb