Skip to content

Instantly share code, notes, and snippets.

@jrelo
Created July 20, 2024 19:39
Show Gist options
  • Save jrelo/2b023cc69611962dab9da1a3901e4239 to your computer and use it in GitHub Desktop.
Save jrelo/2b023cc69611962dab9da1a3901e4239 to your computer and use it in GitHub Desktop.
tcpdump stdout and file simultaneously
tcpdump -i wlan0 host 192.168.1.201 -w - -U | tee tama_`date +%F`.pcap | tcpdump -r -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment