thekeep.net

thekeep.net:23

Telnet Fingerprint

6555af98b47efeaa…

This fingerprint is shared by 2 other servers.

Options offered by server: BINARY, ECHO, SGA

Options requested from client: BINARY

Data source: 6555af98b47efeaa/b9f99a60961af2e9.json

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

{
  "server-probe": {
    "fingerprint": "6555af98b47efeaa",
    "fingerprint-data": {
      "offered-options": [
        "BINARY",
        "ECHO",
        "SGA"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "CHARSET",
        "COM_PORT",
        "EOR",
        "STATUS"
      ],
      "requested-options": [
        "BINARY"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "\r\n",
      "banner_before_return": "Auto-sensing...\r\n    \u001b[!\b\b\b\rS\bG\bS\bV\bR\b?\b\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\b\b\b\b\b\b\b\b\b\r\nPlease choose one of these languages/protocols:\r\n\r\n   1 ... English/ANSI     The standard English language version\r\n   2 ... English/RIP      The English version of RIPscrip graphics\r\n   3 ... English/40col    40 Column version of the BBS\r\n\r\nChoose a number from 1 to 3: ",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {
          "BINARY": true,
          "ECHO": true,
          "SGA": true
        },
        "server_requested": {
          "BINARY": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.1024472713470459,
        "total": 2.690190076828003
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T17:04:21.165621+00:00",
      "host": "thekeep.net",
      "ip": "73.25.26.80",
      "port": 23
    }
  ]
}

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=thekeep.net port=23
INFO client_base.py:174 Connected to <Peer 73.25.26.80 23>
DEBUG stream_writer.py:692 recv IAC WILL SGA
DEBUG stream_writer.py:708 WILL SGA unsolicited
DEBUG stream_writer.py:1863 handle_will(SGA)
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = True
DEBUG stream_writer.py:933 send IAC DO SGA
DEBUG stream_writer.py:3030 remote_option[SGA] = True
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = False
DEBUG stream_writer.py:692 recv IAC WILL ECHO
DEBUG stream_writer.py:708 WILL ECHO unsolicited
DEBUG stream_writer.py:1863 handle_will(ECHO)
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:933 send IAC DO ECHO
DEBUG stream_writer.py:3030 remote_option[ECHO] = True
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:692 recv IAC WILL BINARY
DEBUG stream_writer.py:708 WILL BINARY unsolicited
DEBUG stream_writer.py:1863 handle_will(BINARY)
DEBUG stream_writer.py:3030 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:933 send IAC DO BINARY
DEBUG stream_writer.py:3030 remote_option[BINARY] = True
DEBUG stream_writer.py:3030 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:692 recv IAC DO BINARY
DEBUG stream_writer.py:1733 handle_do(BINARY)
DEBUG stream_writer.py:3030 pending_option[WILL + BINARY] = True
DEBUG stream_writer.py:933 send IAC WILL BINARY
DEBUG stream_writer.py:3030 local_option[BINARY] = True
DEBUG stream_writer.py:3030 pending_option[WILL + BINARY] = False
DEBUG stream_writer.py:692 recv IAC WILL SGA
DEBUG stream_writer.py:708 WILL SGA unsolicited
DEBUG stream_writer.py:1863 handle_will(SGA)
DEBUG client_base.py:460 negotiation complete after 2.00s.
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
DEBUG stream_writer.py:692 recv IAC WONT STATUS
DEBUG stream_writer.py:1985 handle_wont(STATUS)
DEBUG stream_writer.py:3030 remote_option[STATUS] = False
DEBUG stream_writer.py:3030 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:692 recv IAC WONT CHARSET
DEBUG stream_writer.py:1985 handle_wont(CHARSET)
DEBUG stream_writer.py:3030 remote_option[CHARSET] = False
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:692 recv IAC WONT EOR
DEBUG stream_writer.py:1985 handle_wont(EOR)
DEBUG stream_writer.py:3030 remote_option[EOR] = False
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = False
DEBUG stream_writer.py:692 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:1985 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3030 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3030 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:692 recv IAC WONT GMCP
DEBUG stream_writer.py:1985 handle_wont(GMCP)
DEBUG stream_writer.py:3030 remote_option[GMCP] = False
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:692 recv IAC WONT MSDP
DEBUG stream_writer.py:1985 handle_wont(MSDP)
DEBUG stream_writer.py:3030 remote_option[MSDP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:692 recv IAC WONT MSSP
DEBUG stream_writer.py:1985 handle_wont(MSSP)
DEBUG stream_writer.py:3030 remote_option[MSSP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:692 recv IAC WONT MSP
DEBUG stream_writer.py:1985 handle_wont(MSP)
DEBUG stream_writer.py:3030 remote_option[MSP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = False
DEBUG stream_writer.py:692 recv IAC WONT MXP
DEBUG stream_writer.py:1985 handle_wont(MXP)
DEBUG stream_writer.py:3030 remote_option[MXP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = False
DEBUG stream_writer.py:692 recv IAC WONT ZMP
DEBUG stream_writer.py:1985 handle_wont(ZMP)
DEBUG stream_writer.py:3030 remote_option[ZMP] = False
DEBUG stream_writer.py:3030 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:692 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:1985 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3030 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3030 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:692 recv IAC WONT ATCP
DEBUG stream_writer.py:1985 handle_wont(ATCP)
DEBUG stream_writer.py:3030 remote_option[ATCP] = False
DEBUG stream_writer.py:3030 pending_option[DO + ATCP] = False
INFO fingerprinting.py:746 connection for server fingerprint 270f5f632ae16ede
INFO client_base.py:105 Connection closed to <Peer 73.25.26.80 23>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug thekeep.net 23