-
Basic obfuscation
-
Defined
length
of random strings generated to32
chars -replace
all names of variables/classes/functionspython3 intensio_obfuscator.py -i obfuscation_examples/python/basic/input/basicRAT-example -o obfuscation_examples/python/basic/output/basicRAT-example -mlen lower -ind 4 -rts --excludewords exclude_examples/exclude_words_by_user.txt
-
Intermediate obfuscation
-
Defined
length
of random strings generated to64
chars -replace
all names of variables/classes/functions -padding
random python scripts -replace
all files namespython3 intensio_obfuscator.py -i obfuscation_examples/python/basic/input/basicRAT-example -o obfuscation_examples/python/basic/output/basicRAT-example -mlen medium -ind 4 -rts --excludewords exclude_examples/exclude_words_by_user.txt -ps -rfn
-
Advanced obfuscation
-
Defined
length
of random strings generated to128
chars -replace
all names of variables/classes/functions -padding
random python scripts -replace
all files names -replace
all chars by their hexadecimal valuepython3 intensio_obfuscator.py -i obfuscation_examples/python/basic/input/basicRAT-example -o obfuscation_examples/python/basic/output/basicRAT-example -mlen high -ind 4 -rts --excludewords exclude_examples/exclude_words_by_user.txt -ps -rfn -rth