Retrieving http request from the network tshark

1. Install tshark

sudo apt-get install tshark

To just analyse requests without body

sudo tshark -i eth0 -f "host HOSTNAME_HERE" -R 'http.request.method == "POST"'

Add option:

-x

to see ascii values. To get a multi line cursor in sublime to delete hex values to leave only ascii you can select all lines then use CMD + SHIFT + L

Details
Updated: 11th October 2016

Play Blokr Now FREE!
blokr.io the web game where you can eat other blocks!