wunderland.mud.de

wunderland.mud.de:4711

Protocol Support

MUD-specific protocols detected via MSSP flags or Telnet negotiation. See the glossary for definitions.

  • MSSP: No

  • GMCP: Negotiated

  • MSDP: No

  • MCCP: No

  • MCCP2: No

  • MXP: No

  • MSP: No

  • MCP: No

  • ZMP: No

Telnet Fingerprint

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.

{
  "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.

DEBUG client.py:770 Fingerprint client: host=wunderland.mud.de port=4711
INFO client_base.py:174 Connected to <Peer 49.13.232.95 4711>
DEBUG stream_writer.py:692 recv IAC WILL EOR
DEBUG stream_writer.py:708 WILL EOR unsolicited
DEBUG stream_writer.py:1863 handle_will(EOR)
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = True
DEBUG stream_writer.py:933 send IAC DO EOR
DEBUG stream_writer.py:3030 remote_option[EOR] = True
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = False
DEBUG stream_writer.py:1306 IAC EOR: End of Record (unhandled).
DEBUG stream_writer.py:692 recv IAC WILL STATUS
DEBUG stream_writer.py:708 WILL STATUS unsolicited
DEBUG stream_writer.py:1863 handle_will(STATUS)
DEBUG stream_writer.py:3030 remote_option[STATUS] = True
DEBUG stream_writer.py:1024 send IAC SB STATUS SEND IAC SE
DEBUG stream_writer.py:3030 pending_option[SB + STATUS] = True
DEBUG stream_writer.py:692 recv IAC DO b'$'
DEBUG stream_writer.py:1733 handle_do(b'$')
DEBUG stream_writer.py:1811 DO b'$' not supported.
DEBUG stream_writer.py:3030 local_option[b'$'] = False
DEBUG stream_writer.py:933 send IAC WONT b'$'
DEBUG stream_writer.py:692 recv IAC DO NAWS
DEBUG stream_writer.py:1733 handle_do(NAWS)
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:933 send IAC WILL NAWS
DEBUG stream_writer.py:2300 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3030 local_option[NAWS] = True
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:692 recv IAC DO NEW_ENVIRON
DEBUG stream_writer.py:1733 handle_do(NEW_ENVIRON)
DEBUG stream_writer.py:3030 pending_option[WILL + NEW_ENVIRON] = True
DEBUG stream_writer.py:933 send IAC WILL NEW_ENVIRON
DEBUG stream_writer.py:3030 pending_option[SB + NEW_ENVIRON] = True
DEBUG stream_writer.py:3030 local_option[NEW_ENVIRON] = True
DEBUG stream_writer.py:3030 pending_option[WILL + NEW_ENVIRON] = False
DEBUG stream_writer.py:692 recv IAC WILL GMCP
DEBUG stream_writer.py:708 WILL GMCP unsolicited
DEBUG stream_writer.py:1863 handle_will(GMCP)
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:933 send IAC DO GMCP
DEBUG stream_writer.py:3030 remote_option[GMCP] = True
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:692 recv IAC DO TTYPE
DEBUG stream_writer.py:1733 handle_do(TTYPE)
DEBUG stream_writer.py:3030 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:933 send IAC WILL TTYPE
DEBUG stream_writer.py:3030 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3030 local_option[TTYPE] = True
DEBUG stream_writer.py:3030 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:692 recv IAC DO TSPEED
DEBUG stream_writer.py:1733 handle_do(TSPEED)
DEBUG stream_writer.py:3030 pending_option[WILL + TSPEED] = True
DEBUG stream_writer.py:933 send IAC WILL TSPEED
DEBUG stream_writer.py:3030 pending_option[SB + TSPEED] = True
DEBUG stream_writer.py:3030 local_option[TSPEED] = True
DEBUG stream_writer.py:3030 pending_option[WILL + TSPEED] = False
DEBUG stream_writer.py:692 recv IAC DO XDISPLOC
DEBUG stream_writer.py:1733 handle_do(XDISPLOC)
DEBUG stream_writer.py:3030 pending_option[WILL + XDISPLOC] = True
DEBUG stream_writer.py:933 send IAC WILL XDISPLOC
DEBUG stream_writer.py:3030 pending_option[SB + XDISPLOC] = True
DEBUG stream_writer.py:3030 local_option[XDISPLOC] = True
DEBUG stream_writer.py:3030 pending_option[WILL + XDISPLOC] = False
DEBUG stream_writer.py:692 recv IAC DO LINEMODE
DEBUG stream_writer.py:1733 handle_do(LINEMODE)
DEBUG stream_writer.py:3030 pending_option[WILL + LINEMODE] = True
DEBUG stream_writer.py:933 send IAC WILL LINEMODE
DEBUG stream_writer.py:3030 pending_option[SB + LINEMODE] = True
DEBUG stream_writer.py:3030 local_option[LINEMODE] = True
DEBUG stream_writer.py:3030 pending_option[WILL + LINEMODE] = False
DEBUG stream_writer.py:692 recv IAC WILL CHARSET
DEBUG stream_writer.py:710 WILL CHARSET (bi-directional capability exchange)
DEBUG stream_writer.py:1863 handle_will(CHARSET)
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:933 send IAC DO CHARSET
DEBUG stream_writer.py:3030 remote_option[CHARSET] = True
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:684 begin sub-negotiation SB STATUS
DEBUG stream_writer.py:671 sub-negotiation cmd STATUS SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + STATUS] = False
DEBUG stream_writer.py:2424 STATUS agreed: EOR
DEBUG stream_writer.py:684 begin sub-negotiation SB NEW_ENVIRON
DEBUG stream_writer.py:671 sub-negotiation cmd NEW_ENVIRON SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + NEW_ENVIRON] = False
DEBUG stream_writer.py:2243 recv NEW_ENVIRON SEND (all)
DEBUG stream_writer.py:2266 env send: LANG='C', TERM='VT100', LINES=25, COLUMNS=80, COLORTERM=''
DEBUG stream_writer.py:684 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:671 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2197 recv TTYPE SEND: b''
DEBUG stream_writer.py:2208 send IAC SB TTYPE IS b'VT100' IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB TSPEED
DEBUG stream_writer.py:671 sub-negotiation cmd TSPEED SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + TSPEED] = False
DEBUG stream_writer.py:2129 recv TSPEED SEND: b''
DEBUG stream_writer.py:2160 send: IAC SB TSPEED IS b'38400',b'38400' IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB XDISPLOC
DEBUG stream_writer.py:671 sub-negotiation cmd XDISPLOC SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + XDISPLOC] = False
DEBUG stream_writer.py:2173 recv XDISPLOC SEND: b''
DEBUG stream_writer.py:2184 send IAC SB XDISPLOC IS b'' IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:671 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + LINEMODE] = False
DEBUG stream_writer.py:2498 recv IAC SB LINEMODE LINEMODE-MODE b'\x19' IAC SE
DEBUG stream_writer.py:1241 set Linemode <b'\x1d': lit_echo:True, soft_tab:True, ack:True, trapsig:False, remote:False,
    local:True>
