02-17-2022 05:30 AM - edited 02-17-2022 03:08 PM
Hi, I'm looking for an example of an unencrypted HTML payload either to view in a Hex editor or just a screenshot.
What I really want to know is can you see the standard HTML code?
This is just to help me with my learning and writing about TCP/IP layers etc
I meant http
02-20-2022 03:02 PM
Hi there,
See screenshot below of the HTTP payload being sent from http://gnu.org
If you want to try it yourself, most browsers (all?) will try redirect to HTTPS, but if you use wget:
wget -4 http://gnu.org
...and run a packet capture:
tcpdump port 80 -w /tmp/foo.pcap
...you will be able to get the output you are after.
cheers,
Seb.
03-12-2022 07:40 AM
You legend - Sorry for the late reply I got side tracked but that is of great help
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide