FieryMUD ======== .. raw:: html .. raw:: html

fierymud.org:4000

Server Info ----------- - **Genre**: Fantasy - **Players online**: 1 [#scan]_ - **Uptime**: 0 days - **Website**: `https://www.fierymud.org `_ - **Discord**: `https://discord.gg/aqhapUCgFz `_ 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:`6f760814123baeb7... ` *This fingerprint is unique to this server.* **Options requested from client**: ``TTYPE`` **Data source**: `6f760814123baeb7/801bdef6ea834b27.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "server-probe": { "fingerprint": "6f760814123baeb7", "fingerprint-data": { "offered-options": [], "probed-protocol": "server", "refused-options": [], "requested-options": [ "TTYPE" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "", "banner_before_return": "Color is on.\r\n\r\n\n\n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . \n . \u001b[33m\u001b[1m ________\u001b[0m . \n . \u001b[33m\u001b[1m/ ___\\_} ___ _____ ______\u001b[0m . \n . \u001b[33m\u001b[1m| | __ ________ |_ \\ / | | | | \\\u001b[0m . \n . \u001b[33m\u001b[1m| |__/ \\/ __ \\ |\\__ / / \\/ | | | | \\\u001b[0m . \n . \u001b[33m\u001b[1m| ____\\ | {_/ / __ / / | | | | |\\ \\\u001b[0m . \n . \u001b[31m\u001b[1m| | | | {___/ /\\ Y /| /\\/\\ | | | | | | |\u001b[0m . \n . \u001b[31m\u001b[1m| | | | \\___| |/ / | | | | \\_/ | L_| |\u001b[0m . \n . \u001b[31m\u001b[1m|__| \\__/_____/__|__/ |__| |__|_____/______/\u001b[0m . \n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . \n . \u001b[37m\u001b[1mMud based on: Copper DikuMud I (B.1) by Swiftest\u001b[0m . \n . \u001b[37m\u001b[1mDikuMud creators: Hans Henrik Staerfeldt, Katja Nyboe,\u001b[0m . \n . \u001b[37m\u001b[1mTom Madsen, Michael Seifert, and Sebastian Hammer.\u001b[0m . \n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . \n . \u001b[31m\u001b[1mFor Help or Information: \u001b[33m\u001b[1mwww.fierymud.org\u001b[0m . \n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . \n Build No. 70\n\n Based on HubisMUD 1.0\n Based on CircleMUD 3.0,\n Created by Jeremy Elson\n\nBy what name do you wish to be known? ", "encoding": "ascii", "mssp": { "AREAS": "135", "CLASSES": "25", "DISCORD": "https://discord.gg/aqhapUCgFz", "GENRE": "Fantasy", "ICON": "https://www.fierymud.org/images/fiery64.png", "LEVELS": "99", "MOBILES": "2072", "NAME": "FieryMUD", "OBJECTS": "3518", "PLAYERS": "1", "RACES": "36", "ROOMS": "10318", "SKILLS": "118", "UPTIME": "1770510162", "WEBSITE": "https://www.fierymud.org" }, "option_states": { "server_offered": { "GMCP": true, "MSSP": true }, "server_requested": { "TTYPE": true } }, "scan_type": "quick", "timing": { "probe": 0.0, "total": 2.5813145637512207 } } }, "sessions": [ { "connected": "2026-02-08T16:48:59.966491+00:00", "host": "fierymud.org", "ip": "107.161.22.171", "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=fierymud.org 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 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: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': 'FieryMUD', 'PLAYERS': '1', 'UPTIME': '1770510162', 'AREAS': '135', 'MOBILES': '2072', 'OBJECTS': '3518', 'ROOMS': '10318', 'CLASSES': '25', 'LEVELS': '99', 'RACES': '36', 'SKILLS': '118', 'DISCORD': 'https://discord.gg/aqhapUCgFz', 'ICON': 'https://www.fierymud.org/images/fiery64.png', 'WEBSITE': 'https://www.fierymud.org', 'GENRE': 'Fantasy'} DEBUG stream_writer.py:689 begin sub-negotiation SB GMCP DEBUG stream_writer.py:676 sub-negotiation cmd GMCP SE completion byte DEBUG stream_writer.py:2031 [SB + GMCP] unsolicited DEBUG stream_writer.py:1628 GMCP: Client.GUI {'url': 'https://www.fierymud.org/mudlet/FierymudOfficial.mpackage', 'version': '0.6'} DEBUG stream_writer.py:689 begin sub-negotiation SB GMCP DEBUG stream_writer.py:676 sub-negotiation cmd GMCP SE completion byte DEBUG stream_writer.py:2031 [SB + GMCP] unsolicited DEBUG stream_writer.py:1628 GMCP: Client.Map {'url': 'https://www.fierymud.org/mudlet/default_map.dat'} DEBUG client_base.py:460 negotiation complete after 2.00s. 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 3ad3d6bd3e547bef INFO client_base.py:105 Connection closed to *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug fierymud.org 4000 .. [#scan] measured 2026-02-08 at 16:48 UTC