An open API service indexing awesome lists of open source software.

https://github.com/x1unix/telshell

Tiny Telnet shell server in Go
https://github.com/x1unix/telshell

go golang golang-application golang-package shell-command telnet-access telnet-server

Last synced: 11 months ago
JSON representation

Tiny Telnet shell server in Go

Awesome Lists containing this project

README

          

# TelShell

Tiny Telnet shell server in Go

![alt text](./docs/demo.gif)

## Download

```bash
curl https://raw.githubusercontent.com/x1unix/telshell/master/install.sh | sh
```

Also, you can grab latest release from [here](https://github.com/x1unix/telshell/releases/latest)

## Usage

```bash
./telshell -addr=:5000
```

We also recommend `-s=-i` argument to start shell in *interactive* mode

Use `-help` to get help about additional params