mikedamage / socket-sniffer

Sniffs traffic from one domain socket and pipes it to another, printing everything to STDOUT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SocketSniffer

by Mike Green (mike.is.green@gmail.com)

About

TCP/IP traffic is easy to sniff, but Unix domain socket traffic is a bit more challenging. SocketSniffer is kind of like the tee program for domain sockets. It listens to one socket, listens on another, and pipes all traffic to STDOUT.

About

Sniffs traffic from one domain socket and pipes it to another, printing everything to STDOUT


Languages

Language:JavaScript 100.0%