Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/modules/social_engineering/spoof_addressbar_data/config.yaml
1874 views
1
#
2
# Copyright (c) 2006-2026 Wade Alcorn - [email protected]
3
# Browser Exploitation Framework (BeEF) - https://beefproject.com
4
# See the file 'doc/COPYING' for copying permission
5
#
6
beef:
7
module:
8
spoof_addressbar_data:
9
enable: true
10
category: "Social Engineering"
11
name: "Spoof Address Bar (data URL)"
12
description: "This module redirects the browser to a legitimate looking URL with a ''data'' scheme, such as ''data:text/html,http://victim.com'', with a BeEF hook and a user-specified URL in a 100% x 100% iframe."
13
authors: ["bcoles"]
14
target:
15
user_notify: ["O", "FF", "C"]
16
not_working: ["IE"]
17
18