MCPcopy
hub / github.com/bettercap/bettercap / Enabled

Method Enabled

modules/http_proxy/http_proxy_base_sslstriper.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (s *SSLStripper) Enabled() bool {
54 return s.enabled
55}
56
57func (s *SSLStripper) onPacket(pkt gopacket.Packet) {
58 typeEth := pkt.Layer(layers.LayerTypeEthernet)

Callers 3

ConfigureMethod · 0.95
StartMethod · 0.45
TestHttpProxyConfigureFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestHttpProxyConfigureFunction · 0.36