goproxy / goproxy

A minimalist Go module proxy handler.

Home Page:https://pkg.go.dev/github.com/goproxy/goproxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MITM

vbisbest opened this issue · comments

Is it correct that this does not support MITM as the original goproxy does?

Since Go has checksum database, there is no way for a Go module proxy to perform MITM attacks.

Thank you for the quick response. Not sure I follow your response though. Intercepting SSL in the proxy has nothing to do with go's checksum database. Looking for something like this functionality https://github.com/elazarl/goproxy/tree/master/examples/goproxy-transparent.

Ah, sorry, I think you found the wrong project, this project is for the Go programming language, not for the traditional system-wide proxying. Closing.