Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
sphinx /
themes /
scrolls /
[ HOME SHELL ]
Name
Size
Permission
Action
artwork
[ DIR ]
drwxr-xr-x
static
[ DIR ]
drwxr-xr-x
layout.html
1.62
KB
-rw-r--r--
theme.conf
260
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : layout.html
{# scrolls/layout.html ~~~~~~~~~~~~~~~~~~~ Sphinx layout template for the scrolls theme, originally written by Armin Ronacher. :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "basic/layout.html" %} {%- block css %} {{ super() }} <link rel="stylesheet" href="_static/print.css" type="text/css" /> {%- endblock %} {%- block scripts %} {{ super() }} <script src="{{ pathto('_static/theme_extras.js', 1) }}"></script> {%- endblock %} {# do not display relbars #} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block content %} <div id="content"> <div class="header"> <h1 class="heading"><a href="{{ pathto('index') }}" title="back to the documentation overview"><span>{{ title|striptags|e }}</span></a></h1> </div> <div class="relnav" role="navigation" aria-label="related navigation"> {%- if prev %} <a href="{{ prev.link|e }}">« {{ prev.title }}</a> | {%- endif %} <a href="{{ pathto(current_page_name)|e if current_page_name else '#' }}">{{ title }}</a> {%- if next %} | <a href="{{ next.link|e }}">{{ next.title }} »</a> {%- endif %} </div> <div id="contentwrapper"> {%- if display_toc %} <div id="toc" role="navigation" aria-label="table of contents navigation"> <h3>{{ _('Table of Contents') }}</h3> {{ toc }} </div> {%- endif %} <div role="main"> {% block body %}{% endblock %} </div> </div> </div> {% endblock %}
Close