178.79.152.19 (bbs.retrocampus.com)
===================================
.. _ip_178_79_152_19_bbs_retrocampus_com_23:
bbs.retrocampus.com:23
----------------------
**Connection Banner:**
.. image:: /_static/banners/banner_7f25396ad828.png
:alt: RETROCAMPUS BBS -β-------------- SUPPORTED SYSTEMS: 1- CBM PETSCII W/ECHO 40X25 (6510) 2- APPLE-1/II NOECHO 40X24 (6502) 3- APPLE-1/II W/ECHO 40X24 (6503) 4- PURE ASCII W/ECHO 80X24 (8000) T- PURE ASCII W/ECHO 72X24 5- PURE ASCII NOECHO 80X24 (8001) 6- DOS CP 437 W/ECHO 80X24 (8088) 7- DOS CP 437 NOECHO 80X24 (8089) 8- TELNET LINUX W/ECHO 80X24 (8086) 9- VIC-20 ASCII W/ECHO 22X23 (6561) 0- OLIVETTI M10 W/ECHO 40X15 (8085) M- MINITEL W/ECHO 40X24 (1651) P- PRESTEL W/ECHO 40X24 (6499) PLEASE SELECT A SYSTEM PRESS ENTER TO CLOSE CONNECTION >
:class: ansi-banner
:width: 297px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
**Server Location**: π¬π§ United Kingdom (GeoIP)
Listing
~~~~~~~
- **BBS Name**: BBS Retrocampus (from listing)
- **Listed Location**: London, , England
BBS Software
~~~~~~~~~~~~
**Reported**: Petscii BBS
Encoding
~~~~~~~~
- **Effective encoding**: ascii
- **Scanner detected**: cp437
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`c2dd7d4e76383b41 `
*This fingerprint is shared by 40 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": "\r\r\n",
"banner_before_return": "\fRETROCAMPUS BBS\r\n---------------\r\n\r\nSUPPORTED SYSTEMS:\r\n\r\n1- CBM PETSCII W/ECHO 40X25 (6510)\r\n2- APPLE-1/II NOECHO 40X24 (6502)\r\n3- APPLE-1/II W/ECHO 40X24 (6503)\r\n4- PURE ASCII W/ECHO 80X24 (8000)\r\nT- PURE ASCII W/ECHO 72X24\r\n5- PURE ASCII NOECHO 80X24 (8001)\r\n6- DOS CP 437 W/ECHO 80X24 (8088)\r\n7- DOS CP 437 NOECHO 80X24 (8089)\r\n8- TELNET LINUX W/ECHO 80X24 (8086)\r\n9- VIC-20 ASCII W/ECHO 22X23 (6561)\r\n0- OLIVETTI M10 W/ECHO 40X15 (8085)\r\nM- MINITEL W/ECHO 40X24 (1651)\r\nP- PRESTEL W/ECHO 40X24 (6499)\r\n\r\nPLEASE SELECT A SYSTEM\r\nPRESS ENTER TO CLOSE CONNECTION\r\n\r\n>",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "cp437",
"option_states": {
"server_offered": {},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.0,
"total": 5.564640760421753
}
}
},
"sessions": [
{
"connected": "2026-03-07T04:10:33.189073+00:00",
"host": "bbs.retrocampus.com",
"ip": "178.79.152.19",
"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 bbs.retrocampus.com 23
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:1193 Fingerprint client: host=bbs.retrocampus.com port=23
INFO client_base.py:186 Connected to
DEBUG stream_writer.py:3330 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:1019 send IAC WILL MXP
DEBUG stream_writer.py:3330 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:1019 send IAC WILL ATCP
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC WILL MCCP3_COMPRESS
DEBUG stream_writer.py:3330 pending_option[WILL + GMCP] = True
DEBUG stream_writer.py:1019 send IAC WILL GMCP
DEBUG stream_writer.py:3330 pending_option[WILL + AARDWOLF] = True
DEBUG stream_writer.py:1019 send IAC WILL AARDWOLF
DEBUG stream_writer.py:3330 pending_option[WILL + MSP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSP
DEBUG stream_writer.py:3330 pending_option[WILL + MSDP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSDP
DEBUG stream_writer.py:3330 pending_option[WILL + MSSP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSSP
DEBUG stream_writer.py:3330 pending_option[WILL + ZMP] = True
DEBUG stream_writer.py:1019 send IAC WILL ZMP
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:3330 pending_option[DO + MXP] = True
DEBUG stream_writer.py:1019 send IAC DO MXP
DEBUG stream_writer.py:3330 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:1019 send IAC DO ATCP
DEBUG stream_writer.py:3330 pending_option[DO + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC DO MCCP3_COMPRESS
DEBUG stream_writer.py:3330 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:1019 send IAC DO GMCP
DEBUG stream_writer.py:3330 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:1019 send IAC DO AARDWOLF
DEBUG stream_writer.py:3330 pending_option[DO + MSP] = True
DEBUG stream_writer.py:1019 send IAC DO MSP
DEBUG stream_writer.py:3330 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:1019 send IAC DO MSDP
DEBUG stream_writer.py:3330 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:1019 send IAC DO MSSP
DEBUG stream_writer.py:3330 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:1019 send IAC DO ZMP
DEBUG stream_writer.py:3330 pending_option[DO + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC DO MCCP2_COMPRESS
DEBUG client_base.py:499 negotiation failed after 4.00s.
DEBUG client_base.py:505 failed-reply: 'WILL MXP, WILL ATCP, WILL MCCP3_COMPRESS, WILL GMCP, WILL AARDWOLF, WILL MSP, WILL MSDP,
WILL MSSP, WILL ZMP, WILL MCCP2_COMPRESS, DO MXP, DO ATCP, DO MCCP3_COMPRESS, DO GMCP, DO AARDWOLF, DO MSP, DO MSDP, DO MSSP,
DO ZMP, DO MCCP2_COMPRESS'
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:118 Connection closed to
INFO fingerprinting.py:755 connection for server fingerprint c2dd7d4e76383b41
.. raw:: html
.. _ip_178_79_152_19_bbs_retrocampus_com_6510:
bbs.retrocampus.com:6510
------------------------
**Connection Banner:**
.. image:: /_static/banners/banner_0002525b0496.png
:alt: β€ββNewsββββ³β€ββNewsββββ³β€Gamesβ³β€Filesβ³ β± β β
β β±β± β±β± β β
ββ±β± β²β β± β± βββ β²β β±β± β±β±β β±β± β β± β± β ββ β±β± β±β± β β±β±β
β² β± β± βββ²β²βββ β±β± β±β±β ββ±β±ββ
β² ββ± β± β
β
β
β
β² β±β± β±β±β
β²β±β±β
βββββ± β± βββ β±β± Italian β±β± ββ β±β± β± β±Globalβ1ββ±β± β2β β±β± β3β β±β± β4β β± β±βββββββββββ±βββββββββββ±βββββββ±ββββββ β€ββββββββββββββββ³β€ββββββββββββββββββ³ β± β Netβ±β± Misc β²ββ β± β±ββ² β5βChat β±β± β ββ
β± β± β6βMessages β±β±βGβGallery β ββ± β± β7βBrowser β±β±βEβEnigma β ββ± β±ββ
β8βEliza β±β±βXβAbout βββββ± β± β β9βChatGPT β±β±βAβPatrons β± β± βMβMistral β±β±βBβPatrons Logo β± β± βYβWifiModemβ±β±βCβPublishers β± β± βWβWikipediaβ±β±βPβBASIC Programsβ± β±βββββββββββββββββ±ββββββββββββββββββ -=Dial Up +390522750051=- β.βExitβ²βββ²βββββββ βββ ββ β² β²βββββ²β β ββ²ββ βββ
ββ β
β
ββββββ β
β²ββ² ββ ββ ββ ββ²β βββββ
β ββ
βββ
ββ²βββ ββ βββ β²βββββ.COM βββββββββββββββ ββ
ββ² βββ ββ
ββ² βββ βββ
βββ β β
ββ
:class: ansi-banner
:width: 640px
:loading: lazy
Server URLs
~~~~~~~~~~~
.. raw:: html
**Server Location**: π¬π§ United Kingdom (GeoIP)
Listing
~~~~~~~
- **BBS Name**: BBS Retrocampus (from listing)
- **Listed Location**: London, , England
BBS Software
~~~~~~~~~~~~
**Reported**: Petscii BBS
Encoding
~~~~~~~~
- **Effective encoding**: petscii
- **Override**: petscii (from bbslist.txt)
- **Scanner detected**: petscii
Telnet Fingerprint
~~~~~~~~~~~~~~~~~~
:ref:`e89ffa4fe5c32389 `
*This fingerprint is shared by 99 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": "",
"banner_before_return": "\t\u000e\b\n\n\n\n \u25e4\u2500\u2500News\u2500\u2500\u2500\u2573\u25e4\u2500\u2500News\u2500\u2500\u2500\u2573\u25e4Games\u2573\u25e4Files\u2573\n \u2571 \u2580 \u2585\u2586 \u2571\u2571 \u2571\u2571 \u2580 \u2585\u2586\u2571\u2571 \u2572\u2580 \u2571\n \u2571 \u2584\u2580\u2588 \u2572\u2584 \u2571\u2571 \u2571\u2571\u2584 \u2571\u2571 \u2584 \u2571\n \u2571 \u2580 \u2586\u2584 \u2571\u2571 \u2571\u2571 \u00a0\u00a0\u2580 \u2571\u2571\u2585 \u2572 \u2571\n \u2571 \u2586\u2586\u2572\u2572\u2584\u2584\u2588 \u2571\u2571 \u2571\u2571\u2586 \u2580\u2571\u2571\u2586\u2585\u2572 \u2586\u2571\n \u2571 \u2585\u2585 \u2585\u2585\u2572 \u2571\u2571 \u2571\u2571\u2585 \u2572\u2571\u2571\u2585\u2580\u2580\u2580\u2584\u2571\n \u2571 \u2580\u2580\u2588 \u2571\u2571 Italian \u2571\u2571 \u2580\u2588 \u2571\u2571 \u2571\n \u2571Global\u25841\u2584\u2571\u2571 \u25842\u2584 \u2571\u2571 \u25843\u2584 \u2571\u2571 \u25844\u2584 \u2571\n \u2571\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2590\u2571\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2590\u2571\u2500\u2500\u2500\u2500\u2500\u2590\u2571\u2500\u2500\u2500\u2500\u2500\u2590\n \u25e4\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2573\u25e4\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2573\n \u2571 \u2580 Net\u2571\u2571 Misc \u2572\u2580\u2580 \u2571\n \u2571\u2588\u2572 \u25845\u2584Chat \u2571\u2571 \u2584 \u2584\u2585\u2571\n \u2571 \u25846\u2584Messages \u2571\u2571\u2584G\u2584Gallery \u2584 \u2584\u2571\n \u2571 \u25847\u2584Browser \u2571\u2571\u2584E\u2584Enigma \u2584 \u2584\u2571\n \u2571\u2586\u2585 \u25848\u2584Eliza \u2571\u2571\u2584X\u2584About \u2584\u2580\u2580\u2588\u2571\n \u2571 \u2580 \u25849\u2584ChatGPT \u2571\u2571\u2584A\u2584Patrons \u2571\n \u2571 \u2584M\u2584Mistral \u2571\u2571\u2584B\u2584Patrons Logo \u2571\n \u2571 \u2584Y\u2584WifiModem\u2571\u2571\u2584C\u2584Publishers \u2571\n \u2571 \u2584W\u2584Wikipedia\u2571\u2571\u2584P\u2584BASIC Programs\u2571\n \u2571\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2590\u2571\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2590\n -=Dial Up +390522750051=- \u2584.\u2584Exit\u2572\u2580\u2586\u2572\u2580\u2586\u2580\u2580\u2586\u2580\u2580 \u2580\u2580\u2586 \u2580\u2586 \u2572 \u2572\u2580\u2580\u2580\u2580\u2572\u2580 \u2586 \u2586\u2572\u2580\u2586\n\u2584\u2580\u2585\u2584\u2580 \u2585 \u2585\u2588\u2586\u2584\u2584\u2584\u2584 \u2585\u2572\u2588\u2572 \u2584\u2584 \u2584\u2584 \u2584\u2584 \u2584\u2572\u2580\n\u2584\u2584\u2584\u2584\u2585\u2586 \u2584\u2585\u2580\u2584\u2585\u2580\u2572\u2584\u2580\u2586 \u2584\u2584 \u2584\u2584\u2580 \u2572\u2580\u2588\u2580\u2580\u2588.COM\n\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\n \u2580\u2585\n \u2580\u2572\n \n\u2580\u2580\u2588\n \u2580\u2585\n \u2580\u2572\n \n\u2580\u2580\u2588\n\u2588\u2580\u2585\n\u2586\u2580\u2586\n\u2580 \n\u2585\u2580\u2588\n",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "petscii",
"option_states": {
"server_offered": {},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.5036044120788574,
"total": 11.014245510101318
}
}
},
"sessions": [
{
"connected": "2026-03-07T04:17:52.150789+00:00",
"host": "bbs.retrocampus.com",
"ip": "178.79.152.19",
"port": 6510
}
]
}
.. 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.retrocampus.com 6510
.. raw:: html
Show Logfile
.. code-block:: text
DEBUG client.py:1193 Fingerprint client: host=bbs.retrocampus.com port=6510
INFO client_base.py:186 Connected to
DEBUG stream_writer.py:3330 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:1019 send IAC WILL MXP
DEBUG stream_writer.py:3330 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:1019 send IAC WILL ATCP
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC WILL MCCP3_COMPRESS
DEBUG stream_writer.py:3330 pending_option[WILL + GMCP] = True
DEBUG stream_writer.py:1019 send IAC WILL GMCP
DEBUG stream_writer.py:3330 pending_option[WILL + AARDWOLF] = True
DEBUG stream_writer.py:1019 send IAC WILL AARDWOLF
DEBUG stream_writer.py:3330 pending_option[WILL + MSP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSP
DEBUG stream_writer.py:3330 pending_option[WILL + MSDP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSDP
DEBUG stream_writer.py:3330 pending_option[WILL + MSSP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSSP
DEBUG stream_writer.py:3330 pending_option[WILL + ZMP] = True
DEBUG stream_writer.py:1019 send IAC WILL ZMP
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:3330 pending_option[DO + MXP] = True
DEBUG stream_writer.py:1019 send IAC DO MXP
DEBUG stream_writer.py:3330 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:1019 send IAC DO ATCP
DEBUG stream_writer.py:3330 pending_option[DO + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC DO MCCP3_COMPRESS
DEBUG stream_writer.py:3330 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:1019 send IAC DO GMCP
DEBUG stream_writer.py:3330 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:1019 send IAC DO AARDWOLF
DEBUG stream_writer.py:3330 pending_option[DO + MSP] = True
DEBUG stream_writer.py:1019 send IAC DO MSP
DEBUG stream_writer.py:3330 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:1019 send IAC DO MSDP
DEBUG stream_writer.py:3330 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:1019 send IAC DO MSSP
DEBUG stream_writer.py:3330 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:1019 send IAC DO ZMP
DEBUG stream_writer.py:3330 pending_option[DO + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC DO MCCP2_COMPRESS
DEBUG client_base.py:499 negotiation failed after 4.00s.
DEBUG client_base.py:505 failed-reply: 'WILL MXP, WILL ATCP, WILL MCCP3_COMPRESS, WILL GMCP, WILL AARDWOLF, WILL MSP, WILL MSDP,
WILL MSSP, WILL ZMP, WILL MCCP2_COMPRESS, DO MXP, DO ATCP, DO MCCP3_COMPRESS, DO GMCP, DO AARDWOLF, DO MSP, DO MSDP, DO MSSP,
DO ZMP, DO MCCP2_COMPRESS'
DEBUG stream_writer.py:3330 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:1019 send IAC DO BINARY
DEBUG stream_writer.py:3330 pending_option[DO + SGA] = True
DEBUG stream_writer.py:1019 send IAC DO SGA
DEBUG stream_writer.py:3330 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:1019 send IAC DO ECHO
DEBUG stream_writer.py:3330 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:1019 send IAC DO STATUS
DEBUG stream_writer.py:3330 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:1019 send IAC DO CHARSET
DEBUG stream_writer.py:3330 pending_option[DO + EOR] = True
DEBUG stream_writer.py:1019 send IAC DO EOR
DEBUG stream_writer.py:3330 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:1019 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:993 skip DO MCCP2_COMPRESS; pending_option = True
DEBUG stream_writer.py:993 skip DO MCCP3_COMPRESS; pending_option = True
DEBUG stream_writer.py:993 skip DO GMCP; pending_option = True
DEBUG stream_writer.py:993 skip DO MSDP; pending_option = True
DEBUG stream_writer.py:993 skip DO MSSP; pending_option = True
DEBUG stream_writer.py:993 skip DO MSP; pending_option = True
DEBUG stream_writer.py:993 skip DO MXP; pending_option = True
DEBUG stream_writer.py:993 skip DO ZMP; pending_option = True
DEBUG stream_writer.py:993 skip DO AARDWOLF; pending_option = True
DEBUG stream_writer.py:993 skip DO ATCP; pending_option = True
INFO fingerprinting.py:755 connection for server fingerprint e89ffa4fe5c32389
INFO client_base.py:118 Connection closed to
.. raw:: html