Skip to content

sentrychris/c100-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell

A simple web shell.

Install dependencies

composer install

Copy .env.example and set environment variables:

cp .env.example .emv

For example:

APP_NAME="Shell" # Anything you want
APP_THEME="default" # or darcula, or make your own in templates/

ENABLE_SUDO=true
SUDO_PASSWORD="MySup3rSecur3Sud0pa55!"

Create terminal buffer:

mkdir data && touch data/terminal.json

Serve:

php -S 127.0.0.1:8888

About

A web shell, inspired by C99.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published