Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/extensions/evasion/config.yaml
1154 views
1
#
2
# Copyright (c) 2006-2025 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
extension:
8
evasion:
9
enable: false
10
name: 'Evasion'
11
authors: ["antisnatchor"]
12
13
# Exclude code JavaScript libraries
14
exclude_core_js: ["lib/jquery-1.12.4.min.js", "lib/json2.js", "lib/mdetect.js"]
15
16
# Obfuscation methods are executed in the order in which they're provided here
17
# Available techniques: ["minify", "base_64", "whitespace"]
18
chain: ["minify", "base_64"]
19
20
# experimental (broken - do not use):
21
scramble_variables: false
22
scramble_cookies: false
23
scramble:
24
beef: "beef"
25
Beef: "Beef"
26
evercookie: "evercookie"
27
BeEF: "BeEF"
28
29