Path: blob/master/modules/persistence/invisible_htmlfile_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:7invisible_htmlfile_activex:8enable: true9category: "Persistence"10name: "Invisible HTMLFile (ActiveX)"11description: "This module uses a <i>HTMLFile</i> ActiveX object to create an invisible HTML document containing a BeEF hook. The hook persists until the tab is closed. Internet Explorer only.<br/><br/> Based on <a href='https://www.brokenbrowser.com/zombie-alert/'>research</a> by <a href='https://twitter.com/magicmac2000'>@MagicMac2000</a>."12authors: ["bcoles", "@MagicMac2000"]13target:14working:15IE:16min_ver: 1117max_ver: latest18not_working: ["All"]192021