steffenfritz / mxcheck

mxcheck is an info and security scanner for e-mail servers.
https://mxcheck.fritz.wtf
GNU General Public License v3.0
57 stars 7 forks source link

TLS: Check TLS version #25

Closed steffenfritz closed 6 months ago

steffenfritz commented 11 months ago

Is your feature request related to a problem? Please describe. mxcheck should check the TLS version and mark v1.2 as yellow and v1.3+ as green

darealdemayo commented 11 months ago

if you want traffic light system, may I suggest

also, if multiple versions are available, warnings for weak versions should still be shown.

also, really great project, thanks for doing this!

steffenfritz commented 8 months ago

Working on this in in branch tlsversioncheck. The checks works on smtpd 25/tcp and submissions 587/tcp and 465/tcp, based on the results of the port scan.

steffenfritz commented 6 months ago

A check is implemented for the highest version of TLS, for TLS used with smtps and STARTTLS seperately.