0.0.0 • Published 10 years ago

clearpipe v0.0.0

Weekly downloads
1
License
-
Repository
-
Last release
10 years ago

clearpipe

A debugging proxy that shows the traffic going across the network.

Screenshot showing the output of getting a web page through clearpipe.

Its useful for reverse engineering socket programs or checking that your socket program is behaving the way it should be.

Installation

$ npm install -g clearpipe

Usage

$ clearpipe kybernetikos.com:80 8777

Then connect your client program, in this case a browser to localhost:8777 instead of kybernetikos.com:80.