!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\   drwxrwxrwx
Free 10.1 GB of 239.26 GB (4.22%)
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:     uninstall_xampp.bat (958 B)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
:: XAMPP Uninstaller
::
:: author     Carsten Wiedmann <carsten_sttgt@gmx.de>
:: author     Kay Vogelgesang <kvo@apachefriends.org>
:: copyright  2009 Carsten Wiedmann
:: license    http://www.freebsd.org/copyright/freebsd-license.html FreeBSD License
:: version    1.0
@ECHO OFF & SETLOCAL
CD %~dp0

MKDIR uninst.temp >nul 2>&1
COPY /Y install\xampp_uninstall.vbs uninst.temp >nul 2>&1

CSCRIPT.EXE //Nologo uninst.temp\xampp_uninstall.vbs %1
SET "_err=%ERRORLEVEL%"
IF %_err% NEQ 0 (
    ECHO.
    ECHO XAMPP uninstall not OK
    IF "%1" NEQ "auto" (
        ECHO.
        PAUSE
    )
    EXIT /B 1
)

DEL /F /Q uninst.temp\xampp_uninstall.vbs >nul 2>&1
RMDIR /Q uninst.temp >nul 2>&1

PING 127.0.0.1 -n 2 -w 1000 >nul 2>&1
PING 127.0.0.1 -n 2 -w 1000 >nul 2>&1

ECHO.
ECHO XAMPP uninstall OK
SET "_xamppdir=%CD%"
CD ..
START "" /MIN "%COMSPEC%" /C "DEL /F /Q "%_xamppdir%\uninstall_xampp.bat" & RMDIR /Q "%_xamppdir%""

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