mirror of
https://git.phreedom.club/localhost_frssoft/bbs-telnet
synced 2024-11-23 16:59:19 +02:00
localhost_frssoft 1b3c0d7930 | ||
---|---|---|
.gitignore | ||
README.nd | ||
bbs.sh | ||
config.example | ||
executor.sh | ||
words.gz |
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 chmod 600 config $EDITOR config ``` ```run server (socat required) ./bss.sh <PORT> ```