!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\webalizer\   drwxrwxrwx
Free 7.99 GB of 239.26 GB (3.34%)
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:     webalizer.bat (755 B)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@ECHO OFF & SETLOCAL
PUSHD %~dp0

IF EXIST webalizer.lck (
    ECHO Webalizer is currently running.
    POPD
    GOTO :EOF
) ELSE (
    ECHO. >webalizer.lck
)
    
ECHO resolving IP-addresses in Apache's access logfile...
..\apache\bin\logresolve.exe -s logresolve.stat < ..\apache\logs\access.log > logresolve-access.log
FINDSTR /R "^logresolve.Statistics: ^Entries: ^....With.name...: ^....Resolves....: ^....-.No.data...: ^....-.No.address: ^Cache.hits......: ^Cache.size......: ^Cache.buckets...:" logresolve.stat
ECHO.

ECHO generating statistic with Webalizer...
webalizer.exe -c webalizer.conf logresolve-access.log
ECHO.

DEL logresolve.stat >nul 2>&1
DEL logresolve-access.log >nul 2>&1
DEL webalizer.lck >nul 2>&1

POPD

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