!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/manage_22222/manage_depart_bk/   drwxr-xr-x
Free 52.62 GB of 127.8 GB (41.17%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     DegreeList.php (4.76 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
session_start
();

 if (
session_is_registered("valid_user")&&session_is_registered("Priority")&&session_is_registered("password") )
 {
include(
"../include/FunctionDB.php");
include(
"admin_menu.php");
ConnectDB();
$sql "Select * From personal_tb Where Degree_code='$Degree_code' Order  By  Teacher_id  ASC ";
$result mysql_query($sql) or die(" Error").mysql_error();
$num mysql_num_rows($result);
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">

<style type="text/css">
<!--
.style1 {color: #FF0000}
.style2 {
    font-size: 14px;
    font-family: Tahoma;
}
.style4 {
    color: #0000FF;
    font-weight: bold;
    font-size: 16px;
}
.style5 {font-size: 14px}
.style6 {
    color: #FF0000;
    font-weight: bold;
    font-size: 16px;
}
-->
</style>
<table width="814" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="814"><br />
        <fieldset>
        <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="menu_manage.php" >หน้าหลัก</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" /></font><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="PersonalData.php?Teacher_code=<? echo $rs[Teacher_code?>">ข้อมูลส่วนตัวบุลากร</a></font><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" /><a href="EducationData.php?Teacher_code=<? echo $rs[Teacher_code?>">ข้อมูลวุฒิบุคลากร</a><img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" />รายชื่ออาจารย์</font></legend>
          <label></label>
        <div align="center">
          <form id="form1" name="form1" method="post" action="InsertSalary.php">
            <table width="96%" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#CCCCCC" style="border:1px solid gray">
              <tr bgcolor="#F3ECD2">
                <td height="21" colspan="4"><div align="center"><font color="#003366" size="4" face="Tahoma"><strong>รายชื่ออาจารย์</strong></font></div></td>
              </tr>
              <tr bgcolor="#EEEEEE">
                <td width="45" align="center" style="border:1px solid gray"><strong><font color="#003399" size="2" face="Tahoma">ลำดับ</font></strong></td>
                <td width="237" align="center" style="border:1px solid gray"><strong><font color="#003399" size="2" face="Tahoma">ชื่อ-นามสกุล</font></strong></td>
                <td width="240" align="center" style="border:1px solid gray"><strong><font color="#003399" size="2" face="Tahoma">ตำแหน่งทางราชการ</font></strong></td>
                <td width="263" align="center" style="border:1px solid gray"><strong><font color="#003399" size="2" face="Tahoma">ตำแหน่งทางการบริหาร</font></strong></td>
              </tr>
              <?
$i 
1;
 while(
$rs mysql_fetch_array($result))
 {

     if(
$count==0)
     {
?>
              <tr bgcolor="#FFFFFD">
                <td height="21" align="center" bgcolor="#F7F5EC"><font size="2" face="Tahoma"><?echo $i?></font></td>
                <td bgcolor="#F7F5EC"><font size="2" face="Tahoma"> <a href="PersonalDetail.php?Teacher_code=<? echo $rs[Teacher_code]?>" class="d"> <? echo $rs[First_name]?> <? echo $rs[Teacher_name]?> <? echo $rs[Teacher_lastname]?></a></font></td>
                <td bgcolor="#F7F5EC"><font size="2" face="Tahoma"><?echo $rs[Gover_pos]?></font></td>
                <td bgcolor="#F7F5EC"><font size="2" face="Tahoma"><?echo $rs[Manage_pos]?></font></td>
              </tr>
              <?
    $count
=1;
     }
else
{
?>
              <tr bgcolor="#FFFFFF">
                <td align="center"><font size="2" face="Tahoma"><?echo $i?></font></td>
                <td><font size="2" face="Tahoma"> <a href="PersonalDetail.php?Teacher_code=<? echo $rs[Teacher_code]?>" class="d"> <? echo $rs[First_name]?> <? echo $rs[Teacher_name]?> <? echo $rs[Teacher_lastname]?></a></font></td>
                <td><font size="2" face="Tahoma"><?echo $rs[Gover_pos]?></font></td>
                <td><font size="2" face="Tahoma"><?echo $rs[Manage_pos]?></font></td>
              </tr>
              <?
$count
=0;
}
$i++;
 }    
?>
              <tr bgcolor="#EEEEEE">
                <td colspan="4" align="center"><div align="center"><font color="#FF0000" size="2" face="Tahoma">ทั้งหมด <? echo $num ?> คน&nbsp;</font></div></td>
              </tr>
              <tr bgcolor="#F3ECD2">
                <td colspan="4" align="center">&nbsp;</td>
              </tr>
            </table>
          </form>
        </div>
      </fieldset>
      <br />
        <font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2"><b>หมายเหตุ :</b> ใช้เมาส์คลิกที่ชื่อ<br />
    </font></td>
  </tr>
</table>
<?php 
    
}
else
{
       echo
"<meta http-equiv=\"refresh\" content=\"3;URL=../login.php\">\n";
       echo
"Please Login ";
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.007 ]--