sixth-estate.aresmush.com

sixth-estate.aresmush.com:4201

Telnet Fingerprint

97bd59a2fbb54052…

This fingerprint is shared by 6 other servers.

Options requested from client: CHARSET, NAWS

Data source: 97bd59a2fbb54052/8e2096cb9e80439b.json

The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.

{
  "server-probe": {
    "fingerprint": "97bd59a2fbb54052",
    "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": [
        "CHARSET",
        "NAWS"
      ]
    },
    "session_data": {
      "banner_after_return": "ooooooooo              .                 .             \n  \u001b[38;5;243m`888'     `8            .o8               .o8             \n  \u001b[38;5;243m 888          .oooo.o .o888oo  .oooo.   .o888oo  .ooooo.  \n  \u001b[38;5;242m 888oooo8    d88(  \"8   888   `P  )88b    888   d88' `88b \n  \u001b[38;5;242m 888    \"    `\"Y88b.    888    .oP\"888    888   888ooo888 \n  \u001b[38;5;241m 888       o o.  )88b   888 . d8(  888    888 . 888    .o \n  \u001b[38;5;241mo888ooooood8 8\"\"888P'   \"888\" `Y888\"\"8o   \"888\" `Y8bod8P' \u001b[0m\n                                                         \n\nType 'create <name> <password>' to create a character.\nType 'connect <name> <password>' if you have already created a character.\nIf you created your character on the portal, use the same character name and password to connect to the game.\n                                                          \u001b[0m\r\n\u001b[36m%% Welcome to AresMUSH version 1.6.0! http://www.aresmush.com\n%% Type 'help' to learn how to play.  Type 'tour' to connect to a guest character to explore.\u001b[0m\u001b[0m\r\n",
      "banner_before_return": "\n  \u001b[38;5;255mooooooooooooo oooo                                        \n  \u001b[38;5;254m8'   888   `8 `888                                        \n  \u001b[38;5;253m     888       888 .oo.    .ooooo.                        \n  \u001b[38;5;252m     888       888P\"Y88b  d88' `88b                       \n  \u001b[38;5;251m     888       888   888  888ooo888                       \n  \u001b[38;5;250m     888       888   888  888    .o                       \n  \u001b[38;5;249m    o888o     o888o o888o `Y8bod8P'                       \n  \u001b[38;5;248m .oooooo..o  o8o                  .   oooo                \n  \u001b[38;5;247md8P'    `Y8  `\"'                .o8   `888                \n  \u001b[38;5;246mY88bo.      oooo  oooo    ooo .o888oo  888 .oo.           \n  \u001b[38;5;246m `\"Y8888o.  `888   `88b..8P'    888    888P\"Y88b          \n  \u001b[38;5;245m     `\"Y88b  888     Y888'      888    888   888          \n  \u001b[38;5;245moo     .d8P  888   .o8\"'88b     888 .  888   888          \n  \u001b[38;5;244m\"\"88888P'  o888o o88'   888o   \"888\" o888o o888o         \n  \u001b[38;5;244mooo",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {
          "CHARSET": true,
          "NAWS": true
        }
      },
      "timing": {
        "probe": 0.5070285797119141,
        "total": 1.0080225467681885
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T05:11:04.010241+00:00",
      "host": "sixth-estate.aresmush.com",
      "ip": "138.197.94.70",
      "port": 4201
    }
  ]
}

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=sixth-estate.aresmush.com port=4201
INFO client_base.py:174 Connected to <Peer 138.197.94.70 4201>
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:692 recv IAC DO CHARSET
DEBUG stream_writer.py:1733 handle_do(CHARSET)
DEBUG stream_writer.py:3030 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:933 send IAC WILL CHARSET
DEBUG stream_writer.py:3030 local_option[CHARSET] = True
DEBUG stream_writer.py:3030 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:684 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:671 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2025 [SB + CHARSET] unsolicited
DEBUG client.py:266 encoding negotiated: utf-8
DEBUG stream_writer.py:2105 send IAC SB CHARSET ACCEPTED utf-8 IAC SE
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:3030 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:933 send IAC DO BINARY
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = True
DEBUG stream_writer.py:933 send IAC DO SGA
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:933 send IAC DO ECHO
DEBUG stream_writer.py:3030 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:933 send IAC DO STATUS
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:933 send IAC DO CHARSET
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = True
DEBUG stream_writer.py:933 send IAC DO EOR
DEBUG stream_writer.py:3030 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:933 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:933 send IAC DO GMCP
DEBUG stream_writer.py:3030 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:933 send IAC DO MSDP
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:933 send IAC DO MSSP
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = True
DEBUG stream_writer.py:933 send IAC DO MSP
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = True
DEBUG stream_writer.py:933 send IAC DO MXP
DEBUG stream_writer.py:3030 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:933 send IAC DO ZMP
DEBUG stream_writer.py:3030 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:933 send IAC DO AARDWOLF
DEBUG stream_writer.py:3030 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:933 send IAC DO ATCP
INFO fingerprinting.py:746 connection for server fingerprint 4bf9c4a457402b1d
INFO client_base.py:105 Connection closed to <Peer 138.197.94.70 4201>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug sixth-estate.aresmush.com 4201