forked from jcubic/leash
-
Notifications
You must be signed in to change notification settings - Fork 0
Browser Shell
kernelpanicmx/leash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
__ _______ ______ __ / / / __/ _ | / __/ // / / /__/ _// __ |_\ \/ _ / /____/___/_/ |_/___/_//_/ v. 0.2 ---------------------------------------------------------------------------- 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 (not yet) * python interpreter * javascript interpreter * jargon command (will display definitions from jargon file) * micro editor (based on nano/pico) [editor in progress] * vi editor (using jsvi) (not yet) * tab completion * File Drag & Drop upload (using HTML5) (not yet) ---------------------------------------------------------------------------- :: License ---------------------------------------------------------------------------- Copyright (C) 2014 Jakub Jankiewicz Licensed under GNU GPL Version 3 license
About
Browser Shell
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- JavaScript 62.6%
- PHP 25.5%
- Python 8.1%
- CSS 2.6%
- Other 1.2%