Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Antelox/FOPO-PHP-Deobfuscator

A simple script to deobfuscate PHP file obfuscated with FOPO Obfuscator - http://fopo.com.ar/
https://github.com/Antelox/FOPO-PHP-Deobfuscator

Last synced: about 2 months ago
JSON representation

A simple script to deobfuscate PHP file obfuscated with FOPO Obfuscator - http://fopo.com.ar/

Awesome Lists containing this project

README

        

# FOPO-PHP-Deobfuscator
A simple script to deobfuscate PHP file obfuscated with FOPO Obfuscator - http://fopo.com.ar/

There are PHP as well as Python version of the script.

# Python
*python deobfuscator.py obfuscated.php [output=deobfuscated.php]*

# PHP
*php deobfuscator.php obfuscated.php*

In this case the deobfuscated PHP code will be echo-ed because the PHP version of this script is designed to be executed online.

You can deobfuscate indeed your own obfuscated PHP file online here:

_ver. 0.1_

https://glot.io/snippets/ee5mzg3zf1

_ver. 0.22_

https://glot.io/snippets/efruafhnez

Paste the obfuscated PHP file content inside _obfuscated.php_ file, then click _Run_ and you will see the deobfuscated PHP code (I hope :P).

# License
See the LICENSE.md file for license rights and limitations (MIT).