28 lines
924 B
YAML
28 lines
924 B
YAML
#
|
|
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
extension:
|
|
evasion:
|
|
enable: false
|
|
name: 'Evasion'
|
|
authors: ["antisnatchor"]
|
|
|
|
# Exclude code JavaScript libraries
|
|
exclude_core_js: ["lib/jquery-1.12.4.min.js", "lib/json2.js", "lib/mdetect.js"]
|
|
|
|
# Obfuscation methods are executed in the order in which they're provided here
|
|
# Available techniques: ["minify", "base_64", "whitespace"]
|
|
chain: ["minify", "base_64"]
|
|
|
|
# experimental (broken - do not use):
|
|
scramble_variables: false
|
|
scramble_cookies: false
|
|
scramble:
|
|
beef: "beef"
|
|
Beef: "Beef"
|
|
evercookie: "evercookie"
|
|
BeEF: "BeEF"
|