MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / Socks5AuthData

Class Socks5AuthData

mitmproxy/proxy/layers/modes.py:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114@dataclass
115class Socks5AuthData:
116 client_conn: connection.Client
117 username: str
118 password: str
119 valid: bool = False
120
121
122@dataclass

Callers 1

state_authMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…