Skip to content

Instantly share code, notes, and snippets.

@mertsalik
Last active January 13, 2017 13:27
Show Gist options
  • Select an option

  • Save mertsalik/d90aac3604f286cbc00c7b58d7e617ed to your computer and use it in GitHub Desktop.

Select an option

Save mertsalik/d90aac3604f286cbc00c7b58d7e617ed to your computer and use it in GitHub Desktop.

rvictl -s <-udid->
// This adds a new virtual network interface xxxxxx.
ifconfig -l
// Get the list of interfaces again, and you can see the xxxxxx
sudo tcpdump -i xxxxxx -w ./output.pcap

// stop
rvictl -x <-udid->

feed wireshark with output.pcap 🏃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment