Path: blob/master/modules/host/hook_default_browser/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:7hook_default_browser:8enable: true9category: "Host"10name: "Hook Default Browser"11description: "This module will use a PDF to attempt to hook the default browser (assuming it isn't currently hooked). <br><br>Normally, this will be IE but it will also work when Chrome is set to the default. When executed, the hooked browser will load a PDF and use that to start the default browser. If successful another browser will appear in the browser tree."12authors: ["saafan"]13target:14not_working:15ALL:16os: ["iOS","Macintosh"]17working: ["All"]18user_notify: ["FF", "C"]192021