• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

telnet

  1. D

    Bash-Script mit (x)inetd oder socat auf Port 23 Telnet- und Netcat-Kompatibel machen

    Angenommen ich habe folgendes, simple Script, welches mit /opt/script.sh aufgerufen wird, super toll funktioniert und alle meine eingegebenen Texte/Zeilen wiedergibt: #!/usr/bin/env bash while read -p "> " variable; do echo "You typed: ${variable}" echo -n "${variable}"...
Back
Top