drygulch.aresmush.com

drygulch.aresmush.com:4201

Telnet Fingerprint

a2b0bf12ce546526…

This fingerprint is shared by 8 other servers.

Options requested from client: CHARSET, NAWS

Data source: a2b0bf12ce546526/640e1fea166ea21e.json

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

{
  "server-probe": {
    "fingerprint": "a2b0bf12ce546526",
    "fingerprint-data": {
      "offered-options": [],
      "probed-protocol": "server",
      "refused-options": [
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "EOR",
        "SGA",
        "STATUS"
      ],
      "requested-options": [
        "CHARSET",
        "NAWS"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "  \u001b[38;5;94m_____                _____       _      _\u001b[0m     \n \u001b[38;5;94m|  __ \\              / ____|     | |    | |\u001b[0m    \n \u001b[38;5;94m| |  | |_ __ _   _  | |  __ _   _| | ___| |__\u001b[0m  \n \u001b[38;5;94m| |  | | '__| | | | | | |_ | | | | |/ __| '_ \\ \n \u001b[38;5;94m| |__| | |  | |_| | | |__| | |_| | | (__| | | |\u001b[0m\n\u001b[38;5;94m |_____/|_|   \\__, |  \\_____|\\__,_|_|\\___|_| |_|     \u001b[38;5;222m_____\u001b[0m\n               \u001b[38;5;94m__/ |                               \u001b[38;5;222m/'     `\\\n  \u001b[38;5;222m__          \u001b[38;5;94m|___/                            \u001b[38;5;222m___/'         `\\\n\u001b[38;5;222m/'  `\\_                          \u001b[38;5;72m_            \u001b[38;5;222m/'                \\\n       \u001b[38;5;222m\\________________________\u001b[38;5;72m( )\u001b[38;5;222m_________/'                   `\\_______\u001b[0m\n                             \u001b[38;5;72m_  | |                _\n          \u001b[38;5;72m_                 ( \\ |  )  _           ( ) _\n       \u001b[38;5;72m_ ( )                 \\ `|  | ( )         _| |/ )\n      \u001b[38;5;72m( \\| | _                `\\,  |/'/'        ( \\  /'\n       \u001b[38;5;72m\\,. |/ )                 |   /'           \\  |\n         \u001b[38;5;72m|  /'                  |  |              | |\n         \u001b[38;5;72m| |                                      | |\u001b[0m\n\n\u001b[38;5;222mLogin Instructions:\n     \ufffd\ufffd\ufffdhelp\ufffd\ufffd\ufffd to learn how to play.\n     \ufffd\ufffd\ufffdcreate <name> <password>\ufffd\ufffd\ufffd to begin creating a character.\n     \ufffd\ufffd\ufffdconnect <name> <password>\ufffd\ufffd\ufffd to login to an existing character.\u001b[0m\n\n                                          \u001b[0m\r\n\u001b[36m%% Welcome to AresMUSH version 1.0.6! 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",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {
          "CHARSET": true,
          "NAWS": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5033564567565918,
        "total": 6.00900411605835
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T17:10:46.573231+00:00",
      "host": "drygulch.aresmush.com",
      "ip": "104.248.233.39",
      "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=drygulch.aresmush.com port=4201
INFO client_base.py:174 Connected to <Peer 104.248.233.39 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 104.248.233.39 4201>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug drygulch.aresmush.com 4201