Path: blob/master/modules/browser/detect_unsafe_activex/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_unsafe_activex:8enable: true9category: "Browser"10name: "Detect Unsafe ActiveX"11description: "This module will check if IE has been insecurely configured. It will test if the option \"Initialize and script ActiveX controls not marked as safe for scripting\" is enabled.<br /><br />The setting can be found in: Tools Menu -> Internet Options -> Security -> Custom level -> \"Initialize and script ActiveX controls not marked as safe for scripting\""12authors: ["wade", "bcoles"]13target:14user_notify: ["IE"]15not_working: ["All"]16171819