vr.frostbite.org

vr.frostbite.org:3019

Telnet Fingerprint

ab3ab724663115a7…

This fingerprint is shared by 6 other servers.

Options requested from client: NAWS, TTYPE

Data source: ab3ab724663115a7/3d6ba0ef091dc5e2.json

The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.

{
  "server-probe": {
    "fingerprint": "ab3ab724663115a7",
    "fingerprint-data": {
      "offered-options": [],
      "probed-protocol": "server",
      "refused-options": [
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "EOR",
        "SGA",
        "STATUS"
      ],
      "requested-options": [
        "NAWS",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "\r\n            Enter your Character name to login\r\nYour Command: ",
      "banner_before_return": "     _______          _______\r\n    /      /|        /      /|                    WELCOME TO:\r\n    ####### |        ####### |                        _  _\r\n    ####### |        ####### |                       | || |irtual\r\n    ####### |        ####### |                       \\ \\/ /___\r\n    ####### |        #######_|____________            \\__/    \\\r\n    ####### |        #####/              /\\              |    /ealities\r\n    #######/\\        ####################  \\             |_|\\_\\\r\n     ####### \\      ######################  |\r\n      ####### \\    #############|___####### /          --- Since 1990 ---\r\n       ####### \\_ ####### ######/   #######/      +-------------------------+\r\n        #######/ #######  ################        | Please use 'guest' if   |\r\n         ##############   ###############         | you just want to look   |\r\n          ############    ############## \\        | around.  Type 'help'    |\r\n           ##########     ####### ####### \\       | for a list of commands, |\r\n                          ####### | ###### \\      | and 'bosses' for a list |\r\n                          ####### |  ###### \\     | of current wizards and  |\r\n                          ####### |   ###### \\    | mud admin (after login).|\r\n                          #######/     ######/oom +-------------------------+\r\n\r\n\r\n          ** Running MudOS v22pre10 on vr.frostbite.org **\r\n\r\n            Enter your Character name to login\r\nYour Command: ",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {
          "NAWS": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5031566619873047,
        "total": 3.0613372325897217
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T17:08:12.761929+00:00",
      "host": "vr.frostbite.org",
      "ip": "209.141.48.25",
      "port": 3019
    }
  ]
}

Connection Log

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

DEBUG client.py:770 Fingerprint client: host=vr.frostbite.org port=3019
INFO client_base.py:174 Connected to <Peer 209.141.48.25 3019>
DEBUG stream_writer.py:692 recv IAC DO TTYPE
DEBUG stream_writer.py:1733 handle_do(TTYPE)
DEBUG stream_writer.py:3030 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:933 send IAC WILL TTYPE
DEBUG stream_writer.py:3030 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3030 local_option[TTYPE] = True
DEBUG stream_writer.py:3030 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:692 recv IAC DO NAWS
DEBUG stream_writer.py:1733 handle_do(NAWS)
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:933 send IAC WILL NAWS
DEBUG stream_writer.py:2300 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3030 local_option[NAWS] = True
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:684 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:671 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2197 recv TTYPE SEND: b''
DEBUG stream_writer.py:2208 send IAC SB TTYPE IS b'VT100' IAC SE
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:1287 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:3030 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:933 send IAC DO BINARY
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = True
DEBUG stream_writer.py:933 send IAC DO SGA
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:933 send IAC DO ECHO
DEBUG stream_writer.py:3030 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:933 send IAC DO STATUS
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:933 send IAC DO CHARSET
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = True
DEBUG stream_writer.py:933 send IAC DO EOR
DEBUG stream_writer.py:3030 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:933 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:933 send IAC DO GMCP
DEBUG stream_writer.py:3030 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:933 send IAC DO MSDP
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:933 send IAC DO MSSP
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = True
DEBUG stream_writer.py:933 send IAC DO MSP
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = True
DEBUG stream_writer.py:933 send IAC DO MXP
DEBUG stream_writer.py:3030 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:933 send IAC DO ZMP
DEBUG stream_writer.py:3030 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:933 send IAC DO AARDWOLF
DEBUG stream_writer.py:3030 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:933 send IAC DO ATCP
INFO fingerprinting.py:746 connection for server fingerprint 6e6641437dab4b1b
INFO client_base.py:105 Connection closed to <Peer 209.141.48.25 3019>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug vr.frostbite.org 3019