Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jubal-r/tinywebshell
A small, simple php web shell with an interactive console
https://github.com/jubal-r/tinywebshell
php simple small webshell
Last synced: 25 days ago
JSON representation
A small, simple php web shell with an interactive console
- Host: GitHub
- URL: https://github.com/jubal-r/tinywebshell
- Owner: jubal-R
- Created: 2017-02-04T16:56:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T21:31:44.000Z (over 7 years ago)
- Last Synced: 2024-08-03T18:12:57.251Z (4 months ago)
- Topics: php, simple, small, webshell
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webshell - **1**星
README
# Tiny Web Shell
A simple php web shell and client with an interactive console for use in CTFs, wargames, etc. The goal is to keep the web shell tiny by moving as much code as possible to the client side.![TinyWebShell](https://github.com/jubal-R/TinyWebShell/blob/master/screenshot.png)
## Usage
Upload the webshell, then just run the client specifying the address of the shell and start sending commands.
- Running The Client
`./webshellconnect.py [url]`
Example: `./webshellconnect.py 192.168.56.104/webshell.php`
- Sending Commands
Enter commands into the console
- Running scripts
`run [filename]`
example: `run get_info.sh`## Adding custom scripts
To add custom scripts just place them in the scripts directory.## Features
- Small size
- Run custom scripts
- Commands sent via accept language header
- Obfuscation of php code## Features to be added
File upload
Support for additional php functions