Skip to content

Instantly share code, notes, and snippets.

@dwilkie
Last active October 15, 2025 09:32
Show Gist options
  • Save dwilkie/88adc35e1a2c81d37b1cb8a263356b99 to your computer and use it in GitHub Desktop.
Save dwilkie/88adc35e1a2c81d37b1cb8a263356b99 to your computer and use it in GitHub Desktop.
Docker tcpdump
sudo docker run -it --rm --net container:59da80a76475 nicolaka/netshoot # Replace 59da80a76475 with the running container ID
tcpdump -Xvv -i eth0 -s0 -w capture.pcap
curl --upload-file capture.pcap https://uppy.sh/somleng.pcap
curl -F "[email protected]" https://0x0.st
curl --upload-file capture.pcap https://sgfile.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment