wssh
v0.1.0
Published
Websocket shell server and client
Readme
WSSH
Websocket Shell Server and Client Like SSH but over HTTP
Starts nsh by default,
so you should probably install that npm i -g bin-nsh or change the shell in the source.
Install
Server Install
git clone https://github.com/jacobgroundwater/node-wssh.git
cd node-wssh
npm startClient Install
npm i -g wssh
wssh $SERVERnode-os Install
Run the Server
npkg install wssh
npkg start wsshClient
npkg install wssh
wssh $SERVERVersion 0 Anti-Features
- no https
- no authentication
- poor error handling
- no tests
- remote shell is hard-coded
Roadmap
- fixing the above
