https://github.com/jcubic/jsh.php
Terminal like php shell (PHP+jQuery WebShell)
https://github.com/jcubic/jsh.php
exploit jquery jquery-plugin shell terminal-app vulnerability web-shell web-terminal
Last synced: 9 months ago
JSON representation
Terminal like php shell (PHP+jQuery WebShell)
- Host: GitHub
- URL: https://github.com/jcubic/jsh.php
- Owner: jcubic
- License: mit
- Created: 2017-12-22T11:06:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T23:34:27.000Z (about 1 year ago)
- Last Synced: 2025-03-28T03:14:49.772Z (9 months ago)
- Topics: exploit, jquery, jquery-plugin, shell, terminal-app, vulnerability, web-shell, web-terminal
- Language: PHP
- Homepage:
- Size: 70.3 KB
- Stars: 25
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## jsh.php (jQuery Webshell) version 0.2.6
[Single file, terminal like php shell (PHP web terminal emulator)](https://github.com/jcubic/jsh.php)
## Features
sqlite, mysql command with syntax highlight and tab completion
## Limitations
* Windows support is limited, you can run shell commands but it run normal cmd process (no powershell)
* tab completion for commands in the system works only on Unix systems.
## Changelog
### 0.2.6
* fix empty command [#5](https://github.com/jcubic/jsh.php/issues/5)
### 0.2.5
* fix optional arguments to RPC methods [#4](https://github.com/jcubic/jsh.php/issues/4)
### 0.2.4
* fix authentication issue
### 0.2.3
* remove bash debugger
### 0.2.2
* fix error from running compgen command as shell command (disable exec in jQuery Terminal echo method)
### 0.2.1
* fix SELinux trigger by running compgen
### 0.2.0
* sqlite and mysql commands
* completion
* first tag
## License
Released under [MIT](http://opensource.org/licenses/MIT) license
Copyright (c) 2017-2019 [Jakub Jankiewicz](https://jcubic.pl/jakub-jankiewicz)