!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:\nuevo\install\   drwxrwxrwx
Free 9.43 GB of 239.26 GB (3.94%)
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:     test.php (2.38 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<?php
    
/*
    #### Installer PHP  1.5 ####
    #### Author: Kay Vogelgesang & Carsten Wiedmann for www.apachefriends.org 2005 ####
    */

    /// Where I stand? ///
    
$curdir getcwd();
    list(
$partition$nonpartition) = preg_split ("/:/"$curdir); //Fix by Wiedmann
    
$partwampp substr(realpath(__FILE__), 0strrpos(dirname(realpath(__FILE__)), '\\'));
    
$directorwampp NULL;
    
$awkpart str_replace("&""\\\\&"eregi_replace ("\\\\""\\\\"$partwampp)); //Fix by Wiedmann
    
$awkpartslash str_replace("&""\\\\&"ereg_replace ("\\\\""/"$partwampp)); //Fix by Wiedmann
    
$phpdir $partwampp;
    
$dir ereg_replace("\\\\""/"$partwampp);
    
$ppartition "$partition:";

    
/// I need the install.sys + update.sys for more xampp informations
    
$installsys "install.sys";
    
$installsysroot $partwampp."\install\\".$installsys;

    
/// Some addon|update.sys files
    
$perlupdatesys "perlupdate.sys";
    
$pythonupdatesys "pythonupdate.sys";
    
$serverupdatesys "serverupdate.sys";
    
$utilsupdatesys "utilsupdate.sys";
    
$javaupdatesys "javaupdate.sys";
    
$otherupdatesys "otherupdate.sys";

    
/// XAMPP main directrory is ...
    
$substit "\\\\\\\\xampp";
    
$substitslash "/xampp";

    
/// Globale variables
    
$BS 0;
    
$CS 0;
    
$slashi 1;
    
$bslashi 1;
    
$awkexe ".\install\awk.exe";
    
$awk ".\install\config.awk";
    
$awknewdir "\"".$awkpart."\"";
    
$awkslashdir "\"".$awkpartslash."\"";
    if (
file_exists("$partwampp\htdocs\\xampp\.version")) {
    
$handle fopen("$partwampp\htdocs\\xampp\.version","r");
  
$xamppversion fgets($handle);
  
fclose($handle);
    } else {
        
$xamppversion "";
    
// include_once "$partwampp\install\.version";
  
}
    
    echo 
"\r\n  ########################################################################\n";
    echo 
"  # ApacheFriends XAMPP setup win32 Version                              #\r\n";
    echo 
"  #----------------------------------------------------------------------#\r\n";
    echo 
"  # Copyright (c) 2002-2009 Apachefriends $xamppversion                          #\r\n";
    echo 
"  #----------------------------------------------------------------------#\r\n";
    echo 
"  # Authors: Kay Vogelgesang <kvo@apachefriends.org>                     #\r\n";
    echo 
"  #          Carsten Wiedmann <webmaster@wiedmann-online.de>             #\r\n";
    echo 
"  ########################################################################\r\n\r\n";

?>

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