Procedural Realms
Detecting client capabilities...
Welcome to Procedural Realms! What is your name?Server Info
Codebase: Custom
Family: Custom
Genre: Fantasy
Gameplay: Player versus Environment
Players online: 9 [1]
Created: 2013
Status: Alpha
Website: http://www.proceduralrealms.com
Location: US
Protocol Support
MUD-specific protocols detected via MSSP flags or Telnet negotiation. See the glossary for definitions.
MSSP: Yes (MSSP)
GMCP: Negotiated
MSDP: No
MCCP: No
MCCP2: No
MXP: No
MSP: No
MCP: No
ZMP: No
Telnet Fingerprint
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.
{
"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.
DEBUG client.py:770 Fingerprint client: host=proceduralrealms.com port=3000
INFO client_base.py:174 Connected to <Peer 167.114.156.231 3000>
DEBUG stream_writer.py:692 recv IAC DO NAWS
DEBUG stream_writer.py:1733 handle_do(NAWS)
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:933 send IAC WILL NAWS
DEBUG stream_writer.py:2300 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3030 local_option[NAWS] = True
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = False
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 DO ECHO
DEBUG stream_writer.py:1733 handle_do(ECHO)
DEBUG stream_writer.py:3030 local_option[ECHO] = False
DEBUG stream_writer.py:933 send IAC WONT ECHO
DEBUG stream_writer.py:3030 local_option[ECHO] = True
DEBUG stream_writer.py:692 recv IAC WILL CHARSET
DEBUG stream_writer.py:710 WILL CHARSET (bi-directional capability exchange)
DEBUG stream_writer.py:1863 handle_will(CHARSET)
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:933 send IAC DO CHARSET
DEBUG stream_writer.py:3030 remote_option[CHARSET] = True
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:692 recv IAC WONT ECHO
DEBUG stream_writer.py:1985 handle_wont(ECHO)
DEBUG stream_writer.py:3030 remote_option[ECHO] = False
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:692 recv IAC WILL MSSP
DEBUG stream_writer.py:708 WILL MSSP unsolicited
DEBUG stream_writer.py:1863 handle_will(MSSP)
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:933 send IAC DO MSSP
DEBUG stream_writer.py:3030 remote_option[MSSP] = True
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:692 recv IAC WILL GMCP
DEBUG stream_writer.py:708 WILL GMCP unsolicited
DEBUG stream_writer.py:1863 handle_will(GMCP)
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:933 send IAC DO GMCP
DEBUG stream_writer.py:3030 remote_option[GMCP] = True
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:692 recv IAC WONT SGA
DEBUG stream_writer.py:1985 handle_wont(SGA)
DEBUG stream_writer.py:3030 remote_option[SGA] = False
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = 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 CHARSET
DEBUG stream_writer.py:671 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2025 [SB + CHARSET] unsolicited
DEBUG client.py:266 encoding negotiated: UTF-8
DEBUG stream_writer.py:2105 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB GMCP
DEBUG stream_writer.py:671 sub-negotiation cmd GMCP SE completion byte
DEBUG stream_writer.py:2025 [SB + GMCP] unsolicited
DEBUG stream_writer.py:1623 GMCP: Core.Hello 1
DEBUG stream_writer.py:684 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:671 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2025 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1637 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': '70', 'HELPFILES': '384', 'MOBILES': '173779', 'OBJECTS':
'890094', 'ROOMS': '1318858', '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:3030 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:933 send IAC DO BINARY
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 + 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 + MSDP] = True
DEBUG stream_writer.py:933 send IAC DO MSDP
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 + MXP] = True
DEBUG stream_writer.py:933 send IAC DO MXP
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 96c02072528f45af
INFO client_base.py:105 Connection closed to <Peer 167.114.156.231 3000>
Generated by telnetlib3-fingerprint
telnetlib3-fingerprint --loglevel=debug proceduralrealms.com 3000