Is there a way to take the web page content with the TCPDump?
E.g: I'm going to google.com and seaching for "test something testing". So, I go to the terminal and use the command: "tcpdump -A -c 200". Then I refresh the google page so the tcpdump can take the packages.
The output of the tcpdump are many random characters...
I was hoping to find some of the words that I searched before, but that was unsuccessful.
Does anyone know if there is a way to do it?
Thanks in advance.