Kebab-shell is a lightweight, robust shell enviroment, that you can execute basic JavaScript commands on. Kebab-shell is designed to be forked and contributed to, although it requires cloudfare workers.
Follow these steps to quickly set up kebab-shell:
- Create a new file called
client.py - Copy this code, paste it into the file
- Make sure you have installed the dependencies
- Run this code:
python3 client.pyIf you have followed these steps correctly, kebab-shell, should atomatically load. If this does not happen, raise an issue on GitHub.
Kebab-shell requires these dependencies:
- Python3 (install latest version of python)
- Socket
- base64
- SSL
- os and sys compatibility
- struct
- urllib
- select
Most of these are built-in, and come with all python packages. Client import in client.py:
import socket, ssl, base64, os, struct, urllib.parse, select, syskebab-shell is under the MIT License.