Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<html> <body> <?php $p=$_GET["passwd"]; $a=array(); if (preg_match('#[a-ho-z]4{1}i..
Decoded Output download
Did this file decode correctly?
Original Code
<html>
<body>
<?php $p=$_GET["passwd"];
$a=array();
if (preg_match('#[a-ho-z]4{1}i{0,1}z?[a-z]_S[tT].lc?[1-3]4*[a-z]#',$p,$a))
{
if(preg_match('#[^a-g^k-z]..[^z^a-k^m-y]_Sx?[^T]4{1}.[^0^2-56789]n[1-9]?#',$a[0])) {
echo " "; echo ""; phpinfo(); }
} ?>
</body>
</html>
Function Calls
phpinfo | 1 |
preg_match | 2 |
Stats
MD5 | 417b7cbd1f6d02374ca54de63f482154 |
Eval Count | 0 |
Decode Time | 65 ms |