1
0
Fork 0
 
 
Go to file
Ambrose Chua 210a15d990 Rewrite to be more "Correct" 2020-06-18 00:50:24 +08:00
.gitignore Initial commit 2018-02-14 21:54:18 +08:00
LICENSE Create LICENSE 2018-09-26 22:41:35 +08:00
README.md Rewrite to be more "Correct" 2020-06-18 00:50:24 +08:00
go.mod Rewrite to be more "Correct" 2020-06-18 00:50:24 +08:00
go.sum Rewrite to be more "Correct" 2020-06-18 00:50:24 +08:00
main.go Rewrite to be more "Correct" 2020-06-18 00:50:24 +08:00
scramble.go Rewrite to be more "Correct" 2020-06-18 00:50:24 +08:00

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