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 | : 18.188.92.213
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 /
boaz /
templates /
users /
[ HOME SHELL ]
Name
Size
Permission
Action
admin.html.twig
4.61
KB
-rw-rw-r--
base.html.twig.save
10.24
KB
-rw-rw-r--
change.html.twig
1.56
KB
-rw-rw-r--
googleda794cd9937527d01.html
34
B
-rw-r--r--
login.html.twig
1.68
KB
-rw-rw-r--
profile.html.twig
1.57
KB
-rw-rw-r--
register.html.twig
3.02
KB
-rw-rw-r--
rep.html.twig
31
B
-rw-rw-r--
reset.html.twig
1.56
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : profile.html.twig
{% extends 'base2.html.twig' %} {% block sidemenu %} <li class="active" id="home"> <a href="{{ path('home') }}"> <p>Home</p> </a> </li> {% endblock %} {% block content %} <div class="content"> <div class="container-fluid"> <div class="row"> <div class="col-md-6 col-md-offset-2"> <div class="card"> <div class="header"> <h4 class="title">Profile</h4> </div> <div class="content"> <form action="{{ path('profile') }}" method="post"> <div class="forms"> <div class="form-group"> <label for="email"><h4>Email:</h4></label> <input class="form-control" type="text" id="email" name="email" value={{ user.email }} /> </div> <div class="form-group"> <label for="telephone"><h4>Telephone:</h4></label> <input class="form-control" type="text" id="telephone" name="telephone" value={{ user.telephone }} /> </div> <button type="submit" name="submit" class="btn btn-default">Update</button> </div> </form> </div> </div> </div> </div> </div> </div> {% endblock %}
Close