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.221.242.128
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 /
Inventory /
[ HOME SHELL ]
Name
Size
Permission
Action
category.html.twig
1.94
KB
-rw-rw-r--
edititem.html.twig
2.87
KB
-rw-rw-r--
group.html.twig
2
KB
-rw-rw-r--
index.html.twig
0
B
-rw-rw-r--
item.html.twig
1.03
KB
-rw-rw-r--
items.html.twig
6.41
KB
-rw-rw-r--
register.html.twig
1.94
KB
-rw-rw-r--
table.html.twig
1.61
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : item.html.twig
{% extends 'base1.html.twig' %} {% block content %} <div class="content"> <div class="row"> <div class="col-sm-6"> <div class="card"> <div class="card-header"><h3>{{ item.name }} Details</h3></div> <div class="card-body"> <table class="table table-striped"> <tr> <td scope="row">ID</td> <td>{{ item.id }}</td> </tr> <tr> <td scope="row">Name</td> <td>{{ item.name }}</td> </tr> <tr> <td scope="row">Price</td> <td>{{ item.sellingPrice }}</td> </tr> <tr> <td scope="row">Category</td> <td>{{ item.category.name }}</td> </tr> </table> </div> <a class="btn btn-danger action-icon" href="{{ path('removeitem', {'id': item.id }) }}"><i class="fa fa-trash"></i>Delete Item</a> </div> <br> <hr> </div> </div> <a class="btn btn-primary" href="{{ path('items') }}" style="margin-top: 10px;"> <i class="fa fa-arrow-left"></i> Back to Items </a> </div> {% endblock %}
Close