Examples Python target files
July 14, 2020 ยท View on GitHub
Basic RAT example project
-
Basic obfuscation
-
Defined
lengthof random strings generated to32chars -replaceall 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
lengthof random strings generated to64chars -replaceall names of variables/classes/functions -paddingrandom python scripts -replaceall 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
lengthof random strings generated to128chars -replaceall names of variables/classes/functions -paddingrandom python scripts -replaceall files names -replaceall 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