jcubic/leash
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
__ _______ ______ __ / / / __/ _ | / __/ // / / /__/ _// __ |_\ \/ _ / /____/___/_/ |_/___/_//_/ v. 0.18.0 ---------------------------------------------------------------------------- This is a web application that will give you access to the shell, without needing root privileges, ssh or telnet. You only need php-based hosting with one of the following: * php exec function enabled * php shell_exec function enabled * Enabled CGI with python or perl on the server ---------------------------------------------------------------------------- :: Shell Limitations ---------------------------------------------------------------------------- * you will not be able to execute interactive commands like `php -a` * you can't create a function and run it in next command (because each command is run as separated process) ---------------------------------------------------------------------------- :: Features ---------------------------------------------------------------------------- * mysql command * sqlite command * python interpreter * javascript interpreter * jargon command (will display definitions from jargon file) * ymacs editor (Emacs clone for the web) * vi editor (using jsvi) and clone to lib/apps directory * tab completion * File Drag & Drop upload (using HTML5) you can upload files that are bigger than the php limit * wikipedia command that display wikipedia articles * rfc command where you can read RFC documents * record command where you can save commands in hash and rerun them when you refresh * view html pages as text on the terminal, when clicking on the link * github repos browser (with cat/less/cd/ls sub commands) * guest and sudo options: * guest, if set, will have limited access to shell, list of commands are configurable from config.json * sudo option, if set, will allow to execute commands as real unix user. To create new user, you will need to use linux command line (adduser command from real terminal) and you will need to have leash user with the same name, (to add user from leash you need to be root and execute adduser command) and have sudo access without password for apache user ---------------------------------------------------------------------------- :: Requirements ---------------------------------------------------------------------------- * php >=5.5 with .htaccess with modules curl, mbstring, json and zip * to have full use of leash you will also need one of functions enabled: * exec * system * shell_exec * or cgi (perl or python in cgi-bin directory) * if you want to have mysql or sqlite commands you need to install those databases and appropriate php modules * you may also want to have program unbuffer installed (in ubuntu it's provied by package expect - actually it's expect script), it will make not interactive shell act like real terminal (tty) ---------------------------------------------------------------------------- :: Chat ---------------------------------------------------------------------------- https://gitter.im/jcubic/leash ---------------------------------------------------------------------------- :: License ---------------------------------------------------------------------------- Copyright (C) 2013-2018 Jakub Jankiewicz Released under the MIT license