Skip to content

example web shell connected to a docker container

Notifications You must be signed in to change notification settings

bluebrown/web-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Shell

This is a basic example of a web shell, using node-pty and xterm.js.

How to run it?

Run the below command and then visit http://localhost:8080/ in your browser.

npm install
docker run -d --rm -p 127.0.0.1:8080:8080 -v "$PWD:/usr/share/nginx/html" --name web-shell nginxinc/nginx-unprivileged
node server.mjs

About

example web shell connected to a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published