emptynight.aresmush.com
Connection Banner:
Server URLs
- Telnet: telnet://emptynight.aresmush.com:4201
- Play in Browser: LociTerm
- Website: emptynight.aresmush.com
Server Info
Server Location: 🇺🇸 United States (GeoIP)
Telnet Fingerprint
This fingerprint is shared by 17 other servers.
Options requested from client: CHARSET, NAWS
The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.
Show JSON
{
"server-probe": {
"fingerprint": "4bf9c4a457402b1d",
"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": [
"CHARSET",
"NAWS"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "",
"banner_before_return": "\n :::::::::: :::: :::: ::::::::: ::::::::::: ::: ::: ____||____\n :+: +:+:+: :+:+:+ :+: :+: :+: :+: :+: /__________\\\n +:+ +:+ +:+:+ +:+ +:+ +:+ +:+ +:+ +:+ '\\--------/'\n +#++:++# +#+ +:+ +#+ +#++:++#+ +#+ +#++: \\:||:/\n +#+ +#+ +#+ +#+ +#+ +#+ '||'\n #+# #+# #+# #+# #+# #+# '||' \n ########## ### ### ### ### ### ||\n :::: ::: ::::::::::: :::::::: ::: ::: ::::::::::: .||.\n :+:+: :+: :+: :+: :+: :+: :+: :+: a\n :+:+:+ +:+ +:+ +:+ +:+ +:+ +:+ DRESDENVERSE\n +#+ +:+ +#+ +#+ :#: +#++:++#++ +#+ game\n +#+ +#+#+# +#+ +#+ +#+# +#+ +#+ +#+ /:||:\\\n #+# #+#+# #+# #+# #+# #+# #+# #+# seattle, wa\n ### #### ########### ######## ### ### ### / '||' \\\n\n------------------------- emptynight.aresmush.com -------------------------\u001b[0m\r\n\u001b[36m%% Welcome to AresMUSH version 2.10.1! https://aresmush.com\n%% Type 'help' to learn how to play. Type 'tour' to connect to a temporary character to explore.\u001b[0m\u001b[0m\r\n",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "utf-8",
"option_states": {
"server_offered": {},
"server_requested": {
"CHARSET": true,
"NAWS": true
}
},
"scan_type": "quick",
"timing": {
"probe": 0.5321385860443115,
"total": 5.047834157943726
}
}
},
"sessions": [
{
"connected": "2026-02-14T17:11:04.149100+00:00",
"host": "emptynight.aresmush.com",
"ip": "143.198.230.188",
"port": 4201
}
]
}
Connection Log
Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.
Generated by telnetlib3-fingerprint
telnetlib3-fingerprint --loglevel=debug emptynight.aresmush.com 4201
Show Logfile
DEBUG client.py:965 Fingerprint client: host=emptynight.aresmush.com port=4201
INFO client_base.py:175 Connected to <Peer 143.198.230.188 4201>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO CHARSET
DEBUG stream_writer.py:1770 handle_do(CHARSET)
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:950 send IAC WILL CHARSET
DEBUG stream_writer.py:3174 local_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
DEBUG client.py:304 encoding negotiated: utf-8
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED utf-8 IAC SE
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
INFO fingerprinting.py:746 connection for server fingerprint 4bf9c4a457402b1d
INFO client_base.py:106 Connection closed to <Peer 143.198.230.188 4201>