Articles & Code Snippets


Capture hostname and uri using tshark

Capture hostname and uri using tshark


Web traffic (port 80):
tshark -i eth0 -f 'port 80' -l -t ad -n -R 'http.request' -T fields -e http.host -e http.request.uri -e ip.src
web


Archives