1.0.1 • Published 5 years ago
depijp v1.0.1
depijp
WSS Pipes and Forwarding Echo Chambers
Install
npm install -g depijpUsage
Chat Example
Open two (or 100) terminals and run the following:
depijp {secret_channel_key}Use Custom WSS Relay
depijp {secret_channel_key} {wss://your.server:port}Pipe Example
Receiver
depijp {secret_channel_key} > /tmp/mynewfile.txtSender
depijp {secret_channel_key} < /tmp/myoldfile.txtPCAP Sender
tshark -w - | depijp {secret}PCAP Receiver
depijp {secret} | tshark -r -