Moved Detect Default Browser module to Host category
This commit is contained in:
@@ -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() {
|
||||
@@ -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"]
|
||||
Reference in New Issue
Block a user