!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)

C:\Extranet\phpscripts\cdr\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.44%)
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:     opciones.php (1.06 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<html>
<head>
<title>Envio de Información - Centros de Diagnostico Reconocidos</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<?php
include('../cdr/conectar.php');
$consul "SELECT * FROM cdr WHERE codcdr='$textfield' and clave='$textfield3' and nit = '$textfield2'";

$result mysql_query($consul,$db);
$num_filas mysql_num_rows($result);

if (
$num_filas == 0
{
?>
<p>Usuario no Registrado.</p>
<p><a href="registrar.htm">Volver a Pagina de Registro</a></p>
<p>&nbsp;</p>

<?php
}
else
{
  
$myrow mysql_fetch_array($result);
  
$codcdr $myrow["codcdr"];
  
$nit $myrow["nit"];
  
$nombre $myrow["nombre"];
  
$direccion $myrow["direccion"];
  echo 
"Código del CDR: $codcdr";
  echo 
"Nombre del CDR: $nombre";
  echo 
"Dirección del CDR: $direccion";
  echo 
"Nit del CDR: $nit";

?>

<p><a href="registrar.htm">`Subir archivos de información</a></p>
<p><a href="registrar.htm">Descargar lista de marcas y líneas</a></p>
<?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.0312 ]--