surfers.fysh.org

surfers.fysh.org:4242

Telnet Fingerprint

64724f2edb219c51…

This fingerprint is shared by 6 other servers.

Options offered by server: EOR

Data source: 64724f2edb219c51/672d5fd7acee1a1f.json

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

{
  "server-probe": {
    "fingerprint": "64724f2edb219c51",
    "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": []
    },
    "session_data": {
      "banner_after_return": "  \"\"\"\"\"\"\"\"|        @@@@@ OO'@%V'@@@@@@@  .\"NNNNNN\"%%\r\n0POOOOOO;@@@@@@@@@@\"OOOo---'-----|--------\"\"\"\"\" V'\"\"\"\"\"\"\"\"\"\".%%%%%\"NNNNNN%%\r\nOOOOOOOOO;@@@@@@@;OOOOOOOOo::';:|  ~~  ~~~ ~~~ ~~ ~~~~ ~.%%%%%%%%%%\"NNNNNN%\r\nOOOOOOOOOOoOoooooooo,.OOOOOOOOo;| ~~~~~~ ~~~~ ~~~~ ~~.%%%%%%%%%%%%%% Shade \r\n++++ A 24-hour, multi-user chat program based on EW-too by Simon Marsh ++++\r\nPlease enter your name:",
      "banner_before_return": "---,o@@@o ----------------------,@@@ ---+---------------,o@@@o ------------\r\n  o@@\"\"\"@@   * Surf's up.. *  ,@@@\"\"    | * ..Later *  o@@\"\"\"@@            \r\n o@@   ,@@                   ,@@f      |              o@@   ,@@    ___     \r\n 9@o       d@@  d@@  d@@ o@ @@@@@@@  ,o@@@o    d@@ o@ 9@o       ,oooooo    \r\n '9@@@@o  ,@@f ,@@f ,@@o@P \"\"@@f\"\" ,@@@\"\"\"@@  ,@@o@P  '9@@@@o oOOOOO\"\"\"\",  \r\n     9@@@ d@@  d@@  d@@f    d@@   ,@@@oooo@@  d@@f      ,.9@@@ OOOOOOOOo,  \r\n@@'   ,@@ @@f  @@f ,@@f    ,@@f   @@@\"\"\"\"\"\"' ,@@f  . @@'.O.,@@ OOOOOOOo,\"; \r\n@@o..o@@  9@@oo@@  d@@     d@@    9@@,  o@@  d@@ ,OO @@o..o@@ OOOOOo9OOOo, \r\n 9@@@@P   \"9@@\"@f ,@@f    ,@@f     \"9@@@@\"  ,@@f O\"oo 9@@@@P NN;\"\"OO \"\"OOo \r\n    ,  ,o@@ooo@oo, ,  @'           |          oo\"oOOOO;ooooo\"NNNo. \";    \";\r\n,''@ o000000;@@@@@@o     .oOOo,oOo,|         ;\" ,OOOO\"OOP9O\" 'NNNNN.       \r\n , o0000000000o;@@@@@,' oOOOOOOOOO|         .o@ oOOO\",OO'oV.   \"NNNNo.     \r\n ,00000POOO\"000;@@@@@   OOOOOOOOOO|        @@@@ OOO\"%OO'@@@@@   \"NNNNNo ..%\r\n0000POOOO @@@9P@@@@@\"  ",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {
          "EOR": true
        },
        "server_requested": {}
      },
      "timing": {
        "probe": 0.5063447952270508,
        "total": 1.007904052734375
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T06:41:58.734263+00:00",
      "host": "surfers.fysh.org",
      "ip": "87.98.248.19",
      "port": 4242
    }
  ]
}

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=surfers.fysh.org port=4242
INFO client_base.py:174 Connected to <Peer 87.98.248.19 4242>
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 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 + 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 21cbe4a25a62243a
INFO client_base.py:105 Connection closed to <Peer 87.98.248.19 4242>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug surfers.fysh.org 4242