I'm running Subsonic on an Ubuntu Server, AD integrated and with SSL-cert.
I want this to be secure from the outside and i've scanned my IP and found the following:
1.
- Code: Select all
444 / tcp The remote host is vulnerable to renegotiation DoS over SSLv3.
2.
- Code: Select all
444 / tcp
Service: www
Here is the list of weak SSL ciphers supported by the remote server :
Low Strength Ciphers (< 56-bit key)
SSLv3
EXP-EDH-RSA-DES-CBC-SHA Kx=DH(512) Au=RSA Enc=DES(40) Mac=SHA1 export
EXP-DES-CBC-SHA Kx=RSA(512) Au=RSA Enc=DES(40) Mac=SHA1 export
EXP-RC4-MD5 Kx=RSA(512) Au=RSA Enc=RC4(40) Mac=MD5 export
TLSv1
EXP-EDH-RSA-DES-CBC-SHA Kx=DH(512) Au=RSA Enc=DES(40) Mac=SHA1 export
EXP-DES-CBC-SHA Kx=RSA(512) Au=RSA Enc=DES(40) Mac=SHA1 export
EXP-RC4-MD5 Kx=RSA(512) Au=RSA Enc=RC4(40) Mac=MD5 export
The fields above are :
{OpenSSL ciphername}
Kx={key exchange}
Au={authentication}
Enc={symmetric encryption method}
Mac={message authentication code}
{export flag}
3.
- Code: Select all
444 / tcp
Service: www
When processing the following request :
GET / HTTP/1.0
this web server leaks the following private IP address :
192.168.x.x
as found in the following collection of HTTP headers :
HTTP/1.1 302 Found
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: JSESSIONID=1l8rygqjs33cz;Path=/
Location: https://192.168.x.x:444/login.view;jsessionid=1l8rygqjs33cz?
Content-Length: 0
Server: Jetty(6.1.x)
Where is the webserver? It's not Apache, where do i find httpd.conf or equal?
Any suggestions?
Thanks
