Skip to content

LeoCBS/poc-proxy-https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poc-proxy-https

POC to test https proxying with authentication using golang

The last golang version (1.7.3) don't pass header parameters to method CONNECT, then parameter Proxy-Authorization don't sent to proxy server.

To resolve this, field ProxyConnectHeader are added to struct Transport.

link to path with this change

For turn proccess more easy, golang from master with last change are installed in one docker container.

See Dockerfile for more information.

build

git clone https://go.googlesource.com/go
docker build -t leocbs/golang-devel .

run

docker run --rm leocbs/golang-devel go run main.go --proxy IP:PORT --user USER --password PASSWORD --dest https://www.google.com.br

About

POC to test https proxying using golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published