proxy

package
v1.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2026 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CA

type CA struct {
	// contains filtered or unexported fields
}

func LoadOrCreateCA

func LoadOrCreateCA(dir string) (*CA, error)

func (*CA) CertForHost

func (c *CA) CertForHost(host string, cache *sync.Map) (tls.Certificate, error)

func (*CA) CertPEM

func (c *CA) CertPEM() []byte

type MITM

type MITM struct {
	// contains filtered or unexported fields
}

func NewMITM

func NewMITM(caDir string, scope []string) (*MITM, error)

func (*MITM) Findings

func (m *MITM) Findings() []core.ScanResult

func (*MITM) ListenAndServe

func (m *MITM) ListenAndServe(addr string) error

func (*MITM) ServeHTTP

func (m *MITM) ServeHTTP(w http.ResponseWriter, r *http.Request)

func (*MITM) Shutdown

func (m *MITM) Shutdown(ctx context.Context) error

func (*MITM) Summary

func (m *MITM) Summary() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL