!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:     head.php (2.41 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
include 'langsettings.php';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
    <head>
        <meta name="author" content="Kai Oswald Seidler">
        <link href="xampp.css" rel="stylesheet" type="text/css">
        <title></title>
    </head>

    <body style="background: #ffffff; margin-top: 8px; margin-left: 8px;">
        <table cellpadding="0" cellspacing="0" border="0">
            <tr>
                <td><img src="img/blank.gif" alt="" width="89" height="1"></td>
                <?php if (file_get_contents("../../install/xampp_language.txt") == "de") { ?>
                    <td><a target="content" href="http://www.apachefriends.org/xampp.html"><img border="0" src="img/xampp-logo-new.gif" alt=""></a></td>
                <?php } else { ?>
                    <td><a target="content" href="http://www.apachefriends.org/xampp-en.html"><img border="0" src="img/xampp-logo-new.gif" alt=""></a></td>
                <?php ?>
                <td><img src="img/blank.gif" alt="" width="5" height="1"></td>
                <?php if (file_get_contents('../../install/xampp_language.txt') == "de") { ?>
                <td><img src="img/head-fuer.gif" alt=""></td>
                <?php } else { ?>
                <td><img src="img/head-for.gif" alt=""></td>
                <?php ?>
                <td><img src="img/blank.gif" alt="" width="10" height="1"></td>
                <td><img src="img/head-windows.gif" alt=""></td>
                <td width="90%" id="langsel">
                    <div>
                    <?php
                        
include 'lang/languages.php';
                        
$l file_get_contents('../../install/xampp_language.txt');
                        
$i 0;
                        while (list(
$key$value) = each($languages)) {
                            if (
$i++) {
                                echo 
' / ';
                            }
                            
$s "";
                            if (
$l == $key) {
                                
$s 'style="font-weight: bold;"';
                            }
                            echo 
'<a '.$s.' target="_parent" href="/xampp/lang.php?'.$key.'">'.$value.'</a>';
                        }
                    
?>
                    </div>
                </td>
            </tr>
        </table>
    </body>
</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.0156 ]--