!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\apache\   drwxrwxrwx
Free 10.11 GB of 239.26 GB (4.23%)
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:     makecert.bat (566 B)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Information:
Path E:\nuevo\apache\makecert.bat
Size 566 B
MD5 27430b68a896b81eacb30768b1845bce
Perms-rwxrwxrwx
Create time 03/10/2014 19:09:28
Access time 03/10/2014 19:09:28
MODIFY time 30/03/2013 06:29:00

FULL HEXDUMP
00000000
00000018
00000030
00000048
00000060
00000078
00000090
000000A8
000000C0
000000D8
000000F0
00000108
00000120
00000138
00000150
00000168
00000180
00000198
000001B0
000001C8
000001E0
000001F8
00000210
00000228
40 65 63 68 6F 20 6F 66 66 0D 0A 73 65 74 20 4F 50 45 4E 53 53 4C 5F 43
4F 4E 46 3D 2E 2F 62 69 6E 2F 6F 70 65 6E 73 73 6C 2E 63 6E 66 0D 0A 0D
0A 69 66 20 6E 6F 74 20 65 78 69 73 74 20 2E 5C 63 6F 6E 66 5C 73 73 6C
2E 63 72 74 20 6D 6B 64 69 72 20 2E 5C 63 6F 6E 66 5C 73 73 6C 2E 63 72
74 0D 0A 69 66 20 6E 6F 74 20 65 78 69 73 74 20 2E 5C 63 6F 6E 66 5C 73
73 6C 2E 6B 65 79 20 6D 6B 64 69 72 20 2E 5C 63 6F 6E 66 5C 73 73 6C 2E
6B 65 79 0D 0A 0D 0A 62 69 6E 5C 6F 70 65 6E 73 73 6C 20 72 65 71 20 2D
6E 65 77 20 2D 6F 75 74 20 73 65 72 76 65 72 2E 63 73 72 0D 0A 62 69 6E
5C 6F 70 65 6E 73 73 6C 20 72 73 61 20 2D 69 6E 20 70 72 69 76 6B 65 79
2E 70 65 6D 20 2D 6F 75 74 20 73 65 72 76 65 72 2E 6B 65 79 0D 0A 62 69
6E 5C 6F 70 65 6E 73 73 6C 20 78 35 30 39 20 2D 69 6E 20 73 65 72 76 65
72 2E 63 73 72 20 2D 6F 75 74 20 73 65 72 76 65 72 2E 63 72 74 20 2D 72
65 71 20 2D 73 69 67 6E 6B 65 79 20 73 65 72 76 65 72 2E 6B 65 79 20 2D
64 61 79 73 20 33 36 35 0D 0A 0D 0A 73 65 74 20 4F 50 45 4E 53 53 4C 5F
43 4F 4E 46 3D 0D 0A 64 65 6C 20 2E 72 6E 64 0D 0A 64 65 6C 20 70 72 69
76 6B 65 79 2E 70 65 6D 0D 0A 64 65 6C 20 73 65 72 76 65 72 2E 63 73 72
0D 0A 0D 0A 6D 6F 76 65 20 2F 79 20 73 65 72 76 65 72 2E 63 72 74 20 2E
5C 63 6F 6E 66 5C 73 73 6C 2E 63 72 74 0D 0A 6D 6F 76 65 20 2F 79 20 73
65 72 76 65 72 2E 6B 65 79 20 2E 5C 63 6F 6E 66 5C 73 73 6C 2E 6B 65 79
0D 0A 0D 0A 65 63 68 6F 2E 0D 0A 65 63 68 6F 20 2D 2D 2D 2D 2D 0D 0A 65
63 68 6F 20 44 61 73 20 5A 65 72 74 69 66 69 6B 61 74 20 77 75 72 64 65
20 65 72 73 74 65 6C 6C 74 2E 0D 0A 65 63 68 6F 20 54 68 65 20 63 65 72
74 69 66 69 63 61 74 65 20 77 61 73 20 70 72 6F 76 69 64 65 64 2E 0D 0A
65 63 68 6F 2E 0D 0A 70 61 75 73 65 0D 0A
@echo off  set OPENSSL_C
ONF=./bin/openssl.cnf   
 if not exist .\conf\ssl
.crt mkdir .\conf\ssl.cr
t  if not exist .\conf\s
sl.key mkdir .\conf\ssl.
key    bin\openssl req -
new -out server.csr  bin
\openssl rsa -in privkey
.pem -out server.key  bi
n\openssl x509 -in serve
r.csr -out server.crt -r
eq -signkey server.key -
days 365    set OPENSSL_
CONF=  del .rnd  del pri
vkey.pem  del server.csr
    move /y server.crt .
\conf\ssl.crt  move /y s
erver.key .\conf\ssl.key
    echo.  echo -----  e
cho Das Zertifikat wurde
 erstellt.  echo The cer
tificate was provided.  
echo.  pause  

HEXDUMP: [Full] [Preview]
Base64:
[Encode [+chunk [+chunk+quotes [Decode


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