Moved Detect Default Browser module to Host category

This commit is contained in:
bcoles
2014-03-20 00:58:16 +10:30
parent fab0bf6b24
commit 97898d453c
3 changed files with 2 additions and 3 deletions

View File

@@ -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() {

View File

@@ -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"]