mirror of
https://git.phreedom.club/localhost_frssoft/bbs-telnet
synced 2025-01-07 01:03:32 +02:00
Worst implementation BBS in shell + socat
bbs.sh | ||
config.example | ||
executor.sh | ||
README.nd |
BBS-like simulator It can be used with nc, telnet, socat clients Useful for ancient devices, but TOTALLY NOT SECURE! ```copy example config and edit cp config.example config $EDITOR config ``` ```run server (socat required) ./bss.sh <PORT> ```