milek7.pl:23
============
**Connection Banner:**
.. raw:: html
Welcome on TelnetGames!Currently opened games: 1Average frame processing time:
0msSelect game:1: Pong (multiplayer) (controls: move: A, Z)
2: Breakout (controls: move: Z, X; start: A)
3: Tetris (controls: move: A, D; rotate: W; drop: S)
E - Exit, C - Enable aixterm colors
Should work on any VT100 compatibile terminal, but works best on PuTTY
Source: https://github.com/Milek7/telnet-games
10ms
.. raw:: html
milek7.pl:23
⎘
Encoding
--------
- **Effective encoding**: cp437
- **Scanner detected**: ascii
**Website**: `https://github.com/Milek7/telnet-games `_
Telnet Fingerprint
------------------
:ref:`2713f0239026b383... `
*This fingerprint is shared by 28 other servers.*
**Options offered by server**: ``ECHO``, ``SGA``
**Data source**: `2713f0239026b383/f222a095a1a93266.json `_
The complete JSON record collected during the scan,
including Telnet negotiation results and banner data.
.. code-block:: json
{
"server-probe": {
"fingerprint": "2713f0239026b383",
"fingerprint-data": {
"offered-options": [
"ECHO",
"SGA"
],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"BINARY",
"CHARSET",
"COM_PORT",
"EOR",
"GMCP",
"MSDP",
"MSP",
"MSSP",
"MXP",
"STATUS",
"ZMP"
],
"requested-options": [],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "\u001b[40m\u001b[37m\u001b[3;25H\u001b[0K1\u001b[4;32H\u001b[0K0ms",
"banner_before_return": "\u0007\u001b[?25l\u0007\u001b[40m\u001b[37m\u001b[2J\u001b[1;1HWelcome on TelnetGames!\u001b[3;1HCurrently opened games: 1\u001b[4;1HAverage frame processing time: 0ms\u001b[6;1HSelect game:\u001b[7;1H1: Pong (multiplayer) (controls: move: A, Z)\r\n2: Breakout (controls: move: Z, X; start: A)\r\n3: Tetris (controls: move: A, D; rotate: W; drop: S)\r\n\u001b[11;1HE - Exit, C - Enable aixterm colors\r\nShould work on any VT100 compatibile terminal, but works best on PuTTY\r\nSource: https://github.com/Milek7/telnet-games\r\n",
"encoding": "ascii",
"option_states": {
"server_offered": {
"ECHO": true,
"SGA": true
},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.5058450698852539,
"total": 5.205857753753662
}
}
},
"sessions": [
{
"connected": "2026-02-09T19:32:06.479577+00:00",
"host": "milek7.pl",
"ip": "163.172.147.202",
"port": 23
}
]
}
Connection Log
--------------
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
.. code-block:: text
DEBUG client.py:863 Fingerprint client: host=milek7.pl port=23
INFO client_base.py:174 Connected to
DEBUG stream_writer.py:706 recv IAC WILL ECHO
DEBUG stream_writer.py:722 WILL ECHO unsolicited
DEBUG stream_writer.py:1897 handle_will(ECHO)
DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:947 send IAC DO ECHO
DEBUG stream_writer.py:3167 remote_option[ECHO] = True
DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:706 recv IAC WILL SGA
DEBUG stream_writer.py:722 WILL SGA unsolicited
DEBUG stream_writer.py:1897 handle_will(SGA)
DEBUG stream_writer.py:3167 pending_option[DO + SGA] = True
DEBUG stream_writer.py:947 send IAC DO SGA
DEBUG stream_writer.py:3167 remote_option[SGA] = True
DEBUG stream_writer.py:3167 pending_option[DO + SGA] = False
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:3167 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:947 send IAC DO BINARY
DEBUG stream_writer.py:3167 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:947 send IAC DO STATUS
DEBUG stream_writer.py:3167 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:947 send IAC DO CHARSET
DEBUG stream_writer.py:3167 pending_option[DO + EOR] = True
DEBUG stream_writer.py:947 send IAC DO EOR
DEBUG stream_writer.py:3167 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:947 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3167 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:947 send IAC DO GMCP
DEBUG stream_writer.py:3167 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:947 send IAC DO MSDP
DEBUG stream_writer.py:3167 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:947 send IAC DO MSSP
DEBUG stream_writer.py:3167 pending_option[DO + MSP] = True
DEBUG stream_writer.py:947 send IAC DO MSP
DEBUG stream_writer.py:3167 pending_option[DO + MXP] = True
DEBUG stream_writer.py:947 send IAC DO MXP
DEBUG stream_writer.py:3167 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:947 send IAC DO ZMP
DEBUG stream_writer.py:3167 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:947 send IAC DO AARDWOLF
DEBUG stream_writer.py:3167 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:947 send IAC DO ATCP
INFO client_base.py:108 Connection lost to : [Errno 104] Connection reset by peer
INFO fingerprinting.py:746 connection for server fingerprint 2713f0239026b383
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug milek7.pl 23