Skip to content

Instantly share code, notes, and snippets.

@kkc
Created March 13, 2020 13:25
Show Gist options
  • Save kkc/73daa92c15e0dfd9ec316298d5fc438f to your computer and use it in GitHub Desktop.
Save kkc/73daa92c15e0dfd9ec316298d5fc438f to your computer and use it in GitHub Desktop.
Analyze pcap storing on S3
You can pull a capture from S3 into #Wireshark using the AWS CLI:
aws s3 cp s3://my-bucket/odd-http.pcap - | wireshark -k -i -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment