Dark Mists ========== .. raw:: html .. raw:: html

darkmists.org:2222

Server Info ----------- - **Codebase**: ROM 2.4 - **Family**: Custom - **Genre**: Fantasy - **Gameplay**: Adventure, Hack and Slash, Player versus Player, Player versus Environment, Questing, Roleplaying, Social - **Players online**: 4 [#scan]_ - **Created**: 1996 - **Status**: Live - **Website**: `https://www.darkmists.org `_ - **Location**: US Protocol Support ---------------- MUD-specific protocols detected via MSSP flags or Telnet negotiation. - **MSSP**: :proto-yes:`Yes` (MSSP) - **GMCP**: :proto-no:`No` - **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:`c2dd7d4e76383b41... ` *This fingerprint is shared by 56 other servers.* **Data source**: `c2dd7d4e76383b41/89d815da3fe48a2b.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "server-probe": { "fingerprint": "c2dd7d4e76383b41", "fingerprint-data": { "offered-options": [], "probed-protocol": "server", "refused-options": [], "requested-options": [], "scan-type": "quick" }, "session_data": { "banner_after_return": "", "banner_before_return": "\n\r _/ , .\n\r , -' ) ( \\-------.,') (\\_________________________\n\r , ,-/ | /\\_) ) \\/ ,' _.----------------------,\\\n ,', /, | / >--. ,) / /\\\n\r / , //|,' /' '\\--'\\) /,'##\\ ` ` ,\n\r / , //#|| ,' (.--^( `') //#####\\ \\\n( , //##||,___,-' (___\\ '^^^' //#######\\ ,\n\r \\ //###||--.__ ( \\`^--) _____.-'/#########\\ `\n\r >'/####||, ( \\|_(\\-' ,'###########\\ \\,\n\r /,'#####|| \\ \\ / #############\\\n\r(/#######|| \\ ) ,'( ####`#####`####\\ ,\n\r `#######||\\ \\ ) ,' /_ )################\\ \\\n ######|| `. `. ,' /( `.\\##\\#,#\\#\\,#######\\ ,\n\r `#####|| (_`. ` .' .' ) `)'############,###\\\n\r ####|| (_ `-v------- ^--v' , ) #################'\\,\n\r ####|| ( , _,- / -./ )' `)\n\r `###'| ), ,' ' )' ROM Version 2.4 beta\n\r ' ; / ,' ,' \n\r /,' / / ' / , - --- . Original DikuMUD by \n\r \\| / ( ,' ' `. Hans Staerfeldt, Katja\n\r (' ,' `. \" / ,' \\ Nyboe, Tom Madsen,\n\r ,' \\ ,/,' '`) (_ ) Michael Seifert, and\n\r / \\ , /' , / / Sebastian Hammer\n\r . ) , , ' / Based on MERC 2.1 code\n\r ) , / by Hatchet, Furey, and\n\r . ' `| ,' / Kahn\n\r ' | / ,' \n\r |\\ | < ______,---' ROM 2.4 copyright (c)\n\r ` \\ ',' ( 1993-1996 Russ Taylor\n\r \\ ' /(____ ,`-._,-. \n\r `. / `._, )---) Welcome to Dark Mists\n\r `-------'\\ `/ \\ \n\r (darkmists.org port 2222)\n\r\n\rImplementor: Nyrisia Telen'Galath (nyrisia@gmail.com)\n\r\n\rWelcome to the Dark Mists, a medieval fantasy role-playing and PK MUD!\n\r\n\rPlease choose a good name for role-playing. Do not string two names together\n\r(SunStarer), use names with multiple capitalization (McNeil), use famous names\n\r(Bilbo, Megaman), or string together common words (Dragonslayer, Goddess,\n\rKillyouall). DM is anti-multicharring; please do not play with more than one \n\rsession.\n\r\n\rBy what name do you wish to be known? ", "encoding": "ascii", "mssp": { "ANSI": "1", "AREAS": "349", "CHARSET": "ASCII", "CLASSES": "61", "CODEBASE": "ROM 2.4", "CONTACT": "nyrisia@gmail.com", "CRAWL DELAY": "-1", "CREATED": "1996", "DISCORD": "https://discord.gg/xBH3tVv", "FAMILY": "Custom", "GAMEPLAY": [ "Adventure", "Hack and Slash", "Player versus Player", "Player versus Environment", "Questing", "Roleplaying", "Social" ], "GENRE": "Fantasy", "HELPFILES": "1029", "HIRING BUILDERS": "0", "HIRING CODERS": "0", "HOSTNAME": "darkmists.org", "IP": "99.53.192.32", "LANGUAGE": "English", "LEVELS": "51", "LOCATION": "US", "MINIMUM AGE": "10", "MOBILES": "5186", "NAME": "Dark Mists", "OBJECTS": "8903", "PAY FOR PERKS": "0", "PAY TO PLAY": "0", "PLAYERS": "4", "PORT": "2222", "RACES": "30", "ROOMS": "21222", "SKILLS": "1087", "STATUS": "Live", "SUBGENRE": "High Fantasy", "UPTIME": "1770562807", "UTF-8": "0", "VT100": "0", "WEBSITE": "https://www.darkmists.org", "XTERM 256 COLORS": "0", "XTERM TRUE COLORS": "0" }, "option_states": { "server_offered": { "MSSP": true }, "server_requested": {} }, "scan_type": "quick", "timing": { "probe": 0.0, "total": 2.7570533752441406 } } }, "sessions": [ { "connected": "2026-02-08T17:15:40.671279+00:00", "host": "darkmists.org", "ip": "99.53.192.32", "port": 2222 } ] } 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=darkmists.org port=2222 INFO client_base.py:174 Connected to 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 client_base.py:460 negotiation complete after 2.00s. 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': 'Dark Mists', 'PLAYERS': '6', 'UPTIME': '1770573489', 'CHARSET': 'ASCII', 'CODEBASE': 'ROM 2.4', 'CONTACT': 'nyrisia@gmail.com', 'CRAWL DELAY': '-1', 'CREATED': '1996', 'DISCORD': 'https://discord.gg/xBH3tVv', 'HOSTNAME': 'darkmists.org', 'IP': '99.53.192.32', 'LANGUAGE': 'English', 'LOCATION': 'US', 'MINIMUM AGE': '10', 'PORT': '2222', 'WEBSITE': 'https://www.darkmists.org', 'FAMILY': 'Custom', 'GENRE': 'Fantasy', 'SUBGENRE': 'High Fantasy', 'GAMEPLAY': ['Adventure', 'Hack and Slash', 'Player versus Player', 'Player versus Environment', 'Questing', 'Roleplaying', 'Social'], 'STATUS': 'Live', 'AREAS': '349', 'HELPFILES': '1029', 'MOBILES': '5186', 'OBJECTS': '8903', 'ROOMS': '21222', 'CLASSES': '61', 'LEVELS': '51', 'RACES': '30', 'SKILLS': '1087', 'ANSI': '1', 'UTF-8': '0', '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:88 EOF from server, closing. INFO client_base.py:105 Connection closed to INFO fingerprinting.py:746 connection for server fingerprint c2dd7d4e76383b41 *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug darkmists.org 2222 .. [#scan] measured 2026-02-08 at 17:15 UTC