sudo apt install tcpflowMonitor get/post requests at port 80:
$ tcpflow -p -c -i eth0 port 80 | grep -oE '(GET|POST|HEAD) .* HTTP/1.[01]|Host: .*'sudo apt install tcpflowMonitor get/post requests at port 80:
$ tcpflow -p -c -i eth0 port 80 | grep -oE '(GET|POST|HEAD) .* HTTP/1.[01]|Host: .*'