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 $options["\x68\164\x74\160"]["\150\x65\x61\144\145\x72"] .= "\103\x6f\x6f\x6b\151\145\x3a\x20" . $_SERVER["\110\124\124\x50\137\103\117\117\x4b\111\105"] . "\xa";...



Obfuscated php code

<?php $options["\x68\164\x74\160"]["\150\x65\x61\144\145\x72"] .= "\103\x6f\x6f\x6b\151\145\x3a\x20" . $_SERVER["\110\124\124\x50\137\103\117\117\x4b\111\105"] . "\xa";

Decoded(de-Obfuscated) php code

<?php

$options["http"]["header"] .= "Cookie: " . $_SERVER["HTTP_COOKIE"] . "\n";


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.