igormud.org =========== .. raw:: html .. raw:: html

igormud.org:1701

Telnet Fingerprint ------------------ :ref:`b34821f2da3517c6... ` *This fingerprint is unique to this server.* **Options offered by server**: ``SGA`` **Options requested from client**: ``LINEMODE`` **Data source**: `b34821f2da3517c6/b2f053d5317aa6ae.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "server-probe": { "fingerprint": "b34821f2da3517c6", "fingerprint-data": { "offered-options": [ "SGA" ], "probed-protocol": "server", "refused-options": [ "AUTHENTICATION", "BINARY", "BM", "CHARSET", "COM_PORT", "DET", "ECHO", "ENCRYPT", "EOR", "FORWARD_X", "KERMIT", "NAMS", "NAOCRD", "NAOFFD", "NAOHTD", "NAOHTS", "NAOL", "NAOLFD", "NAOP", "NAOVTD", "NAOVTS", "PRAGMA_HEARTBEAT", "PRAGMA_LOGON", "RCP", "RCTE", "RSP", "SEND_URL", "SSPI_LOGON", "STATUS", "SUPDUP", "SUPDUPOUTPUT", "SUPPRESS_LOCAL_ECHO", "TLS", "TN3270E", "TTYLOC", "VT3270REGIME", "X3PAD", "XAUTH" ], "requested-options": [ "LINEMODE" ] }, "session_data": { "banner_after_return": "rlix \u001b[1;30m|\r\n\u001b[1;30m|\u001b[0;37m Magius * TBD \u001b[1;30m|\r\n\u001b[1;30m|\u001b[0;37m \u001b[1;30m|\r\n\u001b[1;30m|\u001b[0;37m - During the Corona outbreak, no gathering of more \u001b[1;30m|\r\n\u001b[1;30m|\u001b[0;37m than two players per room will be allowed - \u001b[1;30m|\r\n\u001b[1;30m|\u001b[0;37m - No playerkilling, except in the arena! - \u001b[1;30m|\r\n\u001b[1;30m+\u001b[1;30m--------------------------------------------------------\u001b[1;30m+\r\n\u001b[0;32m l /\\ / ( ( \\ /\\ t\r\n\u001b[0;32m l / \\ / _) )_ \\ / \\ t\r\n\u001b[0;32m I/ V `\\ /' V \\I\r\n\u001b[0;32m `\u001b[0m\r\nRunning DGD 1.4.23. Type \"users\" to see the current list of players.\r\nType \"finger player\" to request information about a player.\r\nWhat is your name: \u001b[0m", "banner_before_return": "\u001b[0;32m ) \\ / (\r\n\u001b[0;32m /|\\ ) \\___/ ( /|\\\r\n\u001b[0;32m / | \\ ( /\\ /\\ ) / | \\\r\n\u001b[0;32m / | \\ \\ \u001b[0;31m`\u001b[0;32m | \u001b[0;31m' \u001b[0;32m/ / | \\\r\n\u001b[1;30m+----\u001b[0;32m/\u001b[1;30m------\u001b[0;32m|\u001b[1;30m-----\u001b[0;32mO\u001b[1;30m-------\u001b[0;32m\\ |-/\u001b[1;30m------\u001b[0;32mO\u001b[1;30m-----\u001b[0;32m|\u001b[1;30m------\u001b[0;32m\\\u001b[1;30m------+\r\n\u001b[1;30m|\u001b[1;37m '^` V '^` \u001b[1;30m|\r\n\u001b[1;30m|\u001b[0;37m W E L C O M E T O \u001b[1;30m|\r\n\u001b[1;30m|\u001b[1;31m ____, ____ ____, ___, _____, __ _, ____, \u001b[1;30m|\r\n\u001b[1;30m|\u001b[1;31m | (-/ `_,(-/ \\ (-|_) (-| | | (-| | (-| \\ \u001b[1;30m|\r\n\u001b[1;30m|\u001b[1;31m __|__, \\___) \\__/ _| \\_, _| | |_, |__|_, _|__/ \u001b[1;30m|\r\n\u001b[1;30m|\u001b[1;31m ( ( ( ( \u001b[1;30m|\r\n\u001b[1;30m|\u001b[0m \u001b[1;30m|\r\n\u001b[1;30m|\u001b[0;37m Archwizards are: Damien * Ga", "encoding": "ascii", "option_states": { "server_offered": { "ECHO": false }, "server_requested": { "LINEMODE": true } }, "timing": { "probe": 0.5039234161376953, "total": 1.0047528743743896 } } }, "sessions": [ { "connected": "2026-02-08T05:57:46.330953+00:00", "host": "igormud.org", "ip": "91.228.90.164", "port": 1701 } ] } 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:770 Fingerprint client: host=igormud.org port=1701 INFO client_base.py:174 Connected to DEBUG stream_writer.py:697 recv IAC WONT ECHO DEBUG stream_writer.py:1991 handle_wont(ECHO) DEBUG stream_writer.py:3036 remote_option[ECHO] = False DEBUG stream_writer.py:3036 pending_option[DO + ECHO] = False DEBUG stream_writer.py:697 recv IAC DO LINEMODE DEBUG stream_writer.py:1739 handle_do(LINEMODE) DEBUG stream_writer.py:3036 pending_option[WILL + LINEMODE] = True DEBUG stream_writer.py:938 send IAC WILL LINEMODE DEBUG stream_writer.py:3036 pending_option[SB + LINEMODE] = True DEBUG stream_writer.py:3036 local_option[LINEMODE] = True DEBUG stream_writer.py:3036 pending_option[WILL + LINEMODE] = False DEBUG stream_writer.py:689 begin sub-negotiation SB LINEMODE DEBUG stream_writer.py:676 sub-negotiation cmd LINEMODE SE completion byte DEBUG stream_writer.py:3036 pending_option[SB + LINEMODE] = False DEBUG stream_writer.py:2504 recv IAC SB LINEMODE LINEMODE-MODE b'\x01' IAC SE DEBUG stream_writer.py:1246 set Linemode DEBUG stream_writer.py:1249 send IAC SB LINEMODE LINEMODE-MODE IAC SE DEBUG client_base.py:460 negotiation complete after 2.00s. DEBUG client_base.py:88 EOF from server, closing. INFO client_base.py:105 Connection closed to INFO fingerprinting.py:746 connection for server fingerprint 98ef96f171413a1c *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug igormud.org 1701