mysticmud.com

mysticmud.com:3000

Telnet Fingerprint

e6a428c13bbcd7f5…

This fingerprint is shared by 17 other servers.

Options requested from client: NAWS, TTYPE

Data source: e6a428c13bbcd7f5/c8ed4ed03dabb645.json

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

{
  "server-probe": {
    "fingerprint": "e6a428c13bbcd7f5",
    "fingerprint-data": {
      "offered-options": [],
      "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",
        "SGA",
        "SSPI_LOGON",
        "STATUS",
        "SUPDUP",
        "SUPDUPOUTPUT",
        "SUPPRESS_LOCAL_ECHO",
        "TLS",
        "TN3270E",
        "TTYLOC",
        "VT3270REGIME",
        "X3PAD",
        "XAUTH"
      ],
      "requested-options": [
        "NAWS",
        "TTYPE"
      ]
    },
    "session_data": {
      "banner_after_return": " ***    *****    \r\n*     **                          ***                         \r\n*             (O)          *****   ***                                         \r\n   o          <M         *      ****\r\n  /| ......  /:M\\--------------------------------------------------------.\r\n  (O)[]XXXXXX[]I:K+}=====<{H}>=======================================----->\r\n  \\| ^^^^^^  \\:W/--------------------------------------------------------'\r\n   o          <W              Not all those who wander are lost.\r\n              (O)                  - J.R.R. Tolkien\r\n\"Reality is a crutch for people who can't handle fantasy.\"\r\n                               -- Anonymous\r\nWhat is your name: ",
      "banner_before_return": "  ******  ***** *****             WELCOME TO          *       *                \r\n **   *  *  ***** *****                              **      ***               \r\n*    *  *   * **  * **                               **       *                \r\n    *  *    *     *     **   ****         ****     ********            ****    \r\n   ** **    *     *      **    ***  *    * **** * ********  ***       *  ***\r\n   ** **    *     *      **     ****    **  ****     **      ***     *    ***\r\n   ** **    *     *      **      **    ****          **       **    **    \r\n   ** **    *     *      **      **      ***         **       **    **         \r\n   ** **    *     **     **      **        ***       **       **    **         \r\n   *  **    *     **     **      **          ***     **       **    **         \r\n      *     *      **    **      **     ****  **     **       **    ***     *  \r\n  ****      *      **     *********    * **** *      **       *** *  *******   \r\n *  *****           **      **** ***      ****        **      ",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {
          "0x55": false,
          "0x56": false
        },
        "server_requested": {
          "NAWS": true,
          "TTYPE": true
        }
      },
      "timing": {
        "probe": 0.5085263252258301,
        "total": 1.0095007419586182
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T06:33:07.145024+00:00",
      "host": "mysticmud.com",
      "ip": "96.126.108.56",
      "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=mysticmud.com port=3000
INFO client_base.py:174 Connected to <Peer 96.126.108.56 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 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: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:692 recv IAC WILL MCCP_COMPRESS
DEBUG stream_writer.py:708 WILL MCCP_COMPRESS unsolicited
DEBUG stream_writer.py:1863 handle_will(MCCP_COMPRESS)
DEBUG stream_writer.py:3030 remote_option[MCCP_COMPRESS] = False
DEBUG stream_writer.py:933 send IAC DONT MCCP_COMPRESS
WARNING stream_writer.py:1968 Unhandled: WILL MCCP_COMPRESS.
DEBUG client_base.py:460 negotiation complete after 2.01s.
DEBUG client_base.py:88 EOF from server, closing.
INFO client_base.py:105 Connection closed to <Peer 96.126.108.56 3000>
INFO fingerprinting.py:746 connection for server fingerprint c405afe101fc3e8c

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug mysticmud.com 3000