icewindmud.org
/\ . /\ /\ *-- -
/\/ \ / \ . /\ / \ /^\ . /^\
\ /^^^^^^\ /^^^^\ /^^\/^^^^\ /^^^\ . /\ /^^^\ /\
\/ . \/ \ / . \/ \ / \ / \ . / \ /\
>~\ *-- - \. / >^\ >~\\/ _ \/\/ *-- - \ / \ /
*-- -| | \/ | | | | (_) \/ \ /
| | |^~~~^~~| |^~~^~~^| | | > | _ |~\ |^| |~~^~^\ \/
. > | | |"~"~"' | |~"~"~' | | | | | | | \ > | | |~"\ \
| | | | . > `~~~| | | | | | | | |\\ | | | | . | | *-- -
. | | | | | |~"~' > | | | | > | | | \\| | | | > |
| | | `^~~^~`~' `~~^~~`~' `~^~' | | | | | \ | | `~^~' | .
*-- - /' `~' ' ` ' ` ^ `~' `~' ` ' `~' `\
____/``'`'`^v^'`'`"`'^`'`'`^v^'^"'`'`'^`'`"^v^`'```"'`'`^v^`'``"'`'\____
() MUD )
| Welcome to the world of the Icewind! |
> Use the name 'guest' if you just |
| want to take a look. <
| _______________________________________________________________________|
()______________________________________________________________)__)______)
| |
\/\/
Driver version: MudOS v21.7.
There is nobody playing right now!
What is your name:Telnet Fingerprint
This fingerprint is shared by 17 other servers.
Options requested from client: NAWS, TTYPE
Data source: e6a428c13bbcd7f5/df248f3443fd65e9.json
The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.
{
"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": " | Welcome to the world of the Icewind! |\r\n > Use the name 'guest' if you just |\r\n | want to take a look. <\r\n | _______________________________________________________________________|\r\n ()______________________________________________________________)__)______)\r\n | |\r\n \\/\\/ \r\n\r\n\r\n\r\nDriver version: MudOS v21.7.\r\nThere is nobody playing right now!\r\nWhat is your name: ",
"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 *-- - /' `~' ' ` ' ` ^ `~' `~' ` ' `~' `\\ \r\n ____/``'`'`^v^'`'`\"`'^`'`'`^v^'^\"'`'`'^`'`\"^v^`'```\"'`'`^v^`'``\"'`'\\____\r\n () MUD )\r\n ",
"encoding": "ascii",
"option_states": {
"server_offered": {},
"server_requested": {
"NAWS": true,
"TTYPE": true
}
},
"timing": {
"probe": 0.5082499980926514,
"total": 1.0095832347869873
}
}
},
"sessions": [
{
"connected": "2026-02-08T07:09:38.701871+00:00",
"host": "icewindmud.org",
"ip": "51.137.97.26",
"port": 2021
}
]
}
Connection Log
Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.
DEBUG client.py:773 Fingerprint client: host=icewindmud.org port=2021
INFO client_base.py:174 Connected to <Peer 51.137.97.26 2021>
DEBUG stream_writer.py:655 recv IAC DO TTYPE
DEBUG stream_writer.py:1668 handle_do(TTYPE)
DEBUG stream_writer.py:2883 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:896 send IAC WILL TTYPE
DEBUG stream_writer.py:2883 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:2883 local_option[TTYPE] = True
DEBUG stream_writer.py:2883 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:655 recv IAC DO NAWS
DEBUG stream_writer.py:1668 handle_do(NAWS)
DEBUG stream_writer.py:2883 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:896 send IAC WILL NAWS
DEBUG stream_writer.py:2208 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:2883 local_option[NAWS] = True
DEBUG stream_writer.py:2883 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:647 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:634 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:2883 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2105 recv TTYPE SEND: b''
DEBUG stream_writer.py:2116 send IAC SB TTYPE IS b'VT100' IAC SE
DEBUG client_base.py:460 negotiation complete after 2.01s.
DEBUG client_base.py:88 EOF from server, closing.
INFO client_base.py:105 Connection closed to <Peer 51.137.97.26 2021>
INFO fingerprinting.py:736 connection for server fingerprint c405afe101fc3e8c
Generated by telnetlib3-fingerprint
telnetlib3-fingerprint --loglevel=debug icewindmud.org 2021