serverwentdown / scramble

A simple tool to perform XOR as a TCP proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scramble

Rewritten, this is now a basic XOR SOCKS proxy.

Usage

$ ./scramble -help
Usage of ./scramble:
  -key int
    	key to xor the data (default 170)
  -listen string
    	listen on ip and port (default ":8081")

About

A simple tool to perform XOR as a TCP proxy

License:MIT License


Languages

Language:Go 96.0%Language:Dockerfile 4.0%