truefriends.org.uk

truefriends.org.uk:3000

Telnet Fingerprint

3466d1f862368b3a…

This fingerprint is shared by 6 other servers.

Options offered by server: EOR

Options requested from client: STATUS

Data source: 3466d1f862368b3a/3b06d4008bc24e08.json

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

{
  "server-probe": {
    "fingerprint": "3466d1f862368b3a",
    "fingerprint-data": {
      "offered-options": [
        "EOR"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AUTHENTICATION",
        "BINARY",
        "BM",
        "CHARSET",
        "COM_PORT",
        "DET",
        "ECHO",
        "ENCRYPT",
        "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": [
        "STATUS"
      ]
    },
    "session_data": {
      "banner_after_return": "\u001b[0mThats a bit short, try something longer.\r\n \u001b[0m\u001b[0m\u001b[0mPlease enter a new name: \u001b[0m",
      "banner_before_return": "\u001b[0mWelcome to the\r\n\r\n\u001b[1;31m _____                _____     _                _     \r\n|_   _| __ _   _  ___|  ___| __(_) ___ _ __   __| |___ \r\n  | || '__| | | |/ _ \\ |_ | '__| |/ _ \\ '_ \\ / _` / __|\r\n  | || |  | |_| |  __/  _|| |  | |  __/ | | | (_| \\__ \\\r\n  |_||_|   \\__,_|\\___|_|  |_|  |_|\\___|_| |_|\\__,_|___/\r\n\r\n\u001b[0mTalker\r\n\r\nWe hope you enjoy yourself chatting to new and old friends.\r\n\r\n\u001b[0m\u001b[0m\u001b[0mPlease enter a name: (or 'who'):  \u001b[0m",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {
          "0x56": false,
          "0x5b": false,
          "0x5c": false,
          "EOR": true
        },
        "server_requested": {
          "STATUS": true
        }
      },
      "timing": {
        "probe": 0.5035674571990967,
        "total": 1.1354899406433105
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T04:42:52.166879+00:00",
      "host": "truefriends.org.uk",
      "ip": "185.208.88.9",
      "port": 3000
    }
  ]
}

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=truefriends.org.uk port=3000
INFO client_base.py:174 Connected to <Peer 185.208.88.9 3000>
DEBUG stream_writer.py:692 recv IAC WILL TELOPT_92
DEBUG stream_writer.py:708 WILL TELOPT_92 unsolicited
DEBUG stream_writer.py:1863 handle_will(TELOPT_92)
DEBUG stream_writer.py:3030 remote_option[TELOPT_92] = False
DEBUG stream_writer.py:933 send IAC DONT TELOPT_92
WARNING stream_writer.py:1968 Unhandled: WILL TELOPT_92.
DEBUG stream_writer.py:692 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:708 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1863 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3030 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:933 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:1968 Unhandled: WILL MCCP2_COMPRESS.
DEBUG stream_writer.py:692 recv IAC WILL MXP
DEBUG stream_writer.py:708 WILL MXP unsolicited
DEBUG stream_writer.py:1863 handle_will(MXP)
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = True
DEBUG stream_writer.py:933 send IAC DO MXP
DEBUG stream_writer.py:3030 remote_option[MXP] = True
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = False
DEBUG stream_writer.py:692 recv IAC WILL EOR
DEBUG stream_writer.py:708 WILL EOR unsolicited
DEBUG stream_writer.py:1863 handle_will(EOR)
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = True
DEBUG stream_writer.py:933 send IAC DO EOR
DEBUG stream_writer.py:3030 remote_option[EOR] = True
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = False
DEBUG stream_writer.py:1287 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:684 begin sub-negotiation SB MXP
DEBUG stream_writer.py:671 sub-negotiation cmd MXP SE completion byte
DEBUG stream_writer.py:2025 [SB + MXP] unsolicited
DEBUG stream_writer.py:1646 MXP: b''
DEBUG stream_writer.py:692 recv IAC DO STATUS
DEBUG stream_writer.py:1733 handle_do(STATUS)
DEBUG stream_writer.py:3030 pending_option[WILL + STATUS] = True
DEBUG stream_writer.py:933 send IAC WILL STATUS
DEBUG stream_writer.py:2455 send IAC SB STATUS IS DONT TELOPT_92 DONT MCCP2_COMPRESS DO MXP DO EOR IAC SE
DEBUG stream_writer.py:3030 pending_option[WILL + STATUS] = False
DEBUG stream_writer.py:3030 local_option[STATUS] = True
DEBUG client_base.py:460 negotiation complete after 2.01s.
DEBUG stream_writer.py:1306 IAC EOR: End of Record (unhandled).
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 + 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 + 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:737 new server fingerprint 9cf66fc900d5a283
INFO client_base.py:105 Connection closed to <Peer 185.208.88.9 3000>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug truefriends.org.uk 3000