dbzfe.com ========= .. raw:: html .. raw:: html

dbzfe.com:4000

Telnet Fingerprint ------------------ :ref:`65d1c7a29d52d854... ` *This fingerprint is shared by 5 other servers.* **Options requested from client**: ``NAWS`` **Data source**: `65d1c7a29d52d854/919ec7deaf19d009.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "server-probe": { "fingerprint": "65d1c7a29d52d854", "fingerprint-data": { "offered-options": [], "probed-protocol": "server", "refused-options": [ "AUTHENTICATION", "BINARY", "BM", "CHARSET", "COM_PORT", "DET", "ECHO", "ENCRYPT", "EOR", "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": [ "NAWS" ] }, "session_data": { "banner_after_return": " |___/ \r\n\u001b[1;33m(\u001b[0m\u001b[1;31m*\u001b[0m\u001b[1;33m)\u001b[0m\u001b[0;33m-------------------------------------------------------------------\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;31m*\u001b[0m\u001b[1;33m)\u001b[0m\u001b[0m\r\nBuild Date: \u001b[1;33mJanuary 23rd 2026 @ 02:18 PM EST\u001b[0m\u001b[0m\r\n\r\nName: ", "banner_before_return": "\b\b(Hit enter to continue.)\r\n\u001b[2J\r\n\u001b[1;33m(\u001b[0m\u001b[1;31m*\u001b[0m\u001b[1;33m)\u001b[0m\u001b[0;33m-------------------------------------------------------------------\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;31m*\u001b[0m\u001b[1;33m)\u001b[0m\r\n\u001b[1;33m _____ \u001b[0m\u001b[1;31m _ _ _ \u001b[0m\u001b[1;31m__________\u001b[0m\r\n\u001b[1;33m| __ \\ \u001b[0m\u001b[1;31m | | | || | \u001b[0m\u001b[1;31m/ ___ ,'\u001b[0m\r\n\u001b[1;33m| | | | _ __ __ _ __ _ .-\"\"-. _ __ \u001b[0m\u001b[1;31m | |__ __ _ | || | \u001b[0m\u001b[1;31m/.' ,' ,'\u001b[0m\r\n\u001b[1;33m| | | || '__|/ _` | / _` | / \u001b[0m\u001b[1;31m* *\u001b[0m\u001b[1;33m \\ | '_ \\ \u001b[0m\u001b[1;31m| '_ \\ / _` || || | \u001b[0m\u001b[1;31m _.' '. \u001b[0m\r\n\u001b[1;33m| |__| || | | (_| || (_| | \\ \u001b[0m\u001b[1;31m* *\u001b[0m\u001b[1;33m / | | | |\u001b[0m\u001b[1;31m| |_) || (_| || || | \u001b[0m\u001b[1;31m `. ,-'\u001b[0m\r\n\u001b[1;33m|_____/ |_| \\__,_| \\__, | '----' |_| |_|\u001b[0m\u001b[1;31m|_.__/ \\__,_||_||_| \u001b[0m\u001b[1;31m ,'.'___.'/\u001b[0m\r\n\u001b[1;33m __/ | \u001b[0m\u001b[1;37mFighter's\u001b[0m \u001b[1;33mEdition\u001b[0m \u001b[1;31m .'________/\u001b[0m\r\n\u001b[1;33m ", "encoding": "ascii", "option_states": { "server_offered": { "ECHO": false }, "server_requested": { "NAWS": true } }, "timing": { "probe": 0.5098483562469482, "total": 1.010803461074829 } } }, "sessions": [ { "connected": "2026-02-08T06:48:31.412336+00:00", "host": "dbzfe.com", "ip": "135.148.148.109", "port": 4000 } ] } Connection Log -------------- Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server. .. code-block:: text DEBUG client.py:770 Fingerprint client: host=dbzfe.com port=4000 INFO client_base.py:174 Connected to DEBUG stream_writer.py:697 recv IAC WONT ECHO DEBUG stream_writer.py:1991 handle_wont(ECHO) DEBUG stream_writer.py:3036 remote_option[ECHO] = False DEBUG stream_writer.py:3036 pending_option[DO + ECHO] = False DEBUG stream_writer.py:697 recv IAC DO NAWS DEBUG stream_writer.py:1739 handle_do(NAWS) DEBUG stream_writer.py:3036 pending_option[WILL + NAWS] = True DEBUG stream_writer.py:938 send IAC WILL NAWS DEBUG stream_writer.py:2306 send IAC SB NAWS (rows=25, cols=80) IAC SE DEBUG stream_writer.py:3036 local_option[NAWS] = True DEBUG stream_writer.py:3036 pending_option[WILL + NAWS] = False DEBUG stream_writer.py:697 recv IAC DO NAWS DEBUG stream_writer.py:1739 handle_do(NAWS) DEBUG stream_writer.py:2306 send IAC SB NAWS (rows=25, cols=80) IAC SE DEBUG client_base.py:460 negotiation complete after 2.00s. DEBUG stream_writer.py:3036 pending_option[DO + BINARY] = True DEBUG stream_writer.py:938 send IAC DO BINARY DEBUG stream_writer.py:3036 pending_option[DO + SGA] = True DEBUG stream_writer.py:938 send IAC DO SGA DEBUG stream_writer.py:3036 pending_option[DO + STATUS] = True DEBUG stream_writer.py:938 send IAC DO STATUS DEBUG stream_writer.py:3036 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:938 send IAC DO CHARSET DEBUG stream_writer.py:3036 pending_option[DO + EOR] = True DEBUG stream_writer.py:938 send IAC DO EOR DEBUG stream_writer.py:3036 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:938 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:3036 pending_option[DO + GMCP] = True DEBUG stream_writer.py:938 send IAC DO GMCP DEBUG stream_writer.py:3036 pending_option[DO + MSDP] = True DEBUG stream_writer.py:938 send IAC DO MSDP DEBUG stream_writer.py:3036 pending_option[DO + MSSP] = True DEBUG stream_writer.py:938 send IAC DO MSSP DEBUG stream_writer.py:3036 pending_option[DO + MSP] = True DEBUG stream_writer.py:938 send IAC DO MSP DEBUG stream_writer.py:3036 pending_option[DO + MXP] = True DEBUG stream_writer.py:938 send IAC DO MXP DEBUG stream_writer.py:3036 pending_option[DO + ZMP] = True DEBUG stream_writer.py:938 send IAC DO ZMP DEBUG stream_writer.py:3036 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:938 send IAC DO AARDWOLF DEBUG stream_writer.py:3036 pending_option[DO + ATCP] = True DEBUG stream_writer.py:938 send IAC DO ATCP INFO fingerprinting.py:746 connection for server fingerprint 7a0d9f3fede8b13d INFO client_base.py:105 Connection closed to *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug dbzfe.com 4000