[tor-dev] obfsproxy getting scramblesuit password from file in unmanaged mode

2014-05-20 Thread irregulator
Hey all, when running obfsproxy with scramblesuit in unmanaged mode (e.g. to obfuscate non-Tor traffic) the UniformDH password is passed in command line like this: obfsproxy scramblesuit --password=W3ECD5GOYU5AAW4G35GSH5QXIHSRBU2X The problem with this is that the password is visible in the syst

Re: [tor-dev] Installing obfsproxy from wheezy-backports

2014-05-13 Thread irregulator
On 05/13/2014 10:30 PM, Lunar wrote: > irregula...@riseup.net: >> tl;dr obfsproxy from wheezy-backports raises exception about not finding >> Twisted although Twisted-core is installed. > > Please update to version 0.2.8-1~bpo70+1. It should fix the issue. > > Thanks for the report. It would be g

[tor-dev] Installing obfsproxy from wheezy-backports

2014-05-12 Thread irregulator
Hello there, tl;dr obfsproxy from wheezy-backports raises exception about not finding Twisted although Twisted-core is installed. I want to install obfsproxy from wheezy-backports on a wheezy machine. The package currently in wheezy-backports [1] depends on : python (>= 2.7), python (<< 2.8), py

Re: [tor-dev] Combining obfsproxy+scramblesuit with OpenVPN

2014-04-17 Thread irregulator
On 03/10/2014 05:56 AM, Yawning Angel wrote: > > https://github.com/Yawning/openvpn/commit/7474f1acfc5d296289f3f65566184ea699e1896c > > That should work, I'll open a pull request, but I'm not going to > spend more time on it, and there's no guarantee that they will > accept it. > > Regards, >

Re: [tor-dev] Combining obfsproxy+scramblesuit with OpenVPN

2014-03-09 Thread irregulator
On 03/07/2014 12:10 AM, Yawning Angel wrote: > > Looking at the OpenVPN source (src/openvpn/socks.c): > >> const ssize_t size = send (sd, "\x05\x02\x00\x02", 4, MSG_NOSIGNAL); > > The method selection request is hardcoded to always claim support for > No Auth, and Username/Password Auth in that

Re: [tor-dev] Combining obfsproxy+scramblesuit with OpenVPN

2014-03-06 Thread irregulator
On 03/05/2014 07:58 PM, Yawning Angel wrote: > >> So, while testing OpenVPN with obfsproxy and the latest patch, the vpn >> client enters the authentication phase. > Yay. > >> Do the credentials depend on the pluggable transport in use by the >> obfsproxy? > Yes. It only should happen for obfs2 (i

[tor-dev] Combining obfsproxy+scramblesuit with OpenVPN

2014-03-05 Thread irregulator
Hello people, I'm investigating how may we combine the traffic obfuscation provided by obfsproxy+scramblesuit with OpenVPN instead of Tor. I completely understand how this combination does not provide anonymity, but nevertheless I think it will be of some use. In the recent past there have been