diff --git a/nogotofail/mitm/connection/handlers/data/ssl.py b/nogotofail/mitm/connection/handlers/data/ssl.py index 81906f4a..39cd70b9 100644 --- a/nogotofail/mitm/connection/handlers/data/ssl.py +++ b/nogotofail/mitm/connection/handlers/data/ssl.py @@ -182,8 +182,8 @@ class NoForwardSecrecy(_TlsRecordHandler): name = "noforwardsecrecy" description = ( "Detects selected server cipher suites which don't support " - "Diffie-Hellman key exchange (DHE or ECDHE) i.e. in " - "SERVER_HELLO response") + "Diffie-Hellman key exchange (DHE or ECDHE) i.e. in SERVER_HELLO " + "response") def on_tls_response(self, record): try: