Procedural Realms ================= .. raw:: html .. raw:: html

proceduralrealms.com:3000

Server Info ----------- - **Codebase**: Custom - **Family**: Custom - **Genre**: Fantasy - **Gameplay**: Player versus Environment - **Players online**: 9 [#scan]_ - **Created**: 2013 - **Status**: Alpha - **Website**: `http://www.proceduralrealms.com `_ - **Location**: US 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:`6a9925fd746702ea... ` *This fingerprint is unique to this server.* **Options offered by server**: ``CHARSET`` **Options requested from client**: ``ECHO``, ``NAWS``, ``TTYPE`` **Data source**: `6a9925fd746702ea/47ccb755e81c5a21.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "server-probe": { "fingerprint": "6a9925fd746702ea", "fingerprint-data": { "offered-options": [ "CHARSET" ], "probed-protocol": "server", "refused-options": [ "BINARY", "COM_PORT", "ECHO", "EOR", "SGA", "STATUS" ], "requested-options": [ "ECHO", "NAWS", "TTYPE" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "\u001b[0m\r\u001b[0m\n\u001b[0m\u001b[0mWelcome to \u001b[1;35mProcedural Realms\u001b[0m! What is your name? ", "banner_before_return": "\u001b[0mDetecting client capabilities...\u001b[0m\n\u001b[0m\u001b[0m\u001b[0mWelcome to \u001b[1;35mProcedural Realms\u001b[0m! What is your name? ", "encoding": "ascii", "mssp": { "ANSI": "1", "AREAS": "71", "CLASSES": "15", "CODEBASE": "Custom", "CONTACT": "proceduralrealms@gmail.com", "CRAWL DELAY": "-1", "CREATED": "2013", "DISCORD": "https://discord.gg/rRFEjc6vV9", "FAMILY": "Custom", "GAMEPLAY": "Player versus Environment", "GAMESYSTEM": "Custom", "GENRE": "Fantasy", "HELPFILES": "384", "HIRING BUILDERS": "0", "HIRING CODERS": "0", "HOSTNAME": "proceduralrealms.com", "LANGUAGE": "English", "LEVELS": "100", "LOCATION": "US", "MOBILES": "174077", "MSP": "0", "NAME": "Procedural Realms", "OBJECTS": "881340", "PAY FOR PERKS": "0", "PAY TO PLAY": "0", "PLAYERS": "9", "PORT": "3000", "RACES": "0", "ROOMS": "1319124", "SKILLS": "277", "STATUS": "Alpha", "SUBGENRE": "Turn Based", "UPTIME": "1770472298055", "UTF-8": "1", "VT100": "0", "WEBSITE": "http://www.proceduralrealms.com", "XTERM 256 COLORS": "0", "XTERM TRUE COLORS": "0" }, "option_states": { "server_offered": { "CHARSET": true, "ECHO": false, "GMCP": true, "MSSP": true, "SGA": false }, "server_requested": { "ECHO": true, "NAWS": true, "TTYPE": true } }, "scan_type": "quick", "timing": { "probe": 0.5037155151367188, "total": 3.069117307662964 } } }, "sessions": [ { "connected": "2026-02-08T16:27:13.160450+00:00", "host": "proceduralrealms.com", "ip": "167.114.156.231", "port": 3000 } ] } 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=proceduralrealms.com port=3000 INFO client_base.py:174 Connected to 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 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 ECHO DEBUG stream_writer.py:1739 handle_do(ECHO) DEBUG stream_writer.py:3036 local_option[ECHO] = False DEBUG stream_writer.py:938 send IAC WONT ECHO DEBUG stream_writer.py:3036 local_option[ECHO] = True DEBUG stream_writer.py:697 recv IAC WILL CHARSET DEBUG stream_writer.py:715 WILL CHARSET (bi-directional capability exchange) DEBUG stream_writer.py:1869 handle_will(CHARSET) DEBUG stream_writer.py:3036 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:938 send IAC DO CHARSET DEBUG stream_writer.py:3036 remote_option[CHARSET] = True DEBUG stream_writer.py:3036 pending_option[DO + CHARSET] = False DEBUG stream_writer.py:697 recv IAC WONT ECHO DEBUG stream_writer.py:1991 handle_wont(ECHO) DEBUG stream_writer.py:3036 remote_option[ECHO] = False DEBUG stream_writer.py:3036 pending_option[DO + ECHO] = 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:697 recv IAC WONT SGA DEBUG stream_writer.py:1991 handle_wont(SGA) DEBUG stream_writer.py:3036 remote_option[SGA] = False DEBUG stream_writer.py:3036 pending_option[DO + SGA] = 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 CHARSET DEBUG stream_writer.py:676 sub-negotiation cmd CHARSET SE completion byte DEBUG stream_writer.py:2031 [SB + CHARSET] unsolicited DEBUG client.py:266 encoding negotiated: UTF-8 DEBUG stream_writer.py:2111 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE 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: Core.Hello 1 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': 'Procedural Realms', 'PLAYERS': '8', 'UPTIME': '1770472298055', 'CODEBASE': 'Custom', 'CONTACT': 'proceduralrealms@gmail.com', 'CRAWL DELAY': '-1', 'CREATED': '2013', 'HOSTNAME': 'proceduralrealms.com', 'LANGUAGE': 'English', 'LOCATION': 'US', 'PORT': '3000', 'WEBSITE': 'http://www.proceduralrealms.com', 'DISCORD': 'https://discord.gg/rRFEjc6vV9', 'FAMILY': 'Custom', 'GENRE': 'Fantasy', 'GAMEPLAY': 'Player versus Environment', 'STATUS': 'Alpha', 'GAMESYSTEM': 'Custom', 'SUBGENRE': 'Turn Based', 'AREAS': '71', 'HELPFILES': '384', 'MOBILES': '173721', 'OBJECTS': '894020', 'ROOMS': '1318891', 'CLASSES': '15', 'LEVELS': '100', 'RACES': '0', 'SKILLS': '277', 'ANSI': '1', 'MSP': '0', 'UTF-8': '1', 'VT100': '0', 'XTERM 256 COLORS': '0', 'XTERM TRUE COLORS': '0', 'PAY TO PLAY': '0', 'PAY FOR PERKS': '0', 'HIRING BUILDERS': '0', 'HIRING CODERS': '0'} 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 + STATUS] = True DEBUG stream_writer.py:938 send IAC DO STATUS 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 96c02072528f45af INFO client_base.py:105 Connection closed to *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug proceduralrealms.com 3000 .. [#scan] measured 2026-02-08 at 16:27 UTC