Linux server1.signalhg.team 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
Apache
: 209.74.80.147 | : 216.73.217.138
150 Domain
8.1.34
signgwph
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 /
signgwph /
signaltechdemo5.com /
resources /
scss /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
avatar.scss
193
B
-rw-r--r--
btn.scss
2.31
KB
-rw-r--r--
cards.scss
586
B
-rw-r--r--
client.scss
385
B
-rw-r--r--
colors.scss
1.85
KB
-rw-r--r--
create-invoice.scss
3.68
KB
-rw-r--r--
custom.scss
19.1
KB
-rw-r--r--
custom_theme.scss
0
B
-rw-r--r--
dark-theme.scss
11.35
KB
-rw-r--r--
dashboard.scss
1.01
KB
-rw-r--r--
filter.scss
1.57
KB
-rw-r--r--
form.scss
4.78
KB
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
invoice.scss
3.52
KB
-rw-r--r--
labels.scss
98
B
-rw-r--r--
login.scss
1.78
KB
-rw-r--r--
main.scss
2.04
KB
-rw-r--r--
messages.scss
3.8
KB
-rw-r--r--
modal.scss
333
B
-rw-r--r--
pagination.scss
705
B
-rw-r--r--
project.scss
6.3
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
recruit.scss
1.34
KB
-rw-r--r--
rtl.scss
12.77
KB
-rw-r--r--
settings.scss
5.99
KB
-rw-r--r--
sidebar.scss
8.08
KB
-rw-r--r--
style.scss
921
B
-rw-r--r--
tables.scss
1.7
KB
-rw-r--r--
task-board.scss
2.04
KB
-rw-r--r--
task_list.scss
3.25
KB
-rw-r--r--
ticket.scss
3.33
KB
-rw-r--r--
typography.scss
1.1
KB
-rw-r--r--
ui_inventory.scss
2.51
KB
-rw-r--r--
variables.scss
551
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : colors.scss
/*************************** BACKGROUND COLORS **************************/ .bg-dark{ background-color: $dark_bg; } .bg-grey{ background-color: $grey; } .bg-light-grey{ background-color: $light_grey; } .bg-dark-grey{ background-color: $dark_grey; } .bg-darkest-grey{ background-color: $dark_text; } .bg-lightest-grey{ background-color: $light_text; } .bg-blue{ background-color: $blue; } .bg-red{ background-color: $red; } .bg-yellow{ background-color: $yellow; } .bg-light-green{ background-color: $light_green; } .bg-dark-green{ background-color: $dark_green; } .bg-additional-grey{ background-color: $additional_grey; } .bg-amt-grey{ background-color: $amt_grey; } .bg-white-shade{ background-color: $white_shade; } /*************************** TEXT COLORS **************************/ .text-darkest-grey{ color: $darkest_grey !important; } .text-dark-grey{ color: $dark_grey; } .text-dark{ color: $dark_text !important; } .text-lightest{ color: $light_text; } .text-blue{ color: $blue !important; } .text-red{ color: $red; } .text-yellow{ color: $yellow; } .text-light-green{ color: $light_green; } .text-dark-green{ color: $dark_green; } .text-white-shade{ color: $white_shade; } .text-pink{ color: $pink; } /*************************** BORDERS **************************/ .border-grey{ border: 1px solid $grey; } .border-left-grey{ border-left: 1px solid $grey; } .border-right-grey{ border-right: 1px solid $grey; } .border-top-grey{ border-top: 1px solid $grey; } .border-bottom-grey{ border-bottom: 1px solid $grey; } .border-additional-grey{ border: 1px solid $additional_grey; } @include media-breakpoint-down(sm){ .border-left-grey-sm-0{ border-left: 0px !important; } .border-right-grey-sm-0{ border-right: 0px !important; } }
Close