TelnetServer
TelnetServer copied to clipboard
A functional Telnet server written in C#
Results
2
TelnetServer issues
Sort by
recently updated
recently updated
newest added
I saw an old comment in the gist this repo came from, but it doesn't appear to be the same type of change. Is there a way to support machine...
i have edit login input from Login : to Username: and i try to login it using tn = telnetlib.Telnet(ip, int(port), int(timeOut)) xx = tn.read_until(b"Username: " , timeout=5) print(xx) tn.write(user.encode('ascii')...