Files
beef/modules/persistence/popunder_window_ie/config.yaml
wheatley f33e2698a0 MAINTAINABILITY: 2257 update copyright 2022 (#2259)
* 2257 updated copyright date
2021-12-31 09:48:08 +10:00

21 lines
910 B
YAML

#
# Copyright (c) 2006-2022 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
popunder_window_ie:
enable: true
category: "Persistence"
name: "Create Pop Under (IE)"
description: "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>."
authors: ["bcoles", "ethicalhack3r", "@MagicMac2000"]
target:
user_notify:
IE:
min_ver: 11
max_ver: latest
not_working: ["All"]