Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created February 25, 2021 16:54
Show Gist options
  • Save diegopacheco/c70d812e04acb09b97af0939c2471fa9 to your computer and use it in GitHub Desktop.
Save diegopacheco/c70d812e04acb09b97af0939c2471fa9 to your computer and use it in GitHub Desktop.
TCP Dump
sudo tcpdump -i lo -A -s 0 tcp port 9000 -w server.pcap 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment