Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
eval(rawurldecode("%20%20%24path%20%3D%20%24_SERVER%5B%27SCRIPT_FILENAME%27%5D%3B%20die%28..
Decoded Output download
$path = $_SERVER['SCRIPT_FILENAME']; die("<fs>".filesize($path)."</fs><p>{$path}</p>");
Did this file decode correctly?
Original Code
eval(rawurldecode("%20%20%24path%20%3D%20%24_SERVER%5B%27SCRIPT_FILENAME%27%5D%3B%20die%28%22%3Cfs%3E%22.filesize%28%24path%29.%22%3C/fs%3E%3Cp%3E%7B%24path%7D%3C/p%3E%22%29%3B"));
Function Calls
rawurldecode | 1 |
Stats
MD5 | 41be4c8ef8bbfc69c639d164c9b73874 |
Eval Count | 1 |
Decode Time | 38 ms |