Path: blob/master/modules/host/detect_protocol_handlers/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7detect_protocol_handlers:8enable: true9category: "Host"10name: "Get Protocol Handlers"11description: "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."12authors: ["bcoles"]13target:14working: ["IE"]15user_notify: ["FF"]16not_working: ["ALL"]171819