Path: blob/master/modules/persistence/popunder_window_ie/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:7popunder_window_ie:8enable: true9category: "Persistence"10name: "Create Pop Under (IE)"11description: "This module uses a <i>HTMLFile</i> ActiveX object to bypass the popup blocker and create a popunder window containing a BeEF hook. Internet Explorer only.<br/><br/> Based on <a href='https://www.cracking.com.ar/demos/iepopups/'>PoC</a> by <a href='https://twitter.com/magicmac2000'>@MagicMac2000</a>."12authors: ["bcoles", "ethicalhack3r", "@MagicMac2000"]13target:14user_notify:15IE:16min_ver: 1117max_ver: latest18not_working: ["All"]19202122