pH-7/Obfuscator-Class

Decode Code Simple

esjdev opened this issue · 2 comments

Simple Decode :D

Step 1: https://i.imgur.com/owLjd32.png
Script Obfuscated

Step 2: https://i.imgur.com/Yjh8VKU.png
Copy the contents of the variable $_

Step 3: https://i.imgur.com/O1WIdjW.png
Use echo with gzuncompress and base64_decode as shown in the image

Step 4: https://i.imgur.com/uyzk0yx.png
See the result in your browser, as shown in the image.

Step 5: https://i.imgur.com/59L9xGa.png
Copy the contents of the variable which was shown in the image in "step 4" and use in echo with base_decode as shown in the image in "step 5"

Result: https://i.imgur.com/1wy7Zfn.png

Honestly, the words "this is not a stupid base64 encoding script, but a real and effective obfuscation script" is a sarcasm :)

pH-7 commented

Probably related to #10