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

Signing you up...

Thank you for signing up!

PHP Decode

#!/usr/bin/env php <?php $argsPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'sendmail_arg..

Decoded Output download

#!/usr/bin/env php
<?php
$argsPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'sendmail_args';

file_put_contents($argsPath, implode(' ', $argv));

print "Sending failed";
exit(42);
 ?>

Did this file decode correctly?

Original Code

#!/usr/bin/env php
<?php
$argsPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'sendmail_args';

file_put_contents($argsPath, implode(' ', $argv));

print "Sending failed";
exit(42);

Function Calls

sys_get_temp_dir 1

Variables

None

Stats

MD5 58c4559f0faff4f3848b6c7d8e1d76a0
Eval Count 0
Decode Time 90 ms