162.118.68.104:23 ================= Server URLs ----------- .. raw:: html **Server Location**: 🇺🇸 United States (GeoIP) Encoding -------- - **Effective encoding**: ascii - **Scanner detected**: cp437 Telnet Fingerprint ------------------ :ref:`6f89a0fd4a600ada ` *This fingerprint is unique to this server.* **Options offered by server**: ``BINARY``, ``ECHO``, ``SGA`` **Options requested from client**: ``SGA`` The complete JSON record collected during the scan, including Telnet negotiation results and banner data. .. raw:: html
Show JSON .. code-block:: json { "server-probe": { "fingerprint": "6f89a0fd4a600ada", "fingerprint-data": { "offered-options": [ "BINARY", "ECHO", "SGA" ], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "CHARSET", "COM_PORT", "EOR", "GMCP", "MSDP", "MSP", "MSSP", "MXP", "STATUS", "ZMP" ], "requested-options": [ "SGA" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "", "banner_before_return": "\b\b\b\b\b\b \b\b\b\b\b\b\r\n\u001b[6n\b\b\b \b\b\b", "dsr_replies": 1, "dsr_requests": 1, "encoding": "cp437", "option_states": { "server_offered": { "BINARY": true, "ECHO": true, "SGA": true }, "server_requested": { "SGA": true } }, "scan_type": "quick", "timing": { "probe": 0.5047495365142822, "total": 5.0093770027160645 } } }, "sessions": [ { "connected": "2026-02-14T17:14:39.416580+00:00", "host": "162.118.68.104", "ip": "162.118.68.104", "port": 23 } ] } .. raw:: html
Connection Log -------------- Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server. *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug 162.118.68.104 23 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1193 Fingerprint client: host=162.118.68.104 port=23 ERROR client.py:1296 162.118.68.104:23: [Errno 111] Connect call failed ('162.118.68.104', 23) .. raw:: html