midnight.horse

midnight.horse:7777

Telnet Fingerprint

8230b57f2279de84…

This fingerprint is shared by 102 other servers.

Data source: 8230b57f2279de84/bfefce7a14cce69a.json

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

{
  "server-probe": {
    "fingerprint": "8230b57f2279de84",
    "fingerprint-data": {
      "offered-options": [],
      "probed-protocol": "server",
      "refused-options": [
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "EOR",
        "SGA",
        "STATUS"
      ],
      "requested-options": [],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": " \u001b[1m\u001b[9m\u001b[38;5;254m                                                                     \u001b[0m\r\n",
      "banner_before_return": " \u001b[1m\u001b[9m\u001b[38;5;254m                                                                     \u001b[0m\r\n|\u001b[48;5;53m       \u001b[38;5;220m\u001b[1m|                        \u001b[38;5;254m.                      \u001b[38;5;254m.             \u001b[0m|\r\n|\u001b[48;5;53m     \u001b[38;5;220m\u001b[1m-<@>- \u001b[22m                                                          \u001b[0m|\r\n|\u001b[48;5;53m       \u001b[38;5;220m\u001b[1m|         \u001b[38;5;254m.                         \u001b[38;5;220m\u001b[1m* \u001b[22m                        \u001b[0m|\r\n|\u001b[48;5;53m    \u001b[38;5;254m.                         \u001b[38;5;220m\u001b[1m|                           \u001b[38;5;254m.      \u001b[38;5;254m.   \u001b[0m|\r\n|\u001b[48;5;54m                          \u001b[38;5;254m. \u001b[38;5;220m\u001b[1m-<@>-                                    \u001b[0m|\r\n|\u001b[48;5;54m                \u001b[38;5;220m\u001b[1m|             \u001b[38;5;220m\u001b[1m|               \u001b[38;5;254m.                      \u001b[0m|\r\n|\u001b[48;5;54m              \u001b[38;5;220m\u001b[1m-<@>- \u001b[1m                                      *          \u001b[0m|\r\n|\u001b[48;5;55m \u001b[38;5;254m.              \u001b[38;5;220m\u001b[1m|                              \u001b[38;5;220m\u001b[1m*  \u001b[38;5;254m.                  \u001b[0m|\r\n|\u001b[48;5;55m                           \u001b[38;5;254m.\u001b[38;5;220m                     Midnight, Equestria \u001b[0m|\r\n \u001b[1m\u001b[9m\u001b[38;5;254m                                                                     \u001b[0m\r\n                                \"\u001b[38;5;199mshe \u001b[0m\u001b[38;5;170msmiled and said\u001b[0m\r\n                                  \u001b[38;5;170m    surely there is no pony\u001b[0m\r\n                                   \u001b[38;5;170m  so lovely\u001b[0m\r\n                                    \u001b[38;5;170m       and so well-beloved as \u001b[0m\u001b[38;5;199mI\u001b[0m\"\r\n\r\n                                           -- \u001b[38;5;170mprincess \u001b[0m\u001b[38;5;199mcelestia\u001b[0m\r\n\r\n\r\n\r\n\u001b[38;5;125mmidnight, equestria is made by and for adults. you must be \u001b[38;5;196m18+\u001b[38;5;125m to play.\u001b[0m\r\n\r\n\u001b[38;5;62mmidnight equestria is in active development, and is a free fan project. my little pony is owned by Hasbro, Inc.\u001b[0m\r\n\r\nTo create an alpha test character:\r\n\u001b[1m  create <player_name> <new_password>\u001b[0m\r\nTo connect with an existing player: \r\n\u001b[1m  connect <player> <password>\u001b[0m\r\n(server v1.10.4 up 4:07:50:00, 7 connected)\r\n",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {}
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5036489963531494,
        "total": 3.0590946674346924
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T16:58:44.268943+00:00",
      "host": "midnight.horse",
      "ip": "34.174.22.61",
      "port": 7777
    }
  ]
}

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=midnight.horse port=7777
INFO client_base.py:174 Connected to <Peer 34.174.22.61 7777>
DEBUG client_base.py:460 negotiation complete after 2.00s.
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 + 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
INFO fingerprinting.py:746 connection for server fingerprint a8a260cc4662430c
INFO client_base.py:105 Connection closed to <Peer 34.174.22.61 7777>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug midnight.horse 7777