DEBUG stream_writer.py:1244 send IAC SB LINEMODE LINEMODE-MODE <b'\x1d': lit_echo:True, soft_tab:True, ack:True, trapsig:False,
    remote:False, local:True> IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:671 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:2025 [SB + LINEMODE] unsolicited
DEBUG stream_writer.py:2480 recv IAC SB LINEMODE DO LMODE_FORWARDMASK,
DEBUG stream_writer.py:3030 local_option[SB + LINEMODE + 2] = False
DEBUG stream_writer.py:2891 FORWARDMASK received (4 bytes), not applied
DEBUG client_base.py:460 negotiation complete after 0.17s.
DEBUG stream_writer.py:684 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:671 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2025 [SB + CHARSET] unsolicited
DEBUG client.py:266 encoding negotiated: iso-8859-1
DEBUG stream_writer.py:2105 send IAC SB CHARSET ACCEPTED iso-8859-1 IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:671 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:2025 [SB + TTYPE] unsolicited
DEBUG stream_writer.py:2197 recv TTYPE SEND: b''
DEBUG stream_writer.py:2208 send IAC SB TTYPE IS b'VT100' IAC SE
DEBUG client_base.py:88 EOF from server, closing.
INFO client_base.py:105 Connection closed to <Peer 49.13.232.95 4711>
INFO fingerprinting.py:746 connection for server fingerprint 0b96f7d460142c5f

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug wunderland.mud.de 4711