newmoonmud.org
LPmud version: MudOS v22.2b9 DEV.
___-------____
-- / \ -- _\|/_
/ \ __ \ \ /|\ *
\___/ \ | \ * / /
| o @@@@@ \@@@@@@ @@@@ @@@@ * / /
__| @@@ @@@ @@| @@@ @@@ // *
\ @@@ @@@ @@@@ @@ @ @@ O
__ \ @@@ @@@ @@| @@ @@@ @@ *
\_/ \ | @@@ @@@ @@@@@@@ @@@@@@
\__/ / *
\ @@@@@@ @@@ @@@ @@@@@ *
\ @@ @@@ @@ /@@ @@ @@ @@ @@@ @@@ __ *
--___ @@@ @__@@@- @@ @@ @@ @@ @@@ @@@ / o \
--@@@--- @@@ @@@ @@@ @@@ @@@ @@@ @@@ | O |
* @@@@ * @@@@ @@@@@ @@@@@ @@@ @@@ \o__ /
* *
The High Lord of New Moon is Bannor.
*
*
This Multi-User Dungeon (MUD) is intended for mature audiences.
*
Please log on as 'guest' to look around.
Web page: http://newmoonmud.org Twitter: http://twitter.com/NewmoonMUD
* * *
Biscuits, Eldo, Nebin and Rassyk are logged on.
Enter your name:Telnet Fingerprint
This fingerprint is shared by 17 other servers.
Options requested from client: NAWS, TTYPE
Data source: e6a428c13bbcd7f5/2b8fbf1e73cca135.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": " *\r\n *\r\n This Multi-User Dungeon (MUD) is intended for mature audiences.\r\n *\r\n Please log on as 'guest' to look around.\r\n Web page: http://newmoonmud.org Twitter: http://twitter.com/NewmoonMUD\r\n* * *\r\nBiscuits, Eldo, Nebin and Rassyk are logged on.\r\nEnter your name: ",
"banner_before_return": "\r\nLPmud version: MudOS v22.2b9 DEV.\r\n\r\n ___-------____\r\n -- / \\ -- _\\|/_\r\n/ \\ __ \\ \\ /|\\ *\r\n \\___/ \\ | \\ * / /\r\n | o @@@@@ \\@@@@@@ @@@@ @@@@ * / /\r\n __| @@@ @@@ @@| @@@ @@@ // *\r\n \\ @@@ @@@ @@@@ @@ @ @@ O\r\n __ \\ @@@ @@@ @@| @@ @@@ @@ *\r\n\\_/ \\ | @@@ @@@ @@@@@@@ @@@@@@\r\n \\__/ / *\r\n\\ @@@@@@ @@@ @@@ @@@@@ *\r\n \\ @@ @@@ @@ /@@ @@ @@ @@ @@@ @@@ __ *\r\n --___ @@@ @__@@@- @@ @@ @@ @@ @@@ @@@ / o \\\r\n --@@@--- @@@ @@@ @@@ @@@ @@@ @@@ @@@ | O |\r\n * @@@@ * @@@@ @@@@@ @@@@@ @@@ @@@ \\o__ /\r\n * *\r\n The High Lord of New Moon is Bannor. ",
"encoding": "ascii",
"option_states": {
"server_offered": {},
"server_requested": {
"NAWS": true,
"TTYPE": true
}
},
"timing": {
"probe": 0.5044713020324707,
"total": 1.0053095817565918
}
}
},
"sessions": [
{
"connected": "2026-02-08T04:55:58.553417+00:00",
"host": "newmoonmud.org",
"ip": "76.135.4.191",
"port": 7680
}
]
}
Connection Log
Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.
DEBUG client.py:770 Fingerprint client: host=newmoonmud.org port=7680
INFO client_base.py:174 Connected to <Peer 76.135.4.191 7680>
DEBUG stream_writer.py:692 recv IAC DO TTYPE
DEBUG stream_writer.py:1733 handle_do(TTYPE)
DEBUG stream_writer.py:3030 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:933 send IAC WILL TTYPE
DEBUG stream_writer.py:3030 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3030 local_option[TTYPE] = True
DEBUG stream_writer.py:3030 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:692 recv IAC DO NAWS
DEBUG stream_writer.py:1733 handle_do(NAWS)
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:933 send IAC WILL NAWS
DEBUG stream_writer.py:2300 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3030 local_option[NAWS] = True
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:684 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:671 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2197 recv TTYPE SEND: b''
DEBUG stream_writer.py:2208 send IAC SB TTYPE IS b'VT100' 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 <Peer 76.135.4.191 7680>
INFO fingerprinting.py:746 connection for server fingerprint c405afe101fc3e8c
Generated by telnetlib3-fingerprint
telnetlib3-fingerprint --loglevel=debug newmoonmud.org 7680