Elephant ======== .. raw:: html .. raw:: html

elephant.org:23

Server Info ----------- - **Players online**: 5 [#scan]_ Protocol Support ---------------- MUD-specific protocols detected via MSSP flags or Telnet negotiation. - **MSSP**: :proto-yes:`Yes` (MSSP) - **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:`5fdf8da1a047ce11... ` *This fingerprint is shared by 9 other servers.* **Options requested from client**: ``NAWS``, ``NEW_ENVIRON``, ``TTYPE`` **Data source**: `5fdf8da1a047ce11/eda7add6c134cca3.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "server-probe": { "fingerprint": "5fdf8da1a047ce11", "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", "NEW_ENVIRON", "TTYPE" ] }, "session_data": { "banner_after_return": "\n\r\n Grade A Pachyderms: Azazel\r\n Grade B Pachyderms: Stom, Dval\r\n\r\n Driver: FluffOS v2019.202 Mudlib: Elephant Mudlib 2.6\r\n\r\nPlease enter your account name: ", "banner_before_return": "\r\nThrough the darkness, bright lights could be seen, flickering a welcome to\r\nall who seek comfort and refuge from the harsh realities of life ......\r\n\r\n::::::::: ::: ::::::::: ::::::: ::: ::: ::::: ::: ::: :::::::::\r\n::::::::: ::: ::::::::: ::::::::: ::: ::: ::::::::: ::: ::: :::::::::\r\n::: ::: ::: ::: ::: ::: ::: ::: ::: :::: ::: :::\r\n::: ::: ::: ::: ::: ::: ::: ::: ::: ::::: ::: :::\r\n:::::: ::: :::::: ::::::::: ::::::::: ::::::::: ::::::::: :::\r\n:::::: ::: :::::: ::::::: ::::::::: ::::::::: ::::::::: :::\r\n::: ::: ::: ::: ::: ::: ::: ::: ::: ::::: :::\r\n::: ::: ::: ::: ::: ::: ::: ::: ::: :::: :::\r\n::::::::: ::::::::: ::::::::: ::: ::: ::: ::: ::: ::: ::: :::\r\n::::::::: ::::::::: ::::::::: ::: ::: ::: ::: ::: ::: ::: :::\r\n\r\n M U D\r\n\r\n Head Elephant: Larnen\r", "encoding": "ascii", "mssp": { "NAME": "Elephant", "PLAYERS": "5", "UPTIME": "1770109485" }, "option_states": { "environ_requested": [], "server_offered": { "0x56": false, "GMCP": true, "MSSP": true }, "server_requested": { "NAWS": true, "NEW_ENVIRON": true, "TTYPE": true } }, "timing": { "probe": 0.5090484619140625, "total": 1.010246992111206 } } }, "sessions": [ { "connected": "2026-02-08T07:26:56.516912+00:00", "host": "elephant.org", "ip": "82.163.78.225", "port": 23 } ] } 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=elephant.org port=23 INFO client_base.py:174 Connected to 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 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 MCCP2_COMPRESS DEBUG stream_writer.py:713 WILL MCCP2_COMPRESS unsolicited DEBUG stream_writer.py:1869 handle_will(MCCP2_COMPRESS) DEBUG stream_writer.py:3036 remote_option[MCCP2_COMPRESS] = False DEBUG stream_writer.py:938 send IAC DONT MCCP2_COMPRESS WARNING stream_writer.py:1974 Unhandled: WILL MCCP2_COMPRESS. 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 WILL MSSP DEBUG stream_writer.py:713 WILL MSSP unsolicited DEBUG stream_writer.py:1869 handle_will(MSSP) DEBUG stream_writer.py:3036 pending_option[DO + MSSP] = True DEBUG stream_writer.py:938 send IAC DO MSSP DEBUG stream_writer.py:3036 remote_option[MSSP] = True DEBUG stream_writer.py:3036 pending_option[DO + MSSP] = False 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 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 client_base.py:460 negotiation complete after 0.01s. DEBUG stream_writer.py:689 begin sub-negotiation SB MSSP DEBUG stream_writer.py:676 sub-negotiation cmd MSSP SE completion byte DEBUG stream_writer.py:2031 [SB + MSSP] unsolicited DEBUG stream_writer.py:1642 MSSP: {'NAME': 'Elephant', 'PLAYERS': '9', 'UPTIME': '1770109485'} 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 6ee5b43c3505410d *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug elephant.org 23 .. [#scan] measured 2026-02-08 at 07:26 UTC