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
- Host: GitHub
- URL: https://github.com/x1unix/telshell
- Owner: x1unix
- License: mit
- Created: 2020-01-03T08:36:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T20:44:01.000Z (about 5 years ago)
- Last Synced: 2025-03-27T18:50:10.068Z (11 months ago)
- Topics: go, golang, golang-application, golang-package, shell-command, telnet-access, telnet-server
- Language: Go
- Homepage:
- Size: 992 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TelShell
Tiny Telnet shell server in Go

## 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