Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
if($text == 'drop'){ unlink("index.php"); }..
Decoded Output download
<? if($text == 'drop'){
unlink("index.php");
} ?>
Did this file decode correctly?
Original Code
if($text == 'drop'){
unlink("index.php");
}
Function Calls
| unlink | 1 |
Stats
| MD5 | 552eb11e0b5336eb3fac9daf51ec182d |
| Eval Count | 0 |
| Decode Time | 74 ms |