1
0
Fork 0
 
 
Go to file
Ambrose Chua ae64d58e60 Initial commit 2018-02-14 21:54:18 +08:00
.gitignore Initial commit 2018-02-14 21:54:18 +08:00
README.md Initial commit 2018-02-14 21:54:18 +08:00
main.go Initial commit 2018-02-14 21:54:18 +08:00
scramble Initial commit 2018-02-14 21:54:18 +08:00

README.md

scramble

A simple tool to perform XOR as a TCP proxy.

Usage

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

Use with a SOCKS proxy

This tool may come really useful when trying to bypass filters that perform packet inspection. After starting a SOCKS proxy listening on the server, scramble can connect to the proxy and listen on an exposed port to provide "obscured" SOCKS proxying if scramble is also run on the client.