174.169.111.227 (bbs.bnbbbs.net) ================================ .. _ip_174_169_111_227_bbs_bnbbbs_net_2023: bbs.bnbbbs.net:2023 ------------------- **Connection Banner:** .. image:: /_static/banners/banner_dafb91335cfc.png :alt: \*\*EMSI_REQA77E \*\*EMSI_REQA77E + Address 1:320/119@fidonet using BT/2 2.60XE/Gamma-6(mxcom) Watcom/i386 Welcome to Bits & Bytes BBS #1! \*\*EMSI_REQA77E Press to enter BBS. Now loading Bits & Bytes BBS #1. We'll be right with you... :class: ansi-banner :width: 578px :loading: lazy Server URLs ~~~~~~~~~~~ .. raw:: html **Server Location**: πŸ‡ΊπŸ‡Έ United States (GeoIP) Listing ~~~~~~~ - **BBS Name**: Bits & Bytes BBS (from listing) - **Sysop**: AJLeary - **Listed Location**: Groton, CT, USA BBS Software ~~~~~~~~~~~~ **Reported**: ProBoard FidoNet ~~~~~~~ This server responded with an EMSI handshake sequence. - **Address**: ``1:320/119@fidonet`` Encoding ~~~~~~~~ - **Effective encoding**: ascii - **Scanner detected**: ascii Telnet Fingerprint ~~~~~~~~~~~~~~~~~~ :ref:`2d168069b07f1382 ` *This fingerprint is unique to this server.* **Options requested from client**: ``BINARY``, ``SGA``, ``TTYPE`` 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": "2d168069b07f1382", "fingerprint-data": { "offered-options": [], "probed-protocol": "server", "refused-options": [], "requested-options": [ "BINARY", "SGA", "TTYPE" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "", "banner_before_return": "**EMSI_REQA77E\r \r**EMSI_REQA77E\r\r\r+ Address 1:320/119@fidonet using BT/2 2.60XE/Gamma-6(mxcom) Watcom/i386 \r\n\r\nWelcome to Bits & Bytes BBS #1!\r\n**EMSI_REQA77E\r\rPress to enter BBS.\r\r\nNow loading Bits & Bytes BBS #1. We'll be right with you...\r\n", "dsr_replies": 0, "dsr_requests": 0, "encoding": "ascii", "option_states": { "server_offered": { "AARDWOLF": false, "ATCP": false, "BINARY": true, "ECHO": true, "GMCP": false, "MCCP2": false, "MCCP3": false, "MSDP": false, "MSP": false, "MSSP": false, "MXP": false, "SGA": true, "ZMP": false }, "server_requested": { "AARDWOLF": false, "ATCP": false, "BINARY": true, "GMCP": false, "MCCP2": false, "MCCP3": false, "MSDP": false, "MSP": false, "MSSP": false, "MXP": false, "SGA": true, "TTYPE": true, "ZMP": false } }, "scan_type": "quick", "timing": { "probe": 0.0, "total": 9.979979991912842 } } }, "sessions": [ { "connected": "2026-04-07T06:05:07.301871+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 2023 } ] } .. 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 bbs.bnbbbs.net 2023 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1200 Fingerprint client: host=bbs.bnbbbs.net port=2023 INFO client_base.py:190 Connected to DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1024 send IAC WILL MXP DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSSP DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1024 send IAC WILL GMCP DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1024 send IAC WILL ZMP DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1024 send IAC WILL ATCP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1024 send IAC WILL MSDP DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True DEBUG stream_writer.py:1024 send IAC DO MSP DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True DEBUG stream_writer.py:1024 send IAC DO MXP DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC DO AARDWOLF DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1024 send IAC DO MSSP DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1024 send IAC DO GMCP DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1024 send IAC DO ZMP DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1024 send IAC DO ATCP DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1024 send IAC DO MSDP DEBUG stream_writer.py:773 recv IAC WILL SGA DEBUG stream_writer.py:789 WILL SGA unsolicited DEBUG stream_writer.py:2045 handle_will(SGA) DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True DEBUG stream_writer.py:1024 send IAC DO SGA DEBUG stream_writer.py:3384 remote_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[DO + SGA] = False DEBUG stream_writer.py:773 recv IAC WILL BINARY DEBUG stream_writer.py:789 WILL BINARY unsolicited DEBUG stream_writer.py:2045 handle_will(BINARY) DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1024 send IAC DO BINARY DEBUG stream_writer.py:3384 remote_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = False DEBUG stream_writer.py:773 recv IAC WILL BINARY DEBUG stream_writer.py:789 WILL BINARY unsolicited DEBUG stream_writer.py:2045 handle_will(BINARY) DEBUG stream_writer.py:773 recv IAC DO BINARY DEBUG stream_writer.py:1887 handle_do(BINARY) DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = True DEBUG stream_writer.py:1024 send IAC WILL BINARY DEBUG stream_writer.py:3384 local_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = False DEBUG stream_writer.py:773 recv IAC DO SGA DEBUG stream_writer.py:1887 handle_do(SGA) DEBUG stream_writer.py:3384 pending_option[WILL + SGA] = True DEBUG stream_writer.py:1024 send IAC WILL SGA DEBUG stream_writer.py:3384 local_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[WILL + SGA] = False DEBUG stream_writer.py:773 recv IAC DO TTYPE DEBUG stream_writer.py:1887 handle_do(TTYPE) DEBUG stream_writer.py:3384 pending_option[WILL + TTYPE] = True DEBUG stream_writer.py:1024 send IAC WILL TTYPE DEBUG stream_writer.py:3384 pending_option[SB + TTYPE] = True DEBUG stream_writer.py:3384 local_option[TTYPE] = True DEBUG stream_writer.py:3384 pending_option[WILL + TTYPE] = False DEBUG stream_writer.py:773 recv IAC WILL ECHO DEBUG stream_writer.py:789 WILL ECHO unsolicited DEBUG stream_writer.py:2045 handle_will(ECHO) DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True DEBUG stream_writer.py:1024 send IAC DO ECHO DEBUG stream_writer.py:3384 remote_option[ECHO] = True DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = False DEBUG stream_writer.py:773 recv IAC DONT MSP DEBUG stream_writer.py:2010 handle_dont(MSP) DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = False DEBUG stream_writer.py:3384 local_option[MSP] = False DEBUG stream_writer.py:773 recv IAC DONT MCCP2_COMPRESS DEBUG stream_writer.py:2010 handle_dont(MCCP2_COMPRESS) DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = False DEBUG stream_writer.py:3384 local_option[MCCP2_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC DONT MXP DEBUG stream_writer.py:2010 handle_dont(MXP) DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = False DEBUG stream_writer.py:3384 local_option[MXP] = False DEBUG stream_writer.py:773 recv IAC DONT AARDWOLF DEBUG stream_writer.py:2010 handle_dont(AARDWOLF) DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = False DEBUG stream_writer.py:3384 local_option[AARDWOLF] = False DEBUG stream_writer.py:773 recv IAC DONT MSSP DEBUG stream_writer.py:2010 handle_dont(MSSP) DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = False DEBUG stream_writer.py:3384 local_option[MSSP] = False DEBUG stream_writer.py:773 recv IAC DONT GMCP DEBUG stream_writer.py:2010 handle_dont(GMCP) DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = False DEBUG stream_writer.py:3384 local_option[GMCP] = False DEBUG stream_writer.py:773 recv IAC DONT ZMP DEBUG stream_writer.py:2010 handle_dont(ZMP) DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = False DEBUG stream_writer.py:3384 local_option[ZMP] = False DEBUG stream_writer.py:773 recv IAC DONT ATCP DEBUG stream_writer.py:2010 handle_dont(ATCP) DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = False DEBUG stream_writer.py:3384 local_option[ATCP] = False DEBUG stream_writer.py:773 recv IAC DONT MCCP3_COMPRESS DEBUG stream_writer.py:2010 handle_dont(MCCP3_COMPRESS) DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = False DEBUG stream_writer.py:3384 local_option[MCCP3_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC DONT MSDP DEBUG stream_writer.py:2010 handle_dont(MSDP) DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = False DEBUG stream_writer.py:3384 local_option[MSDP] = False DEBUG stream_writer.py:773 recv IAC WONT MSP DEBUG stream_writer.py:2199 handle_wont(MSP) DEBUG stream_writer.py:3384 remote_option[MSP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSP] = False DEBUG stream_writer.py:773 recv IAC WONT MCCP2_COMPRESS DEBUG stream_writer.py:2199 handle_wont(MCCP2_COMPRESS) DEBUG stream_writer.py:3384 remote_option[MCCP2_COMPRESS] = False DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC WONT MXP DEBUG stream_writer.py:2199 handle_wont(MXP) DEBUG stream_writer.py:3384 remote_option[MXP] = False DEBUG stream_writer.py:3384 pending_option[DO + MXP] = False DEBUG stream_writer.py:773 recv IAC WONT AARDWOLF DEBUG stream_writer.py:2199 handle_wont(AARDWOLF) DEBUG stream_writer.py:3384 remote_option[AARDWOLF] = False DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = False DEBUG stream_writer.py:773 recv IAC WONT MSSP DEBUG stream_writer.py:2199 handle_wont(MSSP) DEBUG stream_writer.py:3384 remote_option[MSSP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = False DEBUG stream_writer.py:773 recv IAC WONT GMCP DEBUG stream_writer.py:2199 handle_wont(GMCP) DEBUG stream_writer.py:3384 remote_option[GMCP] = False DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = False DEBUG stream_writer.py:773 recv IAC WONT ZMP DEBUG stream_writer.py:2199 handle_wont(ZMP) DEBUG stream_writer.py:3384 remote_option[ZMP] = False DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = False DEBUG stream_writer.py:773 recv IAC WONT ATCP DEBUG stream_writer.py:2199 handle_wont(ATCP) DEBUG stream_writer.py:3384 remote_option[ATCP] = False DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = False DEBUG stream_writer.py:773 recv IAC WONT MCCP3_COMPRESS DEBUG stream_writer.py:2199 handle_wont(MCCP3_COMPRESS) DEBUG stream_writer.py:3384 remote_option[MCCP3_COMPRESS] = False DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC WONT MSDP DEBUG stream_writer.py:2199 handle_wont(MSDP) DEBUG stream_writer.py:3384 remote_option[MSDP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = False DEBUG stream_writer.py:767 begin sub-negotiation SB TTYPE DEBUG stream_writer.py:754 sub-negotiation cmd TTYPE SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + TTYPE] = False DEBUG stream_writer.py:2404 recv TTYPE SEND: b'' DEBUG stream_writer.py:2416 send IAC SB TTYPE IS b'xterm-256color' IAC SE DEBUG client_base.py:531 negotiation complete after 1.11s. DEBUG client_base.py:93 EOF from server, closing. INFO client_base.py:122 Connection closed to DEBUG fingerprinting.py:849 connection for server fingerprint 2d168069b07f1382 .. raw:: html
.. _ip_174_169_111_227_bbs_bnbbbs_net_3023: bbs.bnbbbs.net:3023 ------------------- **Connection Banner:** .. image:: /_static/banners/banner_cff209f156b8.png :alt: MBSE BBS v1.1.7 (Release: Jan 16 2026) Copyright (C) 1997-2026 MBSE Development Team, All Rights Reserved .​--. Welcome at MBSE BBS Professional \|o_o \| -​------------------------------- \|:_/ \| // \\\\ \\\\ Abandon all hope ye who have entered cyberspace. (\| \| ) /'\\\\_ _/\\\`\\\\ \\\\___)=(___/ Powered by Linux. login: :class: ansi-banner :width: 530px :loading: lazy Server URLs ~~~~~~~~~~~ .. raw:: html **Server Location**: πŸ‡ΊπŸ‡Έ United States (GeoIP) BBS Software ~~~~~~~~~~~~ **Reported**: ProBoard Encoding ~~~~~~~~ - **Effective encoding**: ascii - **Scanner detected**: ascii Telnet Fingerprint ~~~~~~~~~~~~~~~~~~ :ref:`3368c85b2d113f3c ` *This fingerprint is shared by 24 other servers.* **Options offered by server**: ``BINARY``, ``ECHO``, ``SGA``, ``STATUS`` **Options requested from client**: ``ECHO``, ``LFLOW``, ``NAWS``, ``NEW_ENVIRON``, ``TSPEED``, ``TTYPE``, ``XDISPLOC`` 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": "3368c85b2d113f3c", "fingerprint-data": { "offered-options": [ "BINARY", "ECHO", "SGA", "STATUS" ], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "CHARSET", "COM_PORT", "EOR", "GMCP", "MCCP2", "MCCP3", "MSDP", "MSP", "MSSP", "MXP", "ZMP" ], "requested-options": [ "ECHO", "LFLOW", "NAWS", "NEW_ENVIRON", "TSPEED", "TTYPE", "XDISPLOC" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "\r\n\r\n .--. Welcome at MBSE BBS Professional\r\n |o_o | --------------------------------\r\n |:_/ |\r\n // \\\\ \\\\ Abandon all hope ye who have entered cyberspace.\r\n (| | )\r\n /'\\\\_ _/\\`\\\\\r\n \\\\___)=(___/ \r\nPowered by Linux.\r\n\r\nlogin: ", "banner_before_return": "\r\nMBSE BBS v1.1.7 (Release: Jan 16 2026)\r\nCopyright (C) 1997-2026 MBSE Development Team, All Rights Reserved\r\n\r\n\r\n .--. Welcome at MBSE BBS Professional\r\n |o_o | --------------------------------\r\n |:_/ |\r\n // \\\\ \\\\ Abandon all hope ye who have entered cyberspace.\r\n (| | )\r\n /'\\\\_ _/\\`\\\\\r\n \\\\___)=(___/ \r\nPowered by Linux.\r\n\r\nlogin: ", "dsr_replies": 0, "dsr_requests": 0, "encoding": "ascii", "option_states": { "environ_requested": [ { "name": "*", "type": "VAR" }, { "name": "*", "type": "USERVAR" } ], "server_offered": { "AARDWOLF": false, "ATCP": false, "ECHO": true, "GMCP": false, "MCCP2": false, "MCCP3": false, "MSDP": false, "MSP": false, "MSSP": false, "MXP": false, "SGA": true, "STATUS": true, "ZMP": false }, "server_requested": { "AARDWOLF": false, "ATCP": false, "ECHO": true, "GMCP": false, "LFLOW": true, "MCCP2": false, "MCCP3": false, "MSDP": false, "MSP": false, "MSSP": false, "MXP": false, "NAWS": true, "NEW_ENVIRON": true, "TSPEED": true, "TTYPE": true, "XDISPLOC": true, "ZMP": false } }, "scan_type": "quick", "timing": { "probe": 0.20422768592834473, "total": 10.895755767822266 } } }, "sessions": [ { "connected": "2026-04-05T19:04:04.312593+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 3023 }, { "connected": "2026-04-07T05:38:27.258328+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 3023 } ] } .. 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 bbs.bnbbbs.net 3023 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1200 Fingerprint client: host=bbs.bnbbbs.net port=3023 INFO client_base.py:190 Connected to DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1024 send IAC WILL MXP DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSP DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1024 send IAC WILL GMCP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1024 send IAC WILL ATCP DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1024 send IAC WILL MSDP DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSSP DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1024 send IAC WILL ZMP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True DEBUG stream_writer.py:1024 send IAC DO MXP DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True DEBUG stream_writer.py:1024 send IAC DO MSP DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1024 send IAC DO GMCP DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1024 send IAC DO ATCP DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1024 send IAC DO MSDP DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC DO AARDWOLF DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1024 send IAC DO MSSP DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1024 send IAC DO ZMP DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:773 recv IAC DO TTYPE DEBUG stream_writer.py:1887 handle_do(TTYPE) DEBUG stream_writer.py:3384 pending_option[WILL + TTYPE] = True DEBUG stream_writer.py:1024 send IAC WILL TTYPE DEBUG stream_writer.py:3384 pending_option[SB + TTYPE] = True DEBUG stream_writer.py:3384 local_option[TTYPE] = True DEBUG stream_writer.py:3384 pending_option[WILL + TTYPE] = False DEBUG stream_writer.py:773 recv IAC DO TSPEED DEBUG stream_writer.py:1887 handle_do(TSPEED) DEBUG stream_writer.py:3384 pending_option[WILL + TSPEED] = True DEBUG stream_writer.py:1024 send IAC WILL TSPEED DEBUG stream_writer.py:3384 pending_option[SB + TSPEED] = True DEBUG stream_writer.py:3384 local_option[TSPEED] = True DEBUG stream_writer.py:3384 pending_option[WILL + TSPEED] = False DEBUG stream_writer.py:773 recv IAC DO XDISPLOC DEBUG stream_writer.py:1887 handle_do(XDISPLOC) DEBUG stream_writer.py:3384 pending_option[WILL + XDISPLOC] = True DEBUG stream_writer.py:1024 send IAC WILL XDISPLOC DEBUG stream_writer.py:3384 pending_option[SB + XDISPLOC] = True DEBUG stream_writer.py:3384 local_option[XDISPLOC] = True DEBUG stream_writer.py:3384 pending_option[WILL + XDISPLOC] = False DEBUG stream_writer.py:773 recv IAC DO NEW_ENVIRON DEBUG stream_writer.py:1887 handle_do(NEW_ENVIRON) DEBUG stream_writer.py:3384 pending_option[WILL + NEW_ENVIRON] = True DEBUG stream_writer.py:1024 send IAC WILL NEW_ENVIRON DEBUG stream_writer.py:3384 pending_option[SB + NEW_ENVIRON] = True DEBUG stream_writer.py:3384 local_option[NEW_ENVIRON] = True DEBUG stream_writer.py:3384 pending_option[WILL + NEW_ENVIRON] = False DEBUG stream_writer.py:773 recv IAC DONT MXP DEBUG stream_writer.py:2010 handle_dont(MXP) DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = False DEBUG stream_writer.py:3384 local_option[MXP] = False DEBUG stream_writer.py:773 recv IAC DONT MSP DEBUG stream_writer.py:2010 handle_dont(MSP) DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = False DEBUG stream_writer.py:3384 local_option[MSP] = False DEBUG stream_writer.py:773 recv IAC DONT GMCP DEBUG stream_writer.py:2010 handle_dont(GMCP) DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = False DEBUG stream_writer.py:3384 local_option[GMCP] = False DEBUG stream_writer.py:773 recv IAC DONT MCCP2_COMPRESS DEBUG stream_writer.py:2010 handle_dont(MCCP2_COMPRESS) DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = False DEBUG stream_writer.py:3384 local_option[MCCP2_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC DONT ATCP DEBUG stream_writer.py:2010 handle_dont(ATCP) DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = False DEBUG stream_writer.py:3384 local_option[ATCP] = False DEBUG stream_writer.py:773 recv IAC DONT MSDP DEBUG stream_writer.py:2010 handle_dont(MSDP) DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = False DEBUG stream_writer.py:3384 local_option[MSDP] = False DEBUG stream_writer.py:773 recv IAC DONT AARDWOLF DEBUG stream_writer.py:2010 handle_dont(AARDWOLF) DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = False DEBUG stream_writer.py:3384 local_option[AARDWOLF] = False DEBUG stream_writer.py:773 recv IAC DONT MSSP DEBUG stream_writer.py:2010 handle_dont(MSSP) DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = False DEBUG stream_writer.py:3384 local_option[MSSP] = False DEBUG stream_writer.py:773 recv IAC DONT ZMP DEBUG stream_writer.py:2010 handle_dont(ZMP) DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = False DEBUG stream_writer.py:3384 local_option[ZMP] = False DEBUG stream_writer.py:773 recv IAC DONT MCCP3_COMPRESS DEBUG stream_writer.py:2010 handle_dont(MCCP3_COMPRESS) DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = False DEBUG stream_writer.py:3384 local_option[MCCP3_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC WONT MXP DEBUG stream_writer.py:2199 handle_wont(MXP) DEBUG stream_writer.py:3384 remote_option[MXP] = False DEBUG stream_writer.py:3384 pending_option[DO + MXP] = False DEBUG stream_writer.py:773 recv IAC WONT MSP DEBUG stream_writer.py:2199 handle_wont(MSP) DEBUG stream_writer.py:3384 remote_option[MSP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSP] = False DEBUG stream_writer.py:773 recv IAC WONT GMCP DEBUG stream_writer.py:2199 handle_wont(GMCP) DEBUG stream_writer.py:3384 remote_option[GMCP] = False DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = False DEBUG stream_writer.py:773 recv IAC WONT MCCP2_COMPRESS DEBUG stream_writer.py:2199 handle_wont(MCCP2_COMPRESS) DEBUG stream_writer.py:3384 remote_option[MCCP2_COMPRESS] = False DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC WONT ATCP DEBUG stream_writer.py:2199 handle_wont(ATCP) DEBUG stream_writer.py:3384 remote_option[ATCP] = False DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = False DEBUG stream_writer.py:773 recv IAC WONT MSDP DEBUG stream_writer.py:2199 handle_wont(MSDP) DEBUG stream_writer.py:3384 remote_option[MSDP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = False DEBUG stream_writer.py:773 recv IAC WONT AARDWOLF DEBUG stream_writer.py:2199 handle_wont(AARDWOLF) DEBUG stream_writer.py:3384 remote_option[AARDWOLF] = False DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = False DEBUG stream_writer.py:773 recv IAC WONT MSSP DEBUG stream_writer.py:2199 handle_wont(MSSP) DEBUG stream_writer.py:3384 remote_option[MSSP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = False DEBUG stream_writer.py:773 recv IAC WONT ZMP DEBUG stream_writer.py:2199 handle_wont(ZMP) DEBUG stream_writer.py:3384 remote_option[ZMP] = False DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = False DEBUG stream_writer.py:773 recv IAC WONT MCCP3_COMPRESS DEBUG stream_writer.py:2199 handle_wont(MCCP3_COMPRESS) DEBUG stream_writer.py:3384 remote_option[MCCP3_COMPRESS] = False DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = False DEBUG stream_writer.py:767 begin sub-negotiation SB TSPEED DEBUG stream_writer.py:754 sub-negotiation cmd TSPEED SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + TSPEED] = False DEBUG stream_writer.py:2345 recv TSPEED SEND: b'' DEBUG stream_writer.py:2373 send: IAC SB TSPEED IS b'38400',b'38400' IAC SE DEBUG stream_writer.py:767 begin sub-negotiation SB XDISPLOC DEBUG stream_writer.py:754 sub-negotiation cmd XDISPLOC SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + XDISPLOC] = False DEBUG stream_writer.py:2384 recv XDISPLOC SEND: b'' DEBUG stream_writer.py:2393 send IAC SB XDISPLOC IS b'' IAC SE DEBUG stream_writer.py:767 begin sub-negotiation SB NEW_ENVIRON DEBUG stream_writer.py:754 sub-negotiation cmd NEW_ENVIRON SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + NEW_ENVIRON] = False DEBUG stream_writer.py:2449 recv NEW_ENVIRON SEND (all) DEBUG stream_writer.py:2473 env send: LANG='C', TERM='xterm-256color', LINES=25, COLUMNS=80, COLORTERM='' DEBUG stream_writer.py:767 begin sub-negotiation SB TTYPE DEBUG stream_writer.py:754 sub-negotiation cmd TTYPE SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + TTYPE] = False DEBUG stream_writer.py:2404 recv TTYPE SEND: b'' DEBUG stream_writer.py:2416 send IAC SB TTYPE IS b'xterm-256color' IAC SE DEBUG client_base.py:531 negotiation complete after 0.32s. DEBUG stream_writer.py:773 recv IAC WILL SGA DEBUG stream_writer.py:789 WILL SGA unsolicited DEBUG stream_writer.py:2045 handle_will(SGA) DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True DEBUG stream_writer.py:1024 send IAC DO SGA DEBUG stream_writer.py:3384 remote_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[DO + SGA] = False DEBUG stream_writer.py:773 recv IAC DO ECHO DEBUG stream_writer.py:1887 handle_do(ECHO) DEBUG stream_writer.py:3384 local_option[ECHO] = False DEBUG stream_writer.py:1024 send IAC WONT ECHO DEBUG stream_writer.py:3384 local_option[ECHO] = True DEBUG stream_writer.py:773 recv IAC DO NAWS DEBUG stream_writer.py:1887 handle_do(NAWS) DEBUG stream_writer.py:3384 pending_option[WILL + NAWS] = True DEBUG stream_writer.py:1024 send IAC WILL NAWS DEBUG stream_writer.py:2507 send IAC SB NAWS (rows=25, cols=80) IAC SE DEBUG stream_writer.py:3384 local_option[NAWS] = True DEBUG stream_writer.py:3384 pending_option[WILL + NAWS] = False DEBUG stream_writer.py:773 recv IAC WILL STATUS DEBUG stream_writer.py:789 WILL STATUS unsolicited DEBUG stream_writer.py:2045 handle_will(STATUS) DEBUG stream_writer.py:3384 remote_option[STATUS] = True DEBUG stream_writer.py:1115 send IAC SB STATUS SEND IAC SE DEBUG stream_writer.py:3384 pending_option[SB + STATUS] = True DEBUG stream_writer.py:773 recv IAC DO LFLOW DEBUG stream_writer.py:1887 handle_do(LFLOW) DEBUG stream_writer.py:3384 pending_option[WILL + LFLOW] = True DEBUG stream_writer.py:1024 send IAC WILL LFLOW DEBUG stream_writer.py:3384 pending_option[SB + LFLOW] = True DEBUG stream_writer.py:3384 local_option[LFLOW] = True DEBUG stream_writer.py:3384 pending_option[WILL + LFLOW] = False DEBUG stream_writer.py:773 recv IAC WILL ECHO DEBUG stream_writer.py:789 WILL ECHO unsolicited DEBUG stream_writer.py:2045 handle_will(ECHO) DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True DEBUG stream_writer.py:1024 send IAC DO ECHO DEBUG stream_writer.py:3384 remote_option[ECHO] = True DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = False DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1024 send IAC DO BINARY DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:1024 send IAC DO CHARSET DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True DEBUG stream_writer.py:1024 send IAC DO EOR DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:773 recv IAC WILL BINARY DEBUG stream_writer.py:2045 handle_will(BINARY) DEBUG stream_writer.py:998 skip DO BINARY; pending_option = True DEBUG stream_writer.py:3384 remote_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = False DEBUG stream_writer.py:773 recv IAC WONT CHARSET DEBUG stream_writer.py:2199 handle_wont(CHARSET) DEBUG stream_writer.py:3384 remote_option[CHARSET] = False DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = False DEBUG stream_writer.py:773 recv IAC WONT EOR DEBUG stream_writer.py:2199 handle_wont(EOR) DEBUG stream_writer.py:3384 remote_option[EOR] = False DEBUG stream_writer.py:3384 pending_option[DO + EOR] = False DEBUG stream_writer.py:773 recv IAC WONT COM_PORT_OPTION DEBUG stream_writer.py:2199 handle_wont(COM_PORT_OPTION) DEBUG stream_writer.py:3384 remote_option[COM_PORT_OPTION] = False DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = False DEBUG fingerprinting.py:849 connection for server fingerprint 3368c85b2d113f3c INFO client_base.py:122 Connection closed to .. raw:: html
.. _ip_174_169_111_227_bbs_bnbbbs_net_60177: bbs.bnbbbs.net:60177 -------------------- **Connection Banner:** .. image:: /_static/banners/banner_0df45f2276a6.png :alt: \*\*EMSI_REQA77E  :class: ansi-banner :width: 114px :loading: lazy Server URLs ~~~~~~~~~~~ .. raw:: html **Server Location**: πŸ‡ΊπŸ‡Έ United States (GeoIP) BBS Software ~~~~~~~~~~~~ **Reported**: ProBoard FidoNet ~~~~~~~ This server responded with an EMSI handshake sequence. Encoding ~~~~~~~~ - **Effective encoding**: ascii - **Scanner detected**: ascii Telnet Fingerprint ~~~~~~~~~~~~~~~~~~ :ref:`e085f9908b35894e ` *This fingerprint is shared by 9 other servers.* **Options offered by server**: ``BINARY``, ``ECHO``, ``SGA`` **Options requested from client**: ``BINARY``, ``ECHO``, ``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": "e085f9908b35894e", "fingerprint-data": { "offered-options": [ "BINARY", "ECHO", "SGA" ], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "CHARSET", "COM_PORT", "EOR", "GMCP", "MCCP2", "MCCP3", "MSDP", "MSP", "MSSP", "MXP", "STATUS", "ZMP" ], "requested-options": [ "BINARY", "ECHO", "SGA" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "**EMSI_REQA77E\r\u0011\r", "banner_before_return": "**EMSI_REQA77E\r\u0011\r", "dsr_replies": 0, "dsr_requests": 0, "encoding": "ascii", "option_states": { "server_offered": { "BINARY": true, "ECHO": true, "SGA": true }, "server_requested": { "BINARY": true, "ECHO": true, "SGA": true } }, "scan_type": "quick", "timing": { "probe": 0.5039865970611572, "total": 11.233123302459717 } } }, "sessions": [ { "connected": "2026-04-05T18:39:54.587945+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60177 }, { "connected": "2026-04-07T06:34:57.251703+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60177 } ] } .. 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 bbs.bnbbbs.net 60177 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1200 Fingerprint client: host=bbs.bnbbbs.net port=60177 INFO client_base.py:190 Connected to DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1024 send IAC WILL MSDP DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1024 send IAC WILL GMCP DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1024 send IAC WILL ATCP DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1024 send IAC WILL ZMP DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSSP DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1024 send IAC WILL MXP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSP DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1024 send IAC DO MSDP DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1024 send IAC DO GMCP DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1024 send IAC DO ATCP DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1024 send IAC DO ZMP DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1024 send IAC DO MSSP DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC DO AARDWOLF DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True DEBUG stream_writer.py:1024 send IAC DO MXP DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True DEBUG stream_writer.py:1024 send IAC DO MSP DEBUG stream_writer.py:773 recv IAC DO SGA DEBUG stream_writer.py:1887 handle_do(SGA) DEBUG stream_writer.py:3384 pending_option[WILL + SGA] = True DEBUG stream_writer.py:1024 send IAC WILL SGA DEBUG stream_writer.py:3384 local_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[WILL + SGA] = False DEBUG stream_writer.py:773 recv IAC WILL SGA DEBUG stream_writer.py:789 WILL SGA unsolicited DEBUG stream_writer.py:2045 handle_will(SGA) DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True DEBUG stream_writer.py:1024 send IAC DO SGA DEBUG stream_writer.py:3384 remote_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[DO + SGA] = False DEBUG stream_writer.py:773 recv IAC DO BINARY DEBUG stream_writer.py:1887 handle_do(BINARY) DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = True DEBUG stream_writer.py:1024 send IAC WILL BINARY DEBUG stream_writer.py:3384 local_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = False DEBUG stream_writer.py:773 recv IAC WILL BINARY DEBUG stream_writer.py:789 WILL BINARY unsolicited DEBUG stream_writer.py:2045 handle_will(BINARY) DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1024 send IAC DO BINARY DEBUG stream_writer.py:3384 remote_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = False DEBUG stream_writer.py:773 recv IAC DO ECHO DEBUG stream_writer.py:1887 handle_do(ECHO) DEBUG stream_writer.py:3384 local_option[ECHO] = False DEBUG stream_writer.py:1024 send IAC WONT ECHO DEBUG stream_writer.py:3384 local_option[ECHO] = True DEBUG stream_writer.py:773 recv IAC WILL ECHO DEBUG stream_writer.py:789 WILL ECHO unsolicited DEBUG stream_writer.py:2045 handle_will(ECHO) DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True DEBUG stream_writer.py:1024 send IAC DO ECHO DEBUG stream_writer.py:3384 remote_option[ECHO] = True DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = False DEBUG client_base.py:534 negotiation failed after 4.00s. DEBUG client_base.py:540 failed-reply: 'WILL MSDP, WILL GMCP, WILL ATCP, WILL ZMP, WILL MSSP, WILL AARDWOLF, WILL MCCP3_COMPRESS, WILL MXP, WILL MCCP2_COMPRESS, WILL MSP, DO MSDP, DO GMCP, DO ATCP, DO ZMP, DO MSSP, DO AARDWOLF, DO MCCP3_COMPRESS, DO MXP, DO MCCP2_COMPRESS, DO MSP' DEBUG stream_writer.py:820 slc.snoop(b'\x11'): SLC_XON, callback is handle_xon. DEBUG stream_writer.py:1585 SLC XON: Transmit On (unhandled). DEBUG stream_writer.py:3384 pending_option[DO + STATUS] = True DEBUG stream_writer.py:1024 send IAC DO STATUS DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:1024 send IAC DO CHARSET DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True DEBUG stream_writer.py:1024 send IAC DO EOR DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:998 skip DO MCCP2_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO MCCP3_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO GMCP; pending_option = True DEBUG stream_writer.py:998 skip DO MSDP; pending_option = True DEBUG stream_writer.py:998 skip DO MSSP; pending_option = True DEBUG stream_writer.py:998 skip DO MSP; pending_option = True DEBUG stream_writer.py:998 skip DO MXP; pending_option = True DEBUG stream_writer.py:998 skip DO ZMP; pending_option = True DEBUG stream_writer.py:998 skip DO AARDWOLF; pending_option = True DEBUG stream_writer.py:998 skip DO ATCP; pending_option = True DEBUG fingerprinting.py:849 connection for server fingerprint e085f9908b35894e INFO client_base.py:122 Connection closed to .. raw:: html
.. _ip_174_169_111_227_bbs_bnbbbs_net_60179: bbs.bnbbbs.net:60179 -------------------- **Connection Banner:** .. image:: /_static/banners/banner_0df45f2276a6.png :alt: \*\*EMSI_REQA77E  :class: ansi-banner :width: 114px :loading: lazy Server URLs ~~~~~~~~~~~ .. raw:: html **Server Location**: πŸ‡ΊπŸ‡Έ United States (GeoIP) BBS Software ~~~~~~~~~~~~ **Reported**: ProBoard FidoNet ~~~~~~~ This server responded with an EMSI handshake sequence. Encoding ~~~~~~~~ - **Effective encoding**: ascii - **Scanner detected**: ascii Telnet Fingerprint ~~~~~~~~~~~~~~~~~~ :ref:`e89ffa4fe5c32389 ` *This fingerprint is shared by 132 other servers.* 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": "e89ffa4fe5c32389", "fingerprint-data": { "offered-options": [], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "BINARY", "CHARSET", "COM_PORT", "ECHO", "EOR", "GMCP", "MCCP2", "MCCP3", "MSDP", "MSP", "MSSP", "MXP", "SGA", "STATUS", "ZMP" ], "requested-options": [], "scan-type": "quick" }, "session_data": { "banner_after_return": "**EMSI_REQA77E\r\u0011\r", "banner_before_return": "**EMSI_REQA77E\r\u0011\r", "dsr_replies": 0, "dsr_requests": 0, "encoding": "ascii", "option_states": { "server_offered": {}, "server_requested": {} }, "scan_type": "quick", "timing": { "probe": 0.5051987171173096, "total": 11.193977117538452 } } }, "sessions": [ { "connected": "2026-04-05T19:02:38.718094+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60179 }, { "connected": "2026-04-07T06:28:12.470621+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60179 } ] } .. 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 bbs.bnbbbs.net 60179 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1200 Fingerprint client: host=bbs.bnbbbs.net port=60179 INFO client_base.py:190 Connected to DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSP DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1024 send IAC WILL MXP DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSSP DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1024 send IAC WILL GMCP DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1024 send IAC WILL ATCP DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1024 send IAC WILL MSDP DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1024 send IAC WILL ZMP DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True DEBUG stream_writer.py:1024 send IAC DO MSP DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True DEBUG stream_writer.py:1024 send IAC DO MXP DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1024 send IAC DO MSSP DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1024 send IAC DO GMCP DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1024 send IAC DO ATCP DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1024 send IAC DO MSDP DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1024 send IAC DO ZMP DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC DO AARDWOLF DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS DEBUG client_base.py:534 negotiation failed after 4.00s. DEBUG client_base.py:540 failed-reply: 'WILL MSP, WILL MXP, WILL MSSP, WILL GMCP, WILL ATCP, WILL MSDP, WILL ZMP, WILL AARDWOLF, WILL MCCP3_COMPRESS, WILL MCCP2_COMPRESS, DO MSP, DO MXP, DO MSSP, DO GMCP, DO ATCP, DO MSDP, DO ZMP, DO AARDWOLF, DO MCCP3_COMPRESS, DO MCCP2_COMPRESS' DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1024 send IAC DO BINARY DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True DEBUG stream_writer.py:1024 send IAC DO SGA DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True DEBUG stream_writer.py:1024 send IAC DO ECHO DEBUG stream_writer.py:3384 pending_option[DO + STATUS] = True DEBUG stream_writer.py:1024 send IAC DO STATUS DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:1024 send IAC DO CHARSET DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True DEBUG stream_writer.py:1024 send IAC DO EOR DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:998 skip DO MCCP2_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO MCCP3_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO GMCP; pending_option = True DEBUG stream_writer.py:998 skip DO MSDP; pending_option = True DEBUG stream_writer.py:998 skip DO MSSP; pending_option = True DEBUG stream_writer.py:998 skip DO MSP; pending_option = True DEBUG stream_writer.py:998 skip DO MXP; pending_option = True DEBUG stream_writer.py:998 skip DO ZMP; pending_option = True DEBUG stream_writer.py:998 skip DO AARDWOLF; pending_option = True DEBUG stream_writer.py:998 skip DO ATCP; pending_option = True DEBUG fingerprinting.py:849 connection for server fingerprint e89ffa4fe5c32389 INFO client_base.py:122 Connection closed to .. raw:: html
.. _ip_174_169_111_227_bbs_bnbbbs_net_60277: bbs.bnbbbs.net:60277 -------------------- **Connection Banner:** .. image:: /_static/banners/banner_0df45f2276a6.png :alt: \*\*EMSI_REQA77E  :class: ansi-banner :width: 114px :loading: lazy Server URLs ~~~~~~~~~~~ .. raw:: html **Server Location**: πŸ‡ΊπŸ‡Έ United States (GeoIP) BBS Software ~~~~~~~~~~~~ **Reported**: ProBoard FidoNet ~~~~~~~ This server responded with an EMSI handshake sequence. Encoding ~~~~~~~~ - **Effective encoding**: ascii - **Scanner detected**: ascii Telnet Fingerprint ~~~~~~~~~~~~~~~~~~ :ref:`e085f9908b35894e ` *This fingerprint is shared by 9 other servers.* **Options offered by server**: ``BINARY``, ``ECHO``, ``SGA`` **Options requested from client**: ``BINARY``, ``ECHO``, ``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": "e085f9908b35894e", "fingerprint-data": { "offered-options": [ "BINARY", "ECHO", "SGA" ], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "CHARSET", "COM_PORT", "EOR", "GMCP", "MCCP2", "MCCP3", "MSDP", "MSP", "MSSP", "MXP", "STATUS", "ZMP" ], "requested-options": [ "BINARY", "ECHO", "SGA" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "**EMSI_REQA77E\r\u0011\r", "banner_before_return": "**EMSI_REQA77E\r\u0011\r", "dsr_replies": 0, "dsr_requests": 0, "encoding": "ascii", "option_states": { "server_offered": { "BINARY": true, "ECHO": true, "SGA": true }, "server_requested": { "BINARY": true, "ECHO": true, "SGA": true } }, "scan_type": "quick", "timing": { "probe": 0.5038347244262695, "total": 11.234973907470703 } } }, "sessions": [ { "connected": "2026-04-05T19:33:32.512540+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60277 }, { "connected": "2026-04-07T06:13:20.463849+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60277 } ] } .. 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 bbs.bnbbbs.net 60277 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1200 Fingerprint client: host=bbs.bnbbbs.net port=60277 INFO client_base.py:190 Connected to DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1024 send IAC WILL ZMP DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1024 send IAC WILL GMCP DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1024 send IAC WILL MXP DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1024 send IAC WILL ATCP DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1024 send IAC WILL MSDP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSSP DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1024 send IAC DO ZMP DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True DEBUG stream_writer.py:1024 send IAC DO MSP DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1024 send IAC DO GMCP DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True DEBUG stream_writer.py:1024 send IAC DO MXP DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC DO AARDWOLF DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1024 send IAC DO ATCP DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1024 send IAC DO MSDP DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1024 send IAC DO MSSP DEBUG stream_writer.py:773 recv IAC DO SGA DEBUG stream_writer.py:1887 handle_do(SGA) DEBUG stream_writer.py:3384 pending_option[WILL + SGA] = True DEBUG stream_writer.py:1024 send IAC WILL SGA DEBUG stream_writer.py:3384 local_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[WILL + SGA] = False DEBUG stream_writer.py:773 recv IAC WILL SGA DEBUG stream_writer.py:789 WILL SGA unsolicited DEBUG stream_writer.py:2045 handle_will(SGA) DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True DEBUG stream_writer.py:1024 send IAC DO SGA DEBUG stream_writer.py:3384 remote_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[DO + SGA] = False DEBUG stream_writer.py:773 recv IAC DO BINARY DEBUG stream_writer.py:1887 handle_do(BINARY) DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = True DEBUG stream_writer.py:1024 send IAC WILL BINARY DEBUG stream_writer.py:3384 local_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = False DEBUG stream_writer.py:773 recv IAC WILL BINARY DEBUG stream_writer.py:789 WILL BINARY unsolicited DEBUG stream_writer.py:2045 handle_will(BINARY) DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1024 send IAC DO BINARY DEBUG stream_writer.py:3384 remote_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = False DEBUG stream_writer.py:773 recv IAC DO ECHO DEBUG stream_writer.py:1887 handle_do(ECHO) DEBUG stream_writer.py:3384 local_option[ECHO] = False DEBUG stream_writer.py:1024 send IAC WONT ECHO DEBUG stream_writer.py:3384 local_option[ECHO] = True DEBUG stream_writer.py:773 recv IAC WILL ECHO DEBUG stream_writer.py:789 WILL ECHO unsolicited DEBUG stream_writer.py:2045 handle_will(ECHO) DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True DEBUG stream_writer.py:1024 send IAC DO ECHO DEBUG stream_writer.py:3384 remote_option[ECHO] = True DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = False DEBUG client_base.py:534 negotiation failed after 4.01s. DEBUG client_base.py:540 failed-reply: 'WILL ZMP, WILL MSP, WILL MCCP2_COMPRESS, WILL GMCP, WILL MXP, WILL AARDWOLF, WILL ATCP, WILL MSDP, WILL MCCP3_COMPRESS, WILL MSSP, DO ZMP, DO MSP, DO MCCP2_COMPRESS, DO GMCP, DO MXP, DO AARDWOLF, DO ATCP, DO MSDP, DO MCCP3_COMPRESS, DO MSSP' DEBUG stream_writer.py:820 slc.snoop(b'\x11'): SLC_XON, callback is handle_xon. DEBUG stream_writer.py:1585 SLC XON: Transmit On (unhandled). DEBUG stream_writer.py:3384 pending_option[DO + STATUS] = True DEBUG stream_writer.py:1024 send IAC DO STATUS DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:1024 send IAC DO CHARSET DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True DEBUG stream_writer.py:1024 send IAC DO EOR DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:998 skip DO MCCP2_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO MCCP3_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO GMCP; pending_option = True DEBUG stream_writer.py:998 skip DO MSDP; pending_option = True DEBUG stream_writer.py:998 skip DO MSSP; pending_option = True DEBUG stream_writer.py:998 skip DO MSP; pending_option = True DEBUG stream_writer.py:998 skip DO MXP; pending_option = True DEBUG stream_writer.py:998 skip DO ZMP; pending_option = True DEBUG stream_writer.py:998 skip DO AARDWOLF; pending_option = True DEBUG stream_writer.py:998 skip DO ATCP; pending_option = True DEBUG fingerprinting.py:849 connection for server fingerprint e085f9908b35894e INFO client_base.py:122 Connection closed to .. raw:: html
.. _ip_174_169_111_227_bbs_bnbbbs_net_60279: bbs.bnbbbs.net:60279 -------------------- **Connection Banner:** .. image:: /_static/banners/banner_0df45f2276a6.png :alt: \*\*EMSI_REQA77E  :class: ansi-banner :width: 114px :loading: lazy Server URLs ~~~~~~~~~~~ .. raw:: html **Server Location**: πŸ‡ΊπŸ‡Έ United States (GeoIP) BBS Software ~~~~~~~~~~~~ **Reported**: ProBoard FidoNet ~~~~~~~ This server responded with an EMSI handshake sequence. Encoding ~~~~~~~~ - **Effective encoding**: ascii - **Scanner detected**: ascii Telnet Fingerprint ~~~~~~~~~~~~~~~~~~ :ref:`e89ffa4fe5c32389 ` *This fingerprint is shared by 132 other servers.* 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": "e89ffa4fe5c32389", "fingerprint-data": { "offered-options": [], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "BINARY", "CHARSET", "COM_PORT", "ECHO", "EOR", "GMCP", "MCCP2", "MCCP3", "MSDP", "MSP", "MSSP", "MXP", "SGA", "STATUS", "ZMP" ], "requested-options": [], "scan-type": "quick" }, "session_data": { "banner_after_return": "**EMSI_REQA77E\r\u0011\r", "banner_before_return": "**EMSI_REQA77E\r\u0011\r", "dsr_replies": 0, "dsr_requests": 0, "encoding": "ascii", "option_states": { "server_offered": {}, "server_requested": {} }, "scan_type": "quick", "timing": { "probe": 0.5039548873901367, "total": 11.193605899810791 } } }, "sessions": [ { "connected": "2026-04-05T18:41:21.002476+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60279 }, { "connected": "2026-04-07T06:24:18.789516+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60279 } ] } .. 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 bbs.bnbbbs.net 60279 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1200 Fingerprint client: host=bbs.bnbbbs.net port=60279 INFO client_base.py:190 Connected to DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1024 send IAC WILL GMCP DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1024 send IAC WILL MXP DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1024 send IAC WILL ZMP DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSSP DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1024 send IAC WILL MSDP DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1024 send IAC WILL ATCP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC DO AARDWOLF DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1024 send IAC DO GMCP DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True DEBUG stream_writer.py:1024 send IAC DO MXP DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1024 send IAC DO ZMP DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1024 send IAC DO MSSP DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1024 send IAC DO MSDP DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1024 send IAC DO ATCP DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True DEBUG stream_writer.py:1024 send IAC DO MSP DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS DEBUG client_base.py:534 negotiation failed after 4.00s. DEBUG client_base.py:540 failed-reply: 'WILL AARDWOLF, WILL GMCP, WILL MXP, WILL ZMP, WILL MSSP, WILL MSDP, WILL ATCP, WILL MCCP3_COMPRESS, WILL MSP, WILL MCCP2_COMPRESS, DO AARDWOLF, DO GMCP, DO MXP, DO ZMP, DO MSSP, DO MSDP, DO ATCP, DO MCCP3_COMPRESS, DO MSP, DO MCCP2_COMPRESS' DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1024 send IAC DO BINARY DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True DEBUG stream_writer.py:1024 send IAC DO SGA DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True DEBUG stream_writer.py:1024 send IAC DO ECHO DEBUG stream_writer.py:3384 pending_option[DO + STATUS] = True DEBUG stream_writer.py:1024 send IAC DO STATUS DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:1024 send IAC DO CHARSET DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True DEBUG stream_writer.py:1024 send IAC DO EOR DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:998 skip DO MCCP2_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO MCCP3_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO GMCP; pending_option = True DEBUG stream_writer.py:998 skip DO MSDP; pending_option = True DEBUG stream_writer.py:998 skip DO MSSP; pending_option = True DEBUG stream_writer.py:998 skip DO MSP; pending_option = True DEBUG stream_writer.py:998 skip DO MXP; pending_option = True DEBUG stream_writer.py:998 skip DO ZMP; pending_option = True DEBUG stream_writer.py:998 skip DO AARDWOLF; pending_option = True DEBUG stream_writer.py:998 skip DO ATCP; pending_option = True DEBUG fingerprinting.py:849 connection for server fingerprint e89ffa4fe5c32389 INFO client_base.py:122 Connection closed to .. raw:: html
.. _ip_174_169_111_227_bbs_bnbbbs_net_60377: bbs.bnbbbs.net:60377 -------------------- **Connection Banner:** .. image:: /_static/banners/banner_0df45f2276a6.png :alt: \*\*EMSI_REQA77E  :class: ansi-banner :width: 114px :loading: lazy Server URLs ~~~~~~~~~~~ .. raw:: html **Server Location**: πŸ‡ΊπŸ‡Έ United States (GeoIP) BBS Software ~~~~~~~~~~~~ **Reported**: ProBoard FidoNet ~~~~~~~ This server responded with an EMSI handshake sequence. Encoding ~~~~~~~~ - **Effective encoding**: ascii - **Scanner detected**: ascii Telnet Fingerprint ~~~~~~~~~~~~~~~~~~ :ref:`e085f9908b35894e ` *This fingerprint is shared by 9 other servers.* **Options offered by server**: ``BINARY``, ``ECHO``, ``SGA`` **Options requested from client**: ``BINARY``, ``ECHO``, ``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": "e085f9908b35894e", "fingerprint-data": { "offered-options": [ "BINARY", "ECHO", "SGA" ], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "CHARSET", "COM_PORT", "EOR", "GMCP", "MCCP2", "MCCP3", "MSDP", "MSP", "MSSP", "MXP", "STATUS", "ZMP" ], "requested-options": [ "BINARY", "ECHO", "SGA" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "**EMSI_REQA77E\r\u0011\r", "banner_before_return": "**EMSI_REQA77E\r\u0011\r", "dsr_replies": 0, "dsr_requests": 0, "encoding": "ascii", "option_states": { "server_offered": { "BINARY": true, "ECHO": true, "SGA": true }, "server_requested": { "BINARY": true, "ECHO": true, "SGA": true } }, "scan_type": "quick", "timing": { "probe": 0.5035600662231445, "total": 11.226142406463623 } } }, "sessions": [ { "connected": "2026-04-05T18:45:23.593155+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60377 }, { "connected": "2026-04-07T06:14:08.655024+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60377 } ] } .. 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 bbs.bnbbbs.net 60377 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1200 Fingerprint client: host=bbs.bnbbbs.net port=60377 INFO client_base.py:190 Connected to DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1024 send IAC WILL MSDP DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSSP DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1024 send IAC WILL MXP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSP DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1024 send IAC WILL GMCP DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1024 send IAC WILL ATCP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1024 send IAC WILL ZMP DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1024 send IAC DO MSDP DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1024 send IAC DO MSSP DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True DEBUG stream_writer.py:1024 send IAC DO MXP DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True DEBUG stream_writer.py:1024 send IAC DO MSP DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC DO AARDWOLF DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1024 send IAC DO GMCP DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1024 send IAC DO ATCP DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1024 send IAC DO ZMP DEBUG stream_writer.py:773 recv IAC DO SGA DEBUG stream_writer.py:1887 handle_do(SGA) DEBUG stream_writer.py:3384 pending_option[WILL + SGA] = True DEBUG stream_writer.py:1024 send IAC WILL SGA DEBUG stream_writer.py:3384 local_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[WILL + SGA] = False DEBUG stream_writer.py:773 recv IAC WILL SGA DEBUG stream_writer.py:789 WILL SGA unsolicited DEBUG stream_writer.py:2045 handle_will(SGA) DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True DEBUG stream_writer.py:1024 send IAC DO SGA DEBUG stream_writer.py:3384 remote_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[DO + SGA] = False DEBUG stream_writer.py:773 recv IAC DO BINARY DEBUG stream_writer.py:1887 handle_do(BINARY) DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = True DEBUG stream_writer.py:1024 send IAC WILL BINARY DEBUG stream_writer.py:3384 local_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = False DEBUG stream_writer.py:773 recv IAC WILL BINARY DEBUG stream_writer.py:789 WILL BINARY unsolicited DEBUG stream_writer.py:2045 handle_will(BINARY) DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1024 send IAC DO BINARY DEBUG stream_writer.py:3384 remote_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = False DEBUG stream_writer.py:773 recv IAC DO ECHO DEBUG stream_writer.py:1887 handle_do(ECHO) DEBUG stream_writer.py:3384 local_option[ECHO] = False DEBUG stream_writer.py:1024 send IAC WONT ECHO DEBUG stream_writer.py:3384 local_option[ECHO] = True DEBUG stream_writer.py:773 recv IAC WILL ECHO DEBUG stream_writer.py:789 WILL ECHO unsolicited DEBUG stream_writer.py:2045 handle_will(ECHO) DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True DEBUG stream_writer.py:1024 send IAC DO ECHO DEBUG stream_writer.py:3384 remote_option[ECHO] = True DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = False DEBUG client_base.py:534 negotiation failed after 4.00s. DEBUG client_base.py:540 failed-reply: 'WILL MSDP, WILL MSSP, WILL MXP, WILL MCCP3_COMPRESS, WILL MSP, WILL AARDWOLF, WILL GMCP, WILL ATCP, WILL MCCP2_COMPRESS, WILL ZMP, DO MSDP, DO MSSP, DO MXP, DO MCCP3_COMPRESS, DO MSP, DO AARDWOLF, DO GMCP, DO ATCP, DO MCCP2_COMPRESS, DO ZMP' DEBUG stream_writer.py:820 slc.snoop(b'\x11'): SLC_XON, callback is handle_xon. DEBUG stream_writer.py:1585 SLC XON: Transmit On (unhandled). DEBUG stream_writer.py:3384 pending_option[DO + STATUS] = True DEBUG stream_writer.py:1024 send IAC DO STATUS DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:1024 send IAC DO CHARSET DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True DEBUG stream_writer.py:1024 send IAC DO EOR DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:998 skip DO MCCP2_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO MCCP3_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO GMCP; pending_option = True DEBUG stream_writer.py:998 skip DO MSDP; pending_option = True DEBUG stream_writer.py:998 skip DO MSSP; pending_option = True DEBUG stream_writer.py:998 skip DO MSP; pending_option = True DEBUG stream_writer.py:998 skip DO MXP; pending_option = True DEBUG stream_writer.py:998 skip DO ZMP; pending_option = True DEBUG stream_writer.py:998 skip DO AARDWOLF; pending_option = True DEBUG stream_writer.py:998 skip DO ATCP; pending_option = True DEBUG fingerprinting.py:849 connection for server fingerprint e085f9908b35894e INFO client_base.py:122 Connection closed to .. raw:: html
.. _ip_174_169_111_227_bbs_bnbbbs_net_60379: bbs.bnbbbs.net:60379 -------------------- **Connection Banner:** .. image:: /_static/banners/banner_0df45f2276a6.png :alt: \*\*EMSI_REQA77E  :class: ansi-banner :width: 114px :loading: lazy Server URLs ~~~~~~~~~~~ .. raw:: html **Server Location**: πŸ‡ΊπŸ‡Έ United States (GeoIP) BBS Software ~~~~~~~~~~~~ **Reported**: ProBoard FidoNet ~~~~~~~ This server responded with an EMSI handshake sequence. Encoding ~~~~~~~~ - **Effective encoding**: ascii - **Scanner detected**: ascii Telnet Fingerprint ~~~~~~~~~~~~~~~~~~ :ref:`e89ffa4fe5c32389 ` *This fingerprint is shared by 132 other servers.* 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": "e89ffa4fe5c32389", "fingerprint-data": { "offered-options": [], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "BINARY", "CHARSET", "COM_PORT", "ECHO", "EOR", "GMCP", "MCCP2", "MCCP3", "MSDP", "MSP", "MSSP", "MXP", "SGA", "STATUS", "ZMP" ], "requested-options": [], "scan-type": "quick" }, "session_data": { "banner_after_return": "**EMSI_REQA77E\r\u0011\r", "banner_before_return": "**EMSI_REQA77E\r\u0011\r", "dsr_replies": 0, "dsr_requests": 0, "encoding": "ascii", "option_states": { "server_offered": {}, "server_requested": {} }, "scan_type": "quick", "timing": { "probe": 0.503936767578125, "total": 11.1973295211792 } } }, "sessions": [ { "connected": "2026-04-05T19:30:57.550848+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60379 }, { "connected": "2026-04-07T05:47:36.222317+00:00", "host": "bbs.bnbbbs.net", "ip": "174.169.111.227", "port": 60379 } ] } .. 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 bbs.bnbbbs.net 60379 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1200 Fingerprint client: host=bbs.bnbbbs.net port=60379 INFO client_base.py:190 Connected to DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1024 send IAC WILL GMCP DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSSP DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSP DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1024 send IAC WILL ZMP DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1024 send IAC WILL ATCP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1024 send IAC WILL MSDP DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1024 send IAC WILL MXP DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1024 send IAC DO GMCP DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1024 send IAC DO MSSP DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True DEBUG stream_writer.py:1024 send IAC DO MSP DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1024 send IAC DO ZMP DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1024 send IAC DO ATCP DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1024 send IAC DO MSDP DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC DO AARDWOLF DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True DEBUG stream_writer.py:1024 send IAC DO MXP DEBUG client_base.py:534 negotiation failed after 4.00s. DEBUG client_base.py:540 failed-reply: 'WILL MCCP2_COMPRESS, WILL GMCP, WILL MSSP, WILL MSP, WILL ZMP, WILL ATCP, WILL MCCP3_COMPRESS, WILL MSDP, WILL AARDWOLF, WILL MXP, DO MCCP2_COMPRESS, DO GMCP, DO MSSP, DO MSP, DO ZMP, DO ATCP, DO MCCP3_COMPRESS, DO MSDP, DO AARDWOLF, DO MXP' DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1024 send IAC DO BINARY DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True DEBUG stream_writer.py:1024 send IAC DO SGA DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True DEBUG stream_writer.py:1024 send IAC DO ECHO DEBUG stream_writer.py:3384 pending_option[DO + STATUS] = True DEBUG stream_writer.py:1024 send IAC DO STATUS DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:1024 send IAC DO CHARSET DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True DEBUG stream_writer.py:1024 send IAC DO EOR DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:998 skip DO MCCP2_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO MCCP3_COMPRESS; pending_option = True DEBUG stream_writer.py:998 skip DO GMCP; pending_option = True DEBUG stream_writer.py:998 skip DO MSDP; pending_option = True DEBUG stream_writer.py:998 skip DO MSSP; pending_option = True DEBUG stream_writer.py:998 skip DO MSP; pending_option = True DEBUG stream_writer.py:998 skip DO MXP; pending_option = True DEBUG stream_writer.py:998 skip DO ZMP; pending_option = True DEBUG stream_writer.py:998 skip DO AARDWOLF; pending_option = True DEBUG stream_writer.py:998 skip DO ATCP; pending_option = True DEBUG fingerprinting.py:849 connection for server fingerprint e89ffa4fe5c32389 INFO client_base.py:122 Connection closed to .. raw:: html
.. _ip_174_169_111_227_phoenix_bnbbbs_net_23: phoenix.bnbbbs.net:23 --------------------- **Connection Banner:** .. image:: /_static/banners/banner_85811218ac41.png :alt: MBSE BBS v1.1.7.2 (Release: Mar 19 2026) Copyright (C) 1997-2026 MBSE Development Team, All Rights Reserved .​--. Welcome to Phoenix BBS! \|o_o \| -​---------------------- \|:_/ \| // \\\\ \\\\ Abandon all hope ye who have entered cyberspace. (\| \| ) /'\\\\_ _/\\\`\\\\ NEW USERS: Username: bbs Password: bbs \\\\___)=(___/ Powered by Linux. login: :class: ansi-banner :width: 530px :loading: lazy Server URLs ~~~~~~~~~~~ .. raw:: html **Server Location**: πŸ‡ΊπŸ‡Έ United States (GeoIP) BBS Software ~~~~~~~~~~~~ **Reported**: MBSE Encoding ~~~~~~~~ - **Effective encoding**: ascii - **Scanner detected**: ascii Telnet Fingerprint ~~~~~~~~~~~~~~~~~~ :ref:`3368c85b2d113f3c ` *This fingerprint is shared by 24 other servers.* **Options offered by server**: ``BINARY``, ``ECHO``, ``SGA``, ``STATUS`` **Options requested from client**: ``ECHO``, ``LFLOW``, ``NAWS``, ``NEW_ENVIRON``, ``TSPEED``, ``TTYPE``, ``XDISPLOC`` 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": "3368c85b2d113f3c", "fingerprint-data": { "offered-options": [ "BINARY", "ECHO", "SGA", "STATUS" ], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "CHARSET", "COM_PORT", "EOR", "GMCP", "MCCP2", "MCCP3", "MSDP", "MSP", "MSSP", "MXP", "ZMP" ], "requested-options": [ "ECHO", "LFLOW", "NAWS", "NEW_ENVIRON", "TSPEED", "TTYPE", "XDISPLOC" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "\r\n\r\n .--. Welcome to Phoenix BBS!\r\n |o_o | -----------------------\r\n |:_/ |\r\n // \\\\ \\\\ Abandon all hope ye who have entered cyberspace.\r\n (| | )\r\n /'\\\\_ _/\\`\\\\ NEW USERS: Username: bbs Password: bbs\r\n \\\\___)=(___/ \r\nPowered by Linux.\r\n\r\nlogin: ", "banner_before_return": "\r\nMBSE BBS v1.1.7.2 (Release: Mar 19 2026)\r\nCopyright (C) 1997-2026 MBSE Development Team, All Rights Reserved\r\n\r\n\r\n .--. Welcome to Phoenix BBS!\r\n |o_o | -----------------------\r\n |:_/ |\r\n // \\\\ \\\\ Abandon all hope ye who have entered cyberspace.\r\n (| | )\r\n /'\\\\_ _/\\`\\\\ NEW USERS: Username: bbs Password: bbs\r\n \\\\___)=(___/ \r\nPowered by Linux.\r\n\r\nlogin: ", "dsr_replies": 0, "dsr_requests": 0, "encoding": "ascii", "option_states": { "environ_requested": [ { "name": "*", "type": "VAR" }, { "name": "*", "type": "USERVAR" } ], "server_offered": { "AARDWOLF": false, "ATCP": false, "ECHO": true, "GMCP": false, "MCCP2": false, "MCCP3": false, "MSDP": false, "MSP": false, "MSSP": false, "MXP": false, "SGA": true, "STATUS": true, "ZMP": false }, "server_requested": { "AARDWOLF": false, "ATCP": false, "ECHO": true, "GMCP": false, "LFLOW": true, "MCCP2": false, "MCCP3": false, "MSDP": false, "MSP": false, "MSSP": false, "MXP": false, "NAWS": true, "NEW_ENVIRON": true, "TSPEED": true, "TTYPE": true, "XDISPLOC": true, "ZMP": false } }, "scan_type": "quick", "timing": { "probe": 0.20222139358520508, "total": 10.899563550949097 } } }, "sessions": [ { "connected": "2026-04-05T19:35:33.843156+00:00", "host": "phoenix.bnbbbs.net", "ip": "174.169.111.227", "port": 23 }, { "connected": "2026-04-07T05:36:53.906354+00:00", "host": "phoenix.bnbbbs.net", "ip": "174.169.111.227", "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 phoenix.bnbbbs.net 23 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1200 Fingerprint client: host=phoenix.bnbbbs.net port=23 INFO client_base.py:190 Connected to DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1024 send IAC WILL ATCP DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1024 send IAC WILL MSDP DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1024 send IAC WILL GMCP DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1024 send IAC WILL MXP DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSP DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1024 send IAC WILL ZMP DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSSP DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1024 send IAC DO ATCP DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC DO AARDWOLF DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1024 send IAC DO MSDP DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1024 send IAC DO GMCP DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True DEBUG stream_writer.py:1024 send IAC DO MXP DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True DEBUG stream_writer.py:1024 send IAC DO MSP DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1024 send IAC DO ZMP DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1024 send IAC DO MSSP DEBUG stream_writer.py:773 recv IAC DO TTYPE DEBUG stream_writer.py:1887 handle_do(TTYPE) DEBUG stream_writer.py:3384 pending_option[WILL + TTYPE] = True DEBUG stream_writer.py:1024 send IAC WILL TTYPE DEBUG stream_writer.py:3384 pending_option[SB + TTYPE] = True DEBUG stream_writer.py:3384 local_option[TTYPE] = True DEBUG stream_writer.py:3384 pending_option[WILL + TTYPE] = False DEBUG stream_writer.py:773 recv IAC DO TSPEED DEBUG stream_writer.py:1887 handle_do(TSPEED) DEBUG stream_writer.py:3384 pending_option[WILL + TSPEED] = True DEBUG stream_writer.py:1024 send IAC WILL TSPEED DEBUG stream_writer.py:3384 pending_option[SB + TSPEED] = True DEBUG stream_writer.py:3384 local_option[TSPEED] = True DEBUG stream_writer.py:3384 pending_option[WILL + TSPEED] = False DEBUG stream_writer.py:773 recv IAC DO XDISPLOC DEBUG stream_writer.py:1887 handle_do(XDISPLOC) DEBUG stream_writer.py:3384 pending_option[WILL + XDISPLOC] = True DEBUG stream_writer.py:1024 send IAC WILL XDISPLOC DEBUG stream_writer.py:3384 pending_option[SB + XDISPLOC] = True DEBUG stream_writer.py:3384 local_option[XDISPLOC] = True DEBUG stream_writer.py:3384 pending_option[WILL + XDISPLOC] = False DEBUG stream_writer.py:773 recv IAC DO NEW_ENVIRON DEBUG stream_writer.py:1887 handle_do(NEW_ENVIRON) DEBUG stream_writer.py:3384 pending_option[WILL + NEW_ENVIRON] = True DEBUG stream_writer.py:1024 send IAC WILL NEW_ENVIRON DEBUG stream_writer.py:3384 pending_option[SB + NEW_ENVIRON] = True DEBUG stream_writer.py:3384 local_option[NEW_ENVIRON] = True DEBUG stream_writer.py:3384 pending_option[WILL + NEW_ENVIRON] = False DEBUG stream_writer.py:773 recv IAC DONT ATCP DEBUG stream_writer.py:2010 handle_dont(ATCP) DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = False DEBUG stream_writer.py:3384 local_option[ATCP] = False DEBUG stream_writer.py:773 recv IAC DONT AARDWOLF DEBUG stream_writer.py:2010 handle_dont(AARDWOLF) DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = False DEBUG stream_writer.py:3384 local_option[AARDWOLF] = False DEBUG stream_writer.py:773 recv IAC DONT MCCP3_COMPRESS DEBUG stream_writer.py:2010 handle_dont(MCCP3_COMPRESS) DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = False DEBUG stream_writer.py:3384 local_option[MCCP3_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC DONT MCCP2_COMPRESS DEBUG stream_writer.py:2010 handle_dont(MCCP2_COMPRESS) DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = False DEBUG stream_writer.py:3384 local_option[MCCP2_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC DONT MSDP DEBUG stream_writer.py:2010 handle_dont(MSDP) DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = False DEBUG stream_writer.py:3384 local_option[MSDP] = False DEBUG stream_writer.py:773 recv IAC DONT GMCP DEBUG stream_writer.py:2010 handle_dont(GMCP) DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = False DEBUG stream_writer.py:3384 local_option[GMCP] = False DEBUG stream_writer.py:773 recv IAC DONT MXP DEBUG stream_writer.py:2010 handle_dont(MXP) DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = False DEBUG stream_writer.py:3384 local_option[MXP] = False DEBUG stream_writer.py:773 recv IAC DONT MSP DEBUG stream_writer.py:2010 handle_dont(MSP) DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = False DEBUG stream_writer.py:3384 local_option[MSP] = False DEBUG stream_writer.py:773 recv IAC DONT ZMP DEBUG stream_writer.py:2010 handle_dont(ZMP) DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = False DEBUG stream_writer.py:3384 local_option[ZMP] = False DEBUG stream_writer.py:773 recv IAC DONT MSSP DEBUG stream_writer.py:2010 handle_dont(MSSP) DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = False DEBUG stream_writer.py:3384 local_option[MSSP] = False DEBUG stream_writer.py:773 recv IAC WONT ATCP DEBUG stream_writer.py:2199 handle_wont(ATCP) DEBUG stream_writer.py:3384 remote_option[ATCP] = False DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = False DEBUG stream_writer.py:773 recv IAC WONT AARDWOLF DEBUG stream_writer.py:2199 handle_wont(AARDWOLF) DEBUG stream_writer.py:3384 remote_option[AARDWOLF] = False DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = False DEBUG stream_writer.py:773 recv IAC WONT MCCP3_COMPRESS DEBUG stream_writer.py:2199 handle_wont(MCCP3_COMPRESS) DEBUG stream_writer.py:3384 remote_option[MCCP3_COMPRESS] = False DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC WONT MCCP2_COMPRESS DEBUG stream_writer.py:2199 handle_wont(MCCP2_COMPRESS) DEBUG stream_writer.py:3384 remote_option[MCCP2_COMPRESS] = False DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC WONT MSDP DEBUG stream_writer.py:2199 handle_wont(MSDP) DEBUG stream_writer.py:3384 remote_option[MSDP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = False DEBUG stream_writer.py:773 recv IAC WONT GMCP DEBUG stream_writer.py:2199 handle_wont(GMCP) DEBUG stream_writer.py:3384 remote_option[GMCP] = False DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = False DEBUG stream_writer.py:773 recv IAC WONT MXP DEBUG stream_writer.py:2199 handle_wont(MXP) DEBUG stream_writer.py:3384 remote_option[MXP] = False DEBUG stream_writer.py:3384 pending_option[DO + MXP] = False DEBUG stream_writer.py:773 recv IAC WONT MSP DEBUG stream_writer.py:2199 handle_wont(MSP) DEBUG stream_writer.py:3384 remote_option[MSP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSP] = False DEBUG stream_writer.py:773 recv IAC WONT ZMP DEBUG stream_writer.py:2199 handle_wont(ZMP) DEBUG stream_writer.py:3384 remote_option[ZMP] = False DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = False DEBUG stream_writer.py:773 recv IAC WONT MSSP DEBUG stream_writer.py:2199 handle_wont(MSSP) DEBUG stream_writer.py:3384 remote_option[MSSP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = False DEBUG stream_writer.py:767 begin sub-negotiation SB TSPEED DEBUG stream_writer.py:754 sub-negotiation cmd TSPEED SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + TSPEED] = False DEBUG stream_writer.py:2345 recv TSPEED SEND: b'' DEBUG stream_writer.py:2373 send: IAC SB TSPEED IS b'38400',b'38400' IAC SE DEBUG stream_writer.py:767 begin sub-negotiation SB XDISPLOC DEBUG stream_writer.py:754 sub-negotiation cmd XDISPLOC SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + XDISPLOC] = False DEBUG stream_writer.py:2384 recv XDISPLOC SEND: b'' DEBUG stream_writer.py:2393 send IAC SB XDISPLOC IS b'' IAC SE DEBUG stream_writer.py:767 begin sub-negotiation SB NEW_ENVIRON DEBUG stream_writer.py:754 sub-negotiation cmd NEW_ENVIRON SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + NEW_ENVIRON] = False DEBUG stream_writer.py:2449 recv NEW_ENVIRON SEND (all) DEBUG stream_writer.py:2473 env send: LANG='C', TERM='xterm-256color', LINES=25, COLUMNS=80, COLORTERM='' DEBUG stream_writer.py:767 begin sub-negotiation SB TTYPE DEBUG stream_writer.py:754 sub-negotiation cmd TTYPE SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + TTYPE] = False DEBUG stream_writer.py:2404 recv TTYPE SEND: b'' DEBUG stream_writer.py:2416 send IAC SB TTYPE IS b'xterm-256color' IAC SE DEBUG client_base.py:531 negotiation complete after 0.35s. DEBUG stream_writer.py:773 recv IAC WILL SGA DEBUG stream_writer.py:789 WILL SGA unsolicited DEBUG stream_writer.py:2045 handle_will(SGA) DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True DEBUG stream_writer.py:1024 send IAC DO SGA DEBUG stream_writer.py:3384 remote_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[DO + SGA] = False DEBUG stream_writer.py:773 recv IAC DO ECHO DEBUG stream_writer.py:1887 handle_do(ECHO) DEBUG stream_writer.py:3384 local_option[ECHO] = False DEBUG stream_writer.py:1024 send IAC WONT ECHO DEBUG stream_writer.py:3384 local_option[ECHO] = True DEBUG stream_writer.py:773 recv IAC DO NAWS DEBUG stream_writer.py:1887 handle_do(NAWS) DEBUG stream_writer.py:3384 pending_option[WILL + NAWS] = True DEBUG stream_writer.py:1024 send IAC WILL NAWS DEBUG stream_writer.py:2507 send IAC SB NAWS (rows=25, cols=80) IAC SE DEBUG stream_writer.py:3384 local_option[NAWS] = True DEBUG stream_writer.py:3384 pending_option[WILL + NAWS] = False DEBUG stream_writer.py:773 recv IAC WILL STATUS DEBUG stream_writer.py:789 WILL STATUS unsolicited DEBUG stream_writer.py:2045 handle_will(STATUS) DEBUG stream_writer.py:3384 remote_option[STATUS] = True DEBUG stream_writer.py:1115 send IAC SB STATUS SEND IAC SE DEBUG stream_writer.py:3384 pending_option[SB + STATUS] = True DEBUG stream_writer.py:773 recv IAC DO LFLOW DEBUG stream_writer.py:1887 handle_do(LFLOW) DEBUG stream_writer.py:3384 pending_option[WILL + LFLOW] = True DEBUG stream_writer.py:1024 send IAC WILL LFLOW DEBUG stream_writer.py:3384 pending_option[SB + LFLOW] = True DEBUG stream_writer.py:3384 local_option[LFLOW] = True DEBUG stream_writer.py:3384 pending_option[WILL + LFLOW] = False DEBUG stream_writer.py:773 recv IAC WILL ECHO DEBUG stream_writer.py:789 WILL ECHO unsolicited DEBUG stream_writer.py:2045 handle_will(ECHO) DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True DEBUG stream_writer.py:1024 send IAC DO ECHO DEBUG stream_writer.py:3384 remote_option[ECHO] = True DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = False DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1024 send IAC DO BINARY DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:1024 send IAC DO CHARSET DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True DEBUG stream_writer.py:1024 send IAC DO EOR DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:773 recv IAC WILL BINARY DEBUG stream_writer.py:2045 handle_will(BINARY) DEBUG stream_writer.py:998 skip DO BINARY; pending_option = True DEBUG stream_writer.py:3384 remote_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = False DEBUG stream_writer.py:773 recv IAC WONT CHARSET DEBUG stream_writer.py:2199 handle_wont(CHARSET) DEBUG stream_writer.py:3384 remote_option[CHARSET] = False DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = False DEBUG stream_writer.py:773 recv IAC WONT EOR DEBUG stream_writer.py:2199 handle_wont(EOR) DEBUG stream_writer.py:3384 remote_option[EOR] = False DEBUG stream_writer.py:3384 pending_option[DO + EOR] = False DEBUG stream_writer.py:773 recv IAC WONT COM_PORT_OPTION DEBUG stream_writer.py:2199 handle_wont(COM_PORT_OPTION) DEBUG stream_writer.py:3384 remote_option[COM_PORT_OPTION] = False DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = False DEBUG fingerprinting.py:849 connection for server fingerprint 3368c85b2d113f3c INFO client_base.py:122 Connection closed to .. raw:: html
.. _ip_174_169_111_227_phoenix_bnbbbs_net_2323: phoenix.bnbbbs.net:2323 ----------------------- **Connection Banner:** .. image:: /_static/banners/banner_92adae7b2497.png :alt: Linux 6.1.0-37-amd64 (mbsedev.lan) (pts/0) .​--. Welcome at MBSE BBS Professional \|o_o \| -​------------------------------- \|:_/ \| // \\\\ \\\\ Abandon all hope ye who have entered cyberspace. (\| \| ) /'\\\\_ _/\\\`\\\\ \\\\___)=(___/ Powered by Linux. login: .​--. Welcome at MBSE BBS Professional \|o_o \| -​------------------------------- \|:_/ \| // \\\\ \\\\ Abandon all hope ye who have entered cyberspace. (\| \| ) /'\\\\_ _/\\\`\\\\ \\\\___)=(___/ Powered by Linux. login: .​--. Welcome at MBSE BBS Professional \|o_o \| -​------------------------------- \|:_/ \| // \\\\ \\\\ Abandon all hope ye who have entered cyberspace. (\| \| ) /'\\\\_ _/\\\`\\\\ \\\\___)=(___/ Powered by Linux. login: :class: ansi-banner :width: 520px :loading: lazy Server URLs ~~~~~~~~~~~ .. raw:: html **Server Location**: πŸ‡ΊπŸ‡Έ United States (GeoIP) BBS Software ~~~~~~~~~~~~ **Reported**: MBSE Encoding ~~~~~~~~ - **Effective encoding**: cp437 - **Override**: cp437 (from bbslist.txt) - **Scanner detected**: ascii Telnet Fingerprint ~~~~~~~~~~~~~~~~~~ :ref:`592a3eab1a0cabb7 ` *This fingerprint is shared by 2 other servers.* **Options offered by server**: ``BINARY``, ``ECHO``, ``SGA``, ``STATUS`` **Options requested from client**: ``BINARY``, ``ECHO``, ``LFLOW``, ``NAWS``, ``NEW_ENVIRON``, ``TSPEED``, ``TTYPE``, ``XDISPLOC`` 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": "592a3eab1a0cabb7", "fingerprint-data": { "offered-options": [ "BINARY", "ECHO", "SGA", "STATUS" ], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "CHARSET", "COM_PORT", "EOR", "GMCP", "MCCP2", "MCCP3", "MSDP", "MSP", "MSSP", "MXP", "ZMP" ], "requested-options": [ "BINARY", "ECHO", "LFLOW", "NAWS", "NEW_ENVIRON", "TSPEED", "TTYPE", "XDISPLOC" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "\r\n\r\n\r\n .--. Welcome at MBSE BBS Professional\r\n |o_o | --------------------------------\r\n |:_/ |\r\n // \\\\ \\\\ Abandon all hope ye who have entered cyberspace.\r\n (| | )\r\n /'\\\\_ _/\\`\\\\\r\n \\\\___)=(___/ \r\nPowered by Linux.\r\n\r\nlogin: \r\n .--. Welcome at MBSE BBS Professional\r\n |o_o | --------------------------------\r\n |:_/ |\r\n // \\\\ \\\\ Abandon all hope ye who have entered cyberspace.\r\n (| | )\r\n /'\\\\_ _/\\`\\\\\r\n \\\\___)=(___/ \r\nPowered by Linux.\r\n\r\nlogin: ", "banner_before_return": "\u0000\r\nLinux 6.1.0-37-amd64 (mbsedev.lan) (pts/0)\r\n\r\n\r\n .--. Welcome at MBSE BBS Professional\r\n |o_o | --------------------------------\r\n |:_/ |\r\n // \\\\ \\\\ Abandon all hope ye who have entered cyberspace.\r\n (| | )\r\n /'\\\\_ _/\\`\\\\\r\n \\\\___)=(___/ \r\nPowered by Linux.\r\n\r\nlogin: \u0000", "dsr_replies": 0, "dsr_requests": 0, "encoding": "ascii", "option_states": { "environ_requested": [ { "name": "*", "type": "VAR" }, { "name": "*", "type": "USERVAR" } ], "server_offered": { "AARDWOLF": false, "ATCP": false, "AUTHENTICATION": false, "ECHO": true, "ENCRYPT": false, "GMCP": false, "MCCP2": false, "MCCP3": false, "MSDP": false, "MSP": false, "MSSP": false, "MXP": false, "SGA": true, "STATUS": true, "ZMP": false }, "server_requested": { "0x24": false, "AARDWOLF": false, "ATCP": false, "BINARY": true, "ECHO": true, "GMCP": false, "LFLOW": true, "LINEMODE": false, "MCCP2": false, "MCCP3": false, "MSDP": false, "MSP": false, "MSSP": false, "MXP": false, "NAWS": true, "NEW_ENVIRON": true, "TSPEED": true, "TTYPE": true, "XDISPLOC": true, "ZMP": false } }, "scan_type": "quick", "timing": { "probe": 0.2045612335205078, "total": 10.810954332351685 } } }, "sessions": [ { "connected": "2026-04-05T19:22:21.141411+00:00", "host": "phoenix.bnbbbs.net", "ip": "174.169.111.227", "port": 2323 }, { "connected": "2026-04-07T06:14:02.246345+00:00", "host": "phoenix.bnbbbs.net", "ip": "174.169.111.227", "port": 2323 } ] } .. 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 phoenix.bnbbbs.net 2323 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1200 Fingerprint client: host=phoenix.bnbbbs.net port=2323 INFO client_base.py:190 Connected to DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSSP DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1024 send IAC WILL MSP DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1024 send IAC WILL ATCP DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1024 send IAC WILL MSDP DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1024 send IAC WILL MXP DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1024 send IAC WILL ZMP DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1024 send IAC WILL GMCP DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1024 send IAC DO MSSP DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True DEBUG stream_writer.py:1024 send IAC DO MSP DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1024 send IAC DO ATCP DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1024 send IAC DO AARDWOLF DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1024 send IAC DO MSDP DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True DEBUG stream_writer.py:1024 send IAC DO MXP DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1024 send IAC DO ZMP DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1024 send IAC DO GMCP DEBUG stream_writer.py:773 recv IAC WILL AUTHENTICATION DEBUG stream_writer.py:789 WILL AUTHENTICATION unsolicited DEBUG stream_writer.py:2045 handle_will(AUTHENTICATION) DEBUG stream_writer.py:3384 remote_option[AUTHENTICATION] = False DEBUG stream_writer.py:1024 send IAC DONT AUTHENTICATION DEBUG stream_writer.py:2182 Unhandled: WILL AUTHENTICATION. DEBUG stream_writer.py:773 recv IAC WILL ENCRYPT DEBUG stream_writer.py:789 WILL ENCRYPT unsolicited DEBUG stream_writer.py:2045 handle_will(ENCRYPT) DEBUG stream_writer.py:3384 remote_option[ENCRYPT] = False DEBUG stream_writer.py:1024 send IAC DONT ENCRYPT DEBUG stream_writer.py:2182 Unhandled: WILL ENCRYPT. DEBUG stream_writer.py:773 recv IAC DO TTYPE DEBUG stream_writer.py:1887 handle_do(TTYPE) DEBUG stream_writer.py:3384 pending_option[WILL + TTYPE] = True DEBUG stream_writer.py:1024 send IAC WILL TTYPE DEBUG stream_writer.py:3384 pending_option[SB + TTYPE] = True DEBUG stream_writer.py:3384 local_option[TTYPE] = True DEBUG stream_writer.py:3384 pending_option[WILL + TTYPE] = False DEBUG stream_writer.py:773 recv IAC DO TSPEED DEBUG stream_writer.py:1887 handle_do(TSPEED) DEBUG stream_writer.py:3384 pending_option[WILL + TSPEED] = True DEBUG stream_writer.py:1024 send IAC WILL TSPEED DEBUG stream_writer.py:3384 pending_option[SB + TSPEED] = True DEBUG stream_writer.py:3384 local_option[TSPEED] = True DEBUG stream_writer.py:3384 pending_option[WILL + TSPEED] = False DEBUG stream_writer.py:773 recv IAC DO XDISPLOC DEBUG stream_writer.py:1887 handle_do(XDISPLOC) DEBUG stream_writer.py:3384 pending_option[WILL + XDISPLOC] = True DEBUG stream_writer.py:1024 send IAC WILL XDISPLOC DEBUG stream_writer.py:3384 pending_option[SB + XDISPLOC] = True DEBUG stream_writer.py:3384 local_option[XDISPLOC] = True DEBUG stream_writer.py:3384 pending_option[WILL + XDISPLOC] = False DEBUG stream_writer.py:773 recv IAC DO NEW_ENVIRON DEBUG stream_writer.py:1887 handle_do(NEW_ENVIRON) DEBUG stream_writer.py:3384 pending_option[WILL + NEW_ENVIRON] = True DEBUG stream_writer.py:1024 send IAC WILL NEW_ENVIRON DEBUG stream_writer.py:3384 pending_option[SB + NEW_ENVIRON] = True DEBUG stream_writer.py:3384 local_option[NEW_ENVIRON] = True DEBUG stream_writer.py:3384 pending_option[WILL + NEW_ENVIRON] = False DEBUG stream_writer.py:773 recv IAC DO b'$' DEBUG stream_writer.py:1887 handle_do(b'$') DEBUG stream_writer.py:1995 DO b'$' not supported. DEBUG stream_writer.py:3384 local_option[b'$'] = False DEBUG stream_writer.py:1024 send IAC WONT b'$' DEBUG stream_writer.py:773 recv IAC DONT MSSP DEBUG stream_writer.py:2010 handle_dont(MSSP) DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = False DEBUG stream_writer.py:3384 local_option[MSSP] = False DEBUG stream_writer.py:773 recv IAC DONT MSP DEBUG stream_writer.py:2010 handle_dont(MSP) DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = False DEBUG stream_writer.py:3384 local_option[MSP] = False DEBUG stream_writer.py:773 recv IAC DONT MCCP3_COMPRESS DEBUG stream_writer.py:2010 handle_dont(MCCP3_COMPRESS) DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = False DEBUG stream_writer.py:3384 local_option[MCCP3_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC DONT ATCP DEBUG stream_writer.py:2010 handle_dont(ATCP) DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = False DEBUG stream_writer.py:3384 local_option[ATCP] = False DEBUG stream_writer.py:773 recv IAC DONT AARDWOLF DEBUG stream_writer.py:2010 handle_dont(AARDWOLF) DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = False DEBUG stream_writer.py:3384 local_option[AARDWOLF] = False DEBUG stream_writer.py:773 recv IAC DONT MCCP2_COMPRESS DEBUG stream_writer.py:2010 handle_dont(MCCP2_COMPRESS) DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = False DEBUG stream_writer.py:3384 local_option[MCCP2_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC DONT MSDP DEBUG stream_writer.py:2010 handle_dont(MSDP) DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = False DEBUG stream_writer.py:3384 local_option[MSDP] = False DEBUG stream_writer.py:773 recv IAC DONT MXP DEBUG stream_writer.py:2010 handle_dont(MXP) DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = False DEBUG stream_writer.py:3384 local_option[MXP] = False DEBUG stream_writer.py:773 recv IAC DONT ZMP DEBUG stream_writer.py:2010 handle_dont(ZMP) DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = False DEBUG stream_writer.py:3384 local_option[ZMP] = False DEBUG stream_writer.py:773 recv IAC DONT GMCP DEBUG stream_writer.py:2010 handle_dont(GMCP) DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = False DEBUG stream_writer.py:3384 local_option[GMCP] = False DEBUG stream_writer.py:773 recv IAC WONT MSSP DEBUG stream_writer.py:2199 handle_wont(MSSP) DEBUG stream_writer.py:3384 remote_option[MSSP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = False DEBUG stream_writer.py:773 recv IAC WONT MSP DEBUG stream_writer.py:2199 handle_wont(MSP) DEBUG stream_writer.py:3384 remote_option[MSP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSP] = False DEBUG stream_writer.py:773 recv IAC WONT MCCP3_COMPRESS DEBUG stream_writer.py:2199 handle_wont(MCCP3_COMPRESS) DEBUG stream_writer.py:3384 remote_option[MCCP3_COMPRESS] = False DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC WONT ATCP DEBUG stream_writer.py:2199 handle_wont(ATCP) DEBUG stream_writer.py:3384 remote_option[ATCP] = False DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = False DEBUG stream_writer.py:773 recv IAC WONT AARDWOLF DEBUG stream_writer.py:2199 handle_wont(AARDWOLF) DEBUG stream_writer.py:3384 remote_option[AARDWOLF] = False DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = False DEBUG stream_writer.py:773 recv IAC WONT MCCP2_COMPRESS DEBUG stream_writer.py:2199 handle_wont(MCCP2_COMPRESS) DEBUG stream_writer.py:3384 remote_option[MCCP2_COMPRESS] = False DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = False DEBUG stream_writer.py:773 recv IAC WONT MSDP DEBUG stream_writer.py:2199 handle_wont(MSDP) DEBUG stream_writer.py:3384 remote_option[MSDP] = False DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = False DEBUG stream_writer.py:773 recv IAC WONT MXP DEBUG stream_writer.py:2199 handle_wont(MXP) DEBUG stream_writer.py:3384 remote_option[MXP] = False DEBUG stream_writer.py:3384 pending_option[DO + MXP] = False DEBUG stream_writer.py:773 recv IAC WONT ZMP DEBUG stream_writer.py:2199 handle_wont(ZMP) DEBUG stream_writer.py:3384 remote_option[ZMP] = False DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = False DEBUG stream_writer.py:773 recv IAC WONT GMCP DEBUG stream_writer.py:2199 handle_wont(GMCP) DEBUG stream_writer.py:3384 remote_option[GMCP] = False DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = False DEBUG stream_writer.py:767 begin sub-negotiation SB TSPEED DEBUG stream_writer.py:754 sub-negotiation cmd TSPEED SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + TSPEED] = False DEBUG stream_writer.py:2345 recv TSPEED SEND: b'' DEBUG stream_writer.py:2373 send: IAC SB TSPEED IS b'38400',b'38400' IAC SE DEBUG stream_writer.py:767 begin sub-negotiation SB XDISPLOC DEBUG stream_writer.py:754 sub-negotiation cmd XDISPLOC SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + XDISPLOC] = False DEBUG stream_writer.py:2384 recv XDISPLOC SEND: b'' DEBUG stream_writer.py:2393 send IAC SB XDISPLOC IS b'' IAC SE DEBUG stream_writer.py:767 begin sub-negotiation SB NEW_ENVIRON DEBUG stream_writer.py:754 sub-negotiation cmd NEW_ENVIRON SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + NEW_ENVIRON] = False DEBUG stream_writer.py:2449 recv NEW_ENVIRON SEND (all) DEBUG stream_writer.py:2473 env send: LANG='C', TERM='xterm-256color', LINES=25, COLUMNS=80, COLORTERM='' DEBUG stream_writer.py:767 begin sub-negotiation SB TTYPE DEBUG stream_writer.py:754 sub-negotiation cmd TTYPE SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + TTYPE] = False DEBUG stream_writer.py:2404 recv TTYPE SEND: b'' DEBUG stream_writer.py:2416 send IAC SB TTYPE IS b'xterm-256color' IAC SE DEBUG client_base.py:531 negotiation complete after 0.32s. DEBUG stream_writer.py:773 recv IAC WILL SGA DEBUG stream_writer.py:789 WILL SGA unsolicited DEBUG stream_writer.py:2045 handle_will(SGA) DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True DEBUG stream_writer.py:1024 send IAC DO SGA DEBUG stream_writer.py:3384 remote_option[SGA] = True DEBUG stream_writer.py:3384 pending_option[DO + SGA] = False DEBUG stream_writer.py:773 recv IAC DO ECHO DEBUG stream_writer.py:1887 handle_do(ECHO) DEBUG stream_writer.py:3384 local_option[ECHO] = False DEBUG stream_writer.py:1024 send IAC WONT ECHO DEBUG stream_writer.py:3384 local_option[ECHO] = True DEBUG stream_writer.py:773 recv IAC DO LINEMODE DEBUG stream_writer.py:1887 handle_do(LINEMODE) DEBUG stream_writer.py:3384 pending_option[WILL + LINEMODE] = True DEBUG stream_writer.py:1024 send IAC WILL LINEMODE DEBUG stream_writer.py:3384 pending_option[SB + LINEMODE] = True DEBUG stream_writer.py:3384 local_option[LINEMODE] = True DEBUG stream_writer.py:2816 slc_start: IAC SB LINEMODE SLC [..] DEBUG stream_writer.py:2852 _slc_add (b'\x00', (^@, default)) DEBUG stream_writer.py:2805 send (slc_end): b'\x00\x03\x00' DEBUG stream_writer.py:2811 slc_end: [..] IAC SE DEBUG stream_writer.py:3384 pending_option[WILL + LINEMODE] = False DEBUG stream_writer.py:773 recv IAC DO NAWS DEBUG stream_writer.py:1887 handle_do(NAWS) DEBUG stream_writer.py:3384 pending_option[WILL + NAWS] = True DEBUG stream_writer.py:1024 send IAC WILL NAWS DEBUG stream_writer.py:2507 send IAC SB NAWS (rows=25, cols=80) IAC SE DEBUG stream_writer.py:3384 local_option[NAWS] = True DEBUG stream_writer.py:3384 pending_option[WILL + NAWS] = False DEBUG stream_writer.py:773 recv IAC WILL STATUS DEBUG stream_writer.py:789 WILL STATUS unsolicited DEBUG stream_writer.py:2045 handle_will(STATUS) DEBUG stream_writer.py:3384 remote_option[STATUS] = True DEBUG stream_writer.py:1115 send IAC SB STATUS SEND IAC SE DEBUG stream_writer.py:3384 pending_option[SB + STATUS] = True DEBUG stream_writer.py:773 recv IAC DO LFLOW DEBUG stream_writer.py:1887 handle_do(LFLOW) DEBUG stream_writer.py:3384 pending_option[WILL + LFLOW] = True DEBUG stream_writer.py:1024 send IAC WILL LFLOW DEBUG stream_writer.py:3384 pending_option[SB + LFLOW] = True DEBUG stream_writer.py:3384 local_option[LFLOW] = True DEBUG stream_writer.py:3384 pending_option[WILL + LFLOW] = False DEBUG stream_writer.py:767 begin sub-negotiation SB LINEMODE DEBUG stream_writer.py:754 sub-negotiation cmd LINEMODE SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + LINEMODE] = False DEBUG stream_writer.py:2703 recv IAC SB LINEMODE LINEMODE-MODE b'\x03' IAC SE DEBUG stream_writer.py:1390 set Linemode DEBUG stream_writer.py:1393 send IAC SB LINEMODE LINEMODE-MODE IAC SE DEBUG stream_writer.py:773 recv IAC WILL ECHO DEBUG stream_writer.py:789 WILL ECHO unsolicited DEBUG stream_writer.py:2045 handle_will(ECHO) DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True DEBUG stream_writer.py:1024 send IAC DO ECHO DEBUG stream_writer.py:3384 remote_option[ECHO] = True DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = False DEBUG stream_writer.py:773 recv IAC DO BINARY DEBUG stream_writer.py:1887 handle_do(BINARY) DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = True DEBUG stream_writer.py:1024 send IAC WILL BINARY DEBUG stream_writer.py:3384 local_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = False DEBUG stream_writer.py:773 recv IAC DONT LINEMODE DEBUG stream_writer.py:2010 handle_dont(LINEMODE) DEBUG stream_writer.py:3384 local_option[LINEMODE] = False DEBUG stream_writer.py:767 begin sub-negotiation SB LINEMODE DEBUG stream_writer.py:754 sub-negotiation cmd LINEMODE SE completion byte DEBUG stream_writer.py:2238 [SB + LINEMODE] unsolicited DEBUG stream_writer.py:2893 _slc_process SLC_IP mine=(^C, variable|flushin|flushout), his=(^C, variable|flushin|flushout) DEBUG stream_writer.py:2893 _slc_process SLC_AO mine=(^O, variable|flushout), his=(^O, variable|flushout) DEBUG stream_writer.py:2893 _slc_process SLC_ABORT mine=(^\, variable|flushin|flushout), his=(^\, variable|flushin|flushout) DEBUG stream_writer.py:2893 _slc_process SLC_EOF mine=(^D, variable), his=(^D, variable) DEBUG stream_writer.py:2893 _slc_process SLC_SUSP mine=(^Z, variable|flushin), his=(^Z, variable|flushin) DEBUG stream_writer.py:2893 _slc_process SLC_EC mine=(^?, variable), his=(^?, variable) DEBUG stream_writer.py:2893 _slc_process SLC_EL mine=(^U, variable), his=(^U, variable) DEBUG stream_writer.py:2893 _slc_process SLC_EW mine=(^W, variable), his=(^W, variable) DEBUG stream_writer.py:2893 _slc_process SLC_RP mine=(^R, variable), his=(^R, variable) DEBUG stream_writer.py:2893 _slc_process SLC_LNEXT mine=(^V, variable), his=(^V, variable) DEBUG stream_writer.py:2893 _slc_process SLC_XON mine=(^Q, variable), his=(^Q, variable) DEBUG stream_writer.py:2893 _slc_process SLC_XOFF mine=(^S, variable), his=(^S, variable) DEBUG stream_writer.py:767 begin sub-negotiation SB LFLOW DEBUG stream_writer.py:754 sub-negotiation cmd LFLOW SE completion byte DEBUG stream_writer.py:3384 pending_option[SB + LFLOW] = False DEBUG stream_writer.py:2543 LFLOW (toggle-flow-control) RESTART_ANY DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1024 send IAC DO BINARY DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:1024 send IAC DO CHARSET DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True DEBUG stream_writer.py:1024 send IAC DO EOR DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:773 recv IAC WILL BINARY DEBUG stream_writer.py:2045 handle_will(BINARY) DEBUG stream_writer.py:998 skip DO BINARY; pending_option = True DEBUG stream_writer.py:3384 remote_option[BINARY] = True DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = False DEBUG stream_writer.py:773 recv IAC WONT CHARSET DEBUG stream_writer.py:2199 handle_wont(CHARSET) DEBUG stream_writer.py:3384 remote_option[CHARSET] = False DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = False DEBUG stream_writer.py:773 recv IAC WONT EOR DEBUG stream_writer.py:2199 handle_wont(EOR) DEBUG stream_writer.py:3384 remote_option[EOR] = False DEBUG stream_writer.py:3384 pending_option[DO + EOR] = False DEBUG stream_writer.py:773 recv IAC WONT COM_PORT_OPTION DEBUG stream_writer.py:2199 handle_wont(COM_PORT_OPTION) DEBUG stream_writer.py:3384 remote_option[COM_PORT_OPTION] = False DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = False DEBUG fingerprinting.py:849 connection for server fingerprint 592a3eab1a0cabb7 INFO client_base.py:122 Connection closed to .. raw:: html