You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ambrose Chua 8268ff8d16
Update Dockerfile
2 years ago
.gitignore Initial commit 5 years ago
Dockerfile Update Dockerfile 2 years ago
LICENSE Create LICENSE 5 years ago
README.md Rewrite to be more "Correct" 3 years ago
go.mod Rewrite to be more "Correct" 3 years ago
go.sum Rewrite to be more "Correct" 3 years ago
main.go Rewrite to be more "Correct" 3 years ago
scramble.go Rewrite to be more "Correct" 3 years ago

README.md

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")