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
- Host: GitHub
- URL: https://github.com/serverwentdown/scramble
- Owner: serverwentdown
- License: mit
- Created: 2018-02-14T13:54:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T23:32:26.000Z (over 2 years ago)
- Last Synced: 2025-02-05T09:53:44.828Z (over 1 year ago)
- Topics: golang, proxy, tcp
- Language: Go
- Size: 985 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```