178.79.152.19 (bbs.retrocampus.com)

bbs.retrocampus.com:23

Connection Banner:

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 >

Server URLs

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

c2dd7d4e76383b41

This fingerprint is shared by 40 other servers.

The complete JSON record collected during the scan, including Telnet negotiation results and banner data.

Show 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
    }
  ]
}

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

telnetlib3-fingerprint --loglevel=debug bbs.retrocampus.com 23
Show Logfile
DEBUG client.py:1193 Fingerprint client: host=bbs.retrocampus.com port=23
INFO client_base.py:186 Connected to <Peer 178.79.152.19 23>
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 <Peer 178.79.152.19 23>
INFO fingerprinting.py:755 connection for server fingerprint c2dd7d4e76383b41

bbs.retrocampus.com:6510

Connection Banner:

 ◀──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 β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€ β–€β–… β–€β•² β–€β–€β–ˆ β–€β–… β–€β•² β–€β–€β–ˆ β–ˆβ–€β–… β–†β–€β–† β–€ β–…β–€β–ˆ

Server URLs

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

e89ffa4fe5c32389

This fingerprint is shared by 99 other servers.

The complete JSON record collected during the scan, including Telnet negotiation results and banner data.

Show 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
    }
  ]
}

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

telnetlib3-fingerprint --loglevel=debug bbs.retrocampus.com 6510
Show Logfile
DEBUG client.py:1193 Fingerprint client: host=bbs.retrocampus.com port=6510
INFO client_base.py:186 Connected to <Peer 178.79.152.19 6510>
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 <Peer 178.79.152.19 6510>