Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.147.74.100
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
kusdde /
adm2018 /
js /
pages /
ui /
[ HOME SHELL ]
Name
Size
Permission
Action
animations.js
563
B
-rwxr-xr-x
dialogs.js
3.77
KB
-rwxr-xr-x
modals.js
268
B
-rwxr-xr-x
notifications.js
2.11
KB
-rwxr-xr-x
range-sliders.js
1.8
KB
-rwxr-xr-x
sortable-nestable.js
279
B
-rwxr-xr-x
tooltips-popovers.js
168
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : animations.js
$(function () { $('.js-animations').bind('change', function () { var animation = $(this).val(); $('.js-animating-object').animateCss(animation); }); }); //Copied from https://github.com/daneden/animate.css $.fn.extend({ animateCss: function (animationName) { var animationEnd = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend'; $(this).addClass('animated ' + animationName).one(animationEnd, function() { $(this).removeClass('animated ' + animationName); }); } });
Close