Skip to content

Recursive PHP decoder meant to decode multiple levels of encoding with one execution

Notifications You must be signed in to change notification settings

Leo675/deobfu.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

deobfu

Description:

Command line recursive PHP decoder meant to decode multiple levels of encoding with one execution. This is only meant to decode PHP using PHP. It really only works with eval encodings, but it can support many functions like base64_decode, strrev, gzinflate etc.

Javascript will not decode with this script.

This tool is useful because you can use it with another script for automated decoding. If you want to manually decode something and this doesnt work, I would recommend Securi's ddecode.php: http://ddecode.com/phpdecoder/

Usage:

$ recdec.php <encoded line>

The decoded line will be output to standard output.

Requirements:

PHP-CLI

Tested on PHP 5. May work on other versions.

Configuration:

Set the interpreter on the first line to your PHP binary which supports PHP-CLI

About

Recursive PHP decoder meant to decode multiple levels of encoding with one execution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages