Last active
May 23, 2018 07:30
-
-
Save jukben/113edd25073899d47d85212f66b1729b to your computer and use it in GitHub Desktop.
Sniffing Unix Domain Sockets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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