Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/Antelox/FOPO-PHP-Deobfuscator
- Owner: Antelox
- License: mit
- Created: 2016-04-28T12:33:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T15:20:25.000Z (over 7 years ago)
- Last Synced: 2024-08-03T16:09:27.390Z (5 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 87
- Watchers: 13
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-systools - FOPO-PHP-Deobfuscator
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).