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


Viewing file:     leveleduTable.php (3.56 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once "../../class/clsConnection.php";
include_once 
"../../class/clsDB.php";
include_once 
"../global.php";
include_once 
"../class/clsleveledu.php";

$oL = new Leveledu($oC1);
?>
<html>
<head>
<title>ตารางระดับการศึกษา</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../Application%20Data/SSH/source/style.css" rel="stylesheet" type="text/css">
<style>
<!--
A:link {text-decoration: none }
A:visited {text-decoration: none}
A:hover {text-decoration: none; font-weight: underline}
-->
</style>

<!---------------------------------------Begin JavaScript---------------------------------------->
<script language="JavaScript">
    function ReturnValue(leveleduId,leveleduName)
    {
        window.opener.document.ps.leveleduId.value = leveleduId;
        window.opener.document.ps.leveleduName.value = leveleduName;
        window.close();
    }
</script>
</head>

<body bgcolor="#FFFFFF">
<form action="<?php echo $PHP_SELF;?>" method="post" name="ps">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
        <td colspan="4" align="center"><font face="MS Sans Serif, Microsoft Sans Serif" size="2"><b>ชื่อระดับการศึกษา : </b></font>
        <input type="text" name="leveleduName" value="<?php echo $leveleduName;?>" size="30">
        <input type="submit" name="search" value="ค้นหา"></td>
    </tr>
        <tr>
        <td colspan="4">&nbsp;</td>
    </tr>
    <tr bgcolor="#0066CC"> 
        <td width="12%" align="center"><font face="MS Sans Serif, Microsoft Sans Serif" size="1" color="#FFFFFF"><b>ลำดับที่</b></font></td>
        <td width="44%" align="center"><font face="MS Sans Serif, Microsoft Sans Serif" size="1" color="#FFFFFF"><b>ชื่อระดับการศึกษา</b></font></td>
    </tr>
<?php
            $oL
->RSleveleduName($leveleduName);
            
$numRow $oL->NumRow();
            
$page_size 10;
            
$total_page = (int)($numRow/$page_size);
            if((
$numRow%$page_size) != 0)
                
$total_page++;
        
            if(isset(
$page_id))
                
$start $page_size*($page_id-1);
            else {
                
$page_id 1;
                
$start 0;
            }
        
            
$i 0;
            
$oL->RSleveleduNameLimit($leveleduName,$start$page_size);
            while(
$oL->GetRecord()) {
?>
    <tr bgcolor="#FFFFFF"> 
        <td align="center" bgcolor="#FFFFFF"><font size="2" style="CURSOR: hand" onClick='ReturnValue("<?php echo $oL->leveleduId;?>","<?php echo $oL->leveleduName;?>")'><?php echo $start+$i+1;?></font></td>
        <td bgcolor="#FFFFFF"><font size="2" style="CURSOR: hand" onClick='ReturnValue("<?php echo $oL->leveleduId;?>","<?php echo $oL->leveleduName;?>")'><?php echo $oL->leveleduName;?></font></td>
    </tr>
<?php
        $i
++;
    }
    
    if(
$i == 0) {
?>
    <tr>
        <td colspan="4" align="center" bgcolor="#FFFFFF"><font size="2" color="#FF0000">** ไม่ปรากฏรายการดังกล่าวในฐานข้อมูล **</font></td>
    </tr>
<?php
    
}
?>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
    <tr bgcolor="silver">
        <td width="80%"><font size="2" face="MS Sans Serif" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>">หน้า-&gt;
<?php
        
for ($num=1$num<=$total_page$num++) {    
            if(
$num == $page_id)
                echo 
$num." ";
            else {
?>
                <a href="leveleduTable.php?page_id=<?php echo $num;?>&amp;leveleduName=<?php echo $leveleduName;?>"><?php echo '[ '.$num.' ]';?></a> 
<?php
            
}
        }
?>
        </font></td>
        <td align="right"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>">รวม <?php echo $numRow;?> รายการ</font></td>
    </tr>
    <tr>
        <td align="center" colspan="3"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><a href="#" onClick="window.close()">[ปิดหน้าต่างนี้]</a></font></td>
    </tr>
</table>
</form>
</body>
</html>

:: 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 ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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