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 class foo{ public $data="text"; function __destruct() { e..
Decoded Output download
<?php
class foo{
public $data="text";
function __destruct()
{
eval($this->data);
}
}
$file_name=$_GET['id'];
unserialize($file_name); ?>
Did this file decode correctly?
Original Code
<?php
class foo{
public $data="text";
function __destruct()
{
eval($this->data);
}
}
$file_name=$_GET['id'];
unserialize($file_name);
Function Calls
| None |
Stats
| MD5 | 35cb4ca9a9fed46e0e7736d45595aa10 |
| Eval Count | 0 |
| Decode Time | 114 ms |