The Forest's Edge ================= .. raw:: html .. raw:: html

theforestsedge.com:4000

Server Info ----------- - **Codebase**: Custom, TFE - **Players online**: 16 [#scan]_ - **Status**: LIVE - **Website**: `https://www.theforestsedge.com `_ 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:`e6a428c13bbcd7f5... ` *This fingerprint is shared by 17 other servers.* **Options requested from client**: ``NAWS``, ``TTYPE`` **Data source**: `e6a428c13bbcd7f5/70a610f6ad5a24f5.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "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": " [1] Create a new account\n\r [2] Recover account or password\n\r [3] View online characters\n\r [4] Help with connection problems\n\r\n\r --* Or enter the name of an already existing account. *--\n\r\n\r Choice: ", "banner_before_return": "\n\r16 players on.\n\rSystem started 22 days and 16 hours ago.\n\rGetting site info...\n\r\n\r\n\r-------------------------------------------------------------------------------\n\r Thanks to: Michael Seifert, Hans Henrik Strfeldt, Tom Madsen,\n\r Katja Nyboe, Alan Button, Eric Litman, and Peter Bartlett\n\r For many ideas and starting us down this twisting road of imagination.\n\r-------------------------------------------------------------------------------\n\r https://www.theforestsedge.com\n\r _____ _ _____ _ _ _____ _\n\r|_ _| |__ ___ | ___|__ _ __ ___ ___| |_( )___ | ____|__| | __ _ ___\n\r | | | '_ \\ / _ \\ | |_ / _ \\| '__/ _ \\/ __| __|// __| | _| / _` |/ _` |/ _ \\\n\r | | | | | | __/ | _| (_) | | | __/\\__ \\ |_ \\__ \\ | |__| (_| | (_| | __/\n\r |_| |_| |_|\\___| |_| \\___/|_| \\___||___/\\__| |___/ |_____\\__,_|\\__, |\\___|\n\r |___/\n\r\n\r ", "encoding": "ascii", "mssp": { "CODEBASE": "Custom, TFE", "HOSTNAME": "mud.theforestsedge.com", "ICON": "https://www.theforestsedge.com/tfe/tfe-dragon.png", "NAME": "The Forest's Edge", "PLAYERS": "16", "PORT": "4000", "STATUS": "LIVE", "UPTIME": "1768577791", "WEBSITE": "https://www.theforestsedge.com" }, "option_states": { "server_offered": { "GMCP": true, "MSSP": true }, "server_requested": { "NAWS": true, "TTYPE": true } }, "timing": { "probe": 0.509270429611206, "total": 1.0097606182098389 } } }, "sessions": [ { "connected": "2026-02-08T07:45:07.293545+00:00", "host": "theforestsedge.com", "ip": "45.33.11.163", "port": 4000 } ] } 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=theforestsedge.com port=4000 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 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: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:1292 IAC GA: Go-Ahead (unhandled). DEBUG stream_writer.py:697 recv IAC DO NAWS DEBUG stream_writer.py:1739 handle_do(NAWS) DEBUG stream_writer.py:2306 send IAC SB NAWS (rows=25, cols=80) IAC SE 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 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': "The Forest's Edge", 'PLAYERS': '17', 'UPTIME': '1768577791', 'WEBSITE': 'https://www.theforestsedge.com', 'CODEBASE': 'Custom, TFE', 'HOSTNAME': 'mud.theforestsedge.com', 'PORT': '4000', 'STATUS': 'LIVE', 'ICON': 'https://www.theforestsedge.com/tfe/tfe-dragon.png'} DEBUG client_base.py:460 negotiation complete after 2.01s. DEBUG stream_writer.py:1292 IAC GA: Go-Ahead (unhandled). DEBUG stream_writer.py:3036 pending_option[DO + BINARY] = True DEBUG stream_writer.py:938 send IAC DO BINARY DEBUG stream_writer.py:3036 pending_option[DO + SGA] = True DEBUG stream_writer.py:938 send IAC DO SGA DEBUG stream_writer.py:3036 pending_option[DO + ECHO] = True DEBUG stream_writer.py:938 send IAC DO ECHO DEBUG stream_writer.py:3036 pending_option[DO + STATUS] = True DEBUG stream_writer.py:938 send IAC DO STATUS DEBUG stream_writer.py:3036 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:938 send IAC DO CHARSET DEBUG stream_writer.py:3036 pending_option[DO + EOR] = True DEBUG stream_writer.py:938 send IAC DO EOR DEBUG stream_writer.py:3036 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:938 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:3036 pending_option[DO + MSDP] = True DEBUG stream_writer.py:938 send IAC DO MSDP DEBUG stream_writer.py:3036 pending_option[DO + MSP] = True DEBUG stream_writer.py:938 send IAC DO MSP DEBUG stream_writer.py:3036 pending_option[DO + MXP] = True DEBUG stream_writer.py:938 send IAC DO MXP DEBUG stream_writer.py:3036 pending_option[DO + ZMP] = True DEBUG stream_writer.py:938 send IAC DO ZMP DEBUG stream_writer.py:3036 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:938 send IAC DO AARDWOLF DEBUG stream_writer.py:3036 pending_option[DO + ATCP] = True DEBUG stream_writer.py:938 send IAC DO ATCP INFO fingerprinting.py:737 new server fingerprint 4554db43449e27ca INFO client_base.py:105 Connection closed to *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug theforestsedge.com 4000 .. [#scan] measured 2026-02-08 at 07:45 UTC