73.183.161.134

73.183.161.134:8887

Connection Banner:

Auto-sensing... !  WELCOME! Pixelgrounds MMud (#39077057) Come join us on discord https://discord.gg/yZMHKZTUEC If you already have a User-ID on this system, type it in and press ENTER. Otherwise type "new": If you already have a User-ID on this system, type it in and press ENTER. Otherwise type "new": If you already have a User-ID on this system, type it in and press ENTER. Otherwise type "new":

Server URLs

Server Location: πŸ‡ΊπŸ‡Έ United States (GeoIP)

Encoding

  • Effective encoding: ascii

  • Scanner detected: cp437

Telnet Fingerprint

e9e1390d6941c201

This fingerprint is shared by 133 other servers.

Options offered by server: BINARY, ECHO, SGA

Options requested from client: BINARY

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

Show JSON
{
  "server-probe": {
    "fingerprint": "e9e1390d6941c201",
    "fingerprint-data": {
      "offered-options": [
        "BINARY",
        "ECHO",
        "SGA"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "CHARSET",
        "COM_PORT",
        "EOR",
        "GMCP",
        "MCCP2",
        "MCCP3",
        "MSDP",
        "MSP",
        "MSSP",
        "MXP",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [
        "BINARY"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "\r\n\u001b[0;1;32m\r\nIf you already have a User-ID on this\r\nsystem, type it in and press ENTER.\r\nOtherwise type \"\u001b[36mnew\u001b[32m\": \r\n\u001b[0;1;32m\r\nIf you already have a User-ID on this\r\nsystem, type it in and press ENTER.\r\nOtherwise type \"\u001b[36mnew\u001b[32m\": ",
      "banner_before_return": "Auto-sensing...\r\n    \u001b[!\b\b\b\r\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\b\b\b\b\b\b\b\b\b\u001b[0m\r\n\r\n            \u001b[1;5;35mWELCOME!\r\n\r\n\u001b[0;1;32mPixelgrounds MMud (#39077057)\r\n\r\n\r\n\r\nCome join us on discord\r\nhttps://discord.gg/yZMHKZTUEC\r\n\u001b[0;1;32m\r\nIf you already have a User-ID on this\r\nsystem, type it in and press ENTER.\r\nOtherwise type \"\u001b[36mnew\u001b[32m\": ",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "cp437",
      "option_states": {
        "server_offered": {
          "AARDWOLF": false,
          "ATCP": false,
          "BINARY": true,
          "ECHO": true,
          "GMCP": false,
          "MCCP2": false,
          "MCCP3": false,
          "MSDP": false,
          "MSP": false,
          "MSSP": false,
          "MXP": false,
          "SGA": true,
          "ZMP": false
        },
        "server_requested": {
          "AARDWOLF": false,
          "ATCP": false,
          "BINARY": true,
          "GMCP": false,
          "MCCP2": false,
          "MCCP3": false,
          "MSDP": false,
          "MSP": false,
          "MSSP": false,
          "MXP": false,
          "ZMP": false
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.15982365608215332,
        "total": 17.341991901397705
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-03-07T04:10:06.267968+00:00",
      "host": "73.183.161.134",
      "ip": "73.183.161.134",
      "port": 8887
    }
  ]
}

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 73.183.161.134 8887
Show Logfile
DEBUG client.py:1193 Fingerprint client: host=73.183.161.134 port=8887
INFO client_base.py:186 Connected to <Peer 73.183.161.134 8887>
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 stream_writer.py:768 recv IAC WILL SGA
DEBUG stream_writer.py:784 WILL SGA unsolicited
DEBUG stream_writer.py:1994 handle_will(SGA)
DEBUG stream_writer.py:3330 pending_option[DO + SGA] = True
DEBUG stream_writer.py:1019 send IAC DO SGA
DEBUG stream_writer.py:3330 remote_option[SGA] = True
DEBUG stream_writer.py:3330 pending_option[DO + SGA] = False
DEBUG stream_writer.py:768 recv IAC WILL ECHO
DEBUG stream_writer.py:784 WILL ECHO unsolicited
DEBUG stream_writer.py:1994 handle_will(ECHO)
DEBUG stream_writer.py:3330 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:1019 send IAC DO ECHO
DEBUG stream_writer.py:3330 remote_option[ECHO] = True
DEBUG stream_writer.py:3330 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:768 recv IAC WILL BINARY
DEBUG stream_writer.py:784 WILL BINARY unsolicited
DEBUG stream_writer.py:1994 handle_will(BINARY)
DEBUG stream_writer.py:3330 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:1019 send IAC DO BINARY
DEBUG stream_writer.py:3330 remote_option[BINARY] = True
DEBUG stream_writer.py:3330 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:768 recv IAC DO BINARY
DEBUG stream_writer.py:1836 handle_do(BINARY)
DEBUG stream_writer.py:3330 pending_option[WILL + BINARY] = True
DEBUG stream_writer.py:1019 send IAC WILL BINARY
DEBUG stream_writer.py:3330 local_option[BINARY] = True
DEBUG stream_writer.py:3330 pending_option[WILL + BINARY] = False
DEBUG stream_writer.py:768 recv IAC DONT MXP
DEBUG stream_writer.py:1959 handle_dont(MXP)
DEBUG stream_writer.py:3330 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:3330 local_option[MXP] = False
DEBUG stream_writer.py:768 recv IAC DONT ATCP
DEBUG stream_writer.py:1959 handle_dont(ATCP)
DEBUG stream_writer.py:3330 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:3330 local_option[ATCP] = False
DEBUG stream_writer.py:768 recv IAC DONT MCCP3_COMPRESS
DEBUG stream_writer.py:1959 handle_dont(MCCP3_COMPRESS)
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:3330 local_option[MCCP3_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC DONT GMCP
DEBUG stream_writer.py:1959 handle_dont(GMCP)
DEBUG stream_writer.py:3330 pending_option[WILL + GMCP] = False
DEBUG stream_writer.py:3330 local_option[GMCP] = False
DEBUG stream_writer.py:768 recv IAC DONT AARDWOLF
DEBUG stream_writer.py:1959 handle_dont(AARDWOLF)
DEBUG stream_writer.py:3330 pending_option[WILL + AARDWOLF] = False
DEBUG stream_writer.py:3330 local_option[AARDWOLF] = False
DEBUG stream_writer.py:768 recv IAC DONT MSP
DEBUG stream_writer.py:1959 handle_dont(MSP)
DEBUG stream_writer.py:3330 pending_option[WILL + MSP] = False
DEBUG stream_writer.py:3330 local_option[MSP] = False
DEBUG stream_writer.py:768 recv IAC DONT MSDP
DEBUG stream_writer.py:1959 handle_dont(MSDP)
DEBUG stream_writer.py:3330 pending_option[WILL + MSDP] = False
DEBUG stream_writer.py:3330 local_option[MSDP] = False
DEBUG stream_writer.py:768 recv IAC DONT MSSP
DEBUG stream_writer.py:1959 handle_dont(MSSP)
DEBUG stream_writer.py:3330 pending_option[WILL + MSSP] = False
DEBUG stream_writer.py:3330 local_option[MSSP] = False
DEBUG stream_writer.py:768 recv IAC DONT ZMP
DEBUG stream_writer.py:1959 handle_dont(ZMP)
DEBUG stream_writer.py:3330 pending_option[WILL + ZMP] = False
DEBUG stream_writer.py:3330 local_option[ZMP] = False
DEBUG stream_writer.py:768 recv IAC DONT MCCP2_COMPRESS
DEBUG stream_writer.py:1959 handle_dont(MCCP2_COMPRESS)
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP2_COMPRESS] = False
DEBUG stream_writer.py:3330 local_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC WONT MXP
DEBUG stream_writer.py:2148 handle_wont(MXP)
DEBUG stream_writer.py:3330 remote_option[MXP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MXP] = False
DEBUG stream_writer.py:768 recv IAC WONT ATCP
DEBUG stream_writer.py:2148 handle_wont(ATCP)
DEBUG stream_writer.py:3330 remote_option[ATCP] = False
DEBUG stream_writer.py:3330 pending_option[DO + ATCP] = False
DEBUG stream_writer.py:768 recv IAC WONT MCCP3_COMPRESS
DEBUG stream_writer.py:2148 handle_wont(MCCP3_COMPRESS)
DEBUG stream_writer.py:3330 remote_option[MCCP3_COMPRESS] = False
DEBUG stream_writer.py:3330 pending_option[DO + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC WONT GMCP
DEBUG stream_writer.py:2148 handle_wont(GMCP)
DEBUG stream_writer.py:3330 remote_option[GMCP] = False
DEBUG stream_writer.py:3330 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:768 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2148 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3330 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3330 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:768 recv IAC WONT MSP
DEBUG stream_writer.py:2148 handle_wont(MSP)
DEBUG stream_writer.py:3330 remote_option[MSP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSP] = False
DEBUG stream_writer.py:768 recv IAC WONT MSDP
DEBUG stream_writer.py:2148 handle_wont(MSDP)
DEBUG stream_writer.py:3330 remote_option[MSDP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:768 recv IAC WONT MSSP
DEBUG stream_writer.py:2148 handle_wont(MSSP)
DEBUG stream_writer.py:3330 remote_option[MSSP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:768 recv IAC WONT ZMP
DEBUG stream_writer.py:2148 handle_wont(ZMP)
DEBUG stream_writer.py:3330 remote_option[ZMP] = False
DEBUG stream_writer.py:3330 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:768 recv IAC WONT MCCP2_COMPRESS
DEBUG stream_writer.py:2148 handle_wont(MCCP2_COMPRESS)
DEBUG stream_writer.py:3330 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:3330 pending_option[DO + MCCP2_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC WILL SGA
DEBUG stream_writer.py:784 WILL SGA unsolicited
DEBUG stream_writer.py:1994 handle_will(SGA)
DEBUG client_base.py:496 negotiation complete after 0.27s.
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:768 recv IAC WONT STATUS
DEBUG stream_writer.py:2148 handle_wont(STATUS)
DEBUG stream_writer.py:3330 remote_option[STATUS] = False
DEBUG stream_writer.py:3330 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:768 recv IAC WONT CHARSET
DEBUG stream_writer.py:2148 handle_wont(CHARSET)
DEBUG stream_writer.py:3330 remote_option[CHARSET] = False
DEBUG stream_writer.py:3330 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:768 recv IAC WONT EOR
DEBUG stream_writer.py:2148 handle_wont(EOR)
DEBUG stream_writer.py:3330 remote_option[EOR] = False
DEBUG stream_writer.py:3330 pending_option[DO + EOR] = False
DEBUG stream_writer.py:768 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2148 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3330 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3330 pending_option[DO + COM_PORT_OPTION] = False
INFO fingerprinting.py:755 connection for server fingerprint e9e1390d6941c201
INFO client_base.py:118 Connection closed to <Peer 73.183.161.134 8887>

bbs.pixelgrounds.net:8888

Connection Banner:

Detecting client features... Connected to ENiGMAΒ½ BBS version 0.0.14-beta Copyright (c) 2014-2024 Bryan Ashby - http://l33t.codes/ Updates & source - https://github.com/NuSkooler/enigma-bbs/ β–ˆβ–€β–€β–€β–€β–€β–€β–ˆβ–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–ˆ β–‘β–‘ β–„β–„β–ˆβ–“β–’β–‘β–ˆβ–’β–‘β–‘β–ˆβ–„β–„β–‘β–‘ Β· β–ˆβ–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–ˆβ–€β–€β–€β–€β–€β–€β–ˆ β–ˆβ–„β–„β–„β–„β–„β–„β–ˆβ–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–ˆβ–‘β–‘ β–‘β–„β–“β–“β–’β–’β–’β–’β–’β–ˆβ–“β–ˆβ–ˆβ–’β–’β–‘β–„ β–„ . β– β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–ˆβ–„β–„β–„β–„β–„β–„β–ˆ β–ˆ β–‘ β–ˆβ–ˆβ– β–‘β–’β–‘β–ˆβ– β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–ˆβ–“β–ˆβ–ˆβ–’β–“β–’β–‘β–  β–ˆβ–ˆβ–ˆ β–‘ β–ˆ β–ˆ β–‘ β–ˆβ–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–ˆβ–‘β–’β–‘β–“β–“β–’β–’β–‘β–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–“β–’β–‘Β·β–€β– Β· β–ˆβ–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–ˆ β–‘ β–ˆ β–ˆ β–‘β–ˆβ–„β–„β–„β–„β–„β–„β–„β–„β–ˆ β–‘β–‘β–ˆβ–ˆβ–„β–‘β–ˆβ–ˆβ–’β–“β–‘ β–‘ β– β–„β–„β–„β–„β–„β–„β–„β–ˆβ–‘ β–ˆ β–ˆβ–„β–„β–„β–„β–„β–„β–„β–„β–„ β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–ˆ β–“β–’β–’β–ˆβ–ˆβ–ˆβ–„β–„β–‘β–ˆβ–ˆβ–„β–„β–„β–ˆβ–“β– β–‘β–‘ β–’ β–ˆβ–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„ β–„β–„β–„β–„β–„β–„β–„β–„β–„β–ˆ β–ˆ β–‘β–ˆ β–ˆβ–ˆ β– β–ˆβ–‘β–ˆβ–‘β–ˆβ–‘β–‘β–‘β–ˆβ–“β–ˆβ–ˆβ–“β–“β–’:.β–  β– β–ˆ β–ˆβ–‘ β–ˆ β–ˆ β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–‘β–‘β–‘β–‘β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆ β–‘β–‘ β– β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–β–ˆβ–“β–ˆβ–ˆβ–ˆβ–“β–’β–‘β–‘ β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–‘β–‘β–‘β–‘β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘ β–ˆ β–ˆ β–‘ β–ˆ β–ˆβ–  β–‘β–‘β–“β–“β–’β–’β–‘β–‘β–ˆβ–ˆβ–β–ˆβ–“β–“β–“β–“β–’β–’β–“Β·β–’β–‘ β–ˆβ–ˆ β–ˆ β–‘ β–ˆ β–ˆβ–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–‘β–’β–’β–ˆβ–ˆβ–’β–ˆβ–ˆβ–ˆβ–‘β–ˆβ–β–ˆβ–ˆβ–ˆβ–ˆβ–“β–’β–‘β–  β–€ β–ˆβ–‘β–‘β–‘β–‘β–‘β–ˆβ–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–ˆ β–ˆ β–‘ β–ˆβ–‘β–ˆβ–‘β–‘β–‘β–ˆβ–“β–’β–’β–‘β–‘β–‘β–ˆβ–„β–„β–ˆβ–ˆβ–ˆβ–“β–“β–’ β–  β–  β–‘β–ˆ β–‘ β–ˆ β–ˆ β–‘β–‘β–‘β–‘ β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–ˆ β–€β–“β–‘β–ˆβ–‘β–€β–€β–€β–€β–€β–€β–€β–€β–€β–ˆβ–’β–‘: β–ˆβ–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€ β–‘β–‘β–‘β–‘ β–ˆ β–ˆβ–€β–€β–€β–€β–€β–ˆβ–‘β–  β–‘β–‘β–“β–‘β–€β–“β–’β–ˆβ–„β–„β–„β–„β–„β–„β–„β–’β–’ . β–‘ β–ˆ β–‘ β–ˆβ–€β–€β–€β–€β–€β–ˆ β–ˆ β–‘ β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–ˆ β–‘β–’β–’β–’β–€β–“β–“β–’β–‘β–„β–„β–„β–‘β–ˆβ–ˆ β–  β–ˆβ–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€ β–‘ β–ˆ β–ˆ β–‘ β–„β–€β–€β–€β–€β–€β–„β–€β–€β–€β–€β–„β–€β–€β–„β–€β–€β–„β–€β–€β–€β–€β–„β–€β–€β–„β–‘β–‘β–‘β–‘β–’β–€β–€β–€β–€β–€β–€β–€β–€β–€Β·β–„β–€β–€β–„β–€β–€β–„β–€β–€β– β–€β–€β–€β–€β–“:.β–„β–€β–€β–„.β–  β–ˆ β–ˆ β–‘ β–Œβ–‘β–ˆβ–“β–’ β–‘β–ˆβ–ˆβ–“ β–‘β–“ β–“β–’ β–‘β–ˆ β–‘ β–‘ β–„β–‘β–ˆβ–“:.β–‘β–ˆβ–“β–’β–„β– Β·β–ˆβ–“β–’:β–Œβ–‘ β– β–‘ Β·β–‘ .β–‘ :β–‘β–ˆβ–“β–’.β–€β–€β–„β–ˆβ–“β–„β–€β–Œ β–ˆ β–ˆβ–‘β–‘ β–‘ β–Œβ–‘ β–“β–‘ β–‘ β–‘β–β–ˆβ–„β–‘β–Œβ–‘ β–ˆβ– β–„β–‘β–ˆβ–‘β–‘β– β–Œβ–‘β–‘β–Œβ–‘ β–Œβ–‘ β–“β–‘ β–Œβ–‘ β–‘β–‘β–ˆβ–‘β–‘β–ˆβ–‘β–‘β–ˆβ–‘β–Œβ–ˆβ–‘β–‘ β–ˆβ–‘ β–“β–‘β–ˆβ–ˆβ–„β–ˆβ–“β–Œβ–“ β–ˆ β–ˆ β–‘β–‘β–‘β–‘β–’ β–‘β–‘β–’β– .β–‘β–‘β–‘β–’ β–‘β–‘β–‘ Β·β–‘β–‘β–’β–‘β–ˆβ–‘β–Œ.β– β–„β–‘β–‘β–‘β–‘β–’β– β–‘β–‘β–Œβ–‘β–‘β–’β–‘β–‘β–’β–‘β–‘β–’β–‘β–‘β–’β–ˆβ–‘β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆ β–„ β–€β–„β–€ β–ˆ β–ˆ ▐░▒▓■ .β–‘β–’β–“:β–‘β–β–’β–Œβ–“β–Œβ–‘β–’β–“.β– β–‘β–’β–“β–‘β–β–’β–Œβ–€β–ˆβ–“β–‘β–’β–“β–‘β–’β–“β–‘β–’β–Œβ–‘β–’β–“β–‘β–’β–“β–‘β–’β–“β–‘β–’β–“β–β–’β–“β–‘β–’β–“β–‘β–’β–“β– β–‘β–€β–‘β–’β–„β–€β–„ β–ˆ β–ˆ β–β–‘β–“β–ˆ. β– β–‘β–“β–ˆ β–‘β–“β–“β–‘β–ˆβ–ˆβ–‘β–“β–ˆβ–  β–‘β–“β–ˆ β–‘β–“β–“β–„β–β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆ β–„β–„β–‘β–“β–“β–ˆ β–ˆ β–ˆ β–β–’β–ˆβ– . β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆ β–‘β–ˆβ–ˆβ–ˆ β–Œβ–’β–ˆβ–ˆβ–ˆβ–Œβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–€β–ˆβ–ˆβ–ˆβ–ˆβ–€β–„ β–ˆ β–ˆβ–„β–„β–„β–€β–€β– Β·β–’β–€β–€β–„β–„β–„β–„β–€β–„β–„β–€β–„β–„β–“β–„β–„β–„β–„β–€β–„β–„β–„β–„β–€β–„β–„β–„β–„β–€β–„β–„β–€β–„β–„β–“β–€β–„β–„β–„β–„β–€β–„β–„β–€β–„β–„β–€β–„β–„β–€β–„β–„ β–„β–„β–„β–„β–„β–€β–’β–„β–„β–„β–„β–€ β–„β–„β–„β–ˆ β–€β–ˆβ–ˆβ–ˆβ–€β–„ β–„β–„β– β–„β–€β–„β– β–„β–€β–„β– β–„β–€β–€β–„β–€β–„β–„β–“β–€β–€β–„β– β–€β–„β–€β– β–€β–„β–€β– β–€β–„β–„β–„β–ˆβ–€β–“β– β–€β–„β– β–€β– β–€β–€β–„β–€β–€β–€β–‘β–€β–Œβ–„β– β–„β–€β–€β–„β–€β–Œβ–€β–Œβ–„β–€β–„β–€β–„β–ˆβ–€ lOGIN apply forgot pass log off lOGIN apply forgot pass log off β–„β–‘β–‘β–’β–“β–ˆβ–“β–ˆβ– β–„β–ˆβ–ˆβ–„β–“β–“β–„β–„β–“β–’β–‘ β–„ β–  β–„β–€β–ˆβ–ˆβ–“β–’β–“β–’β–‘ β–‘β–‘β–’β–’β–“β–ˆβ–ˆβ–ˆβ–“β–“β–“β–’β–’β–‘β–‘β–’β–‘β–‘ β–‘β–‘β–‘β–’β–’β–“β–“β–ˆβ–“β– β–’β–„β– β–„β–€β–“β–‘β–’β–“β–’β–‘β–„ β–‘β–’β–„β–€β–„β–’β–‘ β–’β–“β–‘β–‘β–‘ β–„β–„β–ˆβ–“β–’β–‘β–ˆβ–’β–‘β–‘β–ˆβ–„β–„β–‘β–‘ Β·β–“β–’ β–“β–ˆβ–  LOGIN_ β–‘β–‘ β–‘β–‘β–„β–“β–“β–’β–’β–’β–’β–’β–ˆβ–“β–ˆβ–ˆβ–’β–’β–‘β–„ β–„ .β– β–ˆβ–“ β–ˆβ–β–Œβ–‘β–’β–‘β–‘β–’β–ˆβ– β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–ˆβ–“β–ˆβ–ˆβ–’β–“β–’β–‘β–  Β·β–Œβ–β–ˆ β–“β–ˆβ–‘ PASSW_ β–‘β–‘β–“β–‘β–‘β–ˆβ–“β–“β–’β–’β–‘β–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–“β–’β–‘Β·β–€β– Β·β–‘β–ˆβ–“ β–’β–β–β–‘β–‘β–“β–’β–’β–ˆβ–ˆβ–ˆβ–„β–‘β–ˆβ–ˆβ–’β–“β–‘ ░▐▐▒ β–‘β–ˆβ– β–’β–’β–“β–“β–’β–’β–ˆβ–ˆβ–ˆβ–„β–„β–‘β–ˆβ–ˆβ–„β–„β–„β–ˆβ–“β– β–‘β–‘ β–’β– β–ˆβ–‘ β–’β–ˆβ–β–‘β–‘ β–’β–’β–ˆβ– β–ˆβ–‘β–ˆβ–‘β–ˆβ–‘β–‘β–‘β–ˆβ–“β–ˆβ–ˆβ–“β–“β–’:.β– β–β–ˆβ–’ ▓▓▐· β–‘β–“β–“β–“ β– β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–β–ˆβ–“β–ˆβ–ˆβ–ˆβ–“β–’β–‘β–‘ ·▐▓▓ β–ˆβ–’β–‘β–‘β–‘β–ˆβ–“β–“β–’β–’β–‘β–‘β–ˆβ–ˆβ–β–ˆβ–“β–“β–“β–“β–’β–’β–“Β·β–’β–‘β–’β–ˆ β–„β–“β–β–‘β–‘β–’β–‘β–‘β–ˆβ–ˆβ–ˆβ–’β–ˆβ–ˆβ–ˆβ–‘β–ˆβ–β–ˆβ–ˆβ–ˆβ–ˆβ–“β–’β–‘β–  ▀▐▓▄ β–“β–ˆβ–β–‘β–‘β–‘β–’β–’β–‘β–ˆβ–“β–’β–’β–‘β–‘β–‘β–ˆβ–„β–„β–ˆβ–ˆβ–ˆβ–“β–“β–’ β– β–β–ˆβ–“ β–’β– β–‘β–’β–‘β–€β–“β–‘β–ˆβ–‘β–€β–€β–€β–€β–€β–€β–€β–€β–€β–ˆβ–’β–‘: Β·β– β–’ β–‘β–ˆβ–Β· β–‘β–‘β–‘β–€β–“β–’β–ˆβ–„β–„β–„β–„β–„β–„β–„β–’β–’ . β–‘β–β–ˆβ–‘ β–’β–ˆβ–„β–‘β–‘β–‘β–’β–‘β–’β–’β–€β–“β–“β–’β–‘β–„β–„β–„β–‘β–ˆβ–ˆ β– β–„β–ˆβ–’ ▓▓▐ β–’β–€β–€β–€β–€β–„β–€β–€β–„β–€β–€β–„β–€β–€β–„β–€β–€β–€β–€β–„β–€β–€β–„β–„β–€β–€β–€β–„β–„β–€β–€β–€β–€β–„β–„β–€β–€β–€β–€β–ˆβ–„β–€β–€β–„β–€β–€β–„β–€β–€β–„β–€β–€β– β–€β–€β–€β–€β–“:.β–„β–€β–€β–„.β–  β–“β–‘ β–ˆβ–’ β–Œβ–‘β–ˆβ–“β–’ β–ˆβ–ˆ β–‘β–“ β–“β–’ β–‘β–ˆ β–‘ β–‘ β–„β–‘β–ˆβ–“:.β–‘β–ˆβ–“β–’β–„β– Β·β–ˆβ–“β–’:β–Œβ–‘ β– β–‘ Β·β–‘ .β–‘ :β–‘β–ˆβ–“β–’.β–€β–€β–„β–ˆβ–“β–„β–€β–Œ β–Œβ–€β–„ ▓▓▐ β–‘ β–Œβ–‘ β–“ β–‘β–‘β–β–ˆβ–„β–‘β–Œβ–‘ β–ˆβ– β–„β–‘β–ˆβ–‘β– β–Œβ–‘β–‘β–Œβ–‘ β–Œβ–‘ β–“β–‘ β–Œβ–‘ β–‘β–‘β–ˆβ–‘β–‘β–ˆβ–‘β–‘β–ˆβ–‘β–Œβ–ˆβ–‘β–‘ β–ˆβ–‘ β–“β–‘β–ˆβ–ˆβ–„β–ˆβ–“β–Œβ–“ β–Œβ–€β–„ β–ˆβ–’ β–‘β–‘β–‘β–‘β–’ β–‘β–’.β–‘β–‘β–‘β–’ β–‘β–‘β–‘ Β·β–‘β–‘β–’β–ˆβ–‘β–Œ.β– β–„β–‘β–‘β–‘β–‘β–’β– β–‘β–‘β–Œβ–‘β–‘β–’β–‘β–‘β–’β–‘β–‘β–’β–‘β–‘β–’β–ˆβ–‘β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆ β–„ β–€β–„β–€ β–ˆβ–ˆ ▄▓▐ β–‘β–’β–“β–  .β–’β–“β–‘β–β–’β–Œβ–“β–Œβ–‘β–’β–“.β– β–‘β–’β–“β–β–’β–Œβ–€β–ˆβ–“β–‘β–’β–“β–‘β–’β–“β–‘β–’β–Œβ–‘β–’β–“β–‘β–’β–“β–‘β–’β–“β–‘β–’β–“β–β–’β–“β–‘β–’β–“β–‘β–’β–“β– β–‘β–€β–‘β–’β–„β–€β–„ β–Œβ–€β–„ β–“β–ˆβ– β–‘β–“β–ˆ. β– β–“β–ˆβ–‘β–“β–“β–‘β–ˆβ–ˆβ–‘β–“β–ˆβ–  β–‘β–“β–ˆβ–‘β–“β–“β–„β–β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆβ–‘β–“β–ˆ β–„β–„β–‘β–“β–“β–ˆbs22β–ˆβ–ˆ β–’β–  β–ˆβ– . β–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆ β–‘β–ˆβ–ˆβ–ˆ β–Œβ–’β–ˆβ–ˆβ–ˆβ–Œβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–€β–ˆβ–ˆβ–ˆβ–ˆβ–€β–„ β–Œβ–ˆβ–ˆ β–‘β–ˆβ–„β–€β–„β–“β– β–€β– Β·β–’β–€β–€β–„β–„β–€β–„β–„β–€β–„β–„β–“β–„β–„β–„β–„β–€β–„β–„β–„β–€β–„β–„β–„β–„β–€β–„β–„β–€β–„β–„β–“β–€β–„β–„β–„β–„β–€β–„β–„β–€β–„β–„β–€β–„β–„β–€β–„β–„ β–„β–„β–„β–„β–„β–€β–’β–„β–„β–„β–„β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€

Server URLs

Server Location: πŸ‡ΊπŸ‡Έ United States (GeoIP)

Listing

  • BBS Name: Pixelgrounds BBS (Worldgroup) (from listing)

  • Sysop: Melvin Wallace

  • Listed Location: Lake Jackson, TX, USA

BBS Software

Detected: ENiGMA

Encoding

  • Effective encoding: utf-8

  • Override: utf-8 (from bbslist.txt)

  • Scanner detected: utf-8

Telnet Fingerprint

65ec1150319861d3

This fingerprint is shared by 21 other servers.

Options offered by server: BINARY, ECHO, SGA

Options requested from client: BINARY, NAWS, NEW_ENVIRON, SGA, TTYPE

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

Show JSON
{
  "server-probe": {
    "fingerprint": "65ec1150319861d3",
    "fingerprint-data": {
      "offered-options": [
        "BINARY",
        "ECHO",
        "SGA"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "CHARSET",
        "COM_PORT",
        "EOR",
        "GMCP",
        "MCCP2",
        "MCCP3",
        "MSDP",
        "MSP",
        "MSSP",
        "MXP",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [
        "BINARY",
        "NAWS",
        "NEW_ENVIRON",
        "SGA",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "\u001b[0m\u001b[2J\u001b[H\u001b[?33h\u001b[0;40;30m \u001b[36m\u2584\u001b[1;46;30m\u2591\u2591\u2592\u2593\u001b[40m\u2588\u001b[46m\u2593\u001b[40m\u2588\u25a0\u2584\u2588\u2588\u2584\u2593\u2593\u2584\u2584\u2593\u2592\u2591  \u2584 \u25a0 \u2584\u2580\u2588\u2588\u001b[46m\u2593\u2592\u2593\u2592\u2591 \u001b[36m\u2591\u2591\u2592\u2592\u2593\u2588\u2588\u2588\u2593\u2593\u2593\u2592\u2592\u2591\u2591\u2592\u2591\u2591  \u001b[30m\u2591\u2591\u2591\u2592\u2592\u2593\u2593\u2588\u001b[40m\u2593\u25a0\u2592\u2584\u25a0\u2584\u2580\u2593\u2591\u2592\u001b[46m\u2593\u2592\u2591\u001b[0;36m\u2584\r\n \u001b[1;46;30m\u2591\u2592\u001b[40m\u2584\u2580\u001b[71C\u2584\u001b[46m\u2592\u2591\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2592\u2593\u001b[40m\u001b[26C\u2591\u2591\u2591 \u001b[32m\u2584\u2584\u2588\u001b[42m\u2593\u2592\u2591\u001b[0;32m\u2588\u2592\u2591\u2591\u2588\u2584\u2584\u001b[1;30m\u2591\u2591 \u00b7\u001b[27C\u001b[46m\u2593\u2592\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2593\u001b[40m\u2588\u25a0 \u001b[0;36mLOGIN_ \u001b[32m\u001b[0;32m    \u001b[1m\u001b[0;32m    \u001b[5C\u001b[30m\u2591\u2591  \u2591\u2591\u001b[32m\u2584\u001b[42m\u2593\u2593\u2592\u2592\u2592\u2592\u2592\u001b[0;32m\u2588\u2593\u2588\u2588\u2592\u2592\u2591\u2584 \u2584 .\u001b[25C\u001b[1;30m\u25a0\u2588\u001b[46m\u2593\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2588\u001b[40m\u2590\u258c\u001b[21C\u2591\u2592\u2591\u2591\u2592\u001b[42;32m\u2588\u25a0\u001b[0;32m\u2588\u2588\u2588\u2588\u2588\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u2593\u2588\u2588\u2592\u2593\u2592\u2591\u25a0   \u001b[1;30m\u00b7\u001b[24C\u258c\u2590\u001b[46m\u2588\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2593\u001b[40m\u2588\u2591 \u001b[0;36mPASSW_ \u001b[35m\u001b[0;35m    \u001b[1m\u001b[0;35m        \u001b[30m\u2591\u2591\u2593\u2591\u2591\u001b[42;32m\u2588\u2593\u2593\u2592\u2592\u2591\u2591\u001b[0;32m\u2588\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u00b7\u2580\u25a0\u00b7\u001b[26C\u001b[1;30m\u2591\u2588\u001b[46m\u2593\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2592\u001b[40m\u2590\u2590\u001b[20C\u2591\u2591\u2593\u2592\u2592\u001b[42;32m\u2588\u001b[0;32m\u2588\u2588\u2584\u001b[5C\u001b[1;42m\u2591\u001b[0;32m\u2588\u2588\u001b[5C\u2592\u2593\u2591 \u2591\u001b[25C\u001b[1;30m\u2590\u2590\u001b[46m\u2592\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2591\u001b[40m\u2588\u25a0\u001b[23C\u2592\u2592\u001b[42;32m\u2593\u2593\u2592\u2592\u001b[0;32m\u2588\u2588\u2588\u2584\u2584\u001b[1;42m\u2591\u001b[0;32m\u2588\u2588\u2584\u2584\u2584\u2588\u2593\u25a0\u2591\u2591 \u2592\u001b[25C\u001b[1;30m\u25a0\u2588\u001b[46m\u2591\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2592\u001b[40m\u2588\u2590\u001b[20C\u2591\u2591 \u2592\u2592\u001b[42;32m\u2588\u25a0\u001b[0;32m\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u001b[1;42m\u2591\u2591\u2591\u001b[0;32m\u2588\u2593\u2588\u2588\u2593\u2593\u2592:.\u25a0\u001b[27C\u001b[1;30m\u2590\u2588\u001b[46m\u2592\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2593\u2593\u001b[40m\u2590\u001b[20C\u00b7 \u2591\u2593\u2593\u001b[42;32m\u2593 \u25a0\u001b[0;32m\u2588\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u2588\u2588\u2590\u2588\u2593\u2588\u2588\u2588\u2593\u2592\u2591\u2591   \u001b[1;30m\u00b7\u001b[24C\u2590\u001b[46m\u2593\u2593\u001b[0m\r\n\u001b[1;30m \u2588\u001b[46m\u2592\u001b[40m\u001b[23C\u2591\u2591\u2591\u001b[42;32m\u2588\u2593\u2593\u2592\u2592\u2591\u2591\u001b[0;32m\u2588\u2588\u2590\u2588\u2593\u2593\u2593\u2593\u2592\u2592\u2593\u00b7\u2592\u2591\u001b[27C\u001b[1;46;30m\u2592\u001b[40m\u2588\r\n \u2584\u001b[46m\u2593\u001b[40m\u2590\u001b[20C\u2591\u2591\u2592\u2591\u2591\u001b[42;32m\u2588\u001b[0;32m\u2588\u2588\u001b[1;42m\u2592\u001b[0;32m\u2588\u2588\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u2590\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u25a0 \u2580\u001b[27C\u001b[1;30m\u2590\u001b[46m\u2593\u001b[40m\u2584\r\n \u001b[46m\u2593\u001b[40m\u2588\u2590\u001b[20C\u2591\u2591\u2591\u2592\u2592\u2591\u001b[42;32m\u2588\u2593\u2592\u2592\u2591\u2591\u2591\u001b[0;32m\u2588\u2584\u2584\u2588\u2588\u2588\u2593\u2593\u2592 \u25a0\u001b[28C\u001b[1;30m\u2590\u2588\u001b[46m\u2593\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2592\u001b[40m\u25a0\u001b[24C\u2591\u2592\u2591\u001b[32m\u2580\u001b[42m\u2593\u2591\u001b[0;32m\u2588\u001b[1;42m\u2591\u001b[0;32m\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2588\u2592\u2591:   \u001b[1;30m\u00b7\u001b[25C\u25a0\u001b[46m\u2592\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2591\u001b[40m\u2588\u2590\u001b[21C\u00b7   \u2591\u2591\u2591\u001b[32m\u2580\u001b[42m\u2593\u2592\u001b[0;32m\u2588\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2592\u2592 . \u2591\u001b[27C\u001b[1;30m\u2590\u2588\u001b[46m\u2591\u001b[0m\r\n\u001b[1;30m \u001b[46m\u2592\u001b[40m\u2588\u2584\u001b[22C\u2591\u2591\u2591\u2592\u2591\u2592\u2592\u001b[32m\u2580\u001b[42m\u2593\u2593\u2592\u2591\u001b[0;32m\u2584\u2584\u2584\u001b[1;42m\u2591\u001b[0;32m\u2588\u2588 \u25a0\u001b[30C\u001b[1;30m\u2584\u2588\u001b[46m\u2592\u001b[0m\r\n\u001b[35m \u001b[1;46;30m\u2593\u2593\u001b[40m\u2590\u001b[0;35m    \u001b[1;30m\u2592\u2580\u2580\u2580\u2580\u2584\u2580\u2580\u2584\u2580\u2580\u2584\u2580\u2580\u2584\u2580\u2580\u2580\u2580\u2584\u2580\u2580\u2584\u2584\u2580\u2580\u2580\u2584\u2584\u2580\u2580\u2580\u2580\u2584\u2584\u2580\u2580\u2580\u2580\u2588\u2584\u2580\u2580\u2584\u2580\u2580\u2584\u2580\u2580\u2584\u2580\u2580\u001b[0;34m\u25a0\u001b[1;30m\u2580\u2580\u2580\u2580\u001b[46m\u2593\u001b[40m:.\u2584\u2580\u2580\u2584.\u25a0   \u2593\u2591\r\n\u001b[0;35m \u001b[1;30m\u2588\u001b[46m\u2592\u001b[40m \u001b[0;35m    \u001b[1;30m\u258c\u001b[45m\u2591\u001b[0;35m\u2588\u2593\u2592 \u2588\u2588 \u001b[1;45;30m\u2591\u001b[0;35m\u2593 \u2593\u2592 \u001b[1;45;30m\u2591\u001b[0;35m\u2588\u001b[45m \u001b[30m\u2591\u001b[40m \u001b[1;45m\u2591 \u001b[40m \u001b[0;35m\u2584\u001b[1;45;30m\u2591\u001b[0;35m\u2588\u2593\u001b[34m:.\u001b[1;45;30m\u2591\u001b[0;35m\u2588\u2593\u2592\u001b[34m\u2584\u25a0\u00b7\u001b[35m\u2588\u2593\u2592\u001b[34m:\u001b[1;30m\u258c\u001b[45m\u2591 \u001b[0;34m\u25a0\u001b[1;45;30m\u2591 \u001b[0;34m\u00b7\u001b[1;45;30m\u2591 \u001b[0;34m.\u001b[1;45;30m\u2591 \u001b[0;34m:\u001b[1;45;30m\u2591\u001b[0;35m\u2588\u2593\u2592\u001b[34m.\u001b[1;30m\u2580\u2580\u001b[0;35m\u2584\u2588\u2593\u2584\u001b[1;30m\u2580\u258c  \u258c\u2580\u2584\r\n\u001b[0;35m \u001b[1;46;30m\u2593\u2593\u001b[40m\u2590\u001b[0;35m    \u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u258c\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u2593\u001b[45m \u001b[1;34m\u2591\u001b[40;30m\u2591\u001b[0;35m\u2590\u2588\u2584\u001b[1;45;34m\u2591\u001b[0;35m\u258c\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u2588\u001b[34m\u25a0\u2584\u001b[1;30m\u2591\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u001b[0;35m\u2590\u001b[45m \u001b[40m\u258c\u001b[1;30m\u2591\u001b[45;34m\u2591\u001b[0;35m\u258c\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u258c\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u2593\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u258c\u001b[1;30m\u2591\u001b[45m \u001b[34m\u2591\u001b[40;30m\u2591\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u001b[40;30m\u2591\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u001b[40;30m\u2591\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u001b[0;35m\u258c\u2588\u001b[1;45;34m\u2591\u001b[40;30m\u2591\u001b[45m \u001b[0;35m\u2588\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u2593\u001b[1;30m\u2591\u001b[0;35m\u2588\u2588\u001b[34m\u2584\u001b[35m\u2588\u2593\u258c\u001b[1;46;30m\u2593\u001b[40m  \u258c\u2580\u2584\r\n\u001b[0;35m \u001b[1;30m\u2588\u001b[46m\u2592\u001b[40m \u001b[0;35m    \u001b[1;30m\u2591\u001b[45;34m\u2591\u2591\u2591\u2592\u001b[40m \u001b[45m\u2591\u2592\u001b[0;34m.\u001b[1;30m\u2591\u001b[45;34m\u2591\u2591\u2592\u001b[40m \u001b[30m\u2591\u001b[45;34m\u2591\u2591 \u001b[0;34m\u00b7\u001b[1;30m\u2591\u001b[45;34m\u2591\u2592\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u001b[0;35m\u258c\u001b[34m.\u25a0\u2584\u001b[1;30m\u2591\u001b[45;34m\u2591\u2591\u2591\u2592\u001b[0;34m\u25a0\u001b[1;30m\u2591\u001b[45;34m\u2591\u001b[40m\u258c\u001b[30m\u2591\u001b[45;34m\u2591\u2592\u001b[40;30m\u2591\u001b[45;34m\u2591\u2592\u001b[40;30m\u2591\u001b[45;34m\u2591\u2592\u001b[40;30m\u2591\u001b[45;34m\u2591\u2592\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u2592\u001b[40;30m\u2591\u001b[45;34m\u2591\u2591\u001b[40;30m\u2591\u001b[45;34m\u2591\u2591\u001b[40;30m\u2591\u001b[0;35m\u2588\u001b[45m \u001b[40m\u2584 \u2580\u001b[1;30m\u2584\u2580   \u2588\u2588\r\n\u001b[0;35m \u001b[1;30m\u2584\u001b[46m\u2593\u001b[40m\u2590\u001b[0;35m    \u001b[1;30m\u2591\u001b[45;34m\u2592\u2593\u001b[0;34m\u25a0 .\u001b[1;45m\u2592\u2593\u001b[40;30m\u2591\u001b[0;35m\u2590\u001b[1;45;34m\u2592\u001b[0;35m\u258c\u001b[1;45;34m\u2593\u001b[40m\u258c\u001b[30m\u2591\u001b[45;34m\u2592\u2593\u001b[0;34m.\u25a0\u001b[1;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40m\u2590\u001b[45m\u2592\u001b[0;35m\u258c\u001b[1;34m\u2580\u001b[45m\u2588\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u001b[40m\u258c\u001b[30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40m\u2590\u001b[45m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[0;34m\u25a0\u001b[1;30m\u2591\u001b[0;35m\u2580\u001b[1;45;34m\u2591\u2592\u001b[40m\u2584\u001b[30m\u2580\u2584  \u258c\u2580\u2584\r\n\u001b[0;35m \u001b[1;46;30m\u2593\u001b[40m\u2588\u2590\u001b[0;35m    \u001b[1;30m\u2591\u001b[45;34m\u2593\u2588\u001b[0;34m. \u25a0\u001b[1;45m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2593\u001b[40;30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[0;34m\u25a0 \u001b[1;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2593\u001b[40m\u2584\u2590\u001b[45m\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40m \u2584\u2584\u001b[30m\u2591\u001b[45;34m\u2593\u2593\u001b[40m\u2588\u001b[30mbs22\u2588\u2588\r\n\u001b[0;35m \u001b[1;46;30m\u2592\u001b[40m\u25a0 \u001b[0;35m    \u001b[1;34m \u2588\u25a0. \u001b[30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[34m\u2588\u2588\u001b[45m\u2588\u2588\u001b[40;30m\u2591\u001b[45;34m\u2588\u2588\u2588\u001b[40m\u2590\u001b[45m\u2588\u2588\u2588\u2588\u001b[40;30m\u2591\u001b[34m\u2588\u2588\u001b[30m\u2591\u001b[34m\u2588\u2588 \u001b[30m\u2591\u001b[34m\u2588\u2588\u2588 \u001b[30m\u258c\u2592\u001b[34m\u2588\u2588\u001b[45m\u2588\u001b[40m\u258c\u001b[30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[34m\u2588\u2588\u2588\u2588\u258c\u001b[30m\u2591\u001b[34m\u2580\u2588\u2588\u2588\u2588\u2580\u001b[30m\u2584  \u258c\u2588\u2588\r\n\u001b[0;35m \u001b[1;46;30m\u2591\u001b[40m\u2588\u2584\u2580\u2584\u2593\u25a0\u2580\u001b[34m\u25a0\u00b7\u001b[30m\u2592\u2580\u2580\u2584\u2584\u2580\u2584\u2584\u2580\u2584\u2584\u001b[46m\u2593\u001b[40m\u2584\u2584\u2584\u2584\u2580\u2584\u2584\u2584\u2580\u2584\u2584\u2584\u2584\u2580\u2584\u2584\u2580\u2584\u2584\u001b[46m\u2593\u001b[40m\u2580\u2584\u2584\u2584\u2584\u2580\u2584\u2584\u2580\u2584\u2584\u2580\u2584\u2584\u2580\u2584\u2584 \u2584\u2584\u2584\u2584\u2584\u2580\u001b[46m\u2592\u001b[40m\u2584\u2584\u2584\u2584\u2580\u2588\u2588\u2588\u2588\u2588\u2580\r\n\u001b[4;13H\u001b[0;32m\u001b[0;32m\u001b[0;32m\u001b[6;13H\u001b[0;35m\u001b[0;35m\u001b[0;35m\u001b[?25l\u001b[4;13H\u001b[0;1;32m\u001b[0;1;32m\u001b[0;32m             \u001b[6;13H\u001b[0;35m\u001b[0;35m\u001b[0;35m             \u001b[?25h\u001b[?25h\u001b[4;13H\u001b[0;1;32m\u001b[0;1;32m\u001b[0;32m             \u001b[4;13H\u001b[0;1;32m",
      "banner_before_return": "\u001b[0c\r\nDetecting client features...\u001b[H\u001b[6n\u001b[22m\u001b[2J\r\n\u001b[0;33mConnected to \u001b[0;32mEN\u001b[1;32mi\u001b[0;32mGMA\u001b[1;32m\u00bd \u001b[0;33mBBS version \u001b[1;31m0.0.14-beta\r\n\u001b[0;33mCopyright (c) 2014-2024 Bryan Ashby \u001b[1;33m- \u001b[1;31mhttp://l33t.codes/\r\n\u001b[0;33mUpdates & source \u001b[1;33m- \u001b[1;31mhttps://github.com/NuSkooler/enigma-bbs/\r\n\u001b[0;30m\u001b[0m\u001b[2J\u001b[H\u001b[0m\u001b[2J\u001b[H\u001b[?33h\u001b[0;40;37m\r\n\u001b[30m \u001b[1;32m\u2588\u2580\u2580\u2580\u2580\u2580\u2580\u2588\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2588\u001b[0m   \u001b[1;30m\u2591\u2591 \u001b[32m\u2584\u2584\u2588\u001b[42m\u2593\u2592\u2591\u001b[0;32m\u2588\u2592\u2591\u2591\u2588\u2584\u2584\u001b[1;30m\u2591\u2591 \u00b7 \u001b[0m \u001b[1;32m\u2588\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2588\u2580\u2580\u2580\u2580\u2580\u2580\u2588\r\n \u2588\u001b[0;32m\u2584\u2584\u2584\u2584\u2584\u2584\u001b[1m\u2588\u001b[0;32m\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u001b[37m\u001b[8C\u001b[1;32m\u2588\u001b[30m\u2591\u2591\u001b[0m \u001b[1;30m\u2591\u001b[32m\u2584\u001b[42m\u2593\u2593\u2592\u2592\u2592\u2592\u2592\u001b[0;32m\u2588\u2593\u2588\u2588\u2592\u2592\u2591\u2584 \u2584 .\u001b[37m \u001b[1;32m\u25a0\u001b[0m\u001b[7C\u001b[32m\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u001b[1m\u2588\u001b[0;32m\u2584\u2584\u2584\u2584\u2584\u2584\u001b[1m\u2588\r\n \u2588  \u001b[0;32m\u2591   \u001b[1m\u2588\u001b[0m\u001b[9C\u001b[32m\u2588\u001b[37m\u001b[8C\u001b[1;32m\u25a0\u001b[30m\u2591\u2592\u2591\u001b[42;32m\u2588\u25a0\u001b[0;32m\u2588\u2588\u2588\u2588\u2588\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u2593\u2588\u2588\u2592\u2593\u2592\u2591\u25a0   \u001b[35m \u001b[1;32m\u2588\u001b[0m\u001b[7C\u001b[32m\u2588\u001b[37m\u001b[9C\u001b[1;32m\u2588   \u001b[0;32m\u2591  \u001b[1m\u2588\r\n \u2588  \u001b[0;32m\u2591   \u001b[1m\u2588\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2588\u001b[30m\u2591\u2592\u2591\u001b[42;32m\u2593\u2593\u2592\u2592\u2591\u2591\u001b[0;32m\u2588\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u00b7\u2580\u25a0\u00b7 \u001b[37m \u001b[1;32m\u2588\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2588   \u001b[0;32m\u2591  \u001b[1m\u2588\r\n \u2588  \u001b[0;32m\u2591\u001b[37m\u001b[13C\u001b[32m\u2588\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u001b[1m\u2588 \u001b[30m\u2591\u2591\u001b[0;32m\u2588\u2588\u2584\u001b[5C\u001b[1;42m\u2591\u001b[0;32m\u2588\u2588\u001b[5C\u2592\u2593\u2591 \u2591\u001b[37m \u001b[1;32m\u25a0\u001b[0;32m\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2588\u001b[37m\u001b[13C\u001b[32m\u2591  \u001b[1m\u2588\r\n \u2588\u001b[0;32m\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584    \u001b[1m\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2588\u001b[0m   \u001b[1;42;32m\u2593\u2592\u2592\u001b[0;32m\u2588\u2588\u2588\u2584\u2584\u001b[1;42m\u2591\u001b[0;32m\u2588\u2588\u2584\u2584\u2584\u2588\u2593\u25a0\u2591\u2591 \u2592\u001b[37m \u001b[1;32m\u2588\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584    \u001b[0;32m\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u001b[1m\u2588\r\n \u2588  \u001b[0;32m\u2591\u001b[37m\u001b[5C\u001b[32m\u2588    \u001b[1m\u2588\u001b[0m\u001b[11C\u001b[1;32m\u2588 \u001b[0m \u001b[1;35m \u001b[42;32m\u25a0\u001b[0;32m\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u001b[1;42m\u2591\u2591\u2591\u001b[0;32m\u2588\u2593\u2588\u2588\u2593\u2593\u2592:.\u25a0  \u001b[37m \u001b[1;32m\u25a0\u001b[0m\u001b[10C\u001b[1;32m\u2588    \u001b[0;32m\u2588\u001b[37m\u001b[5C\u001b[32m\u2591  \u001b[1m\u2588\r\n \u2588  \u001b[0;32m\u2591\u2591\u2591\u2591\u2591\u2591\u2588\u2591\u2591\u2591\u2591\u001b[1m\u2588\u001b[0;32m\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u001b[1m\u2588 \u001b[30m\u2591\u2591\u001b[0;42;32m \u001b[1m\u25a0\u001b[0;32m\u2588\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u2588\u2588\u2590\u2588\u2593\u2588\u2588\u2588\u2593\u2592\u2591\u2591   \u001b[37m \u001b[1;32m\u2588\u001b[0;32m\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u001b[1m\u2588\u001b[0;32m\u2591\u2591\u2591\u2591\u2588\u2591\u2591\u2591\u2591\u2591\u2591  \u001b[1m\u2588\r\n \u2588    \u001b[0;32m\u2591   \u2588    \u001b[1m\u2588\u001b[0m\u001b[11C\u001b[1;32m\u25a0\u001b[0m \u001b[1;30m\u2591\u2591\u001b[42;32m\u2593\u2593\u2592\u2592\u2591\u2591\u001b[0;32m\u2588\u2588\u2590\u2588\u2593\u2593\u2593\u2593\u2592\u2592\u2593\u00b7\u2592\u2591 \u001b[37m \u001b[1;32m\u2588\u001b[0m\u001b[10C\u001b[1;32m\u2588    \u001b[0;32m\u2588   \u2591    \u001b[1m\u2588\r\n \u2588\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2588\u001b[0m\u001b[5C\u001b[32m\u2591\u2591\u2591\u2591\u2591\u2591\u001b[1m\u2588\u001b[30m\u2591\u2592\u2592\u001b[0;32m\u2588\u2588\u001b[1;42m\u2592\u001b[0;32m\u2588\u2588\u2588\u001b[1;42m\u2591\u001b[0;32m\u2588\u2590\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u25a0 \u2580  \u001b[35m \u001b[1;32m\u2588\u001b[0;32m\u2591\u2591\u2591\u2591\u2591\u001b[37m\u001b[5C\u001b[1;32m\u2588\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2588\r\n \u2588    \u001b[0;32m\u2591   \u2588\u001b[37m\u001b[10C\u001b[32m\u2591\u001b[37m\u001b[5C\u001b[1;32m\u2588\u001b[30m\u2591\u2591\u2591\u001b[42;32m\u2588\u2593\u2592\u2592\u2591\u2591\u2591\u001b[0;32m\u2588\u2584\u2584\u2588\u2588\u2588\u2593\u2593\u2592 \u25a0   \u001b[37m \u001b[1;32m\u25a0    \u001b[0;32m\u2591\u001b[37m\u001b[10C\u001b[32m\u2588   \u2591    \u001b[1m\u2588\r\n \u2588 \u001b[0;32m\u2591\u2591\u2591\u2591   \u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u001b[1m\u2588 \u001b[0m \u001b[1;35m \u001b[32m\u2580\u001b[42m\u2593\u2591\u001b[0;32m\u2588\u001b[1;42m\u2591\u001b[0;32m\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2588\u2592\u2591:   \u001b[35m \u001b[1;32m\u2588\u001b[0;32m\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580   \u2591\u2591\u2591\u2591 \u001b[1m\u2588\r\n \u2588\u001b[0;32m\u2580\u2580\u2580\u2580\u2580\u2588\u001b[37m\u001b[13C\u001b[32m\u2591\u001b[37m\u001b[5C\u001b[1;32m\u25a0 \u001b[30m\u2591\u2591\u2593\u2591\u001b[32m\u2580\u001b[42m\u2593\u2592\u001b[0;32m\u2588\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2592\u2592 . \u2591  \u001b[37m \u001b[1;32m\u2588    \u001b[0;32m\u2591\u001b[37m \u001b[35m\u001b[0;35m    \u001b[1m\u001b[0;35m    \u001b[0m    \u001b[32m\u2588\u2580\u2580\u2580\u2580\u2580\u001b[1m\u2588\r\n \u2588 \u001b[0;32m\u2591   \u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u001b[1m\u2588 \u001b[0m \u001b[1;30m\u2591\u2592\u2592\u2592\u001b[32m\u2580\u001b[42m\u2593\u2593\u2592\u2591\u001b[0;32m\u2584\u2584\u2584\u001b[1;42m\u2591\u001b[0;32m\u2588\u2588 \u25a0\u001b[5C\u001b[37m \u001b[1;32m\u2588\u001b[0;32m\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580   \u2591 \u001b[1m\u2588\r\n \u2588 \u001b[0;32m\u2591 \u001b[1;30m\u2584\u2580\u2580\u2580\u2580\u2580\u2584\u2580\u2580\u2580\u2580\u2584\u2580\u2580\u2584\u2580\u2580\u2584\u2580\u2580\u2580\u2580\u2584\u2580\u2580\u2584\u2591\u2591\u2591\u2591\u2592\u001b[0;32m\u2580\u2580\u2580\u2580\u2580\u2580\u001b[1m\u2580\u001b[0;32m\u2580\u2580\u001b[6C\u001b[34m\u00b7\u001b[1;30m\u2584\u2580\u2580\u2584\u2580\u2580\u2584\u2580\u2580\u001b[0;34m\u25a0\u001b[1;30m\u2580\u2580\u2580\u2580\u001b[46m\u2593\u001b[40m:.\u2584\u2580\u2580\u2584.\u25a0   \u001b[32m\u2588\r\n \u2588 \u001b[0;32m\u2591  \u001b[1;30m\u258c\u001b[45m\u2591\u001b[0;35m\u2588\u2593\u2592 \u001b[1;45;30m\u2591\u001b[0;35m\u2588\u2588\u2593 \u001b[1;45;30m\u2591\u001b[0;35m\u2593 \u2593\u2592 \u001b[1;45;30m\u2591\u001b[0;35m\u2588\u001b[45m \u001b[30m\u2591\u001b[40m \u001b[1;45m\u2591 \u001b[40m  \u001b[0;35m\u2584\u001b[1;45;30m\u2591\u001b[0;35m\u2588\u2593\u001b[34m:.\u001b[1;45;30m\u2591\u001b[0;35m\u2588\u2593\u2592\u001b[34m\u2584\u25a0\u00b7\u001b[35m\u2588\u2593\u2592\u001b[34m:\u001b[1;30m\u258c\u001b[45m\u2591 \u001b[0;34m\u25a0\u001b[1;45;30m\u2591 \u001b[0;34m\u00b7\u001b[1;45;30m\u2591 \u001b[0;34m.\u001b[1;45;30m\u2591 \u001b[0;34m:\u001b[1;45;30m\u2591\u001b[0;35m\u2588\u2593\u2592\u001b[34m.\u001b[1;30m\u2580\u2580\u001b[0;35m\u2584\u2588\u2593\u2584\u001b[1;30m\u2580\u258c   \u001b[32m\u2588\r\n\u001b[0;32m \u001b[1m\u2588\u001b[0;32m\u2591\u2591  \u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u258c\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u2593\u001b[1;30m\u2591\u001b[45m \u001b[34m\u2591\u001b[40m \u001b[30m\u2591\u001b[0;35m\u2590\u2588\u2584\u001b[1;45;34m\u2591\u001b[0;35m\u258c\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u2588\u001b[34m\u25a0\u2584\u001b[1;30m\u2591\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u001b[40;30m\u2591\u001b[0;35m\u2590\u001b[45m \u001b[40m\u258c\u001b[1;30m\u2591\u001b[45;34m\u2591\u001b[0;35m\u258c\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u258c\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u2593\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u258c\u001b[1;30m\u2591\u001b[45m \u001b[34m\u2591\u001b[40;30m\u2591\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u001b[40;30m\u2591\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u001b[40;30m\u2591\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u001b[0;35m\u258c\u2588\u001b[1;45;34m\u2591\u001b[40;30m\u2591\u001b[45m \u001b[0;35m\u2588\u001b[1;30m\u2591\u001b[45m \u001b[0;35m\u2593\u001b[1;30m\u2591\u001b[0;35m\u2588\u2588\u001b[34m\u2584\u001b[35m\u2588\u2593\u258c\u001b[1;46;30m\u2593\u001b[40m   \u001b[32m\u2588\r\n\u001b[0;32m \u001b[1m\u2588    \u001b[30m\u2591\u001b[45;34m\u2591\u2591\u2591\u2592\u001b[40m \u001b[30m\u2591\u001b[45;34m\u2591\u2592\u001b[0;34m\u25a0.\u001b[1;30m\u2591\u001b[45;34m\u2591\u2591\u2592\u001b[40m \u001b[30m\u2591\u001b[45;34m\u2591\u2591 \u001b[0;34m\u00b7\u001b[1;30m\u2591\u001b[45;34m\u2591\u2592\u001b[40;30m\u2591\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u001b[0;35m\u258c\u001b[34m.\u25a0\u2584\u001b[1;30m\u2591\u001b[45;34m\u2591\u2591\u2591\u2592\u001b[0;34m\u25a0\u001b[1;30m\u2591\u001b[45;34m\u2591\u001b[40m\u258c\u001b[30m\u2591\u001b[45;34m\u2591\u2592\u001b[40;30m\u2591\u001b[45;34m\u2591\u2592\u001b[40;30m\u2591\u001b[45;34m\u2591\u2592\u001b[40;30m\u2591\u001b[45;34m\u2591\u2592\u001b[0;35m\u2588\u001b[1;45;34m\u2591\u2592\u001b[40;30m\u2591\u001b[45;34m\u2591\u2591\u001b[40;30m\u2591\u001b[45;34m\u2591\u2591\u001b[40;30m\u2591\u001b[0;35m\u2588\u001b[45m \u001b[40m\u2584 \u2580\u001b[1;30m\u2584\u2580   \u001b[32m\u2588\r\n\u001b[0;32m \u001b[1m\u2588   \u001b[30m\u2590\u2591\u001b[45;34m\u2592\u2593\u001b[0;34m\u25a0 .\u001b[1;30m\u2591\u001b[45;34m\u2592\u2593\u001b[0;34m:\u001b[1;30m\u2591\u001b[0;35m\u2590\u001b[1;45;34m\u2592\u001b[0;35m\u258c\u001b[1;45;34m\u2593\u001b[40m\u258c\u001b[30m\u2591\u001b[45;34m\u2592\u2593\u001b[0;34m.\u25a0\u001b[1;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[34m\u2590\u001b[45m\u2592\u001b[0;35m\u258c\u001b[1;34m\u2580\u001b[45m\u2588\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u001b[40m\u258c\u001b[30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40m\u2590\u001b[45m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[40;30m\u2591\u001b[45;34m\u2592\u2593\u001b[0;34m\u25a0\u001b[1;30m\u2591\u001b[0;35m\u2580\u001b[1;45;34m\u2591\u2592\u001b[40m\u2584\u001b[30m\u2580\u2584   \u001b[32m\u2588\r\n\u001b[0;32m \u001b[1m\u2588   \u001b[30m\u2590\u2591\u001b[45;34m\u2593\u2588\u001b[0;34m. \u25a0\u001b[1;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40m \u001b[30m\u2591\u001b[45;34m\u2593\u2593\u001b[40;30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[0;34m\u25a0 \u001b[1;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40m \u001b[30m\u2591\u001b[45;34m\u2593\u2593\u001b[40m\u2584\u2590\u001b[45m\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40;30m\u2591\u001b[45;34m\u2593\u2588\u001b[40m \u2584\u2584\u001b[30m\u2591\u001b[45;34m\u2593\u2593\u001b[40m\u2588    \u001b[32m\u2588\r\n\u001b[0;32m \u001b[1m\u2588   \u001b[30m\u2590\u2592\u001b[34m\u2588\u25a0. \u001b[30m\u2591\u001b[45;34m\u2588\u2588\u2588\u2588\u001b[40;30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[34m\u2588\u2588\u001b[45m\u2588\u2588\u001b[40;30m\u2591\u001b[45;34m\u2588\u2588\u2588\u2588\u001b[40m\u2590\u001b[45m\u2588\u2588\u2588\u2588\u001b[40;30m\u2591\u001b[34m\u2588\u2588\u001b[30m\u2591\u001b[34m\u2588\u2588 \u001b[30m\u2591\u001b[34m\u2588\u2588\u2588 \u001b[30m\u258c\u2592\u001b[34m\u2588\u2588\u001b[45m\u2588\u001b[40m\u258c\u001b[30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[45;34m\u2588\u2588\u001b[40;30m\u2591\u001b[34m\u2588\u2588\u2588\u2588\u258c\u001b[30m\u2591\u001b[34m\u2580\u2588\u2588\u2588\u2588\u2580\u001b[30m\u2584   \u001b[32m\u2588\r\n\u001b[0;32m \u001b[1m\u2588\u2584\u2584\u2584\u001b[30m\u2580\u2580\u001b[34m\u25a0\u00b7\u001b[30m\u2592\u2580\u2580\u2584\u2584\u2584\u2584\u2580\u2584\u2584\u2580\u2584\u2584\u001b[46m\u2593\u001b[40m\u2584\u2584\u2584\u2584\u2580\u2584\u2584\u2584\u2584\u2580\u2584\u2584\u2584\u2584\u2580\u2584\u2584\u2580\u2584\u2584\u001b[46m\u2593\u001b[40m\u2580\u2584\u2584\u2584\u2584\u2580\u2584\u2584\u2580\u2584\u2584\u2580\u2584\u2584\u2580\u2584\u2584 \u2584\u2584\u2584\u2584\u2584\u2580\u001b[46m\u2592\u001b[40m\u2584\u2584\u2584\u2584\u2580 \u001b[32m\u2584\u2584\u2584\u2588\r\n\u001b[0;32m \u2580\u2588\u2588\u2588\u2580\u2584 \u2584\u2584\u25a0\u2584\u2580\u2584\u25a0\u2584\u2580\u2584\u25a0\u2584\u2580\u2580\u2584\u2580\u2584\u2584\u2593\u2580\u2580\u2584\u25a0\u2580\u2584\u2580\u25a0\u2580\u2584\u2580\u25a0\u2580\u2584\u2584\u2584\u2588\u2580\u2593\u25a0\u2580\u2584\u25a0\u2580\u25a0\u2580\u2580\u2584\u2580\u2580\u2580\u2591\u2580\u258c\u2584\u2590\u001b[37m \u001b[32m\u2584\u2580\u2580\u2584\u2580\u258c\u2580\u258c\u2584\u2580\u2584\u2580\u2584\u2588\u2580\r\n\u001b[?25l\u001b[14;61H\u001b[14;61H\u001b[1;36mlOGIN\u001b[0;35m         \u001b[15;61H\u001b[0;36mapply\u001b[0;35m         \u001b[16;61H\u001b[0;36mforgot pass\u001b[0;35m   \u001b[17;61H\u001b[0;36mlog off\u001b[0;35m       \u001b[?25h\u001b[?25l\u001b[14;61H\u001b[14;61H\u001b[1;36mlOGIN\u001b[0;35m         \u001b[15;61H\u001b[0;36mapply\u001b[0;35m         \u001b[16;61H\u001b[0;36mforgot pass\u001b[0;35m   \u001b[17;61H\u001b[0;36mlog off\u001b[0;35m       ",
      "dsr_replies": 1,
      "dsr_requests": 1,
      "encoding": "utf-8",
      "option_states": {
        "environ_requested": [
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "USERVAR"
          }
        ],
        "server_offered": {
          "AARDWOLF": false,
          "ATCP": false,
          "BINARY": true,
          "ECHO": true,
          "GMCP": false,
          "MCCP2": false,
          "MCCP3": false,
          "MSDP": false,
          "MSP": false,
          "MSSP": false,
          "MXP": false,
          "SGA": true,
          "ZMP": false
        },
        "server_requested": {
          "BINARY": true,
          "ECHO": false,
          "NAWS": true,
          "NEW_ENVIRON": true,
          "SGA": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.3031647205352783,
        "total": 11.340650081634521
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-03-07T04:09:13.811862+00:00",
      "host": "bbs.pixelgrounds.net",
      "ip": "73.183.161.134",
      "port": 8888
    }
  ]
}

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.pixelgrounds.net 8888
Show Logfile
DEBUG client.py:1193 Fingerprint client: host=bbs.pixelgrounds.net port=8888
INFO client_base.py:186 Connected to <Peer 73.183.161.134 8888>
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 stream_writer.py:768 recv IAC DONT ECHO
DEBUG stream_writer.py:1959 handle_dont(ECHO)
DEBUG stream_writer.py:3330 pending_option[WILL + ECHO] = False
DEBUG stream_writer.py:3330 local_option[ECHO] = False
DEBUG stream_writer.py:768 recv IAC WILL ECHO
DEBUG stream_writer.py:784 WILL ECHO unsolicited
DEBUG stream_writer.py:1994 handle_will(ECHO)
DEBUG stream_writer.py:3330 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:1019 send IAC DO ECHO
DEBUG stream_writer.py:3330 remote_option[ECHO] = True
DEBUG stream_writer.py:3330 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:768 recv IAC WILL SGA
DEBUG stream_writer.py:784 WILL SGA unsolicited
DEBUG stream_writer.py:1994 handle_will(SGA)
DEBUG stream_writer.py:3330 pending_option[DO + SGA] = True
DEBUG stream_writer.py:1019 send IAC DO SGA
DEBUG stream_writer.py:3330 remote_option[SGA] = True
DEBUG stream_writer.py:3330 pending_option[DO + SGA] = False
DEBUG stream_writer.py:768 recv IAC DO SGA
DEBUG stream_writer.py:1836 handle_do(SGA)
DEBUG stream_writer.py:3330 pending_option[WILL + SGA] = True
DEBUG stream_writer.py:1019 send IAC WILL SGA
DEBUG stream_writer.py:3330 local_option[SGA] = True
DEBUG stream_writer.py:3330 pending_option[WILL + SGA] = False
DEBUG stream_writer.py:768 recv IAC DO BINARY
DEBUG stream_writer.py:1836 handle_do(BINARY)
DEBUG stream_writer.py:3330 pending_option[WILL + BINARY] = True
DEBUG stream_writer.py:1019 send IAC WILL BINARY
DEBUG stream_writer.py:3330 local_option[BINARY] = True
DEBUG stream_writer.py:3330 pending_option[WILL + BINARY] = False
DEBUG stream_writer.py:768 recv IAC WILL BINARY
DEBUG stream_writer.py:784 WILL BINARY unsolicited
DEBUG stream_writer.py:1994 handle_will(BINARY)
DEBUG stream_writer.py:3330 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:1019 send IAC DO BINARY
DEBUG stream_writer.py:3330 remote_option[BINARY] = True
DEBUG stream_writer.py:3330 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:768 recv IAC DO TTYPE
DEBUG stream_writer.py:1836 handle_do(TTYPE)
DEBUG stream_writer.py:3330 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:1019 send IAC WILL TTYPE
DEBUG stream_writer.py:3330 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3330 local_option[TTYPE] = True
DEBUG stream_writer.py:3330 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:768 recv IAC DO NAWS
DEBUG stream_writer.py:1836 handle_do(NAWS)
DEBUG stream_writer.py:3330 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:1019 send IAC WILL NAWS
DEBUG stream_writer.py:2453 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3330 local_option[NAWS] = True
DEBUG stream_writer.py:3330 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:768 recv IAC DO NEW_ENVIRON
DEBUG stream_writer.py:1836 handle_do(NEW_ENVIRON)
DEBUG stream_writer.py:3330 pending_option[WILL + NEW_ENVIRON] = True
DEBUG stream_writer.py:1019 send IAC WILL NEW_ENVIRON
DEBUG stream_writer.py:3330 pending_option[SB + NEW_ENVIRON] = True
DEBUG stream_writer.py:3330 local_option[NEW_ENVIRON] = True
DEBUG stream_writer.py:3330 pending_option[WILL + NEW_ENVIRON] = False
DEBUG stream_writer.py:768 recv IAC WONT MXP
DEBUG stream_writer.py:2148 handle_wont(MXP)
DEBUG stream_writer.py:3330 remote_option[MXP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MXP] = False
DEBUG stream_writer.py:768 recv IAC WONT ATCP
DEBUG stream_writer.py:2148 handle_wont(ATCP)
DEBUG stream_writer.py:3330 remote_option[ATCP] = False
DEBUG stream_writer.py:3330 pending_option[DO + ATCP] = False
DEBUG stream_writer.py:768 recv IAC WONT MCCP3_COMPRESS
DEBUG stream_writer.py:2148 handle_wont(MCCP3_COMPRESS)
DEBUG stream_writer.py:3330 remote_option[MCCP3_COMPRESS] = False
DEBUG stream_writer.py:3330 pending_option[DO + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC WONT GMCP
DEBUG stream_writer.py:2148 handle_wont(GMCP)
DEBUG stream_writer.py:3330 remote_option[GMCP] = False
DEBUG stream_writer.py:3330 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:768 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2148 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3330 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3330 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:768 recv IAC WONT MSP
DEBUG stream_writer.py:2148 handle_wont(MSP)
DEBUG stream_writer.py:3330 remote_option[MSP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSP] = False
DEBUG stream_writer.py:768 recv IAC WONT MSDP
DEBUG stream_writer.py:2148 handle_wont(MSDP)
DEBUG stream_writer.py:3330 remote_option[MSDP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:768 recv IAC WONT MSSP
DEBUG stream_writer.py:2148 handle_wont(MSSP)
DEBUG stream_writer.py:3330 remote_option[MSSP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:768 recv IAC WONT ZMP
DEBUG stream_writer.py:2148 handle_wont(ZMP)
DEBUG stream_writer.py:3330 remote_option[ZMP] = False
DEBUG stream_writer.py:3330 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:768 recv IAC WONT MCCP2_COMPRESS
DEBUG stream_writer.py:2148 handle_wont(MCCP2_COMPRESS)
DEBUG stream_writer.py:3330 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:3330 pending_option[DO + MCCP2_COMPRESS] = False
DEBUG stream_writer.py:762 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:749 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3330 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2353 recv TTYPE SEND: b''
DEBUG stream_writer.py:2365 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:762 begin sub-negotiation SB NEW_ENVIRON
DEBUG stream_writer.py:749 sub-negotiation cmd NEW_ENVIRON SE completion byte
DEBUG stream_writer.py:3330 pending_option[SB + NEW_ENVIRON] = False
DEBUG stream_writer.py:2398 recv NEW_ENVIRON SEND (all)
DEBUG stream_writer.py:2419 env send: =''
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'
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:768 recv IAC WONT STATUS
DEBUG stream_writer.py:2148 handle_wont(STATUS)
DEBUG stream_writer.py:3330 remote_option[STATUS] = False
DEBUG stream_writer.py:3330 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:768 recv IAC WONT CHARSET
DEBUG stream_writer.py:2148 handle_wont(CHARSET)
DEBUG stream_writer.py:3330 remote_option[CHARSET] = False
DEBUG stream_writer.py:3330 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:768 recv IAC WONT EOR
DEBUG stream_writer.py:2148 handle_wont(EOR)
DEBUG stream_writer.py:3330 remote_option[EOR] = False
DEBUG stream_writer.py:3330 pending_option[DO + EOR] = False
DEBUG stream_writer.py:768 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2148 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3330 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3330 pending_option[DO + COM_PORT_OPTION] = False
INFO fingerprinting.py:755 connection for server fingerprint 65ec1150319861d3
INFO client_base.py:118 Connection closed to <Peer 73.183.161.134 8888>