hatching / httpreplay

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

Skip faulty tls sids/keys #30

Closed RicoVZ closed 4 years ago

RicoVZ commented 4 years ago

A malformed hex string sometimes causes a TypeError. In this case the entire read will fail. The PR ensures the malformed hex is skipped.