Obfuscation: removed base64 from the default chain list, added excluded_core_js option

This commit is contained in:
antisnatchor
2012-08-25 09:55:53 +01:00
parent aeb17e7d7a
commit 7ed9516b53

View File

@@ -19,10 +19,11 @@ beef:
enable: true
name: 'Evasion'
authors: ["antisnatchor"]
exclude_core_js: ["lib/jquery-1.5.2.min.js", "lib/json2.js", "lib/jools.min.js"]
scramble_variables: true
scramble_cookies: true
scramble:
beef: "beef"
Beef: "Beef"
evercookie: "evercookie"
chain: ["scramble", "minify", "base_64"]
chain: ["scramble", "minify"]