Skip to content

Instantly share code, notes, and snippets.

@jukben
Last active May 23, 2018 07:30
Show Gist options
  • Save jukben/113edd25073899d47d85212f66b1729b to your computer and use it in GitHub Desktop.
Save jukben/113edd25073899d47d85212f66b1729b to your computer and use it in GitHub Desktop.
Sniffing Unix Domain Sockets
socat -t100 -x -v UNIX-LISTEN:/tmp/client,mode=777,reuseaddr,fork UNIX-CONNECT:/tmp/server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment