forked from socks4 by spk 👌, with addtional features:
- a socks v4 server based on twisted reactor framework.
- supports graphic UI (PyQt5).
- supports multi platform (Windows/Linux/MacOS). Thanks to Qt5.
- supports traffic logging and on-air packet filtering.
- user-defined scripting. Check example
- Decap module: user-defined script (decode/decrypt/...)
- Encap module: user-defined script (encode/encrypt/...)
- Replace/Ignore mode: modify packet
❗module can be disable (redstar)
❕transmit packet with no modifying when disable all modules (redline)
Only supports for Python 3
. You can check out the requirements.txt
- twisted framework
- PyQt5 Libraries
All platform
pip -i requirements.txt
<or>
pip3 -i requirements.txt
- Run program
chmod +x socks4gui.py; ./socks4gui.py
- All you got to do is hit the
start
button and enjoy your socks server.
GPL v3