2.0.0-1 • Published 6 years ago

tcp-mitm v2.0.0-1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

tcp-mitm

TCP MITM Proxy with a web-based monitoring interface

Usage

npm install -g
vi .env
tcp-mitm [env-file]

You can define the required environment variables, but it will also load the provided env-file by argument. This parameter is optional and defaults to .env in the current working directory.

Please go to the dotenv package page for further instructions on the envfile format.

Required environment variables

  • LISTEN_TCP_IP
  • LISTEN_TCP_PORT
  • FORWARD_TCP_IP
  • FORWARD_TCP_PORT
  • LISTEN_WEB_IP
  • LISTEN_WEB_PORT
2.0.0-1

6 years ago

2.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago