mush.elendor.net

mush.elendor.net:1892

Telnet Fingerprint

962b1ace82f86ff2…

This fingerprint is unique to this server.

Options offered by server: ECHO, SGA

Options requested from client: TTYPE

Data source: 962b1ace82f86ff2/20d5379a3c84b4d6.json

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

{
  "server-probe": {
    "fingerprint": "962b1ace82f86ff2",
    "fingerprint-data": {
      "offered-options": [
        "ECHO",
        "SGA"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AUTHENTICATION",
        "BINARY",
        "BM",
        "CHARSET",
        "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",
        "SSPI_LOGON",
        "STATUS",
        "SUPDUP",
        "SUPDUPOUTPUT",
        "SUPPRESS_LOCAL_ECHO",
        "TLS",
        "TN3270E",
        "TTYLOC",
        "VT3270REGIME",
        "X3PAD",
        "XAUTH"
      ],
      "requested-options": [
        "TTYPE"
      ]
    },
    "session_data": {
      "banner_after_return": "   \r\n                                                                             \r\n-----------------------------------------------------------------------------\r\nUse \"create <Name> <password>\"     to create a character. Capitals count.    \r\nUse \"connect <Name> <password>\"    to connect to your existing character.    \r\nUse \"connect Nomad nomad\"          if you just want to look around.          \r\nUse \"QUIT\" to logout.     ",
      "banner_before_return": "\r\nWelcome to                                           ____-------____         \r\n    ____       ____         __    ___   __     __--~~               ~~--__   \r\n   /     /    /     /|   / /  \\  /   / /  \\   /                           \\  \r\n  /__   /    /__   / |  / /   / /   / /__ /  /\\__     __---~~~---__     __/\\ \r\n /     /    /     /  | / /   / /   / /   \\  +    ~~-_/__         __\\_-~~    +\r\n/____ /___ /____ /   |/ /__.' /___/ /    /  |           ~~~---~~~           |\r\n                                            +            Founded            +\r\nThe Original Tolkien Middle-earth MUSH!      \\__       October 1991      __/ \r\n                                                ~~-____           ____-~~    \r\nRunning: PennMUSH 1.7.1 pl3 with Elendor Mods          ~~~-----~~~           \r\nThis world is Pueblo 1.0 Enhanced                                            \r\nWebsite: http://www.elendor.net    Email: elendor@elendor.net                \r\nYour Wizards are: Feandril and Sauron.                                    ",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {
          "TTYPE": true
        }
      },
      "timing": {
        "probe": 0.5081584453582764,
        "total": 3.6705679893493652
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T07:00:58.107082+00:00",
      "host": "mush.elendor.net",
      "ip": "54.213.18.18",
      "port": 1892
    }
  ]
}

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=mush.elendor.net port=1892
INFO client_base.py:174 Connected to <Peer 54.213.18.18 1892>
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 WILL MXP
DEBUG stream_writer.py:708 WILL MXP unsolicited
DEBUG stream_writer.py:1863 handle_will(MXP)
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = True
DEBUG stream_writer.py:933 send IAC DO MXP
DEBUG stream_writer.py:3030 remote_option[MXP] = True
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = 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 MXP
DEBUG stream_writer.py:671 sub-negotiation cmd MXP SE completion byte
DEBUG stream_writer.py:2025 [SB + MXP] unsolicited
DEBUG stream_writer.py:1646 MXP: b''
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:3030 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:933 send IAC DO BINARY
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = True
DEBUG stream_writer.py:933 send IAC DO SGA
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:933 send IAC DO ECHO
DEBUG stream_writer.py:3030 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:933 send IAC DO STATUS
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:933 send IAC DO CHARSET
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = True
DEBUG stream_writer.py:933 send IAC DO EOR
DEBUG stream_writer.py:3030 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:933 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:933 send IAC DO GMCP
DEBUG stream_writer.py:3030 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:933 send IAC DO MSDP
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:933 send IAC DO MSSP
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = True
DEBUG stream_writer.py:933 send IAC DO MSP
DEBUG stream_writer.py:3030 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:933 send IAC DO ZMP
DEBUG stream_writer.py:3030 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:933 send IAC DO AARDWOLF
DEBUG stream_writer.py:3030 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:933 send IAC DO ATCP
INFO fingerprinting.py:737 new server fingerprint 5531e07dea4e2269
INFO client_base.py:105 Connection closed to <Peer 54.213.18.18 1892>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug mush.elendor.net 1892