How to view a page using Wireshark?

Is it likely that the website’s homepage can be captured and viewed using Wireshark? I don’t need header packages, what I'm looking for is the full source page of any site I open while Wireshark is running.

+3
source share
1 answer

Yes - in the list of packages, right-click and say "Follow TCP Stream". For uncompressed content, that is it.

If the content is gzipped, you need to save this output to a file, use a decent text editor (which will not break binary content) to remove the headers, and then run gunzip to unpack it.

( - , Wireshark , !)

: "chunked-encoding"..., . , , .

+1

All Articles