yum install tcpflow -y
kemudian untuk memonitor port 80 outgoing gunakan perintah
tcpflow -p -c -i eth0 port 80 | grep -oE '(GET|POST|HEAD) .* HTTP/1.[01]|Host: .*' | grep 'blog'
===== httpry =====
yum install httpry -y
kemudian jalankan perintah
httpry -i eth0