[tor-dev] bananaphone obfsproxy module

George Kadianakis desnacked at riseup.net
Thu Nov 14 09:12:45 UTC 2013


David Stainton <dstainton415 at gmail.com> writes:

> OK I tested obfsproxy obfs2 in managed mode with tor and it works...
> But I guess that doesn't really test my changes since I'd have to pass
> it a shared_secret
>
> """ - Client:
>       On the client-side we don't have a way to pass global parameters
>       to obfsproxy yet. If we ever need to, we can do it with
>       environment variables here too. """
>
> Are you saying that we cannot use a shared secret with obfs2 in
> managed mode with Tor?
>

No, it is possible.

You just need to use the k=v parameters of the Bridge line in your
torrc. These will be passed as per-connection parameters during the
SOCKS handshake from Tor to obfsproxy. In obfsproxy, the parameters
will be passed to your transport using handle_socks_args().



More information about the tor-dev mailing list