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 /
STR /
[ HOME SHELL ]
Name
Size
Permission
Action
administrador
[ DIR ]
drwxrwxr-x
componentes
[ DIR ]
drwxrwxr-x
conexion
[ DIR ]
drwxrwxr-x
css
[ DIR ]
drwxrwxr-x
imagenes
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
librerias
[ DIR ]
drwxrwxr-x
reportes
[ DIR ]
drwxrwxr-x
servicios
[ DIR ]
drwxrwxr-x
sesiones
[ DIR ]
drwxrwxr-x
index.php
869
B
-rwxrwxr-x
str.sql
7.87
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>LOGIN STR ADMIN</title> <link rel="stylesheet" href="css/login.css"> <script src="librerias/jquery3-3-1.js"></script> <script src="js/ingresar.js"></script> </head> <body> <div class="ingreso"> <div class="izquierdo"> <img src="imagenes/STR-3.gif" alt=""> </div> <div class="derecho"> <form class="formus" method="post"> <input class="entrada" type="text" name="usuario" value="" placeholder="usuario" required autocomplete="off"> <input class="entrada" type="password" name="password" value="" placeholder="password" required> <input class="boton" type="submit" name="" value="ingresar"> </form> </div> </div> </body> </html>
Close