lament.ghostglass.net:8181
Connection Banner:
Lament. Detecting terminal type... Remote system reports 0. # ## ### # ## ## #### #### ### ### ### ## ######### ## ###### ## ####### #### #### ## ## # ## #### ## ## ### ## ####### ## ## ## ## ### ### ### ### ## ## ## ## ##### ## ######## ### ## ## ### ## #### ### # # ## # # A Game of Low Fantasy in a Broken World lament.ghostglass.net port 8600 Currently in construction. Watch our website for updates. Connection problems? Contact eazine.lament@gmail.com for help. Lament is running what was at one time a Lima Mudlib with MudOS v22.2a25 Please enter your account name, or "new" to create a new account: There is no account by that name. Please enter your account name, or "new" to create a new account:
Encoding
Effective encoding: cp437
Scanner detected: ascii
Telnet Fingerprint
This fingerprint is shared by 7 other servers.
Options requested from client: NAWS, TTYPE
Data source: 6e6641437dab4b1b/c5c913f0c4deb98a.json
The complete JSON record collected during the scan, including Telnet negotiation results and banner data.
{
"server-probe": {
"fingerprint": "6e6641437dab4b1b",
"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": [
"NAWS",
"TTYPE"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "There is no account by that name.\r\n\u001b[0mPlease enter your account name, or \"new\" to create a new account: \u001b[0m",
"banner_before_return": "\r\n\r\nLament.\r\nDetecting terminal type...\r\nRemote system reports 0.\r\n\r\n\r\n\r\n\u001b[1m\u001b[34m # ## ### # ##\r\n\u001b[1m\u001b[34m ## #### #### ### ### ### ## #########\r\n\u001b[1m\u001b[34m ## ###### ## ####### #### #### ## ## #\r\n\u001b[1m\u001b[34m ## #### ## ## ### ## ####### ## ## ## ##\r\n\u001b[1m\u001b[34m ### ### ### ### ## ## ## ## ##### ##\r\n\u001b[1m\u001b[34m ######## ### ## ## ### ## #### ###\r\n\u001b[1m\u001b[34m # # ## # #\u001b[0m\r\n\r\n\r\n\r\n A Game of Low Fantasy in a Broken World\r\n\r\n lament.ghostglass.net port 8600\r\n\r\n\u001b[0m \u001b[1m\u001b[1m\u001b[33mCurrently in construction. Watch our website for updates.\u001b[0m\r\n Connection problems? Contact \u001b[1m\u001b[31meazine.lament@gmail.com\u001b[0m for help.\r\n\u001b[0m\r\nLament is running what was at one time a Lima Mudlib with MudOS v22.2a25\r\n\r\n\u001b[0mPlease enter your account name, or \"new\" to create a new account: \u001b[0m",
"encoding": "ascii",
"option_states": {
"server_offered": {},
"server_requested": {
"NAWS": true,
"TTYPE": true
}
},
"scan_type": "quick",
"timing": {
"probe": 0.5043501853942871,
"total": 5.084890127182007
}
}
},
"sessions": [
{
"connected": "2026-02-09T19:30:22.192564+00:00",
"host": "lament.ghostglass.net",
"ip": "208.72.84.141",
"port": 8181
}
]
}
Connection Log
Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.
DEBUG client.py:863 Fingerprint client: host=lament.ghostglass.net port=8181
INFO client_base.py:174 Connected to <Peer 208.72.84.141 8181>
DEBUG stream_writer.py:706 recv IAC DO TTYPE
DEBUG stream_writer.py:1767 handle_do(TTYPE)
DEBUG stream_writer.py:3167 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:947 send IAC WILL TTYPE
DEBUG stream_writer.py:3167 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3167 local_option[TTYPE] = True
DEBUG stream_writer.py:3167 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:706 recv IAC DO NAWS
DEBUG stream_writer.py:1767 handle_do(NAWS)
DEBUG stream_writer.py:3167 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:947 send IAC WILL NAWS
DEBUG stream_writer.py:2339 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3167 local_option[NAWS] = True
DEBUG stream_writer.py:3167 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:698 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:685 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3167 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2234 recv TTYPE SEND: b''
DEBUG stream_writer.py:2247 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:1320 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:3167 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:947 send IAC DO BINARY
DEBUG stream_writer.py:3167 pending_option[DO + SGA] = True
DEBUG stream_writer.py:947 send IAC DO SGA
DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:947 send IAC DO ECHO
DEBUG stream_writer.py:3167 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:947 send IAC DO STATUS
DEBUG stream_writer.py:3167 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:947 send IAC DO CHARSET
DEBUG stream_writer.py:3167 pending_option[DO + EOR] = True
DEBUG stream_writer.py:947 send IAC DO EOR
DEBUG stream_writer.py:3167 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:947 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3167 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:947 send IAC DO GMCP
DEBUG stream_writer.py:3167 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:947 send IAC DO MSDP
DEBUG stream_writer.py:3167 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:947 send IAC DO MSSP
DEBUG stream_writer.py:3167 pending_option[DO + MSP] = True
DEBUG stream_writer.py:947 send IAC DO MSP
DEBUG stream_writer.py:3167 pending_option[DO + MXP] = True
DEBUG stream_writer.py:947 send IAC DO MXP
DEBUG stream_writer.py:3167 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:947 send IAC DO ZMP
DEBUG stream_writer.py:3167 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:947 send IAC DO AARDWOLF
DEBUG stream_writer.py:3167 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:947 send IAC DO ATCP
INFO fingerprinting.py:746 connection for server fingerprint 6e6641437dab4b1b
INFO client_base.py:105 Connection closed to <Peer 208.72.84.141 8181>
Generated by telnetlib3-fingerprint
telnetlib3-fingerprint --loglevel=debug lament.ghostglass.net 8181