#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6extension:7evasion:8enable: false9name: 'Evasion'10authors: ["antisnatchor"]1112# Exclude code JavaScript libraries13exclude_core_js: ["lib/jquery-1.12.4.min.js", "lib/json2.js", "lib/mdetect.js"]1415# Obfuscation methods are executed in the order in which they're provided here16# Available techniques: ["minify", "base_64", "whitespace"]17chain: ["minify", "base_64"]1819# experimental (broken - do not use):20scramble_variables: false21scramble_cookies: false22scramble:23beef: "beef"24Beef: "Beef"25evercookie: "evercookie"26BeEF: "BeEF"272829