https://github.com/jjm2473/frp-in-action
socks5 server based on socat and shell
https://github.com/jjm2473/frp-in-action
socat socks5
Last synced: 23 days ago
JSON representation
socks5 server based on socat and shell
- Host: GitHub
- URL: https://github.com/jjm2473/frp-in-action
- Owner: jjm2473
- Created: 2020-03-30T15:21:50.000Z (about 5 years ago)
- Default Branch: proxy
- Last Pushed: 2022-10-06T15:09:04.000Z (over 2 years ago)
- Last Synced: 2025-04-04T19:42:31.859Z (about 2 months ago)
- Topics: socat, socks5
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proxy in shell
## proxy server based on shell scripts and socatstart a socks5 server:
```
./socks5_server.sh
```requirements:
* bash
* socat
* hexdump
* dd
* sed