pit.enyc.org.uk

pit.enyc.org.uk:7422

Telnet Fingerprint

3466d1f862368b3a…

This fingerprint is shared by 6 other servers.

Options offered by server: EOR

Options requested from client: STATUS

Data source: 3466d1f862368b3a/fadb22c03a975792.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": "Thats a bit short, try something longer.\r\n",
      "banner_before_return": "---------------------------------------------------\r\n  m.......mMMMMMMMMMMMMMMMMMm.......m\r\n  MMMm........MMm.....mMm........mMMM\r\n  MMMMMMm.....................mMMMMMM   T   B\r\n  MMMMMMMMm..................mMMMMMMM   h   o\r\n  MMMMMMMm.....................mMMMMM   e   t\r\n  Mm...............................mM       t\r\n  ......mMMM...88o...o88...MMMm......       o\r\n  mmMMMMM......888o.o888......MMMMMmm       m\r\n  MMMMMM.......8888.8888.......MMMMMM       l\r\n  MMMM....M....8888.8888....M....MMMM       e\r\n  MM...mMMMm...888...888...mMMMm...MM       s\r\n  M..MMMMMMMMM...........MMMMMMMMM..M       s   P\r\n  MmMMMMMMMMMM...........MMMMMMMMMMmM           i\r\n  MMMMMMMMMMMM...........MMMMMMMMMMMM           t\r\n  MMMMMMMMMMMM....MMMM...MMMMMMMMMMMM\r\n  MMMMMMMMMMMMM...MMM...MMMMMMMMMMMMM\r\n                           ASCII Art (c)2008, spot\r\n\r\n  HC Admin:  Ginny, Trinity\r\n    Coders:  DarkGoddess, enyc, Ghostrider\r\n     Admin:  starry\r\n\r\n---------------------------------------------------\r\n\r\nPlease enter a name: : ",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {
          "EOR": true
        },
        "server_requested": {
          "STATUS": true
        }
      },
      "timing": {
        "probe": 0.5052638053894043,
        "total": 1.291452169418335
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T05:25:34.922560+00:00",
      "host": "pit.enyc.org.uk",
      "ip": "81.187.167.178",
      "port": 7422
    }
  ]
}

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=pit.enyc.org.uk port=7422
INFO client_base.py:174 Connected to <Peer 81.187.167.178 7422>
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: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 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.00s.
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 f10f7b3f82429456
INFO client_base.py:105 Connection closed to <Peer 81.187.167.178 7422>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug pit.enyc.org.uk 7422