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.216.45.231
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 /
restaurants /
templates /
Users /
[ HOME SHELL ]
Name
Size
Permission
Action
claim.html.twig
1.94
KB
-rw-rw-r--
confirmation.html.twig
695
B
-rw-rw-r--
email.html.twig
4.74
KB
-rw-rw-r--
emailsent.html.twig
729
B
-rw-rw-r--
error.html.twig
324
B
-rw-rw-r--
notification.html.twig
10
B
-rw-rw-r--
owned.html.twig
1.02
KB
-rw-rw-r--
passwordchange.html.twig
1.72
KB
-rw-rw-r--
passwordemail.html.twig
1.95
KB
-rw-rw-r--
passwordreset.html.twig
865
B
-rw-rw-r--
profile.html.twig
17.3
KB
-rw-rw-r--
receipt.html.twig
4.92
KB
-rw-rw-r--
start.html.twig
1.82
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : owned.html.twig
{% extends 'base1.html.twig' %} {% block content %} <div class="content"> <div class="row"> <div class="col-sm-10"> <div class="card"> <div class="card-header"> <h3>Places</h3> </div> <div class="card-body"> <table class="table table-default"> <thead> <tr> <th>Name</th> <th>Details</th> <th>Food</th> <th>Food Categories</th> </tr> </thead> <tbody> {% for place in owned %} <tr> <td>{{ place.name }}</td> <td><a class="btn btn-primary" href="{{ path('profile', {'place_slug': place.slug}) }}">Details</a></td> <td><a class="btn btn-success" href="{{ path('items', {'place_slug': place.slug}) }}">Food Menu</a></td> <td><a class="btn btn-primary" href="{{ path('category', {'place_slug': place.slug}) }}">Categories</a></td> </tr> {% endfor %} </tbody> </table> </div> </div> </div> </div> </div> <script> </script> {% endblock %}
Close