active development and updates are temporarily suspended
client for RAC kettles
cRACk is TUI client for RAC v2, written on Python.
- easy configurable
- IP hiding
- update checking
- supports RAC v2.0
- user friendly
- supports user-agents
- very lightweight
use executable from latest release,
or run main.py with python interpreter.
use binary from latest release,
or run main.py with python interpreter.
note: can be more unstable than Windows version
run main.py with python interpreter,
or build it from source for yourself
- install python
https://www.python.org/downloads
- download this repo or clone it using git
git clone https://github.com/pansangg/cRACk.git
- install pyinstaller
pip install pyinstaller
- in the same directory where the main.py is located run
python -m PyInstaller --onefile main.py
- done. check /dist folder
- fix ctrl+c exitв
- add user-agents support
- add first-time config
- add saving config
- add MOTDs
- add support for RAC v2 (auth)
- add support for WRAC
- fix "data_size lower than last_size" crash
- add ANSI filter
- add some colors you know
- add random nickname option
-
how to leave the server??restart client - add screenshots
- hide your ip
-
add faking user-agentstoo lazy - add commands
this project is licensed under GPL-3.0 license.