medievia.com
============
.. raw:: html
H
o L
p Welcome to Planet Medievia o M
... ... ...... ..... ...... ...... ... ... ...... ...
:::: :::: :::::: ::+:::: :::::: :::::: ::: ::: ::::+: :::::
+:: :: +: ::+ ::+ +:: :+: :: +:: :+: ::+ :: +:: :+:
+:+ +:+ +:+ +:+ +:+ +:+ +: +:+ +:+ +:+ +: +:+ +:+
++: + :++ :++:+ +:+ ++: ++ ++:++ +:+ +#: ++ ++: +++
++# +++ +++#+ #++ +++ #+ ++#++ ++# +++ ++ ++++++#++
+#+ #++ +#+ +#+ ++# +# +#+ #++ +#+ +# +#++#++#+
#+# #+# +## ##+ +## ## #+# #+# +## +# ##+ #+#
##+ ### ##+### +###+## ###+## +####+ ##+## ##+### #+# ###
### ### ###### ##### ###### ###### ### ###### ### ###
e g
i
c
By what name are you known on Medievia (or enter NEW)?
.. raw:: html
medievia.com:4000
Protocol Support
----------------
MUD-specific protocols detected via MSSP flags or
Telnet negotiation.
- **MSSP**: :proto-no:`No`
- **GMCP**: :proto-negotiated:`Negotiated`
- **MSDP**: :proto-no:`No`
- **MCCP**: :proto-no:`No`
- **MCCP2**: :proto-no:`No`
- **MXP**: :proto-no:`No`
- **MSP**: :proto-no:`No`
- **MCP**: :proto-no:`No`
- **ZMP**: :proto-no:`No`
Telnet Fingerprint
------------------
:ref:`971a86c809250abc... `
*This fingerprint is unique to this server.*
**Options requested from client**: ``LINEMODE``, ``NAWS``, ``TTYPE``
**Data source**: `971a86c809250abc/7a9e8a8bc3077dc4.json `_
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. code-block:: json
{
"server-probe": {
"fingerprint": "971a86c809250abc",
"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": [
"LINEMODE",
"NAWS",
"TTYPE"
]
},
"session_data": {
"banner_after_return": " i\n\r c\n\rBy what name are you known on Medievia (or enter NEW)? ",
"banner_before_return": "\n\r H\n\r o L\n\r p Welcome to Planet Medievia o M\n\r ... ... ...... ..... ...... ...... ... ... ...... ...\n\r :::: :::: :::::: ::+:::: :::::: :::::: ::: ::: ::::+: :::::\n\r +:: :: +: ::+ ::+ +:: :+: :: +:: :+: ::+ :: +:: :+:\n\r +:+ +:+ +:+ +:+ +:+ +:+ +: +:+ +:+ +:+ +: +:+ +:+\n\r ++: + :++ :++:+ +:+ ++: ++ ++:++ +:+ +#: ++ ++: +++\n\r ++# +++ +++#+ #++ +++ #+ ++#++ ++# +++ ++ ++++++#++\n\r +#+ #++ +#+ +#+ ++# +# +#+ #++ +#+ +# +#++#++#+\n\r #+# #+# +## ##+ +## ## #+# #+# +## +# ##+ #+#\n\r ##+ ### ##+### +###+## ###+## +####+ ##+## ##+### #+# ###\n\r ### ### ###### ##### ###### ###### ### ###### ### ###\n\r e g\n\r ",
"encoding": "ascii",
"option_states": {
"server_offered": {
"GMCP": true
},
"server_requested": {
"LINEMODE": true,
"NAWS": true,
"TTYPE": true
}
},
"timing": {
"probe": 0.5079813003540039,
"total": 1.0094380378723145
}
}
},
"sessions": [
{
"connected": "2026-02-08T06:23:54.043123+00:00",
"host": "medievia.com",
"ip": "3.87.236.136",
"port": 4000
}
]
}
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=medievia.com port=4000
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:697 recv IAC DO LINEMODE
DEBUG stream_writer.py:1739 handle_do(LINEMODE)
DEBUG stream_writer.py:3036 pending_option[WILL + LINEMODE] = True
DEBUG stream_writer.py:938 send IAC WILL LINEMODE
DEBUG stream_writer.py:3036 pending_option[SB + LINEMODE] = True
DEBUG stream_writer.py:3036 local_option[LINEMODE] = True
DEBUG stream_writer.py:3036 pending_option[WILL + LINEMODE] = False
DEBUG stream_writer.py:697 recv IAC WILL GMCP
DEBUG stream_writer.py:713 WILL GMCP unsolicited
DEBUG stream_writer.py:1869 handle_will(GMCP)
DEBUG stream_writer.py:3036 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:938 send IAC DO GMCP
DEBUG stream_writer.py:3036 remote_option[GMCP] = True
DEBUG stream_writer.py:3036 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:689 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:676 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3036 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2203 recv TTYPE SEND: b''
DEBUG stream_writer.py:2214 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:689 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:676 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:3036 pending_option[SB + LINEMODE] = False
DEBUG stream_writer.py:2504 recv IAC SB LINEMODE LINEMODE-MODE b'\x19' IAC SE
DEBUG stream_writer.py:1246 set Linemode
DEBUG stream_writer.py:1249 send IAC SB LINEMODE LINEMODE-MODE IAC SE
DEBUG stream_writer.py:1292 IAC GA: Go-Ahead (unhandled).
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:2031 [SB + TTYPE] unsolicited
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 client_base.py:88 EOF from server, closing.
INFO client_base.py:105 Connection closed to
INFO fingerprinting.py:746 connection for server fingerprint 84c84df8b6c8729e
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug medievia.com 4000