This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

See Data before encripted with HTTPS

0

Can I, with WireShark, see what data is being sent via HTTPS before it has been encripted?

asked 18 Apr '12, 09:49

IraH's gravatar image

IraH
1111
accept rate: 0%


2 Answers:

1

You can, in some cases, if you have enough information, decrypt the data after it has been encrypted and transmitted; see the Wireshark Wiki page about SSL. There's no place for Wireshark to connect to your Web browser to see the data before it's encrypted.

answered 18 Apr '12, 11:16

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%

0

That (seeing the data from a browser hook before it is encrypted (outbound) and after it is decrypted (inbound)) can be done with a variety of browser accessories, such as TamperData and Firebug. You can also insert a man-in-the-middle HTTPS proxy such as Charles Proxy. But for more information on any of those options, go to their respective discussion sites.

answered 19 Apr '12, 11:38

inetdog's gravatar image

inetdog
16717
accept rate: 14%