dreamland.rocks =============== .. raw:: html .. raw:: html

dreamland.rocks:9000

Protocol Support ---------------- MUD-specific protocols detected via MSSP flags or Telnet negotiation. - **MSSP**: :proto-no:`No` - **GMCP**: :proto-negotiated:`Negotiated` - **MSDP**: :proto-no:`No` - **MCCP**: :proto-no:`No` - **MCCP2**: :proto-no:`No` - **MXP**: :proto-no:`No` - **MSP**: :proto-no:`No` - **MCP**: :proto-no:`No` - **ZMP**: :proto-no:`No` Telnet Fingerprint ------------------ :ref:`b34b7f2c1edf649f... ` *This fingerprint is shared by 3 other servers.* **Options offered by server**: ``EOR`` **Options requested from client**: ``TTYPE`` **Data source**: `b34b7f2c1edf649f/0e4e29980658a41a.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "server-probe": { "fingerprint": "b34b7f2c1edf649f", "fingerprint-data": { "offered-options": [ "EOR" ], "probed-protocol": "server", "refused-options": [ "AUTHENTICATION", "BINARY", "BM", "CHARSET", "COM_PORT", "DET", "ECHO", "ENCRYPT", "FORWARD_X", "KERMIT", "NAMS", "NAOCRD", "NAOFFD", "NAOHTD", "NAOHTS", "NAOL", "NAOLFD", "NAOP", "NAOVTD", "NAOVTS", "PRAGMA_HEARTBEAT", "PRAGMA_LOGON", "RCP", "RCTE", "RSP", "SEND_URL", "SGA", "SSPI_LOGON", "STATUS", "SUPDUP", "SUPDUPOUTPUT", "SUPPRESS_LOCAL_ECHO", "TLS", "TN3270E", "TTYLOC", "VT3270REGIME", "X3PAD", "XAUTH" ], "requested-options": [ "TTYPE" ] }, "session_data": { "banner_after_return": "$$$ $$ $$\n \\ ::::'/ $$ $$ $$ $$$ $$$ $$$ $$ $$\n :8a| # # ## $$$$$$$$ $$$$ $$$$$ $$$$$ $$$$ $$$$$$$$\n ::88a ### \n ::::::888a88aLA \n :::::::::::::::a8a\t https://dreamland.rocks\n :::::8::::888:Y8888 telnet dreamland.rocks 9000 \n:: ::::88a::::88a:Y88a \n' .: ::Y88a:::::8a:Y88a\n.:: :::Y88as88a...s88aa\n\n1. KOI8-U 2. ALT (CP866) 3. WIN (CP1251) 4. ISO (ISO-8859-5) \n5. MAC 6. Translit 7. UTF-8\nPlease select your Ukrainian or Russian codepage: \n", "banner_before_return": "\n\r\u001b[2J\u001b[0;0H\u001b[0;37;40m\n\rDREAMLAND 4.0 by Ruffina, Filths, Taiphoen, Kerrad, Bast ('help credits')\n\n ,\"| $$$$$$$$ $$$$$$$ $$$$$$$$ $$ $$$$ $$$$\n A $$ $$ $$ $$ $$ $$ $$ $$$ $$\n / \\ ,\"| $$ $$ $$ $$ $$ $ $ $ $$ $$$$ $$$\n ,\"| [\"\"M# A $$ $$ $$$$$$ $$$$ $ $$ $$ $$ $ $$\n A | # /.\\ $$ $$ $$ $$ $$ $ $ $$$$$$$$ $$ $$$ $$\n /.\\ [\"\"M# [\"\"M# $$ $$ $$ $$ $$ $$ $$ $$$ $$ $ $$\n [\"\"M# | # U\"U#U $$$$$$$$ $$$$ $$$ $$$$$$$$ $$$$ $$$$$ $$$$ $$$$\n | # | # \\ .:/\n | # | #___| # $$$$ $$ $$$$ $$$$$ $$$$$$$$\n | \"--' .-\" $$ $$ $$$$ $$$ $$ $$\n |\"-\"-\"-\"-\"-#-#-## $$ $ $$ $ $$ $ $$ $$\n | D # ## ###### $$ $ $$ $ $$ $ $$ $$\n \\ L .::::'/ $$ $ $$$$$$$$ $ ", "encoding": "ascii", "option_states": { "server_offered": { "0x55": false, "0x56": false, "0x7b": false, "EOR": true, "GMCP": true }, "server_requested": { "TTYPE": true } }, "timing": { "probe": 0.5100321769714355, "total": 1.0110642910003662 } } }, "sessions": [ { "connected": "2026-02-08T06:33:52.022415+00:00", "host": "dreamland.rocks", "ip": "78.47.102.200", "port": 9000 } ] } 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=dreamland.rocks port=9000 INFO client_base.py:174 Connected to DEBUG stream_writer.py:697 recv IAC WILL EOR DEBUG stream_writer.py:713 WILL EOR unsolicited DEBUG stream_writer.py:1869 handle_will(EOR) DEBUG stream_writer.py:3036 pending_option[DO + EOR] = True DEBUG stream_writer.py:938 send IAC DO EOR DEBUG stream_writer.py:3036 remote_option[EOR] = True DEBUG stream_writer.py:3036 pending_option[DO + EOR] = False DEBUG stream_writer.py:697 recv IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:713 WILL MCCP2_COMPRESS unsolicited DEBUG stream_writer.py:1869 handle_will(MCCP2_COMPRESS) DEBUG stream_writer.py:3036 remote_option[MCCP2_COMPRESS] = False DEBUG stream_writer.py:938 send IAC DONT MCCP2_COMPRESS WARNING stream_writer.py:1974 Unhandled: WILL MCCP2_COMPRESS. DEBUG stream_writer.py:697 recv IAC WILL MCCP_COMPRESS DEBUG stream_writer.py:713 WILL MCCP_COMPRESS unsolicited DEBUG stream_writer.py:1869 handle_will(MCCP_COMPRESS) DEBUG stream_writer.py:3036 remote_option[MCCP_COMPRESS] = False DEBUG stream_writer.py:938 send IAC DONT MCCP_COMPRESS WARNING stream_writer.py:1974 Unhandled: WILL MCCP_COMPRESS. DEBUG stream_writer.py:697 recv IAC WILL b'{' DEBUG stream_writer.py:713 WILL b'{' unsolicited DEBUG stream_writer.py:1869 handle_will(b'{') DEBUG stream_writer.py:3036 remote_option[b'{'] = False DEBUG stream_writer.py:938 send IAC DONT b'{' WARNING stream_writer.py:1974 Unhandled: WILL b'{'. DEBUG stream_writer.py:697 recv IAC DO TTYPE DEBUG stream_writer.py:1739 handle_do(TTYPE) DEBUG stream_writer.py:3036 pending_option[WILL + TTYPE] = True DEBUG stream_writer.py:938 send IAC WILL TTYPE DEBUG stream_writer.py:3036 pending_option[SB + TTYPE] = True DEBUG stream_writer.py:3036 local_option[TTYPE] = True DEBUG stream_writer.py:3036 pending_option[WILL + TTYPE] = False DEBUG stream_writer.py:697 recv IAC WILL GMCP DEBUG stream_writer.py:713 WILL GMCP unsolicited DEBUG stream_writer.py:1869 handle_will(GMCP) DEBUG stream_writer.py:3036 pending_option[DO + GMCP] = True DEBUG stream_writer.py:938 send IAC DO GMCP DEBUG stream_writer.py:3036 remote_option[GMCP] = True DEBUG stream_writer.py:3036 pending_option[DO + GMCP] = False DEBUG stream_writer.py:689 begin sub-negotiation SB TTYPE DEBUG stream_writer.py:676 sub-negotiation cmd TTYPE SE completion byte DEBUG stream_writer.py:3036 pending_option[SB + TTYPE] = False DEBUG stream_writer.py:2203 recv TTYPE SEND: b'' DEBUG stream_writer.py:2214 send IAC SB TTYPE IS b'xterm-256color' IAC SE DEBUG stream_writer.py:689 begin sub-negotiation SB GMCP DEBUG stream_writer.py:676 sub-negotiation cmd GMCP SE completion byte DEBUG stream_writer.py:2031 [SB + GMCP] unsolicited WARNING client_base.py:495 File "/home/jquast/telnetlib3/telnetlib3/client_base.py", line 399, in _process_chunk WARNING client_base.py:495 recv_inband = writer.feed_byte(_ONE_BYTE[b]) WARNING client_base.py:495 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WARNING client_base.py:495 File "/home/jquast/telnetlib3/telnetlib3/stream_writer.py", line 680, in feed_byte WARNING client_base.py:495 self.handle_subnegotiation(self._sb_buffer) WARNING client_base.py:495 File "/home/jquast/telnetlib3/telnetlib3/stream_writer.py", line 2057, in handle_subnegotiation WARNING client_base.py:495 fn_call(buf) WARNING client_base.py:495 File "/home/jquast/telnetlib3/telnetlib3/stream_writer.py", line 2808, in _handle_sb_gmcp WARNING client_base.py:495 package, data = gmcp_decode(payload, encoding=encoding) WARNING client_base.py:495 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WARNING client_base.py:495 File "/home/jquast/telnetlib3/telnetlib3/mud.py", line 93, in gmcp_decode WARNING client_base.py:495 raise ValueError(f"Invalid JSON in GMCP payload: {exc}") from exc WARNING client_base.py:495 ValueError: Invalid JSON in GMCP payload: Extra data: line 2 column 1 (char 2) DEBUG stream_writer.py:689 begin sub-negotiation SB GMCP DEBUG stream_writer.py:676 sub-negotiation cmd GMCP SE completion byte DEBUG stream_writer.py:2031 [SB + GMCP] unsolicited DEBUG stream_writer.py:1628 GMCP: Client.Map {'url': 'https://dreamland-mud.github.io/dreamland_mudlet/downloads/Dreamland-mapping.dat'} DEBUG client_base.py:460 negotiation complete after 2.00s. DEBUG stream_writer.py:3036 pending_option[DO + BINARY] = True DEBUG stream_writer.py:938 send IAC DO BINARY DEBUG stream_writer.py:3036 pending_option[DO + SGA] = True DEBUG stream_writer.py:938 send IAC DO SGA DEBUG stream_writer.py:3036 pending_option[DO + ECHO] = True DEBUG stream_writer.py:938 send IAC DO ECHO DEBUG stream_writer.py:3036 pending_option[DO + STATUS] = True DEBUG stream_writer.py:938 send IAC DO STATUS DEBUG stream_writer.py:3036 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:938 send IAC DO CHARSET DEBUG stream_writer.py:3036 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:938 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:3036 pending_option[DO + MSDP] = True DEBUG stream_writer.py:938 send IAC DO MSDP DEBUG stream_writer.py:3036 pending_option[DO + MSSP] = True DEBUG stream_writer.py:938 send IAC DO MSSP DEBUG stream_writer.py:3036 pending_option[DO + MSP] = True DEBUG stream_writer.py:938 send IAC DO MSP DEBUG stream_writer.py:3036 pending_option[DO + MXP] = True DEBUG stream_writer.py:938 send IAC DO MXP DEBUG stream_writer.py:3036 pending_option[DO + ZMP] = True DEBUG stream_writer.py:938 send IAC DO ZMP DEBUG stream_writer.py:3036 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:938 send IAC DO AARDWOLF DEBUG stream_writer.py:3036 pending_option[DO + ATCP] = True DEBUG stream_writer.py:938 send IAC DO ATCP INFO fingerprinting.py:737 new server fingerprint c323004266be4bf9 INFO client_base.py:105 Connection closed to *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug dreamland.rocks 9000