nabla-c0d3 / sslyze

Fast and powerful SSL/TLS scanning library.
GNU Affero General Public License v3.0
3.19k stars 445 forks source link

Include SMTP EHLO rejection response in raised exception #635

Closed mxsasha closed 4 months ago

mxsasha commented 5 months ago

This can help when debugging the rejection reason. In particular, some servers do this when rate limiting, which is usually apparent from their response.

nabla-c0d3 commented 4 months ago

Thank you!