# # Copyright (c) 2006-2015 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://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.

Firefox users are prompted to launch the application for which the protocol handler is responsible.

Firefox users are warned when there is no application assigned to a protocol handler.



The possible return values are: unknown, exists, does not exist." authors: ["bcoles"] target: working: ["IE"] user_notify: ["FF"] not_working: ["ALL"]