Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amss /
modules /
meeting /
mail /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
download.php
1.97
KB
-rw-r--r--
group.php
5.55
KB
-rw-r--r--
group_member.php
4.34
KB
-rw-r--r--
group_member_report.php
2.99
KB
-rw-r--r--
livesearch.php
536
B
-rw-r--r--
maildetail.php
4.91
KB
-rw-r--r--
maildetail_xx.php
5.03
KB
-rw-r--r--
permission.php
8.22
KB
-rw-r--r--
receive.php
8.78
KB
-rw-r--r--
receive_mobile.php
7.29
KB
-rw-r--r--
receive_mobile_xx.php
6.29
KB
-rw-r--r--
receive_xx.php
7.87
KB
-rw-r--r--
search.php
11.3
KB
-rw-r--r--
select_send.php
6.01
KB
-rw-r--r--
select_send_2.php
5.71
KB
-rw-r--r--
select_send_3.php
8.3
KB
-rw-r--r--
send.php
30.48
KB
-rw-r--r--
send_mobile.php
28.04
KB
-rw-r--r--
sendto_show.php
2.72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : download.php
<?php session_start(); if(isset($_SESSION['login_user_id'])){ ?> <?php $fileid=$_GET['fileid']; $file_des=$_GET['detail']; $file_path="../upload_files/".$fileid; $file_name=$file_des."-".$fileid; if (file_exists($file_path)) { header('Content-Description: File Transfer'); if(strchr($file_path,".")==".doc" || strchr($file_path,".")==".DOC") { header('Content-Type: application/msword'); }elseif(strchr($file_path,".")==".docx" || strchr($file_path,".")==".DOCX"){ header('Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document'); }elseif(strchr($file_path,".")==".pdf" || strchr($file_path,".")==".PDF"){ header('Content-Type: application/pdf'); }elseif(strchr($file_path,".")==".gif" || strchr($file_path,".")==".GIF"){ header('Content-Type: image/gif'); }elseif(strchr($file_path,".")==".JPG" || strchr($file_path,".")==".jpg"){ header('Content-Type: image/jpeg'); }elseif(strchr($file_path,".")==".rar" || strchr($file_path,".")==".RAR"){ header('Content-Type: application/x-rar-compressed'); }elseif(strchr($file_path,".")==".zip" || strchr($file_path,".")==".ZIP"){ header('Content-Type: application/zip'); }elseif(strchr($file_path,".")==".xls" || strchr($file_path,".")==".XS"){ header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); } header('Content-Disposition: attachment; filename='.urldecode($file_name)); header('Content-Transfer-Encoding: binary'); header('Expires: 0'); header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); header('Pragma: public'); header('Content-Length: ' . filesize($file_path)); ob_clean(); flush(); readfile($file_path); }else{ echo"<center><h3 style ='color:red;'>file not found!!</h3></center>"; //echo $file_path; } }else{ header('Location: ../../../'); exit; } ?>
Close