ssllabs.drownhost

class ssllabs.drownhost.DrownHost(data)[source]

Bases: ssllabs.object.Object

A DROWN host, accessed from ssllabs.endpointdetails.EndpointDetails.drownHosts()

export

true if export cipher suites detected

ip

Ip address of server that shares same RSA-Key/hostname in its certificate

port

port number of the server

special

true if vulnerable OpenSSL version detected

sslv2

true if SSL v2 is supported

status

drown host status:

error
error occurred in test
unknown
before the status is checked
not_checked
not checked if already vulnerable server found
not_checked_same_host
Not checked (same host)
handshake_failure
when SSL v2 not supported by server
sslv2
SSL v2 supported but not same rsa key
key_match
vulnerable (same key with SSL v2)
hostname_match
vulnerable (same hostname with SSL v2)