80.7.90.17:31337

Connection Banner:

80.7.90.17:31337

Encoding

  • Effective encoding: cp437

  • Scanner detected: ascii

Telnet Fingerprint

c8e0f73ac58e04af…

This fingerprint is shared by 13 other servers.

Options offered by server: ECHO, SGA

Options requested from client: BINARY

Data source: c8e0f73ac58e04af/92b0e99618202ac0.json

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

{
  "server-probe": {
    "fingerprint": "c8e0f73ac58e04af",
    "fingerprint-data": {
      "offered-options": [
        "ECHO",
        "SGA"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "EOR",
        "GMCP",
        "MSDP",
        "MSP",
        "MSSP",
        "MXP",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [
        "BINARY"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "CONNECT 19200\r\n**EMSI_IRQ8E08\r\n\r\n\u001b[0mWelcome to SKARA BREA, located in United Kingdom\r\n\r\nRunning AmiExpress 5.6.1 Copyright \ufffd2018-2023 Darren Coles\r\nRegistration NONE. You are connected to Node 0 at 19200 baud\r\nConnection occured at Mon 09-Feb-2026 19:33:16.\r\n\r\n\u001b[0m     \u001b[34m.------------------------------------------------------------------.\r\n     \u001b[34m|\u001b[36mNode\u001b[34m| \u001b[36mHandle/Username \u001b[34m| \u001b[36mLocation/Group        \u001b[34m| \u001b[36mUser Ip Address   \u001b[34m|\r\n     \u001b[34m|----+-----------------+-----------------------+-------------------|\r\n \u001b[34m    | \u001b[32m00 \u001b[34m| \u001b[37mConnecting      \u001b[34m| \u001b[37m                      \u001b[34m|\u001b[36m   64.227.40.173   \u001b[34m|\r\n \u001b[34m    | \u001b[32m01 \u001b[34m| \u001b[37mAwaiting Call   \u001b[34m| \u001b[37m                      \u001b[34m|\u001b[36m                   \u001b[34m|\r\n \u001b[34m    | \u001b[32m02 \u001b[34m| \u001b[37mAwaiting Call   \u001b[34m| \u001b[37m                      \u001b[34m|\u001b[36m                   \u001b[34m|\r\n \u001b[34m    | \u001b[32m03 \u001b[34m| \u001b[37mAwaiting Call   \u001b[34m| \u001b[37m                      \u001b[34m|\u001b[36m                   \u001b[34m|\r\n    \u001b[34m `-----\ufffd-----------------\ufffd-----------------------\ufffd------------------'\r\n \u001b[34m    | \u001b[32mLogin Established from Host :     \u001b[37m N O T  A V A I L A B L E      \u001b[34m|\r\n \u001b[34m    `------------------------------------------------------------------'\r\n\u001b[0m\r\n\u001b[0mANSI, RIP or No graphics (A/r/n)? ",
      "banner_before_return": "\r\n/X Native Telnet:  Searching for free node...\r\n/X Native Telnet:  Successful connection to node 0\r\n\r\n",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {
          "ECHO": true,
          "SGA": true,
          "STATUS": false
        },
        "server_requested": {
          "BINARY": true,
          "LINEMODE": false,
          "NAWS": false,
          "TSPEED": false
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.50331711769104,
        "total": 7.108660936355591
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-09T19:33:42.342034+00:00",
      "host": "80.7.90.17",
      "ip": "80.7.90.17",
      "port": 31337
    }
  ]
}

Connection Log

Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.

DEBUG client.py:863 Fingerprint client: host=80.7.90.17 port=31337
INFO client_base.py:174 Connected to <Peer 80.7.90.17 31337>
DEBUG stream_writer.py:706 recv IAC DO BINARY
DEBUG stream_writer.py:1767 handle_do(BINARY)
DEBUG stream_writer.py:3167 pending_option[WILL + BINARY] = True
DEBUG stream_writer.py:947 send IAC WILL BINARY
DEBUG stream_writer.py:3167 local_option[BINARY] = True
DEBUG stream_writer.py:3167 pending_option[WILL + BINARY] = False
DEBUG stream_writer.py:706 recv IAC DONT NAWS
DEBUG stream_writer.py:1860 handle_dont(NAWS)
DEBUG stream_writer.py:3167 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:3167 local_option[NAWS] = False
DEBUG stream_writer.py:706 recv IAC WONT STATUS
DEBUG stream_writer.py:2022 handle_wont(STATUS)
DEBUG stream_writer.py:3167 remote_option[STATUS] = False
DEBUG stream_writer.py:3167 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:706 recv IAC DONT TSPEED
DEBUG stream_writer.py:1860 handle_dont(TSPEED)
DEBUG stream_writer.py:3167 pending_option[WILL + TSPEED] = False
DEBUG stream_writer.py:3167 local_option[TSPEED] = False
DEBUG stream_writer.py:706 recv IAC DONT LINEMODE
DEBUG stream_writer.py:1860 handle_dont(LINEMODE)
DEBUG stream_writer.py:3167 pending_option[WILL + LINEMODE] = False
DEBUG stream_writer.py:3167 local_option[LINEMODE] = False
DEBUG stream_writer.py:706 recv IAC WILL SGA
DEBUG stream_writer.py:722 WILL SGA unsolicited
DEBUG stream_writer.py:1897 handle_will(SGA)
DEBUG stream_writer.py:3167 pending_option[DO + SGA] = True
DEBUG stream_writer.py:947 send IAC DO SGA
DEBUG stream_writer.py:3167 remote_option[SGA] = True
DEBUG stream_writer.py:3167 pending_option[DO + SGA] = False
DEBUG stream_writer.py:706 recv IAC WILL ECHO
DEBUG stream_writer.py:722 WILL ECHO unsolicited
DEBUG stream_writer.py:1897 handle_will(ECHO)
DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:947 send IAC DO ECHO
DEBUG stream_writer.py:3167 remote_option[ECHO] = True
DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = False
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:3167 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:947 send IAC DO BINARY
DEBUG stream_writer.py:3167 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:947 send IAC DO CHARSET
DEBUG stream_writer.py:3167 pending_option[DO + EOR] = True
DEBUG stream_writer.py:947 send IAC DO EOR
DEBUG stream_writer.py:3167 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:947 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3167 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:947 send IAC DO GMCP
DEBUG stream_writer.py:3167 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:947 send IAC DO MSDP
DEBUG stream_writer.py:3167 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:947 send IAC DO MSSP
DEBUG stream_writer.py:3167 pending_option[DO + MSP] = True
DEBUG stream_writer.py:947 send IAC DO MSP
DEBUG stream_writer.py:3167 pending_option[DO + MXP] = True
DEBUG stream_writer.py:947 send IAC DO MXP
DEBUG stream_writer.py:3167 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:947 send IAC DO ZMP
DEBUG stream_writer.py:3167 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:947 send IAC DO AARDWOLF
DEBUG stream_writer.py:3167 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:947 send IAC DO ATCP
INFO fingerprinting.py:746 connection for server fingerprint c8e0f73ac58e04af
INFO client_base.py:105 Connection closed to <Peer 80.7.90.17 31337>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug 80.7.90.17 31337