Skip to content

mister-turtle/go-https-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Go HTTPS Proxy

written with a colleague 3+ years ago modified from https://github.com/elazarl/goproxy/tree/master/examples/goproxy-customca

intended to use with burp suite as part of pentesting.

generate keys from burp

  1. Proxy>>Options>>Export CA Cert
  2. choose "certificate and private key in PKS#12 keystore"
  3. enter password
  4. openssl pkcs12 -in keyStore.pfx -out keyStore.pem -nodes
  5. enter the password above
  6. put them in cert.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages