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 /
basic /
[ HOME SHELL ]
Name
Size
Permission
Action
changes
[ DIR ]
drwxr-xr-x
static
[ DIR ]
drwxr-xr-x
defindex.html
1.6
KB
-rw-r--r--
domainindex.html
1.85
KB
-rw-r--r--
genindex-single.html
1.76
KB
-rw-r--r--
genindex-split.html
1.18
KB
-rw-r--r--
genindex.html
2.02
KB
-rw-r--r--
globaltoc.html
432
B
-rw-r--r--
layout.html
7.45
KB
-rw-r--r--
localtoc.html
349
B
-rw-r--r--
opensearch.xml
679
B
-rw-r--r--
page.html
273
B
-rw-r--r--
relations.html
606
B
-rw-r--r--
search.html
1.99
KB
-rw-r--r--
searchbox.html
773
B
-rw-r--r--
sourcelink.html
544
B
-rw-r--r--
theme.conf
340
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : domainindex.html
{# basic/domainindex.html ~~~~~~~~~~~~~~~~~~~~~~ Template for domain indices (module index, ...). :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "layout.html" %} {% set title = indextitle %} {% block extrahead %} {{ super() }} {% if not embedded and collapse_index %} <script> DOCUMENTATION_OPTIONS.COLLAPSE_INDEX = true; </script> {% endif %} {% endblock %} {% block body %} {%- set groupid = idgen() %} <h1>{{ indextitle }}</h1> <div class="modindex-jumpbox"> {%- for (letter, entries) in content %} <a href="#cap-{{ letter }}"><strong>{{ letter }}</strong></a> {%- if not loop.last %} | {% endif %} {%- endfor %} </div> <table class="indextable modindextable"> {%- for letter, entries in content %} <tr class="pcap"><td></td><td> </td><td></td></tr> <tr class="cap" id="cap-{{ letter }}"><td></td><td> <strong>{{ letter }}</strong></td><td></td></tr> {%- for (name, grouptype, page, anchor, extra, qualifier, description) in entries %} <tr{% if grouptype == 2 %} class="cg-{{ groupid.current() }}"{% endif %}> <td>{% if grouptype == 1 -%} <img src="{{ pathto('_static/minus.png', 1) }}" class="toggler" id="toggle-{{ groupid.next() }}" style="display: none" alt="-" /> {%- endif %}</td> <td>{% if grouptype == 2 %}   {% endif %} {% if page %}<a href="{{ pathto(page)|e }}#{{ anchor }}">{% endif -%} <code class="xref">{{ name|e }}</code> {%- if page %}</a>{% endif %} {%- if extra %} <em>({{ extra|e }})</em>{% endif -%} </td><td>{% if qualifier %}<strong>{{ qualifier|e }}:</strong>{% endif %} <em>{{ description|e }}</em></td></tr> {%- endfor %} {%- endfor %} </table> {% endblock %}
Close