18 lines
941 B
YAML
18 lines
941 B
YAML
#
|
|
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
detect_protocol_handlers:
|
|
enable: true
|
|
category: "Host"
|
|
name: "Get Protocol Handlers"
|
|
description: "This module attempts to identify protocol handlers present on the hooked browser. Only Internet Explorer and Firefox are supported.<br /><br />Firefox users are prompted to launch the application for which the protocol handler is responsible.<br /><br />Firefox users are warned when there is no application assigned to a protocol handler.<br /><br /><br /><br />The possible return values are: unknown, exists, does not exist."
|
|
authors: ["bcoles"]
|
|
target:
|
|
working: ["IE"]
|
|
user_notify: ["FF"]
|
|
not_working: ["ALL"]
|