fw2.cnetbbs.net:6800
====================
**Connection Banner:**
.. raw:: html
CNet Amiga telnetd - Waiting for port 2 of Future World II to answer..
PLEASE WAIT: .........
PRESS BACKSPACE:
.. raw:: html
fw2.cnetbbs.net:6800
Encoding
--------
- **Effective encoding**: cp437
- **Scanner detected**: ascii
Telnet Fingerprint
------------------
:ref:`29d24e56171ea00c... `
*This fingerprint is unique to this server.*
**Options offered by server**: ``BINARY``, ``ECHO``
**Options requested from client**: ``BINARY``, ``ECHO``
**Data source**: `29d24e56171ea00c/e025cec16b60a70d.json `_
The complete JSON record collected during the scan,
including Telnet negotiation results and banner data.
.. code-block:: json
{
"server-probe": {
"fingerprint": "29d24e56171ea00c",
"fingerprint-data": {
"offered-options": [
"BINARY",
"ECHO"
],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"CHARSET",
"COM_PORT",
"EOR",
"GMCP",
"MSDP",
"MSP",
"MSSP",
"MXP",
"SGA",
"STATUS",
"ZMP"
],
"requested-options": [
"BINARY",
"ECHO"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "",
"banner_before_return": "CNet Amiga telnetd - Waiting for port 2 of Future World II to answer..\n\r\f\r\n\r\n\ufffd \u001b[6n \u0005\r\n\r\nPLEASE WAIT: .........\r\n\r\nPRESS BACKSPACE: ",
"encoding": "ascii",
"option_states": {
"server_offered": {
"BINARY": true,
"ECHO": true,
"LINEMODE": false
},
"server_requested": {
"BINARY": true,
"ECHO": true,
"LINEMODE": false
}
},
"scan_type": "quick",
"timing": {
"probe": 0.5062758922576904,
"total": 5.011544227600098
}
}
},
"sessions": [
{
"connected": "2026-02-09T19:26:13.145172+00:00",
"host": "fw2.cnetbbs.net",
"ip": "47.51.203.42",
"port": 6800
}
]
}
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=fw2.cnetbbs.net port=6800
INFO client_base.py:174 Connected to
DEBUG stream_writer.py:706 recv IAC WONT LINEMODE
DEBUG stream_writer.py:2022 handle_wont(LINEMODE)
DEBUG stream_writer.py:3167 remote_option[LINEMODE] = False
DEBUG stream_writer.py:3167 pending_option[DO + LINEMODE] = 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 stream_writer.py:706 recv IAC WILL ECHO
DEBUG stream_writer.py:722 WILL ECHO unsolicited
DEBUG stream_writer.py:1897 handle_will(ECHO)
DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:947 send IAC DO ECHO
DEBUG stream_writer.py:3167 remote_option[ECHO] = True
DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:706 recv IAC DO ECHO
DEBUG stream_writer.py:1767 handle_do(ECHO)
DEBUG stream_writer.py:3167 local_option[ECHO] = False
DEBUG stream_writer.py:947 send IAC WONT ECHO
DEBUG stream_writer.py:3167 local_option[ECHO] = True
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 DO BINARY
DEBUG stream_writer.py:1767 handle_do(BINARY)
DEBUG stream_writer.py:3167 pending_option[WILL + BINARY] = True
DEBUG stream_writer.py:947 send IAC WILL BINARY
DEBUG stream_writer.py:3167 local_option[BINARY] = True
DEBUG stream_writer.py:3167 pending_option[WILL + BINARY] = 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 + 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 29d24e56171ea00c
INFO client_base.py:105 Connection closed to
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug fw2.cnetbbs.net 6800