Skip to content

ph3nx/proxy

Repository files navigation

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

About

HTTP(S) Traffic Investigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published