bbswordle.com:23
================
**Connection Banner:**
.. raw:: html
GAMESRV DOOR SERVER
Copyright (C) 2000-2014 R&M Software
All Rights Reserved
Date: 2/9/2026
Time: 2:29 PM
Node: #1
Connect: TELNET
Running: Windows Server 2016 Standard 64-bit
Enter NEW to register for a new account
What is your Alias:
.. raw:: html
bbswordle.com:23
⎘
Encoding
--------
- **Effective encoding**: cp437
- **Scanner detected**: ascii
Telnet Fingerprint
------------------
:ref:`b3bdc8091f623b3e... `
*This fingerprint is shared by 1 other server.*
**Options offered by server**: ``BINARY``
**Options requested from client**: ``SGA``
**Data source**: `b3bdc8091f623b3e/b62a35f1c3fd46a4.json `_
The complete JSON record collected during the scan,
including Telnet negotiation results and banner data.
.. code-block:: json
{
"server-probe": {
"fingerprint": "b3bdc8091f623b3e",
"fingerprint-data": {
"offered-options": [
"BINARY"
],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"CHARSET",
"COM_PORT",
"ECHO",
"EOR",
"GMCP",
"MSDP",
"MSP",
"MSSP",
"MXP",
"SGA",
"STATUS",
"ZMP"
],
"requested-options": [
"SGA"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "Enter \u001b[1;37mNEW\u001b[0m to register for a new account\r\n What is your Alias: \u001b[0m\r\n",
"banner_before_return": "\u001b[0m\u001b[2J\u001b[0;0H\u001b[1;36mGAMESRV DOOR SERVER\r\n\u001b[34mCopyright (C) 2000-2014 R&M Software\r\n\u001b[0;34mAll Rights Reserved\r\n\u001b[0m\r\n Date: \u001b[1;33m2/9/2026\u001b[0m\r\n Time: \u001b[1;33m2:29 PM\u001b[0m\r\n Node: \u001b[1;33m#1\u001b[0m\r\n Connect: \u001b[1;33mTELNET\u001b[0m\r\n Running: \u001b[1;33mWindows Server 2016 Standard 64-bit\r\n\u001b[0m\r\n\u001b[0m",
"encoding": "ascii",
"option_states": {
"server_offered": {
"BINARY": true
},
"server_requested": {
"ECHO": false,
"LINEMODE": false,
"NAWS": false,
"SGA": true
}
},
"scan_type": "quick",
"timing": {
"probe": 0.5053679943084717,
"total": 8.05407428741455
}
}
},
"sessions": [
{
"connected": "2026-02-09T19:29:27.169269+00:00",
"host": "bbswordle.com",
"ip": "83.229.3.34",
"port": 23
}
]
}
Connection Log
--------------
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
.. code-block:: text
DEBUG client.py:863 Fingerprint client: host=bbswordle.com port=23
INFO client_base.py:174 Connected to
DEBUG stream_writer.py:706 recv IAC WILL BINARY
DEBUG stream_writer.py:722 WILL BINARY unsolicited
DEBUG stream_writer.py:1897 handle_will(BINARY)
DEBUG stream_writer.py:3167 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:947 send IAC DO BINARY
DEBUG stream_writer.py:3167 remote_option[BINARY] = True
DEBUG stream_writer.py:3167 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:706 recv IAC DONT ECHO
DEBUG stream_writer.py:1860 handle_dont(ECHO)
DEBUG stream_writer.py:3167 pending_option[WILL + ECHO] = False
DEBUG stream_writer.py:3167 local_option[ECHO] = False
DEBUG stream_writer.py:706 recv IAC DO SGA
DEBUG stream_writer.py:1767 handle_do(SGA)
DEBUG stream_writer.py:3167 pending_option[WILL + SGA] = True
DEBUG stream_writer.py:947 send IAC WILL SGA
DEBUG stream_writer.py:3167 local_option[SGA] = True
DEBUG stream_writer.py:3167 pending_option[WILL + SGA] = False
DEBUG stream_writer.py:706 recv IAC DONT NAWS
DEBUG stream_writer.py:1860 handle_dont(NAWS)
DEBUG stream_writer.py:3167 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:3167 local_option[NAWS] = False
DEBUG stream_writer.py:706 recv IAC DONT LINEMODE
DEBUG stream_writer.py:1860 handle_dont(LINEMODE)
DEBUG stream_writer.py:3167 pending_option[WILL + LINEMODE] = False
DEBUG stream_writer.py:3167 local_option[LINEMODE] = False
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:3167 pending_option[DO + SGA] = True
DEBUG stream_writer.py:947 send IAC DO SGA
DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:947 send IAC DO ECHO
DEBUG stream_writer.py:3167 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:947 send IAC DO STATUS
DEBUG stream_writer.py:3167 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:947 send IAC DO CHARSET
DEBUG stream_writer.py:3167 pending_option[DO + EOR] = True
DEBUG stream_writer.py:947 send IAC DO EOR
DEBUG stream_writer.py:3167 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:947 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3167 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:947 send IAC DO GMCP
DEBUG stream_writer.py:3167 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:947 send IAC DO MSDP
DEBUG stream_writer.py:3167 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:947 send IAC DO MSSP
DEBUG stream_writer.py:3167 pending_option[DO + MSP] = True
DEBUG stream_writer.py:947 send IAC DO MSP
DEBUG stream_writer.py:3167 pending_option[DO + MXP] = True
DEBUG stream_writer.py:947 send IAC DO MXP
DEBUG stream_writer.py:3167 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:947 send IAC DO ZMP
DEBUG stream_writer.py:3167 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:947 send IAC DO AARDWOLF
DEBUG stream_writer.py:3167 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:947 send IAC DO ATCP
INFO fingerprinting.py:737 new server fingerprint b3bdc8091f623b3e
INFO client_base.py:105 Connection closed to
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug bbswordle.com 23