hatching / httpreplay

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

Packages not sent #16

Closed leisipeisi closed 6 years ago

leisipeisi commented 6 years ago

Hi,

I am trying to use your tool, but I am facing some difficulties. I have a pcap file containing the whole communication between my kali linux and a webserver, where kali linux sends packages from different ports to the webserver and the webserver responds with content or some HTTP error codes. When I am strarting httpreplay with this pcap file, I get an output of all HTTP requests in the pcap file (seems to be everything okay), in addition I see some warnings that there are unknown streams. When I look at wireshark or tcp dump I don't see that any packages are sent. Am I missing some essential point or am I missinterpreting the purpose of the code? May the unknown streams be an issue?

Thanks for any help!

jbremer commented 6 years ago

Hi, without your PCAPs there's not much I can do to help you ;-) If you can share those, let me know.