Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
usr /
share /
phpmyadmin /
templates /
table /
tracking /
[ HOME SHELL ]
Name
Size
Permission
Action
index.twig
335
B
-rw-r--r--
main.twig
6.02
KB
-rw-r--r--
report_table.twig
1.05
KB
-rw-r--r--
structure_snapshot_columns.twi...
2.34
KB
-rw-r--r--
structure_snapshot_indexes.twi...
1.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : report_table.twig
<table id="{{ table_id }}" class="table table-light table-striped table-hover"> <thead class="thead-light"> <tr> <th>{% trans %}#{% context %}Number{% endtrans %}</th> <th>{% trans 'Date' %}</th> <th>{% trans 'Username' %}</th> <th>{{ header_message }}</th> <th>{% trans 'Action' %}</th> </tr> </thead> <tbody> {% for entry in entries %} <tr class="noclick"> <td class="right"><small>{{ entry.line_number }}</small></td> <td><small>{{ entry.date }}</small></td> <td><small>{{ entry.username }}</small></td> <td>{{ entry.formated_statement|raw }}</td> <td class="nowrap"> <a class="delete_entry_anchor ajax" href="{{ url('/table/tracking') }}" data-post=" {{- entry.url_params|raw }}"> {{ drop_image_or_text|raw }} </a> </td> </tr> {% endfor %} </tbody> </table>
Close