RoD

mud.rod.org:3000

Server Info

  • Players online: 15 [1]

Protocol Support

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

  • MSSP: Yes (MSSP)

  • GMCP: No

  • MSDP: No

  • MCCP: No

  • MCCP2: No

  • MXP: No

  • MSP: No

  • MCP: No

  • ZMP: No

Telnet Fingerprint

f1eff463068df2d8…

This fingerprint is shared by 7 other servers.

Options offered by server: BINARY, CHARSET, ECHO

Options requested from client: NAWS, NEW_ENVIRON, TTYPE

Data source: f1eff463068df2d8/d389c5c0af211946.json

The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.

{
  "server-probe": {
    "fingerprint": "f1eff463068df2d8",
    "fingerprint-data": {
      "offered-options": [
        "BINARY",
        "CHARSET",
        "ECHO"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AUTHENTICATION",
        "BM",
        "COM_PORT",
        "DET",
        "ENCRYPT",
        "EOR",
        "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": [
        "NAWS",
        "NEW_ENVIRON",
        "TTYPE"
      ]
    },
    "session_data": {
      "banner_after_return": "            \\_     ~\\      `^---|__i__i__\\--~'_/\r\n                                 __-^-_    `)  \\-.______________,-~'\r\n                                //,-'~~`__--^-  |-------~~~~~'\r\n                                       //,--~~`-\\\r\n                R E A L M S   O F    T H E     D R A G O N\r\n\r\n  -= Gods =-       -= Demi-Gods =-              -= People To Thank =-\r\n    Sylvan              Baal              Asmodean Aurora Ahumado Artriedes\r\n                      Cildoreth             Darsis Draven Grimm Kelaronus\r\n                                          Lancer Malveron Michuri Moredhel\r\n                                              Oneth Sabreur Skullslayer\r\n                                            \r\n             The Realms are generously sponsored by Sylvan.\r\n               Copyright 1992-2024.  All rights reserved.\r\n\r\n\r\nEnter your name (or 'help'):",
      "banner_before_return": "               \r\n               W  E  L  C  O  M  E      T  O      T  H  E\r\n                                           _   __,----'~~~~~~~~~`-----.__\r\n                                    .  .    `//====-_             ___,-' `\r\n                    -.            \\_|// .   /||\\\\  `~~~~`---.___./\r\n              ______-==.       _-~o~  \\/    |||  \\\\           _,'`\r\n        __,--'   ,=='||\\=_    /_--~/_-'|-   |`\\   \\\\        ,'\r\n     _-'      ,='    |  \\\\`.   '-'~7  /-   /  ||   `\\.     /\r\n   .'       ,'       |   \\\\ \\_    /  /-   /   ||      \\   /\r\n  / _____  /         |     \\\\.`-_/  /|- _/   ,||       \\ /\r\n ,-'     `-|--'~~`--_ \\     `==-/  `| \\'--===-'       _/`\r\n           '         `-|      /|    )-'\\~'      _,--~'\r\n                       '-~~\\_/ |    |   `\\_   ,~             /\\\r\n                            /  \\     \\__   \\/~               `\\__\r\n                        _,-' _/'\\ ,-'~____-'`-/                 ``===\\\r\n                       ((->/'    \\|||' `.     ~`-/ ,                _||\r\n                      ",
      "encoding": "UTF-8",
      "mssp": {
        "NAME": "RoD",
        "PLAYERS": "15",
        "UPTIME": "1769985464"
      },
      "option_states": {
        "environ_requested": [],
        "server_offered": {
          "0x56": false,
          "0x5a": false,
          "CHARSET": true,
          "MSSP": true
        },
        "server_requested": {
          "NAWS": true,
          "NEW_ENVIRON": true,
          "TTYPE": true
        }
      },
      "timing": {
        "probe": 0.10295391082763672,
        "total": 0.6047515869140625
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T06:10:38.108845+00:00",
      "host": "mud.rod.org",
      "ip": "45.79.146.131",
      "port": 3000
    }
  ]
}

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=mud.rod.org port=3000
INFO client_base.py:174 Connected to <Peer 45.79.146.131 3000>
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 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 MCCP2_COMPRESS
DEBUG stream_writer.py:708 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1863 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3030 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:933 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:1968 Unhandled: WILL MCCP2_COMPRESS.
DEBUG stream_writer.py:692 recv IAC WILL MSSP
DEBUG stream_writer.py:708 WILL MSSP unsolicited
DEBUG stream_writer.py:1863 handle_will(MSSP)
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:933 send IAC DO MSSP
DEBUG stream_writer.py:3030 remote_option[MSSP] = True
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = 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:692 recv IAC WILL MSP
DEBUG stream_writer.py:708 WILL MSP unsolicited
DEBUG stream_writer.py:1863 handle_will(MSP)
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = True
DEBUG stream_writer.py:933 send IAC DO MSP
DEBUG stream_writer.py:3030 remote_option[MSP] = True
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = False
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 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 MSSP
DEBUG stream_writer.py:671 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2025 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1637 MSSP: {'NAME': 'RoD', 'PLAYERS': '18', 'UPTIME': '1769985464'}
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: UTF-8
DEBUG stream_writer.py:2105 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE
DEBUG client_base.py:460 negotiation complete after 0.18s.
DEBUG stream_writer.py:1287 IAC GA: Go-Ahead (unhandled).
DEBUG client_base.py:88 EOF from server, closing.
INFO client_base.py:105 Connection closed to <Peer 45.79.146.131 3000>
INFO fingerprinting.py:746 connection for server fingerprint 6ee5b43c3505410d

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug mud.rod.org 3000