An open API service indexing awesome lists of open source software.

https://github.com/serverwentdown/scramble

A simple tool to perform XOR as a TCP proxy
https://github.com/serverwentdown/scramble

golang proxy tcp

Last synced: about 1 year ago
JSON representation

A simple tool to perform XOR as a TCP proxy

Awesome Lists containing this project

README

          

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