Socks 5 tunnel with a bit crypto / obfuscation.
For every data chunk, a random initial vector is generated, which grants the stochastic behavior.
A delimiter is inserted after the ciphered data chunk, it helps decoding and may be used to perform poison attack on machine learning routers in the future.
Requires Ruby 1.9+ and a OS X / BSD / Linux server
gem ins zscan
gem ins eventmachine
cp config.yml.example config.yml
# edit config
vi config.ymlOn server
ruby server.rbOn local
ruby local.rbPrepare gems
gem ins rspec
gem ins pryThen
ruby spec.rb