Giter VIP home page Giter VIP logo

gomitmproxy's Introduction

GoMITMProxy

Build Status GitHub GoDoc

Golang Man in the Middle Proxy

Docs

https://godoc.org/github.com/jmizell/GoMITMProxy/proxy

Build

make build

Test

make test

Install

Local Install

To use, make sure you have go >= 1.12.x installed, and your GOBIN is in your path. Then run

go get github.com/jmizell/GoMITMProxy
go install github.com/jmizell/GoMITMProxy/cmd/gomitmproxy

Docker

Copies of each realease can be found in jmizell/gomitmproxy.

docker pull jmizell/gomitmproxy:latest

Usage

Usage: gomitmproxy [options]

  -ca_cert_file string
    	path to certificate authority cert file
  -ca_key_file string
    	path to certificate authority key file
  -config string
    	proxy config file path
  -debug
    	enable debug logging
  -dns_port int
    	port to listen for dns requests
  -dns_regex string
    	domains matching this regex pattern will return the proxy address
  -dns_server string
    	use the supplied dns resolver, instead of system defaults
  -generate_ca_only
    	generate a certificate authority, and exit
  -http_ports string
    	ports to listen for http requests (default ",0")
  -https_ports string
    	ports to listen for https requests (default ",0")
  -json
    	output json log format to standard out
  -key_age_hours int
    	certificate authority expire time in hours, used only with generate_ca_only
  -listen_addr string
    	network address bind to (default "127.0.0.1")
  -log_level string
    	set logging to log level (default "INFO")
  -log_responses
    	enable logging upstream server responses
  -request_log_file string
    	file to log http requests
  -version
    	output version

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.