You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Listening program should parse the SSLproxy line in the first packet of a connection to get the source and destination addresses, as explained in README, if I understand your question right.
Thanks for the answer.
Yes you've explained, but I need all packet data, so I can decode other layers also not just the source/destination ip/port. Is that possible to redirect full packet data from your SSLproxy to Listening program. If it is, how to do that?
samueljaydan
changed the title
Is that possible to import the packet data to request header like getting source/destination ip/port via req.Header.Get("SslProxy") ?
Is that possible to import the all packet data to request header like getting source/destination ip/port via req.Header.Get("SslProxy") ?
Jun 12, 2024
No description provided.
The text was updated successfully, but these errors were encountered: