You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/hyena/muck-websocket

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/hyena/muck-websocket

v0.0.0-20160308115515-e26ccf92a81a
Source
Go
Version published
Created
Source

A simple websocket server that proxies a telent connect to/from a telnet server. Intended to help write webclients.

Requirements

  • A working Go environment. See: https://golang.org/doc/install
  • gorilla websockets: go get github.com/gorilla/websocket
  • kmud's telnet implementation for go: go get github.com/Cristofori/kmud/telnet

Running

go run muck-websocket.go

The host and port of the websocket server can be specified with the addr flag. The host and port of the proxied muck can be specified with the muck flag.

TODO

  • Session management/reconnects
  • Impose real origin checks.

FAQs

Package last updated on 08 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts