88.97.75.68:8000

Connection Banner:

88.97.75.68:8000

Encoding

  • Effective encoding: cp437

  • Scanner detected: ascii

Telnet Fingerprint

909f753421a0f55b…

This fingerprint is unique to this server.

Options offered by server: GMCP, MSSP, ZMP

Options requested from client: MXP, NAWS, NEW_ENVIRON, TTYPE

Data source: 909f753421a0f55b/92ed19b3078e4fdc.json

The complete JSON record collected during the scan, including Telnet negotiation results and banner data.

{
  "server-probe": {
    "fingerprint": "909f753421a0f55b",
    "fingerprint-data": {
      "offered-options": [
        "GMCP",
        "MSSP",
        "ZMP"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "EOR",
        "MSDP",
        "MSP",
        "MXP",
        "SGA",
        "STATUS"
      ],
      "requested-options": [
        "MXP",
        "NAWS",
        "NEW_ENVIRON",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "The name [who] is not in our annals, please try again.\r\nYour choice [N,G,W,F,D,Q,<name>]: ",
      "banner_before_return": "                                      . ..--.,, ,--.,                          \r\n                                   ,'         ,'     \\       ,/@\\              \r\n                                  J                   ;   .-/####\\,            \r\n --------------------------       ;    .~*Tibolt*~.   , ,/#########\\           \r\n Welcome to Archipelago MUD        '.       ,    .   ,'`\\  d#######b\\.         \r\n --------------------------        /#```__,,__,---\"\"\"\"--.,   ,-\"\"\"_.  \\        \r\n                                 ,/#########'/---\"\"\"-._   \\/`  _-`     `,      \r\n                               ,/` d########b    \\/    \\\\    ,'          -     \r\n                             ,'     d######b      \\_.'`   * /-\"\"\"\"..      `_   \r\n                           _-                     /`_,--- __---\"\"\"---\\      `-_\r\n                        _-`                     ,/./`  / /   \\                 \r\n                      ,-                       -|/   \\/ / \\__/\\                \r\n                    ,`                               / /   \\   |               \r\n                  .`                                 ||\\    |__/|              \r\n              _.'`   Please choose an option:        \\| \\.   '  |              \r\n          /\\.,                                            \\. |   |             \r\n         /||\\        N - Create a new character             \\|__/|             \r\n       ,/*||||       G - Enter as a Guest                    `.  |             \r\n    ,,`/**|||||      W - See who is online                    |   |            \r\n,,-`  /***|||||\\     F - Finger someone                       |__/|\\           \r\n     /===_|====J     D - Delete your character      ,,,,,,,.-'|   |```````'--``\r\n   ______.I_____.    Q - Quit                  ,-'``          |__/|            \r\n    `\\          |                            ,'             _.'   `._          \r\n~~~~~~\\________/~~~~~~~~~~~~~~~~~~~~~~~~~~~.'                          \r\n                                            `-                    \r\nYour choice [N,G,W,F,D,Q,<name>]: ",
      "encoding": "ascii",
      "mssp": {
        "NAME": "Archipelago",
        "PLAYERS": "2",
        "UPTIME": "1770135614"
      },
      "option_states": {
        "environ_requested": [
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "USERVAR"
          }
        ],
        "server_offered": {
          "0x55": false,
          "0x56": false,
          "GMCP": true,
          "MSSP": true,
          "ZMP": true
        },
        "server_requested": {
          "MXP": true,
          "NAWS": true,
          "NEW_ENVIRON": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5051133632659912,
        "total": 5.02842378616333
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-09T19:27:05.982515+00:00",
      "host": "88.97.75.68",
      "ip": "88.97.75.68",
      "port": 8000
    }
  ]
}

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=88.97.75.68 port=8000
INFO client_base.py:174 Connected to <Peer 88.97.75.68 8000>
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:706 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:722 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1897 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3167 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:947 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:2005 Unhandled: WILL MCCP2_COMPRESS.
DEBUG stream_writer.py:706 recv IAC DO MXP
DEBUG stream_writer.py:1767 handle_do(MXP)
DEBUG stream_writer.py:3167 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:947 send IAC WILL MXP
DEBUG stream_writer.py:3167 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3167 local_option[MXP] = True
DEBUG stream_writer.py:3167 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:706 recv IAC WILL MSSP
DEBUG stream_writer.py:722 WILL MSSP unsolicited
DEBUG stream_writer.py:1897 handle_will(MSSP)
DEBUG stream_writer.py:3167 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:947 send IAC DO MSSP
DEBUG stream_writer.py:3167 remote_option[MSSP] = True
DEBUG stream_writer.py:3167 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:706 recv IAC WILL ZMP
DEBUG stream_writer.py:722 WILL ZMP unsolicited
DEBUG stream_writer.py:1897 handle_will(ZMP)
DEBUG stream_writer.py:3167 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:947 send IAC DO ZMP
DEBUG stream_writer.py:3167 remote_option[ZMP] = True
DEBUG stream_writer.py:3167 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:706 recv IAC DO NEW_ENVIRON
DEBUG stream_writer.py:1767 handle_do(NEW_ENVIRON)
DEBUG stream_writer.py:3167 pending_option[WILL + NEW_ENVIRON] = True
DEBUG stream_writer.py:947 send IAC WILL NEW_ENVIRON
DEBUG stream_writer.py:3167 pending_option[SB + NEW_ENVIRON] = True
DEBUG stream_writer.py:3167 local_option[NEW_ENVIRON] = True
DEBUG stream_writer.py:3167 pending_option[WILL + NEW_ENVIRON] = False
DEBUG stream_writer.py:706 recv IAC WILL GMCP
DEBUG stream_writer.py:722 WILL GMCP unsolicited
DEBUG stream_writer.py:1897 handle_will(GMCP)
DEBUG stream_writer.py:3167 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:947 send IAC DO GMCP
DEBUG stream_writer.py:3167 remote_option[GMCP] = True
DEBUG stream_writer.py:3167 pending_option[DO + GMCP] = 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 stream_writer.py:706 recv IAC WILL MCCP_COMPRESS
DEBUG stream_writer.py:722 WILL MCCP_COMPRESS unsolicited
DEBUG stream_writer.py:1897 handle_will(MCCP_COMPRESS)
DEBUG stream_writer.py:3167 remote_option[MCCP_COMPRESS] = False
DEBUG stream_writer.py:947 send IAC DONT MCCP_COMPRESS
WARNING stream_writer.py:2005 Unhandled: WILL MCCP_COMPRESS.
DEBUG stream_writer.py:698 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:685 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2062 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1670 MSSP: {'NAME': 'Archipelago', 'PLAYERS': '2', 'UPTIME': '1770135614'}
DEBUG stream_writer.py:698 begin sub-negotiation SB NEW_ENVIRON
DEBUG stream_writer.py:685 sub-negotiation cmd NEW_ENVIRON SE completion byte
DEBUG stream_writer.py:3167 pending_option[SB + NEW_ENVIRON] = False
DEBUG stream_writer.py:2282 recv NEW_ENVIRON SEND (all)
DEBUG stream_writer.py:2305 env send: LANG='C', TERM='xterm-256color', LINES=25, COLUMNS=80, COLORTERM=''
DEBUG client_base.py:463 negotiation failed after 4.00s.
DEBUG client_base.py:470 failed-reply: 'SB MXP'
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 + MSDP] = True
DEBUG stream_writer.py:947 send IAC DO MSDP
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 + 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
DEBUG stream_writer.py:706 recv IAC WONT BINARY
DEBUG stream_writer.py:2022 handle_wont(BINARY)
DEBUG stream_writer.py:3167 remote_option[BINARY] = False
DEBUG stream_writer.py:3167 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:706 recv IAC WONT SGA
DEBUG stream_writer.py:2022 handle_wont(SGA)
DEBUG stream_writer.py:3167 remote_option[SGA] = False
DEBUG stream_writer.py:3167 pending_option[DO + SGA] = False
DEBUG stream_writer.py:706 recv IAC WONT STATUS
DEBUG stream_writer.py:2022 handle_wont(STATUS)
DEBUG stream_writer.py:3167 remote_option[STATUS] = False
DEBUG stream_writer.py:3167 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:706 recv IAC WONT CHARSET
DEBUG stream_writer.py:2022 handle_wont(CHARSET)
DEBUG stream_writer.py:3167 remote_option[CHARSET] = False
DEBUG stream_writer.py:3167 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:706 recv IAC WONT EOR
DEBUG stream_writer.py:2022 handle_wont(EOR)
DEBUG stream_writer.py:3167 remote_option[EOR] = False
DEBUG stream_writer.py:3167 pending_option[DO + EOR] = False
DEBUG stream_writer.py:706 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2022 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3167 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3167 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:706 recv IAC WONT MSDP
DEBUG stream_writer.py:2022 handle_wont(MSDP)
DEBUG stream_writer.py:3167 remote_option[MSDP] = False
DEBUG stream_writer.py:3167 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:706 recv IAC WONT MSP
DEBUG stream_writer.py:2022 handle_wont(MSP)
DEBUG stream_writer.py:3167 remote_option[MSP] = False
DEBUG stream_writer.py:3167 pending_option[DO + MSP] = False
DEBUG stream_writer.py:706 recv IAC WONT MXP
DEBUG stream_writer.py:2022 handle_wont(MXP)
DEBUG stream_writer.py:3167 remote_option[MXP] = False
DEBUG stream_writer.py:3167 pending_option[DO + MXP] = False
DEBUG stream_writer.py:706 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2022 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3167 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3167 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:706 recv IAC WONT ATCP
DEBUG stream_writer.py:2022 handle_wont(ATCP)
DEBUG stream_writer.py:3167 remote_option[ATCP] = False
DEBUG stream_writer.py:3167 pending_option[DO + ATCP] = False
INFO fingerprinting.py:737 new server fingerprint 909f753421a0f55b
INFO client_base.py:105 Connection closed to <Peer 88.97.75.68 8000>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug 88.97.75.68 8000