Files
beef/modules/browser/hooked_domain/disable_developer_tools/config.yaml
jcrew99 486a9bb329 Update copyright 2023 (#2675)
* updated copyright

* reverted gemfile lock changes
2022-12-31 15:36:07 +10:00

21 lines
709 B
YAML

#
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
disable_developer_tools:
enable: true
category: ["Browser", "Hooked Domain"]
name: "Disable Developer Tools"
description: "This module prevents users from executing JavaScript within the Internet Explorer Developer Tools console."
authors: ["bcoles", "KSpace"]
target:
user_notify:
IE:
min_ver: 8
max_ver: 11
not_working: ["All"]