/py-deobfuscate-freecodingtools

Deobfuscate python script obfuscation by freecodingtools.org

Primary LanguageShellGNU General Public License v3.0GPL-3.0

notes: I'm not responsible for any short of loss due to this script. it's your fault for choosing this solution for obfuscating your script. have a nice day.

What is this?

freecodingtools.org obfuscated script sample A shell script for deobfuscate obfuscated python script by freecodingtools.org. even the website says 'this method makes it difficult for hackers to gain access to your sensitive source code. This Python obfuscator is highly advanced, using multi-layer obfuscation to make it effectively impossible to recover the original source code.', a random 15yo just casually cracked this open like it was nothing.

How this work?

1. Replace 'exec' to 'print`
2. Run the script like usual but append to temp file
3. Grep encrypted script chunk from temp file
4. Compiles the decryption script with the script chunk
5. Loop from step 2 until there's no string 'exec' on temp file

Installation and Usage

# Install dependencies
apt update -y && apt upgrade -y
apt install python2

# Deobfuscate
bash py-deobfuscate.sh example.py

Oh no, i used this web for obfs my secret script 😭

You're done, anyone now can see what's actually inside your script, have a nice day 🧋