live.darkemud.com
=================
.. raw:: html
^
Welcome /^\
, _|.|_ ,
to _|I| |I .| |.|_
\II||^^| |^^|| /
DarkeMUD `\^|-------|^/'
\|II I ..|/
/\ |II. | /\
/ \ _|III . |_ / \
|-^| /(|I.I I |)\ |^-|
_/(I | +-----------+ |. )\_
\^-----/____-^-____\-----^/
|I.III| /(===)\ | .. |
/^^^-----_________---^^^\
`##########!\-#####%!!!!!| |\
_/###########!!\^^-_##%!!!\_/|
\##############!!!!!/^^-_%!!!!\
^)#################!!!!!/^^--\_
__ /#####################%%!!!!/ /
\,^\-_____##############%%%!!!!\/
/!!!!\ \ \^-_###########%%%!!!!\
/#
####!!!!!!!\^-_#######%%%!!!!!!\_
/#############!!!\#########%%%!!!!!!\
Admins: MacTORG Cyric Din
Test Admins: Cyric MacTORG
Test Wizards: (none)
Retired Admins: Cerberus Helios Madoc
Mallorean Nathan Nevin Shadowraith
==== help policy ==== ==== help rules ====
(C) Copyright 2019 - DarkeMUD Administration
Unauthorized distribution is prohibited.
Site Provider - MacTORG
Driver: MudOS v22.1b22 Mudlib: DarkeLIB 2.0
Login (enter your handle for new players):
.. raw:: html
live.darkemud.com:5559
Telnet Fingerprint
------------------
:ref:`e6a428c13bbcd7f5... `
*This fingerprint is shared by 17 other servers.*
**Options requested from client**: ``NAWS``, ``TTYPE``
**Data source**: `e6a428c13bbcd7f5/819de9315e139a76.json `_
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. code-block:: json
{
"server-probe": {
"fingerprint": "e6a428c13bbcd7f5",
"fingerprint-data": {
"offered-options": [],
"probed-protocol": "server",
"refused-options": [
"AUTHENTICATION",
"BINARY",
"BM",
"CHARSET",
"COM_PORT",
"DET",
"ECHO",
"ENCRYPT",
"EOR",
"FORWARD_X",
"KERMIT",
"NAMS",
"NAOCRD",
"NAOFFD",
"NAOHTD",
"NAOHTS",
"NAOL",
"NAOLFD",
"NAOP",
"NAOVTD",
"NAOVTS",
"PRAGMA_HEARTBEAT",
"PRAGMA_LOGON",
"RCP",
"RCTE",
"RSP",
"SEND_URL",
"SGA",
"SSPI_LOGON",
"STATUS",
"SUPDUP",
"SUPDUPOUTPUT",
"SUPPRESS_LOCAL_ECHO",
"TLS",
"TN3270E",
"TTYLOC",
"VT3270REGIME",
"X3PAD",
"XAUTH"
],
"requested-options": [
"NAWS",
"TTYPE"
]
},
"session_data": {
"banner_after_return": "####!!!!!!!\\^-_#######%%%!!!!!!\\_\r\n /#############!!!\\#########%%%!!!!!!\\\r\n Admins: MacTORG Cyric Din\r\n Test Admins: Cyric MacTORG\r\n Test Wizards: (none)\r\n Retired Admins: Cerberus Helios Madoc\r\n Mallorean Nathan Nevin Shadowraith\r\n \r\n ==== help policy ==== ==== help rules ====\r\n\r\n (C) Copyright 2019 - DarkeMUD Administration\r\n Unauthorized distribution is prohibited.\r\n Site Provider - MacTORG\r\n\r\n Driver: MudOS v22.1b22 Mudlib: DarkeLIB 2.0\r\n\r\nLogin (enter your handle for new players): ",
"banner_before_return": " ^\r\n Welcome /^\\\r\n , _|.|_ ,\r\n to _|I| |I .| |.|_\r\n \\II||^^| |^^|| /\r\n DarkeMUD `\\^|-------|^/'\r\n \\|II I ..|/\r\n /\\ |II. | /\\\r\n / \\ _|III . |_ / \\\r\n |-^| /(|I.I I |)\\ |^-|\r\n _/(I | +-----------+ |. )\\_\r\n \\^-----/____-^-____\\-----^/\r\n |I.III| /(===)\\ | .. |\r\n /^^^-----_________---^^^\\\r\n `##########!\\-#####%!!!!!| |\\\r\n _/###########!!\\^^-_##%!!!\\_/|\r\n \\##############!!!!!/^^-_%!!!!\\\r\n ^)#################!!!!!/^^--\\_\r\n __ /#####################%%!!!!/ /\r\n \\,^\\-_____##############%%%!!!!\\/\r\n /!!!!\\ \\ \\^-_###########%%%!!!!\\\r\n /#",
"encoding": "ascii",
"option_states": {
"server_offered": {},
"server_requested": {
"NAWS": true,
"TTYPE": true
}
},
"timing": {
"probe": 0.5056672096252441,
"total": 1.0066301822662354
}
}
},
"sessions": [
{
"connected": "2026-02-08T05:43:49.889044+00:00",
"host": "live.darkemud.com",
"ip": "174.27.39.183",
"port": 5559
}
]
}
Connection Log
--------------
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
.. code-block:: text
DEBUG client.py:770 Fingerprint client: host=live.darkemud.com port=5559
INFO client_base.py:174 Connected to
DEBUG stream_writer.py:697 recv IAC DO TTYPE
DEBUG stream_writer.py:1739 handle_do(TTYPE)
DEBUG stream_writer.py:3036 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:938 send IAC WILL TTYPE
DEBUG stream_writer.py:3036 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3036 local_option[TTYPE] = True
DEBUG stream_writer.py:3036 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:697 recv IAC DO NAWS
DEBUG stream_writer.py:1739 handle_do(NAWS)
DEBUG stream_writer.py:3036 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:938 send IAC WILL NAWS
DEBUG stream_writer.py:2306 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3036 local_option[NAWS] = True
DEBUG stream_writer.py:3036 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:689 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:676 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3036 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2203 recv TTYPE SEND: b''
DEBUG stream_writer.py:2214 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:1292 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:3036 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:938 send IAC DO BINARY
DEBUG stream_writer.py:3036 pending_option[DO + SGA] = True
DEBUG stream_writer.py:938 send IAC DO SGA
DEBUG stream_writer.py:3036 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:938 send IAC DO ECHO
DEBUG stream_writer.py:3036 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:938 send IAC DO STATUS
DEBUG stream_writer.py:3036 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:938 send IAC DO CHARSET
DEBUG stream_writer.py:3036 pending_option[DO + EOR] = True
DEBUG stream_writer.py:938 send IAC DO EOR
DEBUG stream_writer.py:3036 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:938 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3036 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:938 send IAC DO GMCP
DEBUG stream_writer.py:3036 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:938 send IAC DO MSDP
DEBUG stream_writer.py:3036 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:938 send IAC DO MSSP
DEBUG stream_writer.py:3036 pending_option[DO + MSP] = True
DEBUG stream_writer.py:938 send IAC DO MSP
DEBUG stream_writer.py:3036 pending_option[DO + MXP] = True
DEBUG stream_writer.py:938 send IAC DO MXP
DEBUG stream_writer.py:3036 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:938 send IAC DO ZMP
DEBUG stream_writer.py:3036 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:938 send IAC DO AARDWOLF
DEBUG stream_writer.py:3036 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:938 send IAC DO ATCP
INFO fingerprinting.py:746 connection for server fingerprint 6e6641437dab4b1b
INFO client_base.py:105 Connection closed to
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug live.darkemud.com 5559