216.136.9.5 (ianshirm.genesismuds.com)
======================================
.. _ip_216_136_9_5_aod_genesismuds_com_23:
aod.genesismuds.com:23
----------------------
**Connection Banner:**
.. image:: /_static/banners/banner_626aba2e4aa1.png
:alt: CentOS release 5.4 (Final) Kernel 2.6.18-419.el5 on an i686 We will be discontinuing the use of telnet for accessing the server's shell in the near future. Please begin using SSH to connect to the server going forward. Windows users may use clients such as PuTTY or SecureCRT to connect via SSH. PuTTY is available at: http://www.chiark.greenend.org.uk/~sgtatham/putty/ login: Login incorrect login:
:class: ansi-banner
:width: 632px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Server Location**: πΊπΈ United States (GeoIP)
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`c1df5709ea295a3f `
*This fingerprint is shared by 3 other servers.*
**Options offered by server**: ``BINARY``, ``ECHO``, ``SGA``, ``STATUS``
**Options requested from client**: ``ECHO``, ``LFLOW``, ``NAWS``, ``NEW_ENVIRON``, ``TSPEED``, ``TTYPE``, ``XDISPLOC``
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. code-block:: json
{
"server-probe": {
"fingerprint": "c1df5709ea295a3f",
"fingerprint-data": {
"offered-options": [
"BINARY",
"ECHO",
"SGA",
"STATUS"
],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"CHARSET",
"COM_PORT",
"EOR",
"GMCP",
"MSDP",
"MSP",
"MSSP",
"MXP",
"ZMP"
],
"requested-options": [
"ECHO",
"LFLOW",
"NAWS",
"NEW_ENVIRON",
"TSPEED",
"TTYPE",
"XDISPLOC"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "\r\nLogin incorrect\r\n\r\nlogin: ",
"banner_before_return": "CentOS release 5.4 (Final)\r\nKernel 2.6.18-419.el5 on an i686\r\n\r\nWe will be discontinuing the use of telnet for accessing the server's shell in\r\nthe near future. Please begin using SSH to connect to the server going forward.\r\n\r\nWindows users may use clients such as PuTTY or SecureCRT to connect via SSH.\r\n\r\nPuTTY is available at: http://www.chiark.greenend.org.uk/~sgtatham/putty/\r\n\r\nlogin: ",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ascii",
"option_states": {
"environ_requested": [
{
"name": "*",
"type": "VAR"
},
{
"name": "*",
"type": "USERVAR"
}
],
"server_offered": {
"ECHO": true,
"SGA": true,
"STATUS": true
},
"server_requested": {
"ECHO": true,
"LFLOW": true,
"NAWS": true,
"NEW_ENVIRON": true,
"TSPEED": true,
"TTYPE": true,
"XDISPLOC": true
}
},
"scan_type": "quick",
"timing": {
"probe": 0.36394476890563965,
"total": 5.139793872833252
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:11:40.391953+00:00",
"host": "aod.genesismuds.com",
"ip": "216.136.9.5",
"port": 23
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug aod.genesismuds.com 23
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=aod.genesismuds.com port=23
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.01s.
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:707 recv IAC DO TSPEED
DEBUG stream_writer.py:1770 handle_do(TSPEED)
DEBUG stream_writer.py:3174 pending_option[WILL + TSPEED] = True
DEBUG stream_writer.py:950 send IAC WILL TSPEED
DEBUG stream_writer.py:3174 pending_option[SB + TSPEED] = True
DEBUG stream_writer.py:3174 local_option[TSPEED] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TSPEED] = False
DEBUG stream_writer.py:707 recv IAC DO XDISPLOC
DEBUG stream_writer.py:1770 handle_do(XDISPLOC)
DEBUG stream_writer.py:3174 pending_option[WILL + XDISPLOC] = True
DEBUG stream_writer.py:950 send IAC WILL XDISPLOC
DEBUG stream_writer.py:3174 pending_option[SB + XDISPLOC] = True
DEBUG stream_writer.py:3174 local_option[XDISPLOC] = True
DEBUG stream_writer.py:3174 pending_option[WILL + XDISPLOC] = False
DEBUG stream_writer.py:707 recv IAC DO NEW_ENVIRON
DEBUG stream_writer.py:1770 handle_do(NEW_ENVIRON)
DEBUG stream_writer.py:3174 pending_option[WILL + NEW_ENVIRON] = True
DEBUG stream_writer.py:950 send IAC WILL NEW_ENVIRON
DEBUG stream_writer.py:3174 pending_option[SB + NEW_ENVIRON] = True
DEBUG stream_writer.py:3174 local_option[NEW_ENVIRON] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NEW_ENVIRON] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB TSPEED
DEBUG stream_writer.py:686 sub-negotiation cmd TSPEED SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TSPEED] = False
DEBUG stream_writer.py:2173 recv TSPEED SEND: b''
DEBUG stream_writer.py:2204 send: IAC SB TSPEED IS b'38400',b'38400' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB XDISPLOC
DEBUG stream_writer.py:686 sub-negotiation cmd XDISPLOC SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + XDISPLOC] = False
DEBUG stream_writer.py:2217 recv XDISPLOC SEND: b''
DEBUG stream_writer.py:2228 send IAC SB XDISPLOC IS b'' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB NEW_ENVIRON
DEBUG stream_writer.py:686 sub-negotiation cmd NEW_ENVIRON SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + NEW_ENVIRON] = False
DEBUG stream_writer.py:2289 recv NEW_ENVIRON SEND (all)
DEBUG stream_writer.py:2312 env send: LANG='C', TERM='xterm-256color', LINES=25, COLUMNS=80, COLORTERM=''
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:707 recv IAC WILL SGA
DEBUG stream_writer.py:723 WILL SGA unsolicited
DEBUG stream_writer.py:1900 handle_will(SGA)
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 remote_option[SGA] = True
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = False
DEBUG stream_writer.py:707 recv IAC DO ECHO
DEBUG stream_writer.py:1770 handle_do(ECHO)
DEBUG stream_writer.py:3174 local_option[ECHO] = False
DEBUG stream_writer.py:950 send IAC WONT ECHO
DEBUG stream_writer.py:3174 local_option[ECHO] = True
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC WILL STATUS
DEBUG stream_writer.py:723 WILL STATUS unsolicited
DEBUG stream_writer.py:1900 handle_will(STATUS)
DEBUG stream_writer.py:3174 remote_option[STATUS] = True
DEBUG stream_writer.py:1041 send IAC SB STATUS SEND IAC SE
DEBUG stream_writer.py:3174 pending_option[SB + STATUS] = True
DEBUG stream_writer.py:707 recv IAC DO LFLOW
DEBUG stream_writer.py:1770 handle_do(LFLOW)
DEBUG stream_writer.py:3174 pending_option[WILL + LFLOW] = True
DEBUG stream_writer.py:950 send IAC WILL LFLOW
DEBUG stream_writer.py:3174 pending_option[SB + LFLOW] = True
DEBUG stream_writer.py:3174 local_option[LFLOW] = True
DEBUG stream_writer.py:3174 pending_option[WILL + LFLOW] = False
DEBUG stream_writer.py:707 recv IAC WILL ECHO
DEBUG stream_writer.py:723 WILL ECHO unsolicited
DEBUG stream_writer.py:1900 handle_will(ECHO)
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 remote_option[ECHO] = True
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
DEBUG stream_writer.py:707 recv IAC WILL BINARY
DEBUG stream_writer.py:1900 handle_will(BINARY)
DEBUG stream_writer.py:924 skip DO BINARY; pending_option = True
DEBUG stream_writer.py:3174 remote_option[BINARY] = True
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:707 recv IAC WONT CHARSET
DEBUG stream_writer.py:2025 handle_wont(CHARSET)
DEBUG stream_writer.py:3174 remote_option[CHARSET] = False
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WONT EOR
DEBUG stream_writer.py:2025 handle_wont(EOR)
DEBUG stream_writer.py:3174 remote_option[EOR] = False
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = False
DEBUG stream_writer.py:707 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2025 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3174 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:707 recv IAC WONT GMCP
DEBUG stream_writer.py:2025 handle_wont(GMCP)
DEBUG stream_writer.py:3174 remote_option[GMCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSDP
DEBUG stream_writer.py:2025 handle_wont(MSDP)
DEBUG stream_writer.py:3174 remote_option[MSDP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSSP
DEBUG stream_writer.py:2025 handle_wont(MSSP)
DEBUG stream_writer.py:3174 remote_option[MSSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSP
DEBUG stream_writer.py:2025 handle_wont(MSP)
DEBUG stream_writer.py:3174 remote_option[MSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MXP
DEBUG stream_writer.py:2025 handle_wont(MXP)
DEBUG stream_writer.py:3174 remote_option[MXP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = False
DEBUG stream_writer.py:707 recv IAC WONT ZMP
DEBUG stream_writer.py:2025 handle_wont(ZMP)
DEBUG stream_writer.py:3174 remote_option[ZMP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:707 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2025 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3174 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:707 recv IAC WONT ATCP
DEBUG stream_writer.py:2025 handle_wont(ATCP)
DEBUG stream_writer.py:3174 remote_option[ATCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = False
INFO fingerprinting.py:746 connection for server fingerprint c1df5709ea295a3f
INFO client_base.py:106 Connection closed to
.. raw:: html
.. _ip_216_136_9_5_aoh_genesismuds_com_6969:
tbaMUD (aoh.genesismuds.com:6969)
---------------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_6afd702eb3b4.png
:alt: Attempting to Detect Client, Please Wait... [Client] xterm-256color \| [Colors] 256 \| [MXP] Yes \| [MSDP] Yes \| [ATCP] No Welcome to Age of Humanity Implementor is: Aarcerak \|>> \|>> \|>> [-β_-_-_-_-_-_-_-] \|>> [-β_-_-_-_-] \| \| [-β_-_-_-_-] \| o o \| [ O O O ] \| o o \| \| \| \|>> \| \| \|>> \| \| \| \|_β_-__-__-__-__\| \|_β_-__-__-__-__\| \| \| o ] [ o ] [ o \| \| ] O O O [ _β______ ] O O O [ \| \| ] [ \|\|\|\|\|\|\| ] [ \| \| ] [ \|\|\|\|\|\|\| ] [ \| _β-_-\|_β____]-β-------------[_\|\|\|\|\|\|\|_]-β-------------[_β____\|-β_-_ ( (_β_________------------_____________------------__________) ) Based on Circlemud 3.1 By Jeremy Elson Original DikuMUD by Hans Staerfeldt, Katja Nyboe, Tom Madsen, Michael Seifert and Sebastian Hammer. By what names do you wish to be known ?
:class: ansi-banner
:width: 602px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Players online**: 0 [#scan_aoh.genesismuds.com_6969]_
- **Uptime**: 10 days
- **Server Location**: πΊπΈ United States (GeoIP)
Protocol Support
~~~~~~~~~~~~~~~~
MUD-specific protocols detected via MSSP flags or
Telnet negotiation.
- **MSSP**: :proto-yes:`Yes` (MSSP)
- **GMCP**: :proto-no:`No`
- **MSDP**: :proto-negotiated:`Negotiated`
- **MCCP**: :proto-no:`No`
- **MCCP2**: :proto-no:`No`
- **MXP**: :proto-negotiated:`Negotiated`
- **MSP**: :proto-negotiated:`Negotiated`
- **MCP**: :proto-no:`No`
- **ZMP**: :proto-no:`No`
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`2d1d3bcf28abae7b `
*This fingerprint is shared by 54 other servers.*
**Options requested from client**: ``ATCP``, ``CHARSET``, ``MXP``, ``NAWS``, ``TTYPE``
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. code-block:: json
{
"server-probe": {
"fingerprint": "2d1d3bcf28abae7b",
"fingerprint-data": {
"offered-options": [],
"probed-protocol": "server",
"refused-options": [],
"requested-options": [
"ATCP",
"CHARSET",
"MXP",
"NAWS",
"TTYPE"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "",
"banner_before_return": "\r\nAttempting to Detect Client, Please Wait...\r\n\r\n\r\n\u001b[7z\r\n\u001b[H\u001b[J\u001b[38;5;214m[\u001b[38;5;208mClient\u001b[38;5;214m] \u001b[38;5;145mxterm-256color\u001b[0;00m | \u001b[38;5;214m[\u001b[38;5;208mColors\u001b[38;5;214m] \u001b[38;5;145m256\u001b[0;00m | \u001b[38;5;214m[\u001b[38;5;208mMXP\u001b[38;5;214m] \u001b[38;5;145mYes\u001b[0;00m | \u001b[38;5;214m[\u001b[38;5;208mMSDP\u001b[38;5;214m] \u001b[38;5;145mYes\u001b[0;00m | \u001b[38;5;214m[\u001b[38;5;208mATCP\u001b[38;5;214m] \u001b[38;5;145mNo\u001b[0;00m\r\n\r\nWelcome to Age of Humanity\r\n\r\nImplementor is:\r\nAarcerak\r\n\r\n |>> |>>\r\n |>> [-_-_-_-_-_-_-_-] |>>\r\n [-_-_-_-_-] | | [-_-_-_-_-]\r\n | o o | [ O O O ] | o o |\r\n | | |>> | | |>> | |\r\n | |__-__-__-__-__| |__-__-__-__-__| |\r\n | o ] [ o ] [ o |\r\n | ] O O O [ _______ ] O O O [ |\r\n | ] [ ||||||| ] [ |\r\n | ] [ ||||||| ] [ |\r\n _-_-|_____]--------------[_|||||||_]--------------[_____|-_-_\r\n ( (__________------------_____________------------__________) )\r\n\r\nBased on\r\nCirclemud 3.1\r\nBy Jeremy Elson\r\nOriginal DikuMUD by Hans Staerfeldt, Katja Nyboe,\r\nTom Madsen, Michael Seifert and Sebastian Hammer.\r\n\r\nBy what names do you wish to be known ? ",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "UTF-8",
"mssp": {
"CRAWL DELAY": "-1",
"NAME": "tbaMUD",
"PLAYERS": "0",
"UPTIME": "1770230965"
},
"mxp": [
"activated"
],
"option_states": {
"server_offered": {
"MSDP": true,
"MSP": true,
"MSSP": true
},
"server_requested": {
"ATCP": true,
"CHARSET": true,
"MXP": true,
"NAWS": true,
"TTYPE": true
}
},
"scan_type": "quick",
"timing": {
"probe": 0.0,
"total": 3.7359583377838135
}
}
},
"sessions": [
{
"connected": "2026-02-15T01:18:34.024554+00:00",
"host": "aoh.genesismuds.com",
"ip": "216.136.9.5",
"port": 6969
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug aoh.genesismuds.com 6969
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:998 Fingerprint client: host=aoh.genesismuds.com port=6969
INFO client_base.py:175 Connected to
DEBUG client_base.py:494 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO CHARSET
DEBUG stream_writer.py:1770 handle_do(CHARSET)
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:950 send IAC WILL CHARSET
DEBUG stream_writer.py:3174 local_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WILL MSDP
DEBUG stream_writer.py:723 WILL MSDP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSDP)
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 remote_option[MSDP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC DO ATCP
DEBUG stream_writer.py:1770 handle_do(ATCP)
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:950 send IAC WILL ATCP
DEBUG stream_writer.py:3174 local_option[ATCP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSP
DEBUG stream_writer.py:723 WILL MSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 remote_option[MSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC DO MXP
DEBUG stream_writer.py:1770 handle_do(MXP)
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:950 send IAC WILL MXP
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3174 local_option[MXP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:2065 [SB + TTYPE] unsolicited
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
DEBUG client.py:306 encoding negotiated: UTF-8
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSDP
DEBUG stream_writer.py:686 sub-negotiation cmd MSDP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSDP] unsolicited
DEBUG stream_writer.py:1669 MSDP: {'SERVER_ID': 'tbaMUD'}
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'tbaMUD', 'PLAYERS': '0', 'UPTIME': '1770230965', 'CRAWL DELAY': '-1'}
DEBUG stream_writer.py:699 begin sub-negotiation SB MXP
DEBUG stream_writer.py:686 sub-negotiation cmd MXP SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = False
DEBUG stream_writer.py:1682 MXP: b''
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to
INFO fingerprinting.py:746 connection for server fingerprint 2d1d3bcf28abae7b
.. raw:: html
.. _ip_216_136_9_5_championsmush_com_6363:
Champions MUSH (championsmush.com:6363)
---------------------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_10f36006e0d3.png
:alt: \|-β-----------------------------=[ WHAM!!]=β---------------------------------\| \| _β________ .__ .__ \| \| \\_ ___ \\\| \|__ _β____ _β____ _β_____ \|__\| _β___ _β___ _β_____ \| \| / \\ \\/\| \| \\\\__ \\ / \\\\_β___ \\\| \|/ _ \\ / \\ / ___/ \| \| \\ \\___\| Y \\/ __ \\\| Y Y \\ \|_> > ( <_> ) \| \\\\___ \\ \| \| \\_β_____ /___\| (_β___ /__\|_\| / __/\|__\|\\_β___/\|___\| /_β___ > \| \| \\/ \\/ \\/ \\/\|__\| \\/ \\/ \| \| _β____ .__ \| \| / \\ __ __ _β____\| \|__ \| \| / \\ / \\\| \| \\/ ___/ \| \\ \| \| / Y \\ \| /\\___ \\\| Y \\ \| \| \\_β___\|__ /_β___//_β___ >___\| / \| \| \\/ \\/ \\/ \| \| \| \| Home of the superheroes of Colonial Bay, Virginia, 2060! \| \| \| \| The \*super\* online internet role-playing game! Be a Hero! \| \|-β-------------------------------------------------------------------------\| \| To connect as a guest: connect guest guest \| \| To connect to your existing character: connect \| \| To Logout: QUIT \| \| To find out who is online currently: WHO \| \|-β-------------------------------------------------------------------------\| \| Based on the game Champions by Hero Games. (No affiliation with Hero \| \| Games in any way.) For information, contact asylumstaff@yahoo.com \| \| \| \| Note: You must used quotation marks around if it contains spaces! \| \| Example: connect "Iron Marshall" superchina \| \| \| \|-β--------------------=< PennMUSH version 1.8.4p1>=β------------------------\|
:class: ansi-banner
:width: 608px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Codebase**: PennMUSH 1.8.4p9
- **Players online**: 1 [#scan_championsmush.com_6363]_
- **Uptime**: 1449 days
- **Server Location**: πΊπΈ United States (GeoIP)
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:`1dfa96625400a5fc `
*This fingerprint is unique to this server.*
**Options offered by server**: ``MSSP``, ``SGA``
**Options requested from client**: ``LINEMODE``, ``NAWS``, ``SGA``, ``TTYPE``
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. code-block:: json
{
"server-probe": {
"fingerprint": "1dfa96625400a5fc",
"fingerprint-data": {
"offered-options": [
"MSSP",
"SGA"
],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"BINARY",
"CHARSET",
"COM_PORT",
"ECHO",
"EOR",
"GMCP",
"MSDP",
"MSP",
"MXP",
"STATUS",
"ZMP"
],
"requested-options": [
"LINEMODE",
"NAWS",
"SGA",
"TTYPE"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "",
"banner_before_return": "|------------------------------=[ WHAM!!]=---------------------------------|\r\n| _________ .__ .__ \t |\r\n| \\_ ___ \\| |__ _____ _____ ______ |__| ____ ____ ______\t |\r\n| / \\ \\/| | \\\\__ \\ / \\\\____ \\| |/ _ \\ / \\ / ___/\t |\r\n| \\ \\___| Y \\/ __ \\| Y Y \\ |_> > ( <_> ) | \\\\___ \\ \t |\r\n| \\______ /___| (____ /__|_| / __/|__|\\____/|___| /____ >\t |\r\n| \\/ \\/ \\/ \\/|__| \\/ \\/ \t |\r\n|\t _____ .__ \t\t\t |\r\n|\t / \\ __ __ _____| |__ \t\t\t |\r\n|\t / \\ / \\| | \\/ ___/ | \\ \t\t\t |\r\n|\t / Y \\ | /\\___ \\| Y \\\t\t \t |\r\n|\t \\____|__ /____//____ >___| /\t\t\t |\r\n|\t \\/ \\/ \\/ \t\t\t |\r\n|\t\t\t\t\t\t\t\t\t |\r\n| Home of the superheroes of Colonial Bay, Virginia, 2060!\t | \r\n|\t\t\t\t\t\t\t\t\t |\r\n| The *super* online internet role-playing game! Be a Hero!\t |\r\n|--------------------------------------------------------------------------|\r\n| To connect as a guest: connect guest guest\t |\r\n| To connect to your existing character: connect \t |\r\n| To Logout: QUIT\t\t\t |\r\n| To find out who is online currently: WHO\t\t\t\t |\r\n|--------------------------------------------------------------------------|\r\n| Based on the game Champions by Hero Games. (No affiliation with Hero |\r\n| Games in any way.) For information, contact asylumstaff@yahoo.com\t |\r\n|\t\t\t\t\t\t\t\t\t |\r\n| Note: You must used quotation marks around if it contains spaces! |\r\n| Example: connect \"Iron Marshall\" superchina\t\t\t\t |\r\n|\t\t\t\t\t\t\t\t\t |\r\n|---------------------=< PennMUSH version 1.8.4p1>=------------------------|\r\n",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ascii",
"mssp": {
"ANSI": "1",
"CODEBASE": "PennMUSH 1.8.4p9",
"FAMILY": "TinyMUD",
"NAME": "Champions MUSH",
"PLAYERS": "1",
"PORT": "6363",
"PUEBLO": "0",
"UPTIME": "1645835490"
},
"option_states": {
"server_offered": {
"MSSP": true
},
"server_requested": {
"LINEMODE": true,
"NAWS": true,
"TTYPE": true
}
},
"scan_type": "quick",
"timing": {
"probe": 0.26662349700927734,
"total": 5.886098861694336
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:12:57.423504+00:00",
"host": "championsmush.com",
"ip": "216.136.9.5",
"port": 6363
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug championsmush.com 6363
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=championsmush.com port=6363
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO LINEMODE
DEBUG stream_writer.py:1770 handle_do(LINEMODE)
DEBUG stream_writer.py:3174 pending_option[WILL + LINEMODE] = True
DEBUG stream_writer.py:950 send IAC WILL LINEMODE
DEBUG stream_writer.py:3174 pending_option[SB + LINEMODE] = True
DEBUG stream_writer.py:3174 local_option[LINEMODE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + LINEMODE] = False
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:686 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + LINEMODE] = False
DEBUG stream_writer.py:2544 recv IAC SB LINEMODE LINEMODE-MODE b'\t' IAC SE
DEBUG stream_writer.py:1277 set Linemode
DEBUG stream_writer.py:1280 send IAC SB LINEMODE LINEMODE-MODE IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'Champions MUSH', 'PLAYERS': '1', 'UPTIME': '1645835490', 'PORT': '6363', 'PUEBLO':
'0', 'CODEBASE': 'PennMUSH 1.8.4p9', 'FAMILY': 'TinyMUD', 'ANSI': '1'}
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
DEBUG stream_writer.py:707 recv IAC WONT BINARY
DEBUG stream_writer.py:2025 handle_wont(BINARY)
DEBUG stream_writer.py:3174 remote_option[BINARY] = False
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:707 recv IAC WILL SGA
DEBUG stream_writer.py:1900 handle_will(SGA)
DEBUG stream_writer.py:924 skip DO SGA; pending_option = True
DEBUG stream_writer.py:3174 remote_option[SGA] = True
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = False
DEBUG stream_writer.py:707 recv IAC DO SGA
DEBUG stream_writer.py:1770 handle_do(SGA)
DEBUG stream_writer.py:3174 pending_option[WILL + SGA] = True
DEBUG stream_writer.py:950 send IAC WILL SGA
DEBUG stream_writer.py:3174 local_option[SGA] = True
DEBUG stream_writer.py:3174 pending_option[WILL + SGA] = False
DEBUG stream_writer.py:707 recv IAC WONT ECHO
DEBUG stream_writer.py:2025 handle_wont(ECHO)
DEBUG stream_writer.py:3174 remote_option[ECHO] = False
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:707 recv IAC WONT STATUS
DEBUG stream_writer.py:2025 handle_wont(STATUS)
DEBUG stream_writer.py:3174 remote_option[STATUS] = False
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:707 recv IAC WONT CHARSET
DEBUG stream_writer.py:2025 handle_wont(CHARSET)
DEBUG stream_writer.py:3174 remote_option[CHARSET] = False
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WONT EOR
DEBUG stream_writer.py:2025 handle_wont(EOR)
DEBUG stream_writer.py:3174 remote_option[EOR] = False
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = False
DEBUG stream_writer.py:707 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2025 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3174 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:707 recv IAC WONT GMCP
DEBUG stream_writer.py:2025 handle_wont(GMCP)
DEBUG stream_writer.py:3174 remote_option[GMCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSDP
DEBUG stream_writer.py:2025 handle_wont(MSDP)
DEBUG stream_writer.py:3174 remote_option[MSDP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSP
DEBUG stream_writer.py:2025 handle_wont(MSP)
DEBUG stream_writer.py:3174 remote_option[MSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MXP
DEBUG stream_writer.py:2025 handle_wont(MXP)
DEBUG stream_writer.py:3174 remote_option[MXP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = False
DEBUG stream_writer.py:707 recv IAC WONT ZMP
DEBUG stream_writer.py:2025 handle_wont(ZMP)
DEBUG stream_writer.py:3174 remote_option[ZMP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:707 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2025 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3174 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:707 recv IAC WONT ATCP
DEBUG stream_writer.py:2025 handle_wont(ATCP)
DEBUG stream_writer.py:3174 remote_option[ATCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = False
INFO fingerprinting.py:737 new server fingerprint 1dfa96625400a5fc
INFO client_base.py:106 Connection closed to
.. raw:: html
.. _ip_216_136_9_5_elusive_genesismuds_com_8800:
elusive.genesismuds.com:8800
----------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_49c8fa09130a.png
:alt: Do you want ANSI colour? [Y/N/Return] Ansi enabled! ,,,((((((((( ,)))))))))))))))), \\ / + ,((((((((((((((((/\`/(=β====>+- \* \` ))))))))))\`\` _ \\\\\\ / \\ + \* ((((((((\`\` / /d /// )))))))))) \| /(( ((((((((( .'\| / ) _/_/_/ _/ _/ _/ _/_/ _/_/_/ _/ _/ _/_/_/ ))))))))) ( \\ ,/ _/ _/ _/ _/ _/ _/ _/ _/ _/ (((((((( \\ "\` _/_/ _/ _/ _/ _/ _/ _/ _/ _/_/ jgs\`\`))))) \\ \* _/ _/ _/ _/ _/ _/ _/ _/ _/ (( \| _/_/_/ _/_/_/ _/_/ _/_/_/ _/_/_/ _/ _/_/_/ kayal ROM Version 2.4 beta Original DikuMUD by Hans Staerfeldt, Katja Nyboe, Tom Madsen, Michael Seifert, and Sebastian Hammer Based on MERC 2.1 code by Hatchet, Furey, and Kahn ROM 2.4 copyright (c) 1993-1996 Russ Taylor An old man appears and asks, "What's your name?"
:class: ansi-banner
:width: 689px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Server Location**: πΊπΈ United States (GeoIP)
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`c2dd7d4e76383b41 `
*This fingerprint is shared by 173 other servers.*
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. 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": "\u001b[1;31mAnsi enabled!\u001b[0m\n\r\u001b[1;33m ,,,(((((((((\u001b[0m\n\r\u001b[1;33m ,)))))))))))))))), \u001b[1;36m \\ / \u001b[1;35m +\n\r\u001b[1;33m ,((((((((((((((((/`/(\u001b[1;37m=====\u001b[1;36m>\u001b[1;34m+\u001b[1;36m-\u001b[1;31m * \u001b[1;37m`\n\r\u001b[1;33m ))))))))))`` \u001b[1;37m _ \u001b[1;33m\\\\\\ \u001b[1;36m/ \\ \u001b[1;37m+ \u001b[1;31m*\n\r\u001b[1;33m ((((((((`` \u001b[1;37m/ \u001b[1;37m/\u001b[1;34md\u001b[1;37m /\u001b[1;33m// \n\r\u001b[1;33m )))))))))) \u001b[1;37m| /\u001b[1;33m(( \n\r\u001b[1;33m ((((((((( \u001b[1;37m.'| / \u001b[1;33m) \u001b[1;35m_/_/_/ _/ _/ _/ _/_/ _/_/_/ _/ _/ _/_/_/\n\r\u001b[1;33m ))))))))) \u001b[1;37m( \\ ,/ \u001b[1;35m_/ _/ _/ _/ _/ _/ _/ _/ _/\n\r\u001b[1;33m (((((((( \u001b[1;37m\\ \"` \u001b[1;35m_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/\n\r\u001b[1;34m jgs\u001b[1;33m``))))) \u001b[1;37m\\ \u001b[1;31m* \u001b[1;35m _/ _/ _/ _/ _/ _/ _/ _/ _/\n\r\u001b[1;33m (( \u001b[1;37m| \u001b[1;35m_/_/_/ _/_/_/ _/_/ _/_/_/ _/_/_/ _/ _/_/_/ \n\r\u001b[0m kayal\n\r\u001b[0m ROM Version 2.4 beta\n\r\u001b[0m \n\r Original DikuMUD by Hans Staerfeldt, Katja Nyboe,\n\r Tom Madsen, Michael Seifert, and Sebastian Hammer\n\r Based on MERC 2.1 code by Hatchet, Furey, and Kahn\n\r ROM 2.4 copyright (c) 1993-1996 Russ Taylor\n\r\n\r\u001b[0mAn old man appears and asks, \"What's your name?\"\n\r",
"banner_before_return": "\n\rDo you want ANSI colour? [Y/N/Return] ",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ascii",
"option_states": {
"server_offered": {},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.0,
"total": 4.863653182983398
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:10:52.681139+00:00",
"host": "elusive.genesismuds.com",
"ip": "216.136.9.5",
"port": 8800
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug elusive.genesismuds.com 8800
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=elusive.genesismuds.com port=8800
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to
INFO fingerprinting.py:746 connection for server fingerprint c2dd7d4e76383b41
.. raw:: html
.. _ip_216_136_9_5_ianshirm_genesismuds_com_2250:
Age of Heroes (ianshirm.genesismuds.com:2250)
---------------------------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_9841bb7859d6.png
:alt: Attempting to detect client, please wait...
:class: ansi-banner
:width: 344px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Codebase**: Dystopia 1.4
- **Genre**: Fantasy
- **Gameplay**: Player versus Player
- **Players online**: 0 [#scan_ianshirm.genesismuds.com_2250]_
- **Created**: 2006
- **Status**: Live
- **Server Location**: πΊπΈ United Kingdom (MSSP)
- **Language**: English
Protocol Support
~~~~~~~~~~~~~~~~
MUD-specific protocols detected via MSSP flags or
Telnet negotiation.
- **MSSP**: :proto-yes:`Yes` (MSSP)
- **GMCP**: :proto-no:`No`
- **MSDP**: :proto-negotiated:`Negotiated`
- **MCCP**: :proto-yes:`Yes` (MSSP)
- **MCCP2**: :proto-no:`No`
- **MXP**: :proto-yes:`Yes` (MSSP)
- **MSP**: :proto-negotiated:`Negotiated`
- **MCP**: :proto-no:`No`
- **ZMP**: :proto-no:`No`
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`ba132668606f84be `
*This fingerprint is shared by 7 other servers.*
**Options offered by server**: ``ECHO``, ``MSDP``, ``MSP``, ``MSSP``, ``MXP``
**Options requested from client**: ``ATCP``, ``CHARSET``, ``MXP``, ``NAWS``, ``TTYPE``
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. code-block:: json
{
"server-probe": {
"fingerprint": "ba132668606f84be",
"fingerprint-data": {
"offered-options": [
"ECHO",
"MSDP",
"MSP",
"MSSP",
"MXP"
],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"BINARY",
"CHARSET",
"COM_PORT",
"EOR",
"GMCP",
"SGA",
"STATUS",
"ZMP"
],
"requested-options": [
"ATCP",
"CHARSET",
"MXP",
"NAWS",
"TTYPE"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "",
"banner_before_return": "\n\rAttempting to detect client, please wait...\r\n\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[7z\u001b[0m\u001b[1z\u001b[7z\r\n\u001b[0m",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "UTF-8",
"mssp": {
"": "",
"ADULT MATERIAL": "1",
"ANSI": "1",
"CODEBASE": "Dystopia 1.4",
"CONTACT": "Ianshirm@gmail.com",
"CRAWL DELAY": "-1",
"CREATED": "2006",
"FAMILY": "DikuMUD",
"GAMEPLAY": "Player versus Player",
"GAMESYSTEM": "None",
"GENRE": "Fantasy",
"HIRING BUILDERS": "0",
"HIRING CODERS": "0",
"HOSTNAME": "godwars.net",
"ICON": "",
"INTERMUD": "",
"IP": "178.79.173.99",
"LANGUAGE": "English",
"LOCATION": "United Kingdom",
"MCCP": "1",
"MINIMUM AGE": "",
"MULTICLASSING": "0",
"MXP": "1",
"NAME": "Age of Heroes",
"NEWBIE FRIENDLY": "1",
"PAY FOR PERKS": "0",
"PAY TO PLAY": "0",
"PLAYER CITIES": "0",
"PLAYER CLANS": "0",
"PLAYER CRAFTING": "1",
"PLAYER GUILDS": "0",
"PLAYERS": "0",
"PORT": "2250",
"STATUS": "Live",
"SUBGENRE": "Dark Fantasy",
"UPTIME": "0",
"WEBSITE": "www.godwars.net"
},
"mxp": [
"activated"
],
"option_states": {
"server_offered": {
"0x56": false,
"MSDP": true,
"MSP": true,
"MSSP": true
},
"server_requested": {
"ATCP": true,
"CHARSET": true,
"MXP": true,
"NAWS": true,
"TTYPE": true
}
},
"scan_type": "quick",
"timing": {
"probe": 0.5069863796234131,
"total": 6.059509754180908
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:11:23.741969+00:00",
"host": "ianshirm.genesismuds.com",
"ip": "216.136.9.5",
"port": 2250
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug ianshirm.genesismuds.com 2250
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=ianshirm.genesismuds.com port=2250
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO CHARSET
DEBUG stream_writer.py:1770 handle_do(CHARSET)
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:950 send IAC WILL CHARSET
DEBUG stream_writer.py:3174 local_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WILL MSDP
DEBUG stream_writer.py:723 WILL MSDP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSDP)
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 remote_option[MSDP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC DO ATCP
DEBUG stream_writer.py:1770 handle_do(ATCP)
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:950 send IAC WILL ATCP
DEBUG stream_writer.py:3174 local_option[ATCP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSP
DEBUG stream_writer.py:723 WILL MSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 remote_option[MSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC DO MXP
DEBUG stream_writer.py:1770 handle_do(MXP)
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:950 send IAC WILL MXP
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3174 local_option[MXP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:707 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:723 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1900 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3174 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:950 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:2008 Unhandled: WILL MCCP2_COMPRESS.
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:2065 [SB + TTYPE] unsolicited
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
DEBUG client.py:304 encoding negotiated: UTF-8
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSDP
DEBUG stream_writer.py:686 sub-negotiation cmd MSDP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSDP] unsolicited
DEBUG stream_writer.py:1669 MSDP: {'SERVER_ID': 'Age of Heroes'}
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'Age of Heroes', 'PLAYERS': '0', 'UPTIME': '0', 'CRAWL DELAY': '-1', 'HOSTNAME':
'godwars.net', 'PORT': '2250', 'CODEBASE': 'Dystopia 1.4', 'CONTACT': 'Ianshirm@gmail.com', 'CREATED': '2006', 'ICON': '',
'IP': '178.79.173.99', 'LANGUAGE': 'English', 'LOCATION': 'United Kingdom', 'MINIMUM AGE': '', 'WEBSITE': 'www.godwars.net',
'FAMILY': 'DikuMUD', 'GENRE': 'Fantasy', 'GAMEPLAY': 'Player versus Player', 'STATUS': 'Live', 'GAMESYSTEM': 'None',
'INTERMUD': '', 'SUBGENRE': 'Dark Fantasy', 'ANSI': '1', 'MCCP': '1', 'MXP': '1', 'PAY TO PLAY': '0', 'PAY FOR PERKS': '0',
'HIRING BUILDERS': '0', 'HIRING CODERS': '0', 'ADULT MATERIAL': '1', 'MULTICLASSING': '0', 'NEWBIE FRIENDLY': '1', 'PLAYER
CITIES': '0', 'PLAYER CLANS': '0', 'PLAYER CRAFTING': '1', 'PLAYER GUILDS': '0', '': ''}
DEBUG stream_writer.py:699 begin sub-negotiation SB MXP
DEBUG stream_writer.py:686 sub-negotiation cmd MXP SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = False
DEBUG stream_writer.py:1682 MXP: b''
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
DEBUG stream_writer.py:707 recv IAC WONT b'\x1b'
DEBUG stream_writer.py:2025 handle_wont(b'\x1b')
DEBUG stream_writer.py:3174 remote_option[b'\x1b'] = False
DEBUG stream_writer.py:3174 pending_option[DO + b'\x1b'] = False
DEBUG stream_writer.py:707 recv IAC WONT SGA
DEBUG stream_writer.py:2025 handle_wont(SGA)
DEBUG stream_writer.py:3174 remote_option[SGA] = False
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = False
DEBUG stream_writer.py:707 recv IAC WILL ECHO
DEBUG stream_writer.py:1900 handle_will(ECHO)
DEBUG stream_writer.py:924 skip DO ECHO; pending_option = True
DEBUG stream_writer.py:3174 remote_option[ECHO] = True
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:707 recv IAC WONT STATUS
DEBUG stream_writer.py:2025 handle_wont(STATUS)
DEBUG stream_writer.py:3174 remote_option[STATUS] = False
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:707 recv IAC WONT CHARSET
DEBUG stream_writer.py:2025 handle_wont(CHARSET)
DEBUG stream_writer.py:3174 remote_option[CHARSET] = False
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WONT EOR
DEBUG stream_writer.py:2025 handle_wont(EOR)
DEBUG stream_writer.py:3174 remote_option[EOR] = False
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = False
DEBUG stream_writer.py:707 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2025 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3174 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:707 recv IAC WONT GMCP
DEBUG stream_writer.py:2025 handle_wont(GMCP)
DEBUG stream_writer.py:3174 remote_option[GMCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WILL MXP
DEBUG stream_writer.py:1900 handle_will(MXP)
DEBUG stream_writer.py:924 skip DO MXP; pending_option = True
DEBUG stream_writer.py:3174 remote_option[MXP] = True
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = False
DEBUG stream_writer.py:707 recv IAC WONT ZMP
DEBUG stream_writer.py:2025 handle_wont(ZMP)
DEBUG stream_writer.py:3174 remote_option[ZMP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:707 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2025 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3174 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:707 recv IAC WONT ATCP
DEBUG stream_writer.py:2025 handle_wont(ATCP)
DEBUG stream_writer.py:3174 remote_option[ATCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = False
INFO fingerprinting.py:746 connection for server fingerprint ba132668606f84be
INFO client_base.py:106 Connection closed to
.. raw:: html
.. _ip_216_136_9_5_ianshirm_genesismuds_com_2251:
Children of the Night (ianshirm.genesismuds.com:2251)
-----------------------------------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_41dc4382c0c2.png
:alt: Attempting to detect client, please wait... ,. _β___ ,_.,/ }._ _/_,---( , ) __ / < / ) ___ - -β-----===;;;'=β===------------------===;;;=β==----- - - \\/ -'''-'-'-'--'-)-'/ (_ ( ( > ) _( _ < >_>' - \`-M' ::>\|--' M'\|.\|.\| _ M'\|.\|.\| \|:\| _ M'\|.\|.\| _ _ \|:\| __ \|:\| _
Telnet : telnet://ianshirm.genesismuds.com:2251
📋
Website : www.godwars.net
Server Info
~~~~~~~~~~~
- **Codebase**: Dystopia 1.4
- **Genre**: Fantasy
- **Gameplay**: Player versus Player
- **Players online**: 0 [#scan_ianshirm.genesismuds.com_2251]_
- **Created**: 2006
- **Status**: Live
- **Server Location**: πΊπΈ United Kingdom (MSSP)
- **Language**: English
Protocol Support
~~~~~~~~~~~~~~~~
MUD-specific protocols detected via MSSP flags or
Telnet negotiation.
- **MSSP**: :proto-yes:`Yes` (MSSP)
- **GMCP**: :proto-no:`No`
- **MSDP**: :proto-negotiated:`Negotiated`
- **MCCP**: :proto-yes:`Yes` (MSSP)
- **MCCP2**: :proto-no:`No`
- **MXP**: :proto-yes:`Yes` (MSSP)
- **MSP**: :proto-negotiated:`Negotiated`
- **MCP**: :proto-no:`No`
- **ZMP**: :proto-no:`No`
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`2d1d3bcf28abae7b `
*This fingerprint is shared by 54 other servers.*
**Options requested from client**: ``ATCP``, ``CHARSET``, ``MXP``, ``NAWS``, ``TTYPE``
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. code-block:: json
{
"server-probe": {
"fingerprint": "2d1d3bcf28abae7b",
"fingerprint-data": {
"offered-options": [],
"probed-protocol": "server",
"refused-options": [],
"requested-options": [
"ATCP",
"CHARSET",
"MXP",
"NAWS",
"TTYPE"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "",
"banner_before_return": "\n\rAttempting to detect client, please wait...\r\n\r\n\u001b[0m\u001b[0m\u001b[0m \u001b[0;00m \n\r\u001b[0m\u001b[1;33m ,. ____ \u001b[0;00m\n\r \u001b[0m\u001b[1;33m ,_.,/ }._ \u001b[0;00m\n\r \u001b[0m\u001b[1;33m _/_\u001b[0;31m,\u001b[1;33m---( \u001b[0;31m,\u001b[1;33m )\u001b[0;00m\n\r \u001b[0m\u001b[1;33m __ / \u001b[0;31m<\u001b[1;33m / ) ___\u001b[0;00m \n\r\u001b[0m\u001b[1;33m - ------===;;;'====------------------===;;;===----- - -\u001b[0;00m \n\r\u001b[0m\u001b[1;33m \\\u001b[0;31m/\u001b[1;33m -'''-'-'-'--'-)-'/\u001b[0;00m \n\r\u001b[0m\u001b[1;33m (_ \u001b[0;31m(\u001b[1;33m \u001b[0;31m ( \u001b[0;31m >\u001b[0;00m\u001b[1;33m )\u001b[0;00m\n\r \u001b[0m\u001b[1;33m _\u001b[0;31m(\u001b[1;33m _ < >_>'\u001b[0;00m \n\r\u001b[0m\u001b[1;33m - `-M\u001b[0;31m'\u001b[1;33m :\u001b[0;31m:>\u001b[1;33m|--'\u001b[0;00m \n\r\u001b[0m\u001b[1;33m M'\u001b[1;37m|.|.|\u001b[0;00m \n\r\u001b[0m _ \u001b[1;33m M'\u001b[1;37m|.|.| \u001b[0;00m\n\r \u001b[0m |:| _ \u001b[1;33m M'\u001b[1;37m|.|.| \u001b[0;00m _ _\u001b[0;00m\n\r \u001b[0m |:| __ |:| _ \u001b[1;33m
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug ianshirm.genesismuds.com 2251
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:998 Fingerprint client: host=ianshirm.genesismuds.com port=2251
INFO client_base.py:175 Connected to
DEBUG client_base.py:494 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:707 recv IAC WILL MCCP_COMPRESS
DEBUG stream_writer.py:723 WILL MCCP_COMPRESS unsolicited
DEBUG stream_writer.py:1900 handle_will(MCCP_COMPRESS)
DEBUG stream_writer.py:3174 remote_option[MCCP_COMPRESS] = False
DEBUG stream_writer.py:950 send IAC DONT MCCP_COMPRESS
WARNING stream_writer.py:2008 Unhandled: WILL MCCP_COMPRESS.
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO CHARSET
DEBUG stream_writer.py:1770 handle_do(CHARSET)
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:950 send IAC WILL CHARSET
DEBUG stream_writer.py:3174 local_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WILL MSDP
DEBUG stream_writer.py:723 WILL MSDP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSDP)
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 remote_option[MSDP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC DO ATCP
DEBUG stream_writer.py:1770 handle_do(ATCP)
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:950 send IAC WILL ATCP
DEBUG stream_writer.py:3174 local_option[ATCP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSP
DEBUG stream_writer.py:723 WILL MSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 remote_option[MSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC DO MXP
DEBUG stream_writer.py:1770 handle_do(MXP)
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:950 send IAC WILL MXP
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3174 local_option[MXP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:707 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:723 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1900 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3174 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:950 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:2008 Unhandled: WILL MCCP2_COMPRESS.
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:2065 [SB + TTYPE] unsolicited
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
DEBUG client.py:306 encoding negotiated: UTF-8
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSDP
DEBUG stream_writer.py:686 sub-negotiation cmd MSDP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSDP] unsolicited
DEBUG stream_writer.py:1669 MSDP: {'SERVER_ID': 'Children of the Night'}
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'Children of the Night', 'PLAYERS': '0', 'UPTIME': '0', 'CRAWL DELAY': '-1',
'HOSTNAME': 'godwars.net', 'PORT': '2250', 'CODEBASE': 'Dystopia 1.4', 'CONTACT': 'Ianshirm@gmail.com', 'CREATED': '2006',
'ICON': '', 'IP': '178.79.173.99', 'LANGUAGE': 'English', 'LOCATION': 'United Kingdom', 'MINIMUM AGE': '', 'WEBSITE':
'www.godwars.net', 'FAMILY': 'DikuMUD', 'GENRE': 'Fantasy', 'GAMEPLAY': 'Player versus Player', 'STATUS': 'Live',
'GAMESYSTEM': 'None', 'INTERMUD': '', 'SUBGENRE': 'Dark Fantasy', 'ANSI': '1', 'MCCP': '1', 'MXP': '1', 'PAY TO PLAY': '0',
'PAY FOR PERKS': '0', 'HIRING BUILDERS': '0', 'HIRING CODERS': '0', 'ADULT MATERIAL': '1', 'MULTICLASSING': '0', 'NEWBIE
FRIENDLY': '1', 'PLAYER CITIES': '0', 'PLAYER CLANS': '0', 'PLAYER CRAFTING': '1', 'PLAYER GUILDS': '0', '': ''}
DEBUG stream_writer.py:699 begin sub-negotiation SB MXP
DEBUG stream_writer.py:686 sub-negotiation cmd MXP SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = False
DEBUG stream_writer.py:1682 MXP: b''
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to
INFO fingerprinting.py:746 connection for server fingerprint 2d1d3bcf28abae7b
.. raw:: html
.. _ip_216_136_9_5_imperium_genesismuds_com_40000:
imperium.genesismuds.com:40000
------------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_a93a9f92814d.png
:alt: @@@@@@@@@@@ @@@@@@@@@@@ @@@ @@@ @@@@ @@@@ @ @@@ @@ @@@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@ @@ @@ @@@@@@ @@ @@ @@ @@ @@@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@ @@@@@ @@@@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@ @@ @@ @@@@ @@ @@ @@ @@@@@@@@@@@ @@ @@ @@ @@ v2.1 @@@@@@@@@@@ @@ A variation of DikuMUD I (gamma0.0) created by: Hans Henrik Staerfeldt, Katja Nyboe, Tom Madsen, Michael Siefert, and Sebastian Hammer Questions and comments can be sent gregmilford@gmail.com Visit the Imperium webpage at http://imperium.genesismuds.com Enjoy!! By what name do you wish to be known?
:class: ansi-banner
:width: 625px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Server Location**: πΊπΈ United States (GeoIP)
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`4c3054f2191e9619 `
*This fingerprint is shared by 4 other servers.*
**Options requested from client**: ``NAWS``
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. code-block:: json
{
"server-probe": {
"fingerprint": "4c3054f2191e9619",
"fingerprint-data": {
"offered-options": [],
"probed-protocol": "server",
"refused-options": [],
"requested-options": [
"NAWS"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "",
"banner_before_return": "\r\n\r\n @@@@@@@@@@@\r\n @@@@@@@@@@@\r\n @@@\r\n @@@ @@@@ @@@@ @ @@@ @@\r\n @@@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@\r\n @@@ @@ @@ @@ @@ @@ @@@@@@ @@ @@ @@ @@ @@@ @@@\r\n @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@\r\n @@@ @@ @@ @@ @@@@@ @@@@ @@ @@ @@ @@ @@ @@ @@\r\n @@@ @@ @@ @@ @@ @@ @@@@ @@ @@ @@ \r\n @@@@@@@@@@@ @@ @@ @@ @@ v2.1\r\n @@@@@@@@@@@ @@ \r\n A variation of DikuMUD I (gamma0.0)\r\n created by: Hans Henrik Staerfeldt,\r\n Katja Nyboe, Tom Madsen, Michael\r\n Siefert, and Sebastian Hammer\r\n\r\n\r\nQuestions and comments can be sent gregmilford@gmail.com\r\nVisit the Imperium webpage at http://imperium.genesismuds.com Enjoy!!\r\n\r\n\r\nBy what name do you wish to be known? ",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ascii",
"option_states": {
"server_offered": {
"ECHO": false
},
"server_requested": {
"NAWS": true
}
},
"scan_type": "quick",
"timing": {
"probe": 0.0,
"total": 2.782057285308838
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:09:41.590359+00:00",
"host": "imperium.genesismuds.com",
"ip": "216.136.9.5",
"port": 40000
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug imperium.genesismuds.com 40000
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=imperium.genesismuds.com port=40000
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC WONT ECHO
DEBUG stream_writer.py:2025 handle_wont(ECHO)
DEBUG stream_writer.py:3174 remote_option[ECHO] = False
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = False
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to
INFO fingerprinting.py:737 new server fingerprint 4c3054f2191e9619
.. raw:: html
.. _ip_216_136_9_5_newage_genesismuds_com_9010:
newage.genesismuds.com:9010
---------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_509274b60a2e.png
:alt: Welcome to Illusions of the Mind. Welcome to Tibernas!! We hope you enjoy your stay with us. Please have fun and remember, this is all an Illusion. _ __,-β---'^β^^^^\`-β----.__ . . \`//=β===- _β___,'^\` -. \\_\|// . /\|\|\\\\ \`^^\`-β--.___./ _β_____-==. _-^o \`\\/ \|\|\| \\\\ _,'\` __,--' ,=='\|\|\\=_ ;_,_,/ _-'\|- \|\`\\ \\\\ ,' _-' ,=' \| \\\\\`. '',/+7 /- / \|\| \`\\. / .' ,' \| \\\\ \\_ " / /- / \|\| \\ / / _β____ / \| \\\\.\`-_/ /\|- _/ ,\|\| \\ / ,-' \`-\|--'\|\`--_ \\ \`==-/ \`\| \\'-β-===-' _/\` ' ' \`-\| /\| )-'\\/' _,--"' '-^^\\_/ \| \| \`\\_ ,^ /\\ / \\ \\__ \\/^ \`\\__ _,-' _/'\\ ,-'^β____-'\`-/ \`\`===\\ ((->/' \\\|\|\|' \`. \`\\. , _\|\| ./ \\_ \`\\ \`^β---\|__i__i__\\--/'_/ <_n_ _β_-^-_ \`) \\-β.______________,-/' \`B'\\) ///,-'^\`_β_--^- \|-β------\*\*^' /^> ///,--/\`-\\ \` \` -Tua Xiong or Tom \\\\\\\\\\\\\\\\\\\\=β-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-/////////// \\\\\\\\\\\\\\\\\\\\=β-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-////////// ___ _ _ _ \|_ _\| \| \|_ _ ___(_) ___ _ __ ___ \| \|\| \| \| \| \| / __\| \|/ _ \\\| '_ \\/ __\| \| \|\| \| \| \|_\| \\__ \\ \| (_) \| \| \| \\__ \\ \|___\|_\|_\|\\__,_\|___/_\|\\___/\|_\| \|_\|___/ ___ __ _β____ _ __ __ _ _ / _ \\ / _\| \|_ _\| \|__ ___ \| \\/ (_)_ __ __\| \| \| \| \| \| \|_ \| \| \| '_ \\ / _ \\ \| \|\\/\| \| \| '_ \\ / _\` \| \| \|_\| \| _\| \| \| \| \| \| \| __/ \| \| \| \| \| \| \| \| (_\| \| \\___/\|_\| \|_\| \|_\| \|_\|\\___\| \|_\| \|_\|_\|_\| \|_\|\\__,_\| \\\\\\\\\\\\\\\\\\\\=β-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-////////// \\\\\\\\\\\\\\\\\\\\=β-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-/////////// Based on: ROM Version 2.4 beta Original DikuMUD by Hans Staerfeldt, Katja Nyboe, Tom Madsen, Michael Seifert, and Sebastian Hammer Based on MERC 2.1 code by Hatchet, Furey, and Kahn ROM 2.4 copyright (c) 1993-1995 Russ Taylor \*\*\* TOPMUDSITES.com ADMIN email Aldere at tibernas@gmail.com \*\* \*\*\* help admin for current immortal list \*\*Use tintin or wintin95 (wintin.org) or google mud clients \*\* \*\*Some users report issues using Putty!!! \*\* \*\*Contact for player assitance tibernas@gmail.com \*\* And now, what are your Illusions?
:class: ansi-banner
:width: 592px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Server Location**: πΊπΈ United States (GeoIP)
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`c2dd7d4e76383b41 `
*This fingerprint is shared by 173 other servers.*
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. 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\rWelcome to Illusions of the Mind.\n\r\n\rWelcome to Tibernas!! We hope you enjoy your stay with us. Please\n\rhave fun and remember, this is all an Illusion.\n\r\n\r\n\r _ __,----'^^^^^`-----.__\n\r . . `//====- ____,'^`\n\r -. \\_|// . /||\\\\ `^^`---.___./\n\r ______-==. _-^o `\\/ ||| \\\\ _,'`\n\r __,--' ,=='||\\=_ ;_,_,/ _-'|- |`\\ \\\\ ,'\n\r _-' ,=' | \\\\`. '',/+7 /- / || `\\. /\n\r .' ,' | \\\\ \\_ \" / /- / || \\ /\n\r / _____ / | \\\\.`-_/ /|- _/ ,|| \\ /\n\r ,-' `-|--'|`--_ \\ `==-/ `| \\'--===-' _/`\n\r ' ' `-| /| )-'\\/' _,--\"'\n\r '-^^\\_/ | | `\\_ ,^ /\\\n\r / \\ \\__ \\/^ `\\__\n\r _,-' _/'\\ ,-'^____-'`-/ ``===\\\n\r ((->/' \\|||' `. `\\. , _||\n\r ./ \\_ `\\ `^---|__i__i__\\--/'_/\n\r <_n_ __-^-_ `) \\-.______________,-/'\n\r `B'\\) ///,-'^`__--^- |-------**^'\n\r /^> ///,--/`-\\\n\r ` ` -Tua Xiong or Tom\n\r\n\r\\\\\\\\\\\\\\\\\\\\=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-///////////\n\r \\\\\\\\\\\\\\\\\\\\=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-//////////\n\r ___ _ _ _\n\r |_ _| | |_ _ ___(_) ___ _ __ ___\n\r | || | | | | / __| |/ _ \\| '_ \\/ __|\n\r | || | | |_| \\__ \\ | (_) | | | \\__ \\\n\r |___|_|_|\\__,_|___/_|\\___/|_| |_|___/\n\r ___ __ _____ _ __ __ _ _\n\r / _ \\ / _| |_ _| |__ ___ | \\/ (_)_ __ __| |\n\r | | | | |_ | | | '_ \\ / _ \\ | |\\/| | | '_ \\ / _` |\n\r | |_| | _| | | | | | | __/ | | | | | | | | (_| |\n\r \\___/|_| |_| |_| |_|\\___| |_| |_|_|_| |_|\\__,_|\n\r \n\r \\\\\\\\\\\\\\\\\\\\=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-//////////\n\r\\\\\\\\\\\\\\\\\\\\=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-///////////\n\rBased on: ROM Version 2.4 beta\n\r\n\r Original DikuMUD by Hans Staerfeldt, Katja Nyboe,\n\r Tom Madsen, Michael Seifert, and Sebastian Hammer\n\r Based on MERC 2.1 code by Hatchet, Furey, and Kahn\n\r ROM 2.4 copyright (c) 1993-1995 Russ Taylor\n\r\n\r*** TOPMUDSITES.com ADMIN email Aldere at tibernas@gmail.com **\n\r*** help admin for current immortal list\n\r\n\r**Use tintin or wintin95 (wintin.org) or google mud clients **\n\r\n\r**Some users report issues using Putty!!! **\n\r\n\r**Contact for player assitance tibernas@gmail.com **\n\r\n\rAnd now, what are your Illusions? ",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ascii",
"option_states": {
"server_offered": {},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.0,
"total": 2.6646690368652344
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:10:14.205665+00:00",
"host": "newage.genesismuds.com",
"ip": "216.136.9.5",
"port": 9010
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug newage.genesismuds.com 9010
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=newage.genesismuds.com port=9010
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to
INFO fingerprinting.py:746 connection for server fingerprint c2dd7d4e76383b41
.. raw:: html
.. _ip_216_136_9_5_omen_genesismuds_com_1100:
Velvet Room MUSH (omen.genesismuds.com:1100)
--------------------------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_a0256c6420eb.png
:alt: .β------------------------------------------------------------------------------. \| .β--------------------------------------------------------------------------. \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \|\| \| \| \| \| \\ \|\| / \| \| \| \| \\ \|\| / \| \| \| \| \\ \*\*\*\*\*\*\*\*\*\* \|\| \*\*\*\*\*\*\*\*\*\* / \| \| \| \| \* \\ \|\| / \* \| \| \| \| \* \\ #β################### / \* \| \| \| \| \* ## ## \* \| \| \| \| \* # Velvet Room MUSH # \* \| \| \| \| \* # # \* \| \| \| \| \* # Season 1 # \* \| \| \| \| \* # # \* \| \| \| \| \* # Welcome # \* \| \| \| \| \* # To the Velvet Room # \* \| \| \| \| \* # # \* \| \| \| \| -β---------# Players: #β---------- \| \| \| \| \* # # \* \| \| \| \| \* # connect # \* \| \| \| \| \* # # \* \| \| \| \| \* # Guests: # \* \| \| \| \| \* # # \* \| \| \| \| \* # connect guest guest # \* \| \| \| \| \* # # \* \| \| \| \| \* # Others: # \* \| \| \| \| \* # # \* \| \| \| \| \* # WHO \|\| QUIT # \* \| \| \| \| \* ## ## \* \| \| \| \| \* / #β################### \\ \* \| \| \| \| \* / \|\| \\ \* \| \| \| \| / \*\*\*\*\*\*\*\*\*\* \|\| \*\*\*\*\*\*\*\*\*\* \\ \| \| \| \| / \|\| \\ \| \| \| \| / \|\| \\ \| \| \| \| \|\| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| '-β-------------------------------------------------------------------------' \| '-β-----------------------------------------------------------------------------'
:class: ansi-banner
:width: 640px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Codebase**: PennMUSH 1.8.5p5
- **Players online**: 19 [#scan_omen.genesismuds.com_1100]_
- **Uptime**: 139 days
- **Server Location**: πΊπΈ United States (GeoIP)
- **Encoding**: iso-8859-1
This server uses a legacy encoding:
``telnetlib3-client --encoding iso-8859-1 --force-binary omen.genesismuds.com 1100``
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:`f2a90ec25901b0f0 `
*This fingerprint is shared by 2 other servers.*
**Options offered by server**: ``CHARSET``, ``MSSP``, ``SGA``
**Options requested from client**: ``LINEMODE``, ``NAWS``, ``SGA``, ``TTYPE``
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. code-block:: json
{
"server-probe": {
"fingerprint": "f2a90ec25901b0f0",
"fingerprint-data": {
"offered-options": [
"CHARSET",
"MSSP",
"SGA"
],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"BINARY",
"COM_PORT",
"ECHO",
"EOR",
"GMCP",
"MSDP",
"MSP",
"MXP",
"STATUS",
"ZMP"
],
"requested-options": [
"LINEMODE",
"NAWS",
"SGA",
"TTYPE"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": ".------------------------------------------------------------------------------.\r\n| .--------------------------------------------------------------------------. |\r\n| | | |\r\n| | | |\r\n| | | |\r\n| | | |\r\n| | || | |\r\n| | \\ || / | |\r\n| | \\ || / | |\r\n| | \\ ********** || ********** / | |\r\n| | * \\ || / * | |\r\n| | * \\ #################### / * | |\r\n| | * ## ## * | |\r\n| | * # Velvet Room MUSH # * | |\r\n| | * # # * | |\r\n| | * # Season 1 # * | |\r\n| | * # # * | |\r\n| | * # Welcome # * | |\r\n| | * # To the Velvet Room # * | |\r\n| | * # # * | |\r\n| | ----------# Players: #---------- | |\r\n| | * # # * | |\r\n| | * # connect # * | |\r\n| | * # # * | |\r\n| | * # Guests: # * | |\r\n| | * # # * | |\r\n| | * # connect guest guest # * | |\r\n| | * # # * | |\r\n| | * # Others: # * | |\r\n| | * # # * | |\r\n| | * # WHO || QUIT # * | |\r\n| | * ## ## * | |\r\n| | * / #################### \\ * | |\r\n| | * / || \\ * | |\r\n| | / ********** || ********** \\ | |\r\n| | / || \\ | |\r\n| | / || \\ | |\r\n| | || | |\r\n| | | |\r\n| | | |\r\n| | | |\r\n| | | |\r\n| '--------------------------------------------------------------------------' |\r\n'------------------------------------------------------------------------------'\r\n",
"banner_before_return": "",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ISO-8859-1",
"mssp": {
"ANSI": "1",
"CODEBASE": "PennMUSH 1.8.5p5",
"FAMILY": "TinyMUD",
"NAME": "Velvet Room MUSH",
"PLAYERS": "19",
"PORT": "1100",
"PUEBLO": "0",
"UPTIME": "1759077051",
"XTERM 256 COLORS": "1"
},
"option_states": {
"server_offered": {
"CHARSET": true,
"MSSP": true
},
"server_requested": {
"LINEMODE": true,
"NAWS": true,
"TTYPE": true
}
},
"scan_type": "quick",
"timing": {
"probe": 0.24408507347106934,
"total": 4.805783987045288
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:10:01.928105+00:00",
"host": "omen.genesismuds.com",
"ip": "216.136.9.5",
"port": 1100
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug omen.genesismuds.com 1100
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=omen.genesismuds.com port=1100
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO LINEMODE
DEBUG stream_writer.py:1770 handle_do(LINEMODE)
DEBUG stream_writer.py:3174 pending_option[WILL + LINEMODE] = True
DEBUG stream_writer.py:950 send IAC WILL LINEMODE
DEBUG stream_writer.py:3174 pending_option[SB + LINEMODE] = True
DEBUG stream_writer.py:3174 local_option[LINEMODE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + LINEMODE] = False
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC WILL CHARSET
DEBUG stream_writer.py:725 WILL CHARSET (bi-directional capability exchange)
DEBUG stream_writer.py:1900 handle_will(CHARSET)
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 remote_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:686 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + LINEMODE] = False
DEBUG stream_writer.py:2544 recv IAC SB LINEMODE LINEMODE-MODE b'\t' IAC SE
DEBUG stream_writer.py:1277 set Linemode
DEBUG stream_writer.py:1280 send IAC SB LINEMODE LINEMODE-MODE IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'Velvet Room MUSH', 'PLAYERS': '19', 'UPTIME': '1759077051', 'PORT': '1100', 'PUEBLO':
'0', 'CODEBASE': 'PennMUSH 1.8.5p5', 'FAMILY': 'TinyMUD', 'ANSI': '1', 'XTERM 256 COLORS': '1'}
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
INFO client.py:271 LookupError: encoding x-penn-def not available
DEBUG client.py:304 encoding negotiated: ISO-8859-1
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED ISO-8859-1 IAC SE
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
DEBUG stream_writer.py:707 recv IAC WONT BINARY
DEBUG stream_writer.py:2025 handle_wont(BINARY)
DEBUG stream_writer.py:3174 remote_option[BINARY] = False
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:707 recv IAC WILL SGA
DEBUG stream_writer.py:1900 handle_will(SGA)
DEBUG stream_writer.py:924 skip DO SGA; pending_option = True
DEBUG stream_writer.py:3174 remote_option[SGA] = True
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = False
DEBUG stream_writer.py:707 recv IAC DO SGA
DEBUG stream_writer.py:1770 handle_do(SGA)
DEBUG stream_writer.py:3174 pending_option[WILL + SGA] = True
DEBUG stream_writer.py:950 send IAC WILL SGA
DEBUG stream_writer.py:3174 local_option[SGA] = True
DEBUG stream_writer.py:3174 pending_option[WILL + SGA] = False
DEBUG stream_writer.py:707 recv IAC WONT ECHO
DEBUG stream_writer.py:2025 handle_wont(ECHO)
DEBUG stream_writer.py:3174 remote_option[ECHO] = False
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:707 recv IAC WONT STATUS
DEBUG stream_writer.py:2025 handle_wont(STATUS)
DEBUG stream_writer.py:3174 remote_option[STATUS] = False
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:707 recv IAC WONT EOR
DEBUG stream_writer.py:2025 handle_wont(EOR)
DEBUG stream_writer.py:3174 remote_option[EOR] = False
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = False
DEBUG stream_writer.py:707 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2025 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3174 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:707 recv IAC WONT GMCP
DEBUG stream_writer.py:2025 handle_wont(GMCP)
DEBUG stream_writer.py:3174 remote_option[GMCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSDP
DEBUG stream_writer.py:2025 handle_wont(MSDP)
DEBUG stream_writer.py:3174 remote_option[MSDP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSP
DEBUG stream_writer.py:2025 handle_wont(MSP)
DEBUG stream_writer.py:3174 remote_option[MSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MXP
DEBUG stream_writer.py:2025 handle_wont(MXP)
DEBUG stream_writer.py:3174 remote_option[MXP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = False
DEBUG stream_writer.py:707 recv IAC WONT ZMP
DEBUG stream_writer.py:2025 handle_wont(ZMP)
DEBUG stream_writer.py:3174 remote_option[ZMP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:707 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2025 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3174 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:707 recv IAC WONT ATCP
DEBUG stream_writer.py:2025 handle_wont(ATCP)
DEBUG stream_writer.py:3174 remote_option[ATCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = False
INFO fingerprinting.py:737 new server fingerprint f2a90ec25901b0f0
INFO client_base.py:106 Connection closed to
.. raw:: html
.. _ip_216_136_9_5_play_exodusmud_com_9000:
play.exodusmud.com:9000
-----------------------
**Connection Banner:**
.. image:: /_static/banners/banner_c6b4a1b166c2.png
:alt: ANSI Color (Y/n)? Original DikuMUD by Hans Staerfeldt, Katja Nyboe, Tom Madsen, Michael Seifert, and Sebastian Hammer. Derivative of MERC 2.1 and ROM 2.4 (c) 1993 - 1994 Alander. RIM 1.0 / PUD 2.0 by Cailet, Murk & Associates /\\ //\\\\ /\\ ///\\\\\\ /\\ EXODUS //\\\\ ////\\\\\\\\ //\\\\ ///\\\\\\ //^ ^ ^ \\/ ^ \\ \* . . \* /// ^ -β.-.-^ ^ ^ ^\\ ^^ -β.-.- \* . \* / ^ ^ \| \| ^ ^ ^ \\ \| \| \* . \* . \* /^ ^ ^ \| \| _ _ _ \| \| . \* _ . \* . /^ ^ ^ \| O \|_\| \|_\| \|_\| \|_\| O \| \* _/ \\ \* . _\* \* . . / /%\\ ^^ \| \| - _^_ \| \| / \\_ _/ \\ ^ /\|\|\|\\^ \| _\| //\|\\\\ - \| \| \* _/ /\\ \\ / () \\_\* /\\_ /\|\|%o\|\\ \| \| ///\|\\\\\\ \| -\| / _ _/ \\ _/ \\_ . /%\|o\|\|\|\|\\ \|- \|_ \|\|\|\|\|\|\| \| \| / ( ) / <> \\_ / <> \\ ooo\| \|oooo\| \| \|\|\|\|\|\|\| \|- \| /\\_ () __/ ^ \\ /\\ \\_ oooooooooo\|___\|___\|\|\|\|\|\|\|___\|___\|\\_β____/\\__\\_β____/_()_β______/ \\_β___\\_β_____^___\\ /\|\\ / \| \\ / \| \\ / \| \\ / \| \\ / \| \\ / \| \\ / \| \\ Who dares storm our wayward path?
:class: ansi-banner
:width: 634px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Server Location**: πΊπΈ United States (GeoIP)
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`c2dd7d4e76383b41 `
*This fingerprint is shared by 173 other servers.*
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. 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": "\u001b[1;30m Original DikuMUD by Hans Staerfeldt, Katja Nyboe, Tom Madsen, \n\r\u001b[1;30m Michael Seifert, and Sebastian Hammer. Derivative of MERC 2.1 \n\r\u001b[1;30m and ROM 2.4 (c) 1993 - 1994 Alander.\n\r\u001b[1;30m RIM 1.0 / PUD 2.0 by Cailet, Murk & Associates\n\r\u001b[0m\n\r\u001b[0;37m /\\\n\r\u001b[0;37m //\\\\\n\r\u001b[0;37m /\\ ///\\\\\\ /\\\u001b[1;30m EXODUS \n\r\u001b[0;37m //\\\\ ////\\\\\\\\ //\\\\\n\r\u001b[0;37m ///\\\\\\\u001b[0;37m //^ ^ ^\u001b[0;37m \\/\u001b[1;30m ^\u001b[0;37m \\\u001b[0;1;37m * . . *\n\r\u001b[0;37m /// ^\u001b[0;36m -.-.-\u001b[1;30m^ ^ ^ ^\\ ^^\u001b[0;36m -.-.-\u001b[0;1;37m * . *\n\r\u001b[1;30m / ^ ^\u001b[0;36m | |\u001b[1;30m ^ ^ ^ \\\u001b[0;36m | |\u001b[0;1;37m * . * . *\n\r\u001b[1;30m /^ ^ ^\u001b[0;36m | | _ _ _ | |\u001b[0;1;37m . *\u001b[0;31m _\u001b[0;1;37m . * . \n\r\u001b[1;30m /^ ^ ^\u001b[0;36m |\u001b[1;30m O\u001b[0;36m |_| |_| |_| |_|\u001b[1;30m O\u001b[0;36m |\u001b[0;1;37m *\u001b[0;31m _/ \\\u001b[0;1;37m * .\u001b[0;31m _\u001b[0;1;37m* * . .\n\r\u001b[1;30m/\u001b[0;32m /%\u001b[0;32m\\\u001b[1;30m ^^\u001b[0;36m | |\u001b[0;31m -\u001b[0;33m _^_\u001b[0;36m | |\u001b[0;31m / \\_ _/ \\\n\r\u001b[1;30m^\u001b[0;32m /|||\\\u001b[1;30m^\u001b[0;36m |\u001b[0;31m _\u001b[0;36m|\u001b[0;33m //|\\\\\u001b[0;31m -\u001b[0;36m | |\u001b[0;1;37m *\u001b[0;31m _/ /\\ \\ /\u001b[1;30m ()\u001b[0;31m \\_\u001b[0;1;37m*\u001b[0;31m /\\_ \n\r\u001b[0;32m /||%\u001b[0;33mo\u001b[0;32m|\\\u001b[0;36m | |\u001b[0;33m ///|\\\\\\\u001b[0;36m |\u001b[0;31m -\u001b[0;36m|\u001b[0;31m / _ _/ \\ _/ \\_\u001b[0;1;37m .\n\r\u001b[0;32m/%\u001b[0;32m|\u001b[0;33mo\u001b[0;32m||||\\\u001b[0;36m |\u001b[0;31m-\u001b[0;36m |\u001b[0;31m_\u001b[0;33m |||||||\u001b[0;36m | |\u001b[0;31m /\u001b[1;30m ( )\u001b[0;31m /\u001b[1;30m <>\u001b[0;31m \\_ /\u001b[1;30m <>\u001b[0;31m \\ \n\r\u001b[0;37mooo\u001b[0;33m| |\u001b[0;37moooo\u001b[0;36m| |\u001b[0;33m |||||||\u001b[0;36m |\u001b[0;31m-\u001b[0;36m |\u001b[0;31m /\\_ () __/ ^ \\ /\\ \\_\n\r\u001b[0;37moooooooooo\u001b[0;36m|___|___\u001b[0;33m|||||||\u001b[0;36m___|___|\u001b[0;31m\\_____/\\__\\_____/_\u001b[1;30m()\u001b[0;31m_______/ \\____\\______^___\\\n\r\u001b[0;33m /|\\\n\r\u001b[0;33m / | \\\n\r\u001b[0;33m / | \\\n\r\u001b[0;33m / | \\\n\r\u001b[0;33m / | \\\n\r\u001b[0;33m / | \\\n\r\u001b[0;33m / | \\\n\r\u001b[0;33m / | \\\u001b[0m\n\r\n\r\u001b[0;37mWho dares storm our wayward path? ",
"banner_before_return": "\n\rANSI Color (Y/n)? ",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ascii",
"option_states": {
"server_offered": {},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.0,
"total": 4.966179609298706
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:11:05.209506+00:00",
"host": "play.exodusmud.com",
"ip": "216.136.9.5",
"port": 9000
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug play.exodusmud.com 9000
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=play.exodusmud.com port=9000
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to
INFO fingerprinting.py:746 connection for server fingerprint c2dd7d4e76383b41
.. raw:: html
.. _ip_216_136_9_5_rom_genesismuds_com_4422:
rom.genesismuds.com:4422
------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_4db754712ee4.png
:alt: _β___ _β___ ___ __ ___ ___ __ \|\| \\\\ \|\| // \\\\ \|\| \|\|\\\\//\|\| (( \\ Realms of Myst \|\|_// \|\|== \|\|=\|\| \|\| \|\| \\/ \|\| \\\\ \|\| \\\\ \|\|___ \|\| \|\| \|\|__\| \|\| \|\| \\_)) ___ ___ ___ ___ __ __ __ _β___ // \\\\ \|\| \|\|\\\\//\|\| \|\| \|\| << \\ -\|\|- (( )) \|\|== \|\| \\/ \|\| \\\\// \\\\ \|\| A SMAUG MUD \\\\_// \|\| \|\| \|\| \|\| \\_>> \|\| /-β-------------------------------------------------------------------------\\ \| [S]imulated [M]edieval [A]dventure multi[U]ser [G]ame \| \\\\._.// \| \| -β----------------------------------------------------------\| (0...0) \| \| SMAUG 1.6 FUSS by afkmud based on Smaug by Derek Snider \| ).:.( \| \| -β----------------------------------------------------------\| {o o} \| \| SMAUG code (c) 1998 by Derek Snider aka Thoric. \| / ' ' \\ \| \| Special thanks to Romani, Nivek, Eventine, Mendax, \|-'-.VxvxV.-'-\| \| Sokudon, Nemesis, Chomstoru, and other inspirations. \| ver 0.40 \| \\-β-------------------------------------------------------------------------/ Enter the name of your character, or type "new" to create a new character. >
:class: ansi-banner
:width: 618px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Server Location**: πΊπΈ United States (GeoIP)
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`c2dd7d4e76383b41 `
*This fingerprint is shared by 173 other servers.*
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. 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 || \\\\ || // \\\\ || ||\\\\//|| (( \\ Realms of Myst\n\r ||_// ||== ||=|| || || \\/ || \\\\ \n\r || \\\\ ||___ || || ||__| || || \\_)) \n\r ___ ___ ___ ___ __ __ __ ____\n\r // \\\\ || ||\\\\//|| || || << \\ -||-\n\r (( )) ||== || \\/ || \\\\// \\\\ ||\n\r A SMAUG MUD \\\\_// || || || || \\_>> ||\n\r \n\r /--------------------------------------------------------------------------\\\n\r | [S]imulated [M]edieval [A]dventure multi[U]ser [G]ame | \\\\._.// |\n\r | -----------------------------------------------------------| (0...0) |\n\r | SMAUG 1.6 FUSS by afkmud based on Smaug by Derek Snider | ).:.( |\n\r | -----------------------------------------------------------| {o o} |\n\r | SMAUG code (c) 1998 by Derek Snider aka Thoric. | / ' ' \\ |\n\r | Special thanks to Romani, Nivek, Eventine, Mendax, |-'-.VxvxV.-'-|\n\r | Sokudon, Nemesis, Chomstoru, and other inspirations. | ver 0.40 |\n\r \\--------------------------------------------------------------------------/\n\r \n\rEnter the name of your character, or type \"new\" to create a new character.\n\r> \n\r",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ascii",
"option_states": {
"server_offered": {
"0x56": false
},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.0,
"total": 2.8158681392669678
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:12:41.577124+00:00",
"host": "rom.genesismuds.com",
"ip": "216.136.9.5",
"port": 4422
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug rom.genesismuds.com 4422
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=rom.genesismuds.com port=4422
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:723 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1900 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3174 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:950 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:2008 Unhandled: WILL MCCP2_COMPRESS.
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to
INFO fingerprinting.py:746 connection for server fingerprint c2dd7d4e76383b41
.. raw:: html
.. _ip_216_136_9_5_terabithia_genesismuds_com_4700:
terabithia.genesismuds.com:4700
-------------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_71ff0fe25572.png
:alt: This world is Pueblo 1.0 enhanced Welcome to TinyMUSH -β----------------------------------------------------------------------------- "connect " connects you to an existing character. "WHO" tells you who is logged in to the game (case sensitive). "QUIT" exits the game and saves your character. "news" informs you about recent program changes and items of interest. "help" gives help on the commands. If you want a character, e-mail your request to terabithia@shunyata.org. Include in your request the character name and password you want. New characters are normally created within 24 hours. -β-----------------------------------------------------------------------------
:class: ansi-banner
:width: 626px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Server Info
~~~~~~~~~~~
- **Server Location**: πΊπΈ United States (GeoIP)
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`a8a260cc4662430c `
*This fingerprint is shared by 219 other servers.*
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. code-block:: json
{
"server-probe": {
"fingerprint": "a8a260cc4662430c",
"fingerprint-data": {
"offered-options": [],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"BINARY",
"CHARSET",
"COM_PORT",
"ECHO",
"EOR",
"GMCP",
"MSDP",
"MSP",
"MSSP",
"MXP",
"SGA",
"STATUS",
"ZMP"
],
"requested-options": [],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "",
"banner_before_return": "This world is Pueblo 1.0 enhanced\r\n\r\nWelcome to TinyMUSH\r\n------------------------------------------------------------------------------\r\n \"connect \" connects you to an existing character.\r\n \"WHO\" tells you who is logged in to the game (case sensitive).\r\n \"QUIT\" exits the game and saves your character.\r\n \"news\" informs you about recent program changes and items of interest.\r\n \"help\" gives help on the commands.\r\n\r\n If you want a character, e-mail your request to terabithia@shunyata.org.\r\n Include in your request the character name and password you want.\r\n New characters are normally created within 24 hours.\r\n------------------------------------------------------------------------------\r\n",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ascii",
"option_states": {
"server_offered": {},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.5119879245758057,
"total": 5.021236419677734
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:10:01.502907+00:00",
"host": "terabithia.genesismuds.com",
"ip": "216.136.9.5",
"port": 4700
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug terabithia.genesismuds.com 4700
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=terabithia.genesismuds.com port=4700
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
INFO fingerprinting.py:746 connection for server fingerprint a8a260cc4662430c
INFO client_base.py:106 Connection closed to
.. raw:: html
.. _ip_216_136_9_5_vor_voidofreality_org_7777:
Void of Reality (vor.voidofreality.org:7777)
--------------------------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_3a9eb6fa9e0e.png
:alt: Welcome to Void of Reality Running on EmlenMud(c)1994, VoR(c) 1995, v3.2.0 Revision 2006/11/2 O. Emlen, S. Lee, D. Biegal - OLC heavy-modified TheIsles Press [Enter] to login... "only knowledge will i save" "to the game you stay a slave" "rover" "wanderer" "nomad" "vagabond" " call me what you will " β βββ β ββ β βββ βββ βββ βββ βββββ ββ ββββββ βββββ βββββ ββββββββββββββ ββββββ βββββββ ββββββ ββββββ βββββββ ββββββ βββββββ βββββ ββββββ βββββ βββββ ββββββ ββββββ βββββ ββββββ βββββ βββββ ββββββ βββββ βββββ βββββ βββββ βββββ ββββββ ββββ βββββ ββββ βββββ ββββ βββββ ββ ββ β ββ ββ ββ ββββ ββββ βββ βββ βββββ βββββ βββ ββ βββββ βββββ ββββββ βββββ βββββ βββββ βββββ βββββββββ ββ βββββ βββββ βββββ βββββ βββββββ βββββ βββββ βββββ βββββ βββββ βββββ βββββ ββββββ ββββββ ββ βββ ββ ββββ ββ ββββ ββββ β βββ βββββ βββββ βββββ βββββ βββββ βββ βββ βββ βββ βββ ββββββ β βββ βββ β βββββββββ βββββββ . M i d P o i n t V o i d 2 . β + Void of Reality + Options: New Player? type Create Returning Player? type Want to disconnect from server? Type quit
:class: ansi-banner
:width: 555px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
Description
~~~~~~~~~~~
Void of Reality has been online since 1995. A PvP-focused hack-and-slash featuring 9 remort tiers, 6 classes, player clans, and an original fantasy world. Loot chests, epic and legendary items with Diablo-style random affects. Item customization via enchanting, socketing, and mastercrafting. Built on EmlenMUD with 30 years of evolution.
Server Info
~~~~~~~~~~~
- **Codebase**: EmlenMud
- **Genre**: Fantasy
- **Gameplay**: Hack and Slash/Player Kill
- **Players online**: 4 [#scan_vor.voidofreality.org_7777]_
- **Uptime**: 20492 days
- **Created**: 1995
- **Status**: Development
- **Discord**: `https://discord.gg/CkYm9WRnyw `_
- **Server Location**: πΊπΈ United States (MSSP)
- **Language**: English
Protocol Support
~~~~~~~~~~~~~~~~
MUD-specific protocols detected via MSSP flags or
Telnet negotiation.
- **MSSP**: :proto-yes:`Yes` (MSSP)
- **GMCP**: :proto-yes:`Yes` (MSSP)
- **MSDP**: :proto-negotiated:`Negotiated`
- **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:`59c7ba741287342b `
*This fingerprint is unique to this server.*
**Options offered by server**: ``CHARSET``, ``GMCP``, ``MSDP``, ``MSSP``
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. raw:: html
Show JSON
.. code-block:: json
{
"server-probe": {
"fingerprint": "59c7ba741287342b",
"fingerprint-data": {
"offered-options": [
"CHARSET",
"GMCP",
"MSDP",
"MSSP"
],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"BINARY",
"COM_PORT",
"ECHO",
"EOR",
"MSP",
"MXP",
"SGA",
"STATUS",
"ZMP"
],
"requested-options": [],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": " \u001b[1;30m\"only knowledge will i save\"\u001b[0m\n\r \u001b[1;30m\"to the game you stay a slave\"\u001b[0m\n\r \u001b[1;30m\"rover\"\u001b[0m\n\r \u001b[1;30m\"wanderer\"\u001b[0m\n\r \u001b[1;30m\"nomad\"\u001b[0m\n\r \u001b[1;30m\"vagabond\"\u001b[0m\n\r \u001b[1;30m\" call me what you will\u001b[0m \u001b[1;30m\"\u001b[0m\n\r\n\r \u2584 \u2584\u2580\u2584 \u2584 \u2584\u2588\u001b[0m\n\r \u2584 \u2584\u2588\u258c \u2584\u001b[1;30;47m\u2591\u001b[0m\u2580 \u2580\u2588\u001b[1;30m\u2584\u001b[0m \u001b[1;30m\u2584\u001b[0m\u2588\u258c \u001b[1;30m\u2584\u2584\u2588\u001b[1;30;47m\u2591\u001b[0m\u2588\u001b[0m\n\r \u001b[1;30m \u001b[0m\u2584\u2588 \u001b[1;30m\u2584\u2584\u2588\u2588\u001b[1;30;47m\u2580\u258c\u001b[0m \u001b[1;30m\u2584\u2588\u001b[1;30;47m\u2593\u2580\u001b[1;30m\u258c\u001b[0m \u001b[1;30m\u2590\u001b[1;30;47m\u2591\u001b[1;30m\u2588\u001b[1;30;47m\u2580\u001b[1;30m\u2584\u001b[0m \u001b[1;30m\u2584\u2584\u2588\u001b[1;30;47m\u2584\u001b[1;30m\u2588\u001b[1;30;47m\u2580\u001b[1;30m\u2584\u2580\u2588\u2588\u001b[1;30;47m\u2584\u001b[1;30m\u2588\u2588\u001b[1;30;47m\u2591\u001b[0m\n\r \u001b[1;30m\u2584\u2584\u001b[1;30;47m\u2593\u2580\u2584\u001b[0m\u258c \u001b[1;30m\u2580\u2590\u2588\u2588\u2588\u2588\u2588\u001b[0m \u001b[1;30m\u2584\u2588\u2588\u001b[1;30;47m\u2593\u001b[1;30m\u2588\u2588\u001b[0m \u001b[1;30m\u2588\u2588\u2588\u2588\u2588\u2584\u001b[0m \u001b[1;30m\u2580\u2590\u2588\u001b[1;30;47m\u2593\u001b[1;30m\u2588\u2588\u2588 \u001b[0m \u001b[1;30m\u2588\u2588\u2588\u2588\u2588\u2588\u001b[0m\n\r \u001b[1;30m\u2580\u001b[1;30;47m\u2593\u001b[1;30m\u2588\u2588\u2588\u2588\u258c\u001b[0m \u001b[1;30m\u2590\u2588\u2588\u2593\u2588\u001b[0m \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u258c\u001b[0m \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u001b[0m \u001b[1;30m\u2588\u2588\u2588\u2588\u2588\u001b[0m \u001b[1;30m\u2588\u2588\u2588\u2588\u2588\u258c\u001b[0m\n\r \u001b[1;30m\u2590\u2588\u2588\u2593\u2588\u258c\u001b[0m \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u001b[0m \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u258c\u001b[0m \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u001b[0m \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u001b[0m \u001b[1;30m\u2588\u2588\u2588\u2588\u2588\u258c\u001b[0m\n\r \u001b[1;30m\u2588\u2588\u2588\u2580\u258c\u001b[0m \u001b[1;30m\u2590\u2588\u2588\u2593\u2588\u001b[0m \u001b[1;30m\u2590\u2593\u2584\u2588\u2588\u001b[0m \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u001b[0m \u001b[1;30m\u2590\u2588\u2588\u2584\u258c\u001b[0m \u001b[1;30m\u2588\u2593\u2588\u2588\u2580\u258c\u001b[0m\n\r \u001b[1;30m\u2592\u2588\u2593\u2580\u001b[0m \u001b[1;30m\u2590\u2593\u2584\u2592\u2580\u001b[0m \u001b[1;30m\u2590\u2593\u2592\u2580\u001b[0m \u001b[1;30m\u2590\u2588\u2584\u2593\u258c\u001b[0m \u001b[1;30m\u2584\u2588\u2593\u2580\u001b[0m \u001b[1;30m\u2593\u2588\u2580\u2593\u2580\u001b[0m\n\r \u001b[1;30m\u2591\u2580\u001b[0m \u001b[1;31m\u2584\u258c\u001b[0m \u001b[1;30m\u2580\u001b[0m \u001b[1;31m\u2584\u2590\u001b[0m \u001b[1;30m \u2580\u2580\u001b[0;31m \u001b[1;31m\u2584\u001b[1;31;41m\u2588\u001b[0m \u001b[1;30m\u2590\u2593\u2580\u2580\u001b[0m \u001b[0;31m \u001b[0m \u001b[1;31m\u2584\u2584\u2584\u2588\u001b[0m \u001b[1;30m\u2580\u2580\u2580\u001b[0m \u001b[1;31m\u2584\u2584\u258c\u001b[0m\n\r \u001b[1;31m\u2584\u2584\u001b[1;31;41m\u2593\u2588\u001b[0;31m\u258c\u001b[0m \u001b[1;31m\u2590\u2584\u2584\u001b[1;31;41m\u2593\u2593\u001b[0m \u001b[0;31m \u001b[1;31;41m\u2592\u2592\u25a0\u001b[1;31m\u2588\u258c\u001b[0m \u001b[0;31m\u2584\u001b[1;31m\u2584\u2588\u2588\u258c\u001b[0m \u001b[1;31m\u2590\u001b[0;31m\u2588\u001b[1;31;41m\u2580\u2588\u2580\u001b[0m \u001b[1;31m\u2590\u001b[1;31;41m\u2580\u2580\u2588\u2593\u001b[1;31m\u2580\u001b[0m\n\r \u001b[1;31;41m\u2593\u2580\u2591\u001b[0;31m\u2588\u258c\u001b[0m \u001b[1;31m\u2590\u001b[1;31;41m\u2593\u2580\u001b[0;31m\u2588\u2588\u001b[0m \u001b[1;31;41m\u2591\u001b[0;31m\u2588\u2588\u001b[1;31;41m\u2593\u001b[0;31m\u258c\u001b[0m \u001b[0;31m\u2590\u001b[1;31;41m\u2591\u2593\u2580\u001b[1;31m\u2588\u001b[0m \u001b[0;31m\u2590\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2584\u2588\u2588\u001b[1;31;41m\u25a0\u2593\u001b[0;31m\u2584\u001b[0m\n\r \u001b[1;31;41m\u258c\u2591\u001b[0;31m\u2588\u2588\u258c\u001b[0m \u001b[1;31m\u2590\u001b[0;31m\u2588\u2588\u001b[1;31;41m\u2593\u001b[0;31m\u2588\u001b[0m \u001b[0;31m\u2588\u2588\u2588\u2588\u258c\u001b[0m \u001b[0;31m\u2590\u001b[1;31;41m\u2580\u001b[0;31m\u2588\u2588\u001b[1;31;41m\u2590\u001b[0m \u001b[0;31m\u2590\u2588\u2588\u2588\u2588\u2580\u2580\u001b[0m \u001b[0;31m\u2580\u2588\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2584\u001b[0m\n\r \u001b[0;31m\u2588\u2588\u2588\u2588\u258c\u001b[0m \u001b[0;31m\u2590\u2588\u2588\u2588\u2588\u001b[0m \u001b[0;31m\u2588\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u258c\u001b[0m \u001b[0;31m\u2590\u2588\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u001b[0m \u001b[0;31m\u2590\u2588\u2588\u2588\u2588\u001b[0m \u001b[1;30m \u001b[0m \u001b[0;31m\u2590\u2588\u2588\u2588\u258c\u001b[0m\n\r \u001b[0;31m\u2584\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u2588\u001b[1;31;41m\u2580\u001b[0;31m\u2588\u001b[0m \u001b[0;31m\u2588\u2588\u2588\u001b[1;31;41m\u2584\u2591\u001b[0;31m\u2584\u001b[0m \u001b[0;31m\u2584\u001b[1;31;41m\u2592 \u2584\u001b[0;31m\u2588\u001b[1;31;41m\u2591\u001b[0m \u001b[0;31m\u2588\u001b[1;31;41m\u25a0\u001b[0;31m\u2588\u2588\u2588\u2584\u001b[0m \u001b[0;31m\u2588\u001b[1;31;41m\u25a0\u001b[0;31m\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u2584\u001b[0m \u001b[0;31m\u2588\u2588\u2588\u2588\u001b[0m\n\r \u001b[0;31m\u2580\u001b[1;31;41m \u2584\u2593\u001b[0;31m\u258c\u001b[0m \u001b[1;31m\u2590\u001b[1;31;41m\u2580\u2592\u001b[0;31m\u2588\u2580\u001b[0m \u001b[1;31m\u2580\u001b[1;31;41m\u2588\u2584\u2593\u001b[0;31m\u258c\u001b[0m \u001b[1;31m\u2590\u001b[1;31;41m\u2584\u2580\u2593\u001b[0;31m\u2580\u001b[0m \u001b[1;31m\u2590\u001b[1;31;41m\u2584\u2584\u2593\u001b[0;31m\u2580\u001b[0m \u001b[0;31m\u2588\u2588\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u001b[0m\n\r \u001b[1;31m\u2580\u2588\u2584\u001b[0m \u001b[1;31m\u2584\u2588\u2580\u001b[0m \u001b[1;31m\u2580\u001b[1;31;41m\u2588\u001b[1;31m\u2584\u001b[0m \u001b[1;31m\u2584\u001b[1;31;41m\u2588\u001b[1;31m\u2580\u001b[0m \u001b[1;31m\u2584\u2588\u2580\u001b[0m \u001b[0;31m\u2588\u2588\u2588\u001b[1;31;41m\u2593\u001b[0;31m\u2588\u001b[1;31;41m\u25a0\u001b[1;31m\u258c\u001b[0m\n\r \u001b[1;31m\u2580\u2584\u2580\u001b[0m \u001b[1;31m\u2580\u2584\u2580\u001b[0m \u001b[1;31m \u2580\u001b[0m \u001b[0;31m\u2590\u001b[1;31;41m\u2593\u2593\u2584\u001b[1;31m\u2588\u2588\u2588\u2584\u2584\u001b[0m\n\r \u001b[1;31m\u2580\u2588\u2588\u2588\u2588\u2580\u2580\u001b[0m\n\r \u001b[1;30m.\u001b[0m \u001b[1;30mM i d P o i n t V o i d 2 \u001b[0m \u001b[1;30m.\u001b[0m \u001b[1;31m\u2580\u001b[0m\n\r\n\r \u001b[1;31m + \u001b[1;34mVoid of Reality \u001b[1;31m+\u001b[0m\n\r\u001b[1;37mOptions:\u001b[0m\n\r\u001b[1;37mNew Player? type \u001b[1;35mCreate \u001b[0;37m<\u001b[1;36mplayername\u001b[0;37m>\u001b[0m\n\r\u001b[1;37mReturning Player? type \u001b[0;37m<\u001b[1;36mplayername\u001b[0;37m>\u001b[0m\n\r\u001b[1;37mWant to disconnect from server? Type quit\u001b[0m\n\r",
"banner_before_return": "\n\r\n\r\u001b[1;37mWelcome to Void of Reality\u001b[0m\n\r\u001b[1;30mRunning on \u001b[0;37mEmlenMud(c)1994, VoR(c) 1995, v3.2.0 Revision 2006/11/2\u001b[0m\n\r\u001b[1;30mO. Emlen, S. Lee, D. Biegal - OLC heavy-modified TheIsles\u001b[0m\n\r\n\r\u001b[0;37mPress \u001b[1;30m[\u001b[1;37mEnter\u001b[1;30m] \u001b[0;37mto login...\u001b[0m\n\r\n\r\n\r",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "UTF-8",
"mssp": {
"ADULT MATERIAL": "0",
"ANSI": "1",
"AREAS": "119",
"CHARSET": "UTF-8",
"CLASSES": "6",
"CODEBASE": "EmlenMud",
"CONTACT": "admin@voidofreality.org",
"CRAWL DELAY": "5",
"CREATED": "1995",
"DESCRIPTION": "Void of Reality has been online since 1995. A PvP-focused hack-and-slash featuring 9 remort tiers, 6 classes, player clans, and an original fantasy world. Loot chests, epic and legendary items with Diablo-style random affects. Item customization via enchanting, socketing, and mastercrafting. Built on EmlenMUD with 30 years of evolution.",
"DISCORD": "https://discord.gg/CkYm9WRnyw",
"EQUIPMENT SYSTEM": "No requirments to use items",
"FAMILY": "Diku/MERC",
"GAMEPLAY": "Hack and Slash/Player Kill",
"GAMESYSTEM": "Extensively Modified EmlenMud",
"GENRE": "Fantasy",
"GMCP": "1",
"HELPFILES": "489",
"HIRING BUILDERS": "0",
"HIRING CODERS": "0",
"HOSTNAME": "vor.voidofreality.org",
"ICON": "https://live.staticflickr.com/65535/54893341850_e16116a3d5_s.jpg",
"INTERMUD": "0",
"IP": "216.136.9.5",
"LANGUAGE": "English",
"LEVELS": "Max level is 90 with 9 remorts",
"LOCATION": "United States",
"MCCP": "0",
"MCP": "0",
"MINIMUM AGE": "13",
"MOBILES": "2434",
"MSP": "0",
"MSSP": "1",
"MULTICLASSING": "0",
"MULTIPLAYING": "Restricted",
"MXP": "0",
"NAME": "Void of Reality",
"NEWBIE FRIENDLY": "1",
"OBJECTS": "2506",
"PAY FOR PERKS": "0",
"PAY TO PLAY": "0",
"PLAYER CITIES": "0",
"PLAYER CLANS": "1",
"PLAYER CRAFTING": "0",
"PLAYER GUILDS": "1",
"PLAYERKILLING": "Full",
"PLAYERS": "4",
"PORT": "7777",
"QUEST SYSTEM": "0",
"RACES": "24",
"ROLEPLAYING": "Not Required",
"ROOMS": "21439",
"SKILLS": "217",
"SSL": "0",
"STATUS": "Development",
"SUBGENRE": "Medieval Fantasy",
"TRAINING SYSTEM": "For skills and spells",
"UPTIME": "505480",
"UTF-8": "1",
"VT100": "1",
"WEBSITE": "https://www.voidofreality.org/",
"WORLD ORIGINALITY": "All Original",
"XTERM 256 COLORS": "0",
"ZMP": "0"
},
"option_states": {
"server_offered": {
"CHARSET": true,
"GMCP": true,
"MSDP": true,
"MSSP": true
},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.5139851570129395,
"total": 5.31718111038208
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:10:58.580668+00:00",
"host": "vor.voidofreality.org",
"ip": "216.136.9.5",
"port": 7777
}
]
}
.. raw:: html
Connection Log
~~~~~~~~~~~~~~
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug vor.voidofreality.org 7777
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:965 Fingerprint client: host=vor.voidofreality.org port=7777
INFO client_base.py:175 Connected to
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC WILL GMCP
DEBUG stream_writer.py:723 WILL GMCP unsolicited
DEBUG stream_writer.py:1900 handle_will(GMCP)
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 remote_option[GMCP] = True
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSDP
DEBUG stream_writer.py:723 WILL MSDP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSDP)
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 remote_option[MSDP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC WILL CHARSET
DEBUG stream_writer.py:725 WILL CHARSET (bi-directional capability exchange)
DEBUG stream_writer.py:1900 handle_will(CHARSET)
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 remote_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'Void of Reality', 'PLAYERS': '4', 'UPTIME': '505480', 'HOSTNAME':
'vor.voidofreality.org', 'PORT': '7777', 'CODEBASE': 'EmlenMud', 'FAMILY': 'Diku/MERC', 'GENRE': 'Fantasy', 'GAMEPLAY': 'Hack
and Slash/Player Kill', 'GAMESYSTEM': 'Extensively Modified EmlenMud', 'STATUS': 'Development', 'INTERMUD': '0', 'SUBGENRE':
'Medieval Fantasy', 'AREAS': '119', 'HELPFILES': '489', 'MOBILES': '2434', 'OBJECTS': '2506', 'ROOMS': '21439', 'CLASSES':
'6', 'LEVELS': 'Max level is 90 with 9 remorts', 'RACES': '24', 'SKILLS': '217', 'ANSI': '1', 'GMCP': '1', 'MSSP': '1',
'MCCP': '0', 'SSL': '0', 'UTF-8': '1', 'VT100': '1', 'XTERM 256 COLORS': '0', 'MCP': '0', 'MSP': '0', 'MXP': '0', 'ZMP': '0',
'PAY TO PLAY': '0', 'PAY FOR PERKS': '0', 'HIRING BUILDERS': '0', 'HIRING CODERS': '0', 'ADULT MATERIAL': '0',
'MULTICLASSING': '0', 'NEWBIE FRIENDLY': '1', 'PLAYER CITIES': '0', 'PLAYER CLANS': '1', 'PLAYER CRAFTING': '0', 'PLAYER
GUILDS': '1', 'MULTIPLAYING': 'Restricted', 'PLAYERKILLING': 'Full', 'QUEST SYSTEM': '0', 'ROLEPLAYING': 'Not Required',
'TRAINING SYSTEM': 'For skills and spells', 'WORLD ORIGINALITY': 'All Original', 'EQUIPMENT SYSTEM': 'No requirments to use
items', 'CREATED': '1995', 'LOCATION': 'United States', 'MINIMUM AGE': '13', 'LANGUAGE': 'English', 'CONTACT':
'admin@voidofreality.org', 'WEBSITE': 'https://www.voidofreality.org/', 'DESCRIPTION': 'Void of Reality has been online since
1995. A PvP-focused hack-and-slash featuring 9 remort tiers, 6 classes, player clans, and an original fantasy world. Loot
chests, epic and legendary items with Diablo-style random affects. Item customization via enchanting, socketing, and
mastercrafting. Built on EmlenMUD with 30 years of evolution.', 'DISCORD': 'https://discord.gg/CkYm9WRnyw', 'ICON':
'https://live.staticflickr.com/65535/54893341850_e16116a3d5_s.jpg', 'IP': '216.136.9.5', 'CRAWL DELAY': '5', 'CHARSET':
'UTF-8'}
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
DEBUG client.py:304 encoding negotiated: UTF-8
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
INFO fingerprinting.py:737 new server fingerprint 59c7ba741287342b
INFO client_base.py:106 Connection closed to
.. raw:: html
.. [#scan_aoh.genesismuds.com_6969] measured 2026-02-15 at 01:18 UTC
.. [#scan_championsmush.com_6363] measured 2026-02-14 at 17:12 UTC
.. [#scan_ianshirm.genesismuds.com_2250] measured 2026-02-14 at 17:11 UTC
.. [#scan_ianshirm.genesismuds.com_2251] measured 2026-02-15 at 01:18 UTC
.. [#scan_omen.genesismuds.com_1100] measured 2026-02-14 at 17:10 UTC
.. [#scan_vor.voidofreality.org_7777] measured 2026-02-14 at 17:10 UTC