wunderland.mud.de ================= .. raw:: html .. raw:: html

wunderland.mud.de:4711

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:`4465ddde5b08a32e... ` *This fingerprint is unique to this server.* **Options offered by server**: ``CHARSET``, ``EOR``, ``STATUS`` **Options requested from client**: ``LINEMODE``, ``NAWS``, ``NEW_ENVIRON``, ``TSPEED``, ``TTYPE``, ``XDISPLOC`` **Data source**: `4465ddde5b08a32e/fc08556ecc6370ef.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "server-probe": { "fingerprint": "4465ddde5b08a32e", "fingerprint-data": { "offered-options": [ "CHARSET", "EOR", "STATUS" ], "probed-protocol": "server", "refused-options": [ "AUTHENTICATION", "BINARY", "BM", "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", "SUPDUP", "SUPDUPOUTPUT", "SUPPRESS_LOCAL_ECHO", "TLS", "TN3270E", "TTYLOC", "VT3270REGIME", "X3PAD", "XAUTH" ], "requested-options": [ "LINEMODE", "NAWS", "NEW_ENVIRON", "TSPEED", "TTYPE", "XDISPLOC" ] }, "session_data": { "banner_after_return": " https://wl.mud.de/ | _---___| |---__ |\r\n |_________________________| - \\ |\r\n(___________________________) \r\n\r\n Es ist im Wunderland STRENG VERBOTEN andere Spieler anzugreifen.\r\n Bitte beachte die Spielregeln. Du kannst sie mit 'hilfe spielregeln' lesen.\r\n\r\n\r\nWie heisst Du denn ('h' fuer eine Hilfe)? ", "banner_before_return": "Alma Mater Lipsiensis, Leipzig, Germany.\r\nLocal time: Sun Feb 08 07:59:50 2026 MET\r\n\r\n ___________________________ ____---------____\r\n(___________________________) _-- -- ---__\r\n | | | -_ - -\r\n | Elli sagt: Willkommen | | _---___ . |\r\n | im | | | /.- \"--____/ |\r\n | W U N D E R L A N D | \\__ -_|/ \\. | |\r\n | | --__| | |\r\n | Wenn Du nur einmal | | -. .-. |/ |\r\n | reinschnueffeln willst, | ||O| |O_| |/_| |_\r\n | so nenne Dich \"Gast\". | | / | \\__\r\n | | | ` / \\___\r\n | Wenn Du Fragen hast, | __----- \\ `==' | \\__\r\n | dann besuche doch mal | - \\.__ | |\r\n | unsere Homepage: | | | |\r\n | ", "encoding": "ascii", "option_states": { "environ_requested": [], "server_offered": { "CHARSET": true, "EOR": true, "GMCP": true, "STATUS": true }, "server_requested": { "0x24": false, "0xfa": false, "LINEMODE": true, "NAWS": true, "NEW_ENVIRON": true, "TSPEED": true, "TTYPE": true, "XDISPLOC": true } }, "timing": { "probe": 0.5138578414916992, "total": 1.014981746673584 } } }, "sessions": [ { "connected": "2026-02-08T06:59:52.233400+00:00", "host": "wunderland.mud.de", "ip": "49.13.232.95", "port": 4711 } ] } 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=wunderland.mud.de port=4711 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:1311 IAC EOR: End of Record (unhandled). DEBUG stream_writer.py:697 recv IAC WILL STATUS DEBUG stream_writer.py:713 WILL STATUS unsolicited DEBUG stream_writer.py:1869 handle_will(STATUS) DEBUG stream_writer.py:3036 remote_option[STATUS] = True DEBUG stream_writer.py:1029 send IAC SB STATUS SEND IAC SE DEBUG stream_writer.py:3036 pending_option[SB + STATUS] = True DEBUG stream_writer.py:697 recv IAC DO b'$' DEBUG stream_writer.py:1739 handle_do(b'$') DEBUG stream_writer.py:1817 DO b'$' not supported. DEBUG stream_writer.py:3036 local_option[b'$'] = False DEBUG stream_writer.py:938 send IAC WONT b'$' DEBUG stream_writer.py:697 recv IAC DO NAWS DEBUG stream_writer.py:1739 handle_do(NAWS) DEBUG stream_writer.py:3036 pending_option[WILL + NAWS] = True DEBUG stream_writer.py:938 send IAC WILL NAWS DEBUG stream_writer.py:2306 send IAC SB NAWS (rows=25, cols=80) IAC SE DEBUG stream_writer.py:3036 local_option[NAWS] = True DEBUG stream_writer.py:3036 pending_option[WILL + NAWS] = False DEBUG stream_writer.py:697 recv IAC DO NEW_ENVIRON DEBUG stream_writer.py:1739 handle_do(NEW_ENVIRON) DEBUG stream_writer.py:3036 pending_option[WILL + NEW_ENVIRON] = True DEBUG stream_writer.py:938 send IAC WILL NEW_ENVIRON DEBUG stream_writer.py:3036 pending_option[SB + NEW_ENVIRON] = True DEBUG stream_writer.py:3036 local_option[NEW_ENVIRON] = True DEBUG stream_writer.py:3036 pending_option[WILL + NEW_ENVIRON] = 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: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 DO TSPEED DEBUG stream_writer.py:1739 handle_do(TSPEED) DEBUG stream_writer.py:3036 pending_option[WILL + TSPEED] = True DEBUG stream_writer.py:938 send IAC WILL TSPEED DEBUG stream_writer.py:3036 pending_option[SB + TSPEED] = True DEBUG stream_writer.py:3036 local_option[TSPEED] = True DEBUG stream_writer.py:3036 pending_option[WILL + TSPEED] = False DEBUG stream_writer.py:697 recv IAC DO XDISPLOC DEBUG stream_writer.py:1739 handle_do(XDISPLOC) DEBUG stream_writer.py:3036 pending_option[WILL + XDISPLOC] = True DEBUG stream_writer.py:938 send IAC WILL XDISPLOC DEBUG stream_writer.py:3036 pending_option[SB + XDISPLOC] = True DEBUG stream_writer.py:3036 local_option[XDISPLOC] = True DEBUG stream_writer.py:3036 pending_option[WILL + XDISPLOC] = 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:697 recv IAC WILL CHARSET DEBUG stream_writer.py:715 WILL CHARSET (bi-directional capability exchange) DEBUG stream_writer.py:1869 handle_will(CHARSET) DEBUG stream_writer.py:3036 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:938 send IAC DO CHARSET DEBUG stream_writer.py:3036 remote_option[CHARSET] = True DEBUG stream_writer.py:3036 pending_option[DO + CHARSET] = False DEBUG stream_writer.py:689 begin sub-negotiation SB STATUS DEBUG stream_writer.py:676 sub-negotiation cmd STATUS SE completion byte DEBUG stream_writer.py:3036 pending_option[SB + STATUS] = False DEBUG stream_writer.py:2430 STATUS agreed: EOR DEBUG stream_writer.py:689 begin sub-negotiation SB NEW_ENVIRON DEBUG stream_writer.py:676 sub-negotiation cmd NEW_ENVIRON SE completion byte DEBUG stream_writer.py:3036 pending_option[SB + NEW_ENVIRON] = False DEBUG stream_writer.py:2249 recv NEW_ENVIRON SEND (all) DEBUG stream_writer.py:2272 env send: LANG='C', TERM='xterm-256color', LINES=25, COLUMNS=80, COLORTERM='' 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 TSPEED DEBUG stream_writer.py:676 sub-negotiation cmd TSPEED SE completion byte DEBUG stream_writer.py:3036 pending_option[SB + TSPEED] = False DEBUG stream_writer.py:2135 recv TSPEED SEND: b'' DEBUG stream_writer.py:2166 send: IAC SB TSPEED IS b'38400',b'38400' IAC SE DEBUG stream_writer.py:689 begin sub-negotiation SB XDISPLOC DEBUG stream_writer.py:676 sub-negotiation cmd XDISPLOC SE completion byte DEBUG stream_writer.py:3036 pending_option[SB + XDISPLOC] = False DEBUG stream_writer.py:2179 recv XDISPLOC SEND: b'' DEBUG stream_writer.py:2190 send IAC SB XDISPLOC IS b'' IAC SE 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'\x19' IAC SE DEBUG stream_writer.py:1246 set Linemode DEBUG stream_writer.py:1249 send IAC SB LINEMODE LINEMODE-MODE IAC SE 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:2031 [SB + LINEMODE] unsolicited DEBUG stream_writer.py:2486 recv IAC SB LINEMODE DO LMODE_FORWARDMASK, DEBUG stream_writer.py:3036 local_option[SB + LINEMODE + 2] = False DEBUG stream_writer.py:2897 FORWARDMASK received (4 bytes), not applied DEBUG client_base.py:460 negotiation complete after 0.15s. DEBUG stream_writer.py:689 begin sub-negotiation SB CHARSET DEBUG stream_writer.py:676 sub-negotiation cmd CHARSET SE completion byte DEBUG stream_writer.py:2031 [SB + CHARSET] unsolicited DEBUG client.py:266 encoding negotiated: iso-8859-1 DEBUG stream_writer.py:2111 send IAC SB CHARSET ACCEPTED iso-8859-1 IAC SE 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:2031 [SB + TTYPE] unsolicited 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 client_base.py:88 EOF from server, closing. INFO client_base.py:105 Connection closed to INFO fingerprinting.py:746 connection for server fingerprint 0b96f7d460142c5f *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug wunderland.mud.de 4711