Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
blog /
wp-admin /
css /
colors /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
blue
[ DIR ]
drwxrwxrwx
coffee
[ DIR ]
drwxrwxrwx
ectoplasm
[ DIR ]
drwxrwxrwx
light
[ DIR ]
drwxrwxrwx
midnight
[ DIR ]
drwxrwxrwx
ocean
[ DIR ]
drwxrwxrwx
sunrise
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
_admin.scss
11.38
KB
-rw-rw-rw-
_mixins.scss
1.46
KB
-rw-rw-rw-
_variables.scss
1.81
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _mixins.scss
/* * Button mixin- creates 3d-ish button effect with correct * highlights/shadows, based on a base color. */ @mixin button( $button-color, $text-color: #fff ) { background: $button-color; border-color: darken( $button-color, 10% ) darken( $button-color, 15% ) darken( $button-color, 15% ); color: $text-color; box-shadow: 0 1px 0 darken( $button-color, 15% ); text-shadow: 0 -1px 1px darken( $button-color, 15% ), 1px 0 1px darken( $button-color, 15% ), 0 1px 1px darken( $button-color, 15% ), -1px 0 1px darken( $button-color, 15% ); &:hover, &:focus { background: lighten( $button-color, 3% ); border-color: darken( $button-color, 15% ); color: $text-color; box-shadow: 0 1px 0 darken( $button-color, 15% ); } &:focus { box-shadow: inset 0 1px 0 darken( $button-color, 10% ), 0 0 2px 1px #33b3db; } &:active, &.active, &.active:focus, &.active:hover { background: darken( $button-color, 10% ); border-color: darken( $button-color, 15% ); box-shadow: inset 0 2px 0 darken( $button-color, 15% ); } &[disabled], &:disabled, &.button-primary-disabled, &.disabled { color: hsl( hue( $button-color ), 10%, 80% ) !important; background: darken( $button-color, 8% ) !important; border-color: darken( $button-color, 15% ) !important; text-shadow: none !important; } &.button-hero { box-shadow: 0 2px 0 darken( $button-color, 15% ) !important; &:active { box-shadow: inset 0 3px 0 darken( $button-color, 15% ) !important; } } }
Close