Skip to content

zj0713001/stochastic-socks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

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.

Install

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.yml

Use

On server

ruby server.rb

On local

ruby local.rb

Test

Prepare gems

gem ins rspec
gem ins pry

Then

ruby spec.rb

About

Ich bin der Jäger von Titan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors