Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.15.229.217
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cnv /
sdu_wait /
links /
[ HOME SHELL ]
Name
Size
Permission
Action
footer.php
2.16
KB
-rwxr-xr-x
header.php
5.83
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<!DOCTYPE html> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en" class="no-js"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8"/> <title>Certificate Management System</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="" name="description"/> <meta content="" name="author"/> <!-- FRAMEWORK STYLES STRATS--> <link rel="shortcut icon" type="image/jpg" href="img/favicon.jpg "/> <link rel="stylesheet" type="text/css" href="css/tarka.css" /> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link rel="stylesheet" type="text/css" href="assets/css/open-sans.css"/> <script src="assets/plugins/jquery-1.10.2.min.js" type="text/javascript"></script> <script src="js/jquery.browser_detect.js" type="text/javascript"></script> <script type="text/javascript" src="assets/plugins/fancybox/source/jquery.fancybox.js?v=2.1.3"></script> <link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> <!-- END MESSAGES STYLES --> <!-- BEGIN THEME STYLES --> <link href="assets/css/style-metronic.css" rel="stylesheet" type="text/css"/> <link href="assets/css/style.css" rel="stylesheet" type="text/css"/> <link href="assets/css/style-responsive.css" rel="stylesheet" type="text/css"/> <link href="assets/css/plugins.css" rel="stylesheet" type="text/css"/> <link href="assets/css/themes/blue.css" rel="stylesheet" type="text/css" id="style_color"/> <link href="assets/css/custom.css" rel="stylesheet" type="text/css"/> <!-- END THEME STYLES --> <link rel="shortcut icon" href="favicon.ico"/> <!-- amchart Graph JS --> <link rel="stylesheet" type="text/css" href="assets/plugins/fancybox//source/jquery.fancybox.css?v=2.1.2" media="screen" /> <!-- Validation --> <script type="text/javascript" src="custom_js/validate.js"></script> <!-- PAGINATION STYLES --> </head> <!-- END HEAD --> <!-- BEGIN BODY --> <?php $file_name_arr=pathinfo($_SERVER['SCRIPT_FILENAME']); $base_name=$file_name_arr['basename']; if($base_name=="AdminMainPage.php") echo '<body class="page-header-fixed page-full-width" onLoad="isLoggedIn();" >'; else if($base_name=="CollegeMainPage.php") echo '<body class="page-header-fixed page-full-width" onLoad="setLoginCntr();isLoggedInColl();" >'; else if($base_name=="index.php") echo '<body class="page-header-fixed page-full-width" onLoad="setLoginCntr();home();" >'; else if($base_name=="indexorg.php") echo '<body class="page-header-fixed page-full-width" onLoad="setLoginCntr();home();" >'; else if($base_name=="payment_gate_way_responce.php") echo '<body class="page-header-fixed page-full-width" onLoad="responcehome();" >'; else echo '<body class="page-header-fixed page-full-width" onLoad="home();" >'; ?> <!-- BEGIN HEADER --> <div class="header navbar navbar-fixed-top mega-menu" style='height:100px;'> <!-- BEGIN TOP NAVIGATION BAR --> <div class="header-inner"> <!-- BEGIN LOGO --> <a class="navbar-brand" href="index.php" style="color:#FFFFFF;"> <img id='header_logo' src='' style="height:85px;width:85px"> </a> <!-- END LOGO --> <!-- BEGIN HORIZANTAL MENU --> <div class="row center-block" style='margin-top:3px;'> <div class="col-md-8"> <h3 class='text-center' style='color:#FFF;'> <strong><span id='header_title'></span></strong> </h3> <h3 class='text-center' style='color:#FFF;'> <strong><span id='header_addr' style='font-size:18px;'></span></strong> </h3> </div> <div class="col-md-8 col-md-offset-2"> </div> </div> </div> <!-- END HORIZANTAL MENU --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <img src="assets/img/menu-toggler.png" alt=""/> </a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN TOP NAVIGATION MENU --> <ul class="nav navbar-nav pull-right" style='margin-top:-30px;'> <!-- BEGIN NOTIFICATION DROPDOWN --> <li> <h4 class='text-center' style='color:#FFF;'><span id='collegename'></span></h4></li> <li class="dropdown" id="header_notification_bar"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" style='margin-top:-5px' data-hover="dropdown" data-close-others="true"> <?php if($base_name=="AdminMainPage.php") echo '<i class="fa fa-home" onclick="homeAdmin();"></i>'; if($base_name=="CollegeMainPage.php") echo '<i class="fa fa-home" onclick="homeCollege();"></i>'; if($base_name=="payment_gate_way_responce.php") echo '<i class="fa fa-home" onclick="homeindex()"></i>'; ?> </a> </li> <!-- BEGIN INBOX DROPDOWN --> <!-- END INBOX DROPDOWN --> <!-- BEGIN TODO DROPDOWN --> <!-- <li class="dropdown" id="header_task_bar"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="fa fa-tasks"></i> <span class="badge"> 5 </span> </a> </li> --> <!-- END TODO DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <!-- <li class="dropdown user"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <span class="username" id="login_user_name_display"> </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu"> <li> <a href="javascript:;" id="trigger_fullscreen"> </a> </ul> </li> --> <!-- END USER LOGIN DROPDOWN --> </ul> <!-- END TOP NAVIGATION MENU --> </div> <!-- END TOP NAVIGATION BAR --> <!-- END HEADER --> <div class="clearfix"> </div> <!-- BEGIN CONTAINER -->
Close