Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
commert /
bootstrap /
js /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
bootstrap-navbar.js
1.4
KB
-rwxr-xr-x
bootstrap.bundle.js
191.26
KB
-rwxr-xr-x
bootstrap.bundle.js.map
318.98
KB
-rwxr-xr-x
bootstrap.bundle.min.js
66.15
KB
-rwxr-xr-x
bootstrap.bundle.min.js.map
267.45
KB
-rwxr-xr-x
bootstrap.js
112.35
KB
-rwxr-xr-x
bootstrap.js.map
190.79
KB
-rwxr-xr-x
bootstrap.min.js
47.8
KB
-rwxr-xr-x
bootstrap.min.js.map
158.2
KB
-rwxr-xr-x
jquery-3.2.1.slim.min.js
67.97
KB
-rwxr-xr-x
jquery.min.js
84.63
KB
-rwxr-xr-x
popper.min.js
18.74
KB
-rwxr-xr-x
slide-script.js
925
B
-rwxr-xr-x
sweetalert.min.js
39.85
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bootstrap-navbar.js
(function($) { var defaults={ sm : 540, md : 720, lg : 960, xl : 1140, navbar_expand: 'lg', animation: true, animateIn: 'fadeIn', }; $.fn.bootnavbar = function(options) { var screen_width = $(document).width(); settings = $.extend(defaults, options); if(screen_width >= settings.lg){ $(this).find('.dropdown').hover(function() { $(this).addClass('show'); $(this).find('.dropdown-menu').first().addClass('show'); if(settings.animation){ $(this).find('.dropdown-menu').first().addClass('animated ' + settings.animateIn); } }, function() { $(this).removeClass('show'); $(this).find('.dropdown-menu').first().removeClass('show'); }); } $('.dropdown-menu a.dropdown-toggle').on('click', function(e) { if (!$(this).next().hasClass('show')) { $(this).parents('.dropdown-menu').first().find('.show').removeClass("show"); } var $subMenu = $(this).next(".dropdown-menu"); $subMenu.toggleClass('show'); $(this).parents('li.nav-item.dropdown.show').on('hidden.bs.dropdown', function(e) { $('.dropdown-submenu .show').removeClass("show"); }); return false; }); }; })(jQuery);
Close