TLS Prober – A tool for fingerprint SSL/TLS server implementations
1–6 of 6 posts
Re: TLS Prober – A tool for fingerprint SSL/TLS server implementations
#2Good work.
Re: TLS Prober – A tool for fingerprint SSL/TLS server implementations
#3Cool, I'll have to take a look. Qualys SSL labs has a cool set of tools to output not only the supported versions/ciphers, but shows what OS/browser combos would be able to connect to the site. Good work.
Re: TLS Prober – A tool for fingerprint SSL/TLS server implementations
#4Cool, I'll have to take a look. Qualys SSL labs has a cool set of tools to output not only the supported versions/ciphers, but shows what OS/browser combos would be able to connect to the site. Good work.
There exists other reasons than HTTPS to use TLS.
Re: TLS Prober – A tool for fingerprint SSL/TLS server implementations
#5Cool, I'll have to take a look. Qualys SSL labs has a cool set of tools to output not only the supported versions/ciphers, but shows what OS/browser combos would be able to connect to the site. Good work.
"Supports both pure SSL/TLS protocols like HTTPS and those that use STARTTLS such as SMTP and POP3." There exists other reasons than HTTPS to use TLS.
That was the point of this note. And of course there are even more use cases for TLS.
Re: TLS Prober – A tool for fingerprint SSL/TLS server implementations
#6Earlier quoted context omitted.
"Supports both pure SSL/TLS protocols like HTTPS and those that use STARTTLS such as SMTP and POP3." There exists other reasons than HTTPS to use TLS.
Note that rich does not claim anything else. However, there is a fundamental difference between "initiate TLS connection from byte 0" (as used in HTTPS, but also IMAPS or SMTPS) and STARTTLS, where the protocol is plain text until the client issues the STARTTLS command, make makes protocols that were designed to TLS-enable plain text only protocols such as IMAP and SMTP (without the 'S'), while keeping the port numbe…