Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mishakorzik/socks5
Start your socks5 proxy server.
https://github.com/mishakorzik/socks5
adblock blacklist console multihop proxy server socks4 socks5 socks5-server termux termux-hacking tunnel whitelist
Last synced: about 7 hours ago
JSON representation
Start your socks5 proxy server.
- Host: GitHub
- URL: https://github.com/mishakorzik/socks5
- Owner: mishakorzik
- License: apache-2.0
- Created: 2023-03-26T14:08:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-11T19:46:36.000Z (5 months ago)
- Last Synced: 2024-06-12T04:35:34.462Z (5 months ago)
- Topics: adblock, blacklist, console, multihop, proxy, server, socks4, socks5, socks5-server, termux, termux-hacking, tunnel, whitelist
- Language: Python
- Homepage:
- Size: 192 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install
**Copy this command and write on your terminal**
```
# install python requirements
pip install PySocks
pip install pick# install socks5 server
wget https://github.com/mishakorzik/socks5/blob/main/socks5.py?raw=true
mv socks5.py?raw=true socks5.py
```## Usage
**Start your own socks5 proxy server with one command**
```python
# show help menu
python3 socks5.py --help# start socks5 proxy with console
python3 socks5.py --console on
```**Use is very easy and has a very large functionality. You can also use multihop or ipchanger**
**Repository Views** ![Views](https://profile-counter.glitch.me/socks5/count.svg)