!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/edu_depart/   drwxr-xr-x
Free 52.63 GB of 127.8 GB (41.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     StudentByCourse.php (10.21 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

include("../includes/FunctionDB.php");
include(
"admin_menu.php");
 
ConnectDB();
$sql "SELECT * FROM  StudentMaster  Where  studentStatus='1'  GROUP By   programId  ";
$result mysql_query($sql) ;
$row mysql_num_rows($result);
$num mysql_num_rows($result );
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<table width="828" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td><br><fieldset>
            <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="menu_edu.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="StudentList.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="ProvinceStudent.php?Succ_Status=1">จำนวนนักศึกษาจำแนกตามจังหวัด</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" /></font><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="StudentByYear.php">จำนวนนักศึกษาจำแนกตามปีการศึกษา</a></font></legend>
            <label><div align="center">
              <form id="form1" name="form1" method="post" action="">
                <table width="89%" border="1" align="center" cellpadding="0" cellspacing="1" bordercolor="#FFFFFF" style="background-color:#eeeeee; border:1px solid gray"size="12">
                  
                  <tr>
                    <td height="22" bgcolor="#D1E1F0"><div align="center"><font size="2" face="Tahoma">จำนวนนักศึกษาจำแนกตามหลักสูตร</font></div></td>
                  </tr>
                  <tr>
                    <td height="103" bgcolor="#D1E1F0" ><table width="101%" border="0" align="center" cellpadding="0" cellspacing="1" style="background-color:#eeeeee; border:0px solid gray"size="12">
                      <tr bgcolor="#CCCCCC">
                        <td width="5%" height="25" bgcolor="#D1E1F0" style="border:1px solid gray"><div align="center"><font color="#000000" size="2" face="Tahoma">No.</font></div></td>
                        <td width="54%" bgcolor="#D1E1F0" style="border:1px solid gray"><div align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>">หลักสูตร</font></div></td>
                        <td width="9%" bgcolor="#D1E1F0" style="border:1px solid gray"><div align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>">หญิง</font></div></td>
                        <td width="9%" bgcolor="#D1E1F0" style="border:1px solid gray"><div align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>">ชาย</font></div></td>
                        <td width="23%" bgcolor="#D1E1F0" style="border:1px solid gray"><div align="center"><font size="2">จำนวนนักศึกษาทั้งหมด/คน</font></div></td>
                      </tr>
                      <?php
$i 
1;
 while(
$row mysql_fetch_array($result))
 {

     if(
$count==0)
     {
?>
                      <tr >
                        <td align="center" bgcolor="#F7F7F7" ><font color="#996600" size="2" face="Tahoma">
                          <?=$i?>
                        </font></td>
                        <td align="center" bgcolor="#F7F7F7" ><font color="#000000" size="2" face="Tahoma"><a href="StudentCourse.php?studentStatus=1&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                          <div align="left"><font color="#000000" size="2" face="Tahoma">
                            <?php
              $programId 
=  $row[programId];
               
$sql2"Select * From  Program   Where  programId='$programId' ";
               
$result2 mysql_query($sql2) or die("Error Select".mysql_query());
               
$rs2 mysql_fetch_array($result2);
               echo
"$rs2[programName]";
               
?>
                          </font></div></td>
                        <td align="center" bgcolor="#F7F7F7" ><font color="#996600" size="2" face="Tahoma"><a href="StdCourseSex.php?studentStatus=1&studentSex=F&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                        <?php
    $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId' and  studentSex ='F' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?></td>
                        <td align="center" bgcolor="#F7F7F7" ><font color="#996600" size="2" face="Tahoma"><a href="StdCourseSex.php?studentStatus=1&studentSex=M&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                        <?php
    $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId' and  studentSex ='M' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?></td>
                        <td align="center" bgcolor="#F7F7F7" ><font color="#996600" size="2" face="Tahoma">
                          <?php
     $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId'  ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                        </font></td>
                      </tr>
                      <?
    $count
=1;
     }
else
{
?>
                      <tr>
                        <td align="center" bordercolor="#999966" bgcolor="#FFFFFF" ><font color="#996600" size="2" face="Tahoma">
                          <?=$i?>
                        </font></td>
                        <td height="18" align="center" bgcolor="#FFFFFF"><font color="#000000" size="2" face="Tahoma"><a href="StudentCourse.php?studentStatus=1&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                          <div align="left"><font color="#000000" size="2" face="Tahoma">
                            <?php
              $programId 
=  $row[programId];
               
$sql2"Select * From  Program   Where  programId='$programId' ";
               
$result2 mysql_query($sql2) or die("Error Select".mysql_query());
               
$rs2 mysql_fetch_array($result2);
               echo
"$rs2[programName]";
               
?>
                          </font></div>
                          <div align="left">
                            <div align="center"></div>
                        </div></td><td align="center" bgcolor="#FFFFFF" ><font color="#996600" size="2" face="Tahoma"><a href="StdCourseSex.php?studentStatus=1&studentSex=F&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                          <?php
    $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId' and  studentSex ='F' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?></td>
                        <td align="center" bgcolor="#FFFFFF" ><font color="#996600" size="2" face="Tahoma"><a href="StdCourseSex.php?studentStatus=1&studentSex=M&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                        <?php
    $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId' and  studentSex ='M' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?></td>
                        <td align="center" bgcolor="#FFFFFF" ><font color="#996600" size="2" face="Tahoma">
                          <?php
     $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId'   ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                        </font></td>
                      </tr>
                      <?
$count
=0;
}
$i++;
 }    

?>
                      <tr>
                        <td height="25" colspan="5" align="center" bgcolor="#D1E1F0"><table width="720" height="21" border="0" cellpadding="0" cellspacing="0">
                          <tr>
                            
                            <td width="413"><div align="center"><font size="2" face="Tahoma">สรุปจำนวนนักศึกษา</font></div></td>
                            <td width="62"><div align="center"><strong><font color="#996600" size="2" face="Tahoma">
                              <?php
     
//$Term =  $row["Term"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'   and  studentSex ='F' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                            </font></strong></div></td>
                            <td width="70"><div align="center"><strong><font color="#996600" size="2" face="Tahoma">
                              <?php
    
// $Term =  $row["Term"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  studentSex ='M' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                            </font></strong></div></td>
                            <td width="155"><div align="center"><strong><font color="#996600" size="2" face="Tahoma">
                              <?php
      
    $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                            </font></strong></div></td>
                          </tr>
                        </table></td>
                      </tr>
                      <tr>
                        <td height="25" colspan="5" align="center" bgcolor="#D1E1F0"><div align="center"><font color="#000000" size="2" face="Tahoma">ทั้งหมด <? echo $num ?> หลักสูตร</font></div></td>
                      </tr>
                    </table></td>
                  </tr>
                </table>
              <br>
            </form>
              </div>
            </label>
        </fieldset><br>
        <font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2"><b>หมายเหตุ :</b> ใช้เมาส์คลิกที่ชื่อ<br>
        </font></td>
    </tr>
</table>

:: 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.0077 ]--