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.8.36
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 /
boaz2 /
templates /
release /
[ HOME SHELL ]
Name
Size
Permission
Action
cargo.html.twig
1.66
KB
-rw-rw-r--
edit.html.twig
4.67
KB
-rw-rw-r--
filtered.html.twig
1.14
KB
-rw-rw-r--
generate.html.twig
4.26
KB
-rw-rw-r--
list.html.twig
1.2
KB
-rw-rw-r--
search.html.twig
0
B
-rw-rw-r--
today.html.twig
1.14
KB
-rw-rw-r--
unsigned.html.twig
1.6
KB
-rw-rw-r--
view.html.twig
8.67
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : list.html.twig
{% extends 'base1.html.twig' %} {% block content %} <div class="content"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="header"> <h4 class="title">Release Orders</h4> </div> <div class="content table-responsive table-full-width"> <table class="table table-hover" data-page-length='100'> <thead> <tr> <th>Release Order Name</th> <th>Date</th> <th>Actions</th> </tr> </thead> <tbody> {% for item in release %} <tr> <td>{{ item.name }}</td> <td>{{ item.dates|date('d-m-Y') }}</td> <td><a href="{{ path('viewRelease', {'id': item.id}) }}">View Release Order</a></td> </tr> {% endfor %} </tbody> </table> </div> </div> </div> </div> </div> </div> {% endblock %}
Close