HTTP(S) Traffic Investigation
$ npm i [-g] git+ssh://github.com/ph3nx/proxy.git
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)
To run the test suite, first install the dependencies, then run npm test:
$ npm i
$ npm t