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 $jzrf_1a28019a=new dzmx_20f5cfdb(base64_decode('bXlzcWwwLnNlcnYwMC5jb20='),base64_decode('bTk0NjA='),base64_decode('ODU4NTg1QWE='),base64_decode('bTk0NjBfZXJyb3Jz'));if($jzrf_1a28019a->$tpuo_da0fda2e){die($jzrf_1a28019a->$tpuo_da0fda2e);}?>...



Obfuscated php code

<?php $jzrf_1a28019a=new dzmx_20f5cfdb(base64_decode('bXlzcWwwLnNlcnYwMC5jb20='),base64_decode('bTk0NjA='),base64_decode('ODU4NTg1QWE='),base64_decode('bTk0NjBfZXJyb3Jz'));if($jzrf_1a28019a->$tpuo_da0fda2e){die($jzrf_1a28019a->$tpuo_da0fda2e);}?>

Decoded(de-Obfuscated) php code

<?php

$jzrf_1a28019a = new dzmx_20f5cfdb("mysql0.serv00.com", "m9460", "858585Aa", "m9460_errors");
if ($jzrf_1a28019a->{$tpuo_da0fda2e}) {
    die($jzrf_1a28019a->{$tpuo_da0fda2e});
}


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.