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 bolt_decrypt( __FILE__ , 'TheSecret'); return 0; ##!!!##lJHs6u/2p6na/Orq7Pr6qcKUkcbF...



Obfuscated php code

<?php bolt_decrypt( __FILE__ , 'TheSecret'); return 0;
    ##!!!##lJHs6u/2p6na/Orq7Pr6qcKUkcbF

Decoded(de-Obfuscated) php code

<?php

bolt_decrypt("/var/www/html/input.php", 'TheSecret');
return 0;


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.