hatching / httpreplay

Replay HTTP and HTTPS requests from a PCAP based on TLS Master Secrets.
Other
95 stars 35 forks source link

Don't overwrite banner if a second 220 status is found #12

Closed RicoVZ closed 7 years ago

RicoVZ commented 7 years ago

If a second 220 status was found from the SMTP server, the message from this code would overwrite the stored ready_message/banner. It will not do this anymore after this change.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 73.342% when pulling 8ea0765e8ee0d23b2a9109c95f6a48fbb764a297 on RicoVZ:master into fd9debdf6ba710e6e84733a879fc6bbf7c80eeba on jbremer:master.

jbremer commented 7 years ago

Sweet, thanks!