Socket
Book a DemoInstallSign in
Socket

clearpipe

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clearpipe

clearpipe =========

latest
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 18 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts