paradoxbbs.qc.to:7777
=====================
**Connection Banner:**
.. image:: /_static/banners/banner_7bd263f34f34.png
:alt: R R R R R R R R R R R R
:class: ansi-banner
:width: 98px
:loading: lazy
Server URLs
-----------
.. raw:: html
**Server Location**: 🇨🇦 Canada (GeoIP)
Listing
-------
- **BBS Name**: Paradox BBS (3) (from listing)
- **Listed Location**: Montreal, QC, Canada
BBS Software
------------
**Reported**: Synchronet
Encoding
--------
- **Effective encoding**: ascii
- **Scanner detected**: ascii
Telnet Fingerprint
------------------
:ref:`c2dd7d4e76383b41 `
*This fingerprint is shared by 42 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": "c2dd7d4e76383b41",
"fingerprint-data": {
"offered-options": [],
"probed-protocol": "server",
"refused-options": [],
"requested-options": [],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000",
"banner_before_return": "\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000\u0007\u0000R\u0000\u0000\u0000\u0000",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ascii",
"option_states": {
"server_offered": {},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.0,
"total": 26.10340142250061
}
}
},
"sessions": [
{
"connected": "2026-04-07T06:16:55.714787+00:00",
"host": "paradoxbbs.qc.to",
"ip": "173.206.252.37",
"port": 7777
}
]
}
.. 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 paradoxbbs.qc.to 7777
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:1200 Fingerprint client: host=paradoxbbs.qc.to port=7777
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 + 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 + 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 + 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 + ATCP] = True
DEBUG stream_writer.py:1024 send IAC WILL ATCP
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 + GMCP] = True
DEBUG stream_writer.py:1024 send IAC WILL GMCP
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 + 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: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 + ATCP] = True
DEBUG stream_writer.py:1024 send IAC DO ATCP
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 + GMCP] = True
DEBUG stream_writer.py:1024 send IAC DO GMCP
DEBUG client_base.py:534 negotiation failed after 4.00s.
DEBUG client_base.py:540 failed-reply: 'WILL MSDP, WILL AARDWOLF, WILL MCCP3_COMPRESS, WILL MSSP, WILL ZMP, WILL MSP, WILL
MCCP2_COMPRESS, WILL ATCP, WILL MXP, WILL GMCP, DO MSDP, DO AARDWOLF, DO MCCP3_COMPRESS, DO MSSP, DO ZMP, DO MSP, DO
MCCP2_COMPRESS, DO ATCP, DO MXP, DO GMCP'
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 c2dd7d4e76383b41
.. raw:: html