SkillAgentSearch skills...

Dewebsockify

Turn websockify websocket endpoint back into a TCP socket

Install / Use

/learn @encharm/Dewebsockify
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

dewebsockify

Turn websockify websocket endpoint back into a TCP socket

Why?

  • Access novnc instances through ordinary VNC client
  • Access SSH servers or other TCP services that were websockified and proxied through an ordinary HTTP/HTTPS server. This is possible with http-master.

How to install?

Install Node.JS and do npm install -g dewebsockify (it may require root/sudo)

How to use?

dewebsockify ws://server/path/to/novnc 5900
# and now connect with VNC client to localhost

dewebsockify wss://myserver.net/services/ssh 2222
ssh localhost -p 2222

License

Copyright (c) 2014 Code Charm Ltd

Licensed under the MIT license, see LICENSE for details.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks6

Languages

JavaScript

Security Score

55/100

Audited on May 1, 2024

No findings