Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
amatya.biz /
sass /
bootstrap /
mixins /
[ HOME SHELL ]
Name
Size
Permission
Action
_alerts.scss
263
B
-rwxrwxr-x
_background-variant.scss
233
B
-rwxrwxr-x
_border-radius.scss
492
B
-rwxrwxr-x
_buttons.scss
1.45
KB
-rwxrwxr-x
_center-block.scss
126
B
-rwxrwxr-x
_clearfix.scss
611
B
-rwxrwxr-x
_forms.scss
2.71
KB
-rwxrwxr-x
_gradients.scss
4.29
KB
-rwxrwxr-x
_grid-framework.scss
2.3
KB
-rwxrwxr-x
_grid.scss
3.13
KB
-rwxrwxr-x
_hide-text.scss
589
B
-rwxrwxr-x
_image.scss
1.18
KB
-rwxrwxr-x
_labels.scss
167
B
-rwxrwxr-x
_list-group.scss
672
B
-rwxrwxr-x
_nav-divider.scss
238
B
-rwxrwxr-x
_nav-vertical-align.scss
370
B
-rwxrwxr-x
_opacity.scss
149
B
-rwxrwxr-x
_pagination.scss
507
B
-rwxrwxr-x
_panels.scss
543
B
-rwxrwxr-x
_progress-bar.scss
200
B
-rwxrwxr-x
_reset-filter.scss
246
B
-rwxrwxr-x
_reset-text.scss
476
B
-rwxrwxr-x
_resize.scss
202
B
-rwxrwxr-x
_responsive-visibility.scss
514
B
-rwxrwxr-x
_size.scss
147
B
-rwxrwxr-x
_tab-focus.scss
165
B
-rwxrwxr-x
_table-row.scss
715
B
-rwxrwxr-x
_text-emphasis.scss
210
B
-rwxrwxr-x
_text-overflow.scss
168
B
-rwxrwxr-x
_vendor-prefixes.scss
6.49
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _hide-text.scss
// CSS image replacement // // Heads up! v3 launched with only `.hide-text()`, but per our pattern for // mixins being reused as classes with the same name, this doesn't hold up. As // of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. // // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 // Deprecated as of v3.0.1 (will be removed in v4) @mixin hide-text() { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } // New mixin to use as of v3.0.1 @mixin text-hide() { @include hide-text; }
Close