Skip to content

mox5500/leash

 
 

Repository files navigation

   __   _______   ______ __
  / /  / __/ _ | / __/ // /
 / /__/ _// __ |_\ \/ _  /
/____/___/_/ |_/___/_//_/ v. 0.6.0

----------------------------------------------------------------------------

This is web application that will give you access to the shell, you will not
need root priviliges, ssh or telnet only php based hosting. You only need
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)
* tab completion
* File Drag & Drop upload (using HTML5)

----------------------------------------------------------------------------
:: License
----------------------------------------------------------------------------

Copyright (C) 2013-2015 Jakub Jankiewicz
Licensed under GNU GPL Version 3 license

Packages

No packages published

Languages

  • JavaScript 66.1%
  • CSS 27.9%
  • PHP 4.3%
  • Python 0.5%
  • Emacs Lisp 0.5%
  • HTML 0.3%
  • Other 0.4%