ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
750 stars 142 forks source link

[OONI Backend Proxy] Add support for SOCKS5 username/password authentication #1920

Open anadahz opened 2 years ago

anadahz commented 2 years ago

This issue is about adding username/password authentication support to SOCKS5 proxy.

Update on relevant comment (in probe-android): https://github.com/ooni/probe-android/blob/2502378dc42dcc9ff833536477d49b93f3e8e17d/app/src/main/java/org/openobservatory/ooniprobe/activity/ProxyActivity.java#L53-L65

hellais commented 2 years ago

@bassosimone do we currently support username/password authentication in the measurement engine? Should this issue be just about adding UI support or do we also need engine support for it?