!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\xampp\xampp\htdocs\portel_dama\administracion\clases_herramientas\   drwxrwxrwx
Free 7.95 GB of 239.26 GB (3.32%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     class_password.php (2.63 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class password {
  
       function 
password($contacto_password$contacto_user$validate
       {
            
            
$this->PASS $contacto_password;
            
$this->USER $contacto_user;
            
            
//echo $this->PASS;
            //echo $this->USER;
            //echo $validate;
            
            // 1. Primer paso
            
$x md5($this->PASS);
            
            
// 2. Segundo paso
            
$y md5($this->USER);
            
            
// 3. Tercer paso
            
$x md5($x);
            
            
// 4. Cuarto paso
            
$y md5($y);
            
            
// 5. Quinto Paso
            
$this->PASSWORD $y $x;
            
$this->UID $y $x;
                        
            
// 6.2 Validación de Usuarios
            
if ($validate == 1) {
                
$query "select contacto_nombre, contacto_tipo, contacto_id from administracion_contacto where contacto_user='" $this->USER "' and contacto_password='" $this->PASSWORD "'";
                
$select = new Select($query3,0);
                
                if (
$select->NUMERO_REGISTROS == 0) {
                    include(
'log.php');
                    exit();
                }
                if (
$this->PASS == "" or $this->USER == "") {
                    include(
'log.php');
                    exit();
                }
                
$this->usr_tipo=$select->RESULTADO[0][1];
                
$this->usr_ce=$select->RESULTADO[0][2];
                
//echo $this->usr_ce;
                //echo $this->usr_tipo;
            
}
            
            
// 6.2 Validación de Usuarios en Página (Útil para suscripciones)
            // Deja pasar la página con una variable que se llama APRO
            
            
if ($validate == 3) {
                
$query "select contacto_nombre, contacto_tipo, contacto_id from administracion_contacto where contacto_user='" $this->USER "' and contacto_password='" $this->PASSWORD "'" "and contacto_estado = '0'";
                
$select = new Select($query3,0);
                
                if (
$select->NUMERO_REGISTROS == 0) {
                    
$this->APRO 0;
                }else{
                    
$this->APRO 1;
                }
                if (
$this->PASS == "" or $this->USER == "") {
                    
$this->APRO 0;
                }
                
$this->usr_tipo=$select->RESULTADO[0][1];
                
$this->usr_ce=$select->RESULTADO[0][2];
                
//echo $this->usr_ce;
                //echo $this->usr_tipo;
            
}
            
            
            
// 7. Validación de Acceso a Aplicaciones
            
if ($validate == 2) {
                
$query "select contacto_nombre, contacto_tipo, contacto_id from administracion_contacto where contacto_user='" $this->USER "' and contacto_password='" $this->PASS "'";
                
$select = new Select($query3,0);
                
                if (
$this->PASS == "" or $this->USER == "") {
                    include(
'log.php');
                    exit();
                }                
                if (
$select->NUMERO_REGISTROS == 0) {
                    include(
'log.php');
                    exit();
                }else{
                    
$this->UID $this->PASS;
                }
                
$this->usr_tipo=$select->RESULTADO[0][1];
                
$this->usr_ce=$select->RESULTADO[0][2];
                
//echo $this->usr_ce;
                //echo $this->usr_tipo;
            
}
       }   
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]--