Skip to content

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

License

Notifications You must be signed in to change notification settings

guoyu07/FOPO-PHP-Deobfuscator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.3%
  • PHP 42.7%