Skip to content

webshell is a web shell-like interface that enables a machine to be remotely accessed.

Notifications You must be signed in to change notification settings

mtellami/webshell

Repository files navigation

Remote Control

  • Controll your machine from the browser.

browser <==> socket-server <==> ssh-client

1 - Run app ui

    docker-compose up --build -d

2 - Django server

- using pipenv
    pipenv sync
    pipenv run python manage.py runserver
- Or pip
    pip install -r requirements.txt
    python manage.py runserver

3 - URL

   http://localhost:4000 

About

webshell is a web shell-like interface that enables a machine to be remotely accessed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published