Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 432 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 432 Bytes

Proxy

HTTP(S) Traffic Investigation

Installation

$ npm i [-g] git+ssh://github.com/ph3nx/proxy.git

Usage

a. As Node module

var Proxy = require('proxy')
Proxy.listen()

b. As command line program

$ proxy [port]

(requires that the module is installed globally, default port is 8080)

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm i
$ npm t