216.136.9.5 (ianshirm.genesismuds.com)

aod.genesismuds.com:23

Connection Banner:

CentOS release 5.4 (Final) Kernel 2.6.18-419.el5 on an i686 We will be discontinuing the use of telnet for accessing the server's shell in the near future. Please begin using SSH to connect to the server going forward. Windows users may use clients such as PuTTY or SecureCRT to connect via SSH. PuTTY is available at: http://www.chiark.greenend.org.uk/~sgtatham/putty/ login: Login incorrect login:

Server URLs

Server Info

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

Telnet Fingerprint

c1df5709ea295a3f

This fingerprint is shared by 3 other servers.

Options offered by server: BINARY, ECHO, SGA, STATUS

Options requested from client: ECHO, LFLOW, NAWS, NEW_ENVIRON, TSPEED, TTYPE, XDISPLOC

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

Show JSON
{
  "server-probe": {
    "fingerprint": "c1df5709ea295a3f",
    "fingerprint-data": {
      "offered-options": [
        "BINARY",
        "ECHO",
        "SGA",
        "STATUS"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "CHARSET",
        "COM_PORT",
        "EOR",
        "GMCP",
        "MSDP",
        "MSP",
        "MSSP",
        "MXP",
        "ZMP"
      ],
      "requested-options": [
        "ECHO",
        "LFLOW",
        "NAWS",
        "NEW_ENVIRON",
        "TSPEED",
        "TTYPE",
        "XDISPLOC"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "\r\nLogin incorrect\r\n\r\nlogin: ",
      "banner_before_return": "CentOS release 5.4 (Final)\r\nKernel 2.6.18-419.el5 on an i686\r\n\r\nWe will be discontinuing the use of telnet for accessing the server's shell in\r\nthe near future. Please begin using SSH to connect to the server going forward.\r\n\r\nWindows users may use clients such as PuTTY or SecureCRT to connect via SSH.\r\n\r\nPuTTY is available at: http://www.chiark.greenend.org.uk/~sgtatham/putty/\r\n\r\nlogin: ",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "option_states": {
        "environ_requested": [
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "USERVAR"
          }
        ],
        "server_offered": {
          "ECHO": true,
          "SGA": true,
          "STATUS": true
        },
        "server_requested": {
          "ECHO": true,
          "LFLOW": true,
          "NAWS": true,
          "NEW_ENVIRON": true,
          "TSPEED": true,
          "TTYPE": true,
          "XDISPLOC": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.36394476890563965,
        "total": 5.139793872833252
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:11:40.391953+00:00",
      "host": "aod.genesismuds.com",
      "ip": "216.136.9.5",
      "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 aod.genesismuds.com 23
Show Logfile
DEBUG client.py:965 Fingerprint client: host=aod.genesismuds.com port=23
INFO client_base.py:175 Connected to <Peer 216.136.9.5 23>
DEBUG client_base.py:492 negotiation complete after 0.01s.
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:707 recv IAC DO TSPEED
DEBUG stream_writer.py:1770 handle_do(TSPEED)
DEBUG stream_writer.py:3174 pending_option[WILL + TSPEED] = True
DEBUG stream_writer.py:950 send IAC WILL TSPEED
DEBUG stream_writer.py:3174 pending_option[SB + TSPEED] = True
DEBUG stream_writer.py:3174 local_option[TSPEED] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TSPEED] = False
DEBUG stream_writer.py:707 recv IAC DO XDISPLOC
DEBUG stream_writer.py:1770 handle_do(XDISPLOC)
DEBUG stream_writer.py:3174 pending_option[WILL + XDISPLOC] = True
DEBUG stream_writer.py:950 send IAC WILL XDISPLOC
DEBUG stream_writer.py:3174 pending_option[SB + XDISPLOC] = True
DEBUG stream_writer.py:3174 local_option[XDISPLOC] = True
DEBUG stream_writer.py:3174 pending_option[WILL + XDISPLOC] = False
DEBUG stream_writer.py:707 recv IAC DO NEW_ENVIRON
DEBUG stream_writer.py:1770 handle_do(NEW_ENVIRON)
DEBUG stream_writer.py:3174 pending_option[WILL + NEW_ENVIRON] = True
DEBUG stream_writer.py:950 send IAC WILL NEW_ENVIRON
DEBUG stream_writer.py:3174 pending_option[SB + NEW_ENVIRON] = True
DEBUG stream_writer.py:3174 local_option[NEW_ENVIRON] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NEW_ENVIRON] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB TSPEED
DEBUG stream_writer.py:686 sub-negotiation cmd TSPEED SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TSPEED] = False
DEBUG stream_writer.py:2173 recv TSPEED SEND: b''
DEBUG stream_writer.py:2204 send: IAC SB TSPEED IS b'38400',b'38400' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB XDISPLOC
DEBUG stream_writer.py:686 sub-negotiation cmd XDISPLOC SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + XDISPLOC] = False
DEBUG stream_writer.py:2217 recv XDISPLOC SEND: b''
DEBUG stream_writer.py:2228 send IAC SB XDISPLOC IS b'' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB NEW_ENVIRON
DEBUG stream_writer.py:686 sub-negotiation cmd NEW_ENVIRON SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + NEW_ENVIRON] = False
DEBUG stream_writer.py:2289 recv NEW_ENVIRON SEND (all)
DEBUG stream_writer.py:2312 env send: LANG='C', TERM='xterm-256color', LINES=25, COLUMNS=80, COLORTERM=''
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:707 recv IAC WILL SGA
DEBUG stream_writer.py:723 WILL SGA unsolicited
DEBUG stream_writer.py:1900 handle_will(SGA)
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 remote_option[SGA] = True
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = False
DEBUG stream_writer.py:707 recv IAC DO ECHO
DEBUG stream_writer.py:1770 handle_do(ECHO)
DEBUG stream_writer.py:3174 local_option[ECHO] = False
DEBUG stream_writer.py:950 send IAC WONT ECHO
DEBUG stream_writer.py:3174 local_option[ECHO] = True
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC WILL STATUS
DEBUG stream_writer.py:723 WILL STATUS unsolicited
DEBUG stream_writer.py:1900 handle_will(STATUS)
DEBUG stream_writer.py:3174 remote_option[STATUS] = True
DEBUG stream_writer.py:1041 send IAC SB STATUS SEND IAC SE
DEBUG stream_writer.py:3174 pending_option[SB + STATUS] = True
DEBUG stream_writer.py:707 recv IAC DO LFLOW
DEBUG stream_writer.py:1770 handle_do(LFLOW)
DEBUG stream_writer.py:3174 pending_option[WILL + LFLOW] = True
DEBUG stream_writer.py:950 send IAC WILL LFLOW
DEBUG stream_writer.py:3174 pending_option[SB + LFLOW] = True
DEBUG stream_writer.py:3174 local_option[LFLOW] = True
DEBUG stream_writer.py:3174 pending_option[WILL + LFLOW] = False
DEBUG stream_writer.py:707 recv IAC WILL ECHO
DEBUG stream_writer.py:723 WILL ECHO unsolicited
DEBUG stream_writer.py:1900 handle_will(ECHO)
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 remote_option[ECHO] = True
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
DEBUG stream_writer.py:707 recv IAC WILL BINARY
DEBUG stream_writer.py:1900 handle_will(BINARY)
DEBUG stream_writer.py:924 skip DO BINARY; pending_option = True
DEBUG stream_writer.py:3174 remote_option[BINARY] = True
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:707 recv IAC WONT CHARSET
DEBUG stream_writer.py:2025 handle_wont(CHARSET)
DEBUG stream_writer.py:3174 remote_option[CHARSET] = False
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WONT EOR
DEBUG stream_writer.py:2025 handle_wont(EOR)
DEBUG stream_writer.py:3174 remote_option[EOR] = False
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = False
DEBUG stream_writer.py:707 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2025 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3174 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:707 recv IAC WONT GMCP
DEBUG stream_writer.py:2025 handle_wont(GMCP)
DEBUG stream_writer.py:3174 remote_option[GMCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSDP
DEBUG stream_writer.py:2025 handle_wont(MSDP)
DEBUG stream_writer.py:3174 remote_option[MSDP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSSP
DEBUG stream_writer.py:2025 handle_wont(MSSP)
DEBUG stream_writer.py:3174 remote_option[MSSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSP
DEBUG stream_writer.py:2025 handle_wont(MSP)
DEBUG stream_writer.py:3174 remote_option[MSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MXP
DEBUG stream_writer.py:2025 handle_wont(MXP)
DEBUG stream_writer.py:3174 remote_option[MXP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = False
DEBUG stream_writer.py:707 recv IAC WONT ZMP
DEBUG stream_writer.py:2025 handle_wont(ZMP)
DEBUG stream_writer.py:3174 remote_option[ZMP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:707 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2025 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3174 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:707 recv IAC WONT ATCP
DEBUG stream_writer.py:2025 handle_wont(ATCP)
DEBUG stream_writer.py:3174 remote_option[ATCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = False
INFO fingerprinting.py:746 connection for server fingerprint c1df5709ea295a3f
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 23>

tbaMUD (aoh.genesismuds.com:6969)

Connection Banner:

Attempting to Detect Client, Please Wait... [Client] xterm-256color \| [Colors] 256 \| [MXP] Yes \| [MSDP] Yes \| [ATCP] No Welcome to Age of Humanity Implementor is: Aarcerak \|>> \|>> \|>> [-​_-_-_-_-_-_-_-] \|>> [-​_-_-_-_-] \| \| [-​_-_-_-_-] \| o o \| [ O O O ] \| o o \| \| \| \|>> \| \| \|>> \| \| \| \|_​_-__-__-__-__\| \|_​_-__-__-__-__\| \| \| o ] [ o ] [ o \| \| ] O O O [ _​______ ] O O O [ \| \| ] [ \|\|\|\|\|\|\| ] [ \| \| ] [ \|\|\|\|\|\|\| ] [ \| _​-_-\|_​____]-​-------------[_\|\|\|\|\|\|\|_]-​-------------[_​____\|-​_-_ ( (_​_________------------_____________------------__________) ) Based on Circlemud 3.1 By Jeremy Elson Original DikuMUD by Hans Staerfeldt, Katja Nyboe, Tom Madsen, Michael Seifert and Sebastian Hammer. By what names do you wish to be known ?

Server URLs

Server Info

  • Players online: 0 [1]

  • Uptime: 10 days

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

Protocol Support

MUD-specific protocols detected via MSSP flags or Telnet negotiation.

  • MSSP: Yes (MSSP)

  • GMCP: No

  • MSDP: Negotiated

  • MCCP: No

  • MCCP2: No

  • MXP: Negotiated

  • MSP: Negotiated

  • MCP: No

  • ZMP: No

Telnet Fingerprint

2d1d3bcf28abae7b

This fingerprint is shared by 54 other servers.

Options requested from client: ATCP, CHARSET, MXP, NAWS, TTYPE

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

Show JSON
{
  "server-probe": {
    "fingerprint": "2d1d3bcf28abae7b",
    "fingerprint-data": {
      "offered-options": [],
      "probed-protocol": "server",
      "refused-options": [],
      "requested-options": [
        "ATCP",
        "CHARSET",
        "MXP",
        "NAWS",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "\r\nAttempting to Detect Client, Please Wait...\r\n\r\n\r\n\u001b[7z\r\n\u001b[H\u001b[J\u001b[38;5;214m[\u001b[38;5;208mClient\u001b[38;5;214m] \u001b[38;5;145mxterm-256color\u001b[0;00m | \u001b[38;5;214m[\u001b[38;5;208mColors\u001b[38;5;214m] \u001b[38;5;145m256\u001b[0;00m | \u001b[38;5;214m[\u001b[38;5;208mMXP\u001b[38;5;214m] \u001b[38;5;145mYes\u001b[0;00m | \u001b[38;5;214m[\u001b[38;5;208mMSDP\u001b[38;5;214m] \u001b[38;5;145mYes\u001b[0;00m | \u001b[38;5;214m[\u001b[38;5;208mATCP\u001b[38;5;214m] \u001b[38;5;145mNo\u001b[0;00m\r\n\r\nWelcome to Age of Humanity\r\n\r\nImplementor is:\r\nAarcerak\r\n\r\n                            |>>           |>>\r\n        |>>                [-_-_-_-_-_-_-_-]                  |>>\r\n       [-_-_-_-_-]          |             |          [-_-_-_-_-]\r\n        |  o o  |           [  O   O   O  ]           |  o o  |\r\n         |     |  |>>        |           |       |>>   |     |\r\n         |     |__-__-__-__-__|         |__-__-__-__-__|     |\r\n         |  o  ]              [    o    ]              [  o  |\r\n         |     ]   O   O   O  [ _______ ]  O   O   O   [     |\r\n         |     ]              [ ||||||| ]              [     |\r\n         |     ]              [ ||||||| ]              [     |\r\n     _-_-|_____]--------------[_|||||||_]--------------[_____|-_-_\r\n    ( (__________------------_____________------------__________) )\r\n\r\nBased on\r\nCirclemud 3.1\r\nBy Jeremy Elson\r\nOriginal DikuMUD by Hans Staerfeldt, Katja Nyboe,\r\nTom Madsen, Michael Seifert and Sebastian Hammer.\r\n\r\nBy what names do you wish to be known ? ",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "UTF-8",
      "mssp": {
        "CRAWL DELAY": "-1",
        "NAME": "tbaMUD",
        "PLAYERS": "0",
        "UPTIME": "1770230965"
      },
      "mxp": [
        "activated"
      ],
      "option_states": {
        "server_offered": {
          "MSDP": true,
          "MSP": true,
          "MSSP": true
        },
        "server_requested": {
          "ATCP": true,
          "CHARSET": true,
          "MXP": true,
          "NAWS": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.0,
        "total": 3.7359583377838135
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-15T01:18:34.024554+00:00",
      "host": "aoh.genesismuds.com",
      "ip": "216.136.9.5",
      "port": 6969
    }
  ]
}

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 aoh.genesismuds.com 6969
Show Logfile
DEBUG client.py:998 Fingerprint client: host=aoh.genesismuds.com port=6969
INFO client_base.py:175 Connected to <Peer 216.136.9.5 6969>
DEBUG client_base.py:494 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO CHARSET
DEBUG stream_writer.py:1770 handle_do(CHARSET)
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:950 send IAC WILL CHARSET
DEBUG stream_writer.py:3174 local_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WILL MSDP
DEBUG stream_writer.py:723 WILL MSDP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSDP)
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 remote_option[MSDP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC DO ATCP
DEBUG stream_writer.py:1770 handle_do(ATCP)
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:950 send IAC WILL ATCP
DEBUG stream_writer.py:3174 local_option[ATCP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSP
DEBUG stream_writer.py:723 WILL MSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 remote_option[MSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC DO MXP
DEBUG stream_writer.py:1770 handle_do(MXP)
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:950 send IAC WILL MXP
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3174 local_option[MXP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:2065 [SB + TTYPE] unsolicited
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
DEBUG client.py:306 encoding negotiated: UTF-8
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSDP
DEBUG stream_writer.py:686 sub-negotiation cmd MSDP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSDP] unsolicited
DEBUG stream_writer.py:1669 MSDP: {'SERVER_ID': 'tbaMUD'}
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'tbaMUD', 'PLAYERS': '0', 'UPTIME': '1770230965', 'CRAWL DELAY': '-1'}
DEBUG stream_writer.py:699 begin sub-negotiation SB MXP
DEBUG stream_writer.py:686 sub-negotiation cmd MXP SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = False
DEBUG stream_writer.py:1682 MXP: b''
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 6969>
INFO fingerprinting.py:746 connection for server fingerprint 2d1d3bcf28abae7b

Champions MUSH (championsmush.com:6363)

Connection Banner:

\|-​-----------------------------=[ WHAM!!]=​---------------------------------\| \| _​________ .__ .__ \| \| \\_ ___ \\\| \|__ _​____ _​____ _​_____ \|__\| _​___ _​___ _​_____ \| \| / \\ \\/\| \| \\\\__ \\ / \\\\_​___ \\\| \|/ _ \\ / \\ / ___/ \| \| \\ \\___\| Y \\/ __ \\\| Y Y \\ \|_> > ( <_> ) \| \\\\___ \\ \| \| \\_​_____ /___\| (_​___ /__\|_\| / __/\|__\|\\_​___/\|___\| /_​___ > \| \| \\/ \\/ \\/ \\/\|__\| \\/ \\/ \| \| _​____ .__ \| \| / \\ __ __ _​____\| \|__ \| \| / \\ / \\\| \| \\/ ___/ \| \\ \| \| / Y \\ \| /\\___ \\\| Y \\ \| \| \\_​___\|__ /_​___//_​___ >___\| / \| \| \\/ \\/ \\/ \| \| \| \| Home of the superheroes of Colonial Bay, Virginia, 2060! \| \| \| \| The \*super\* online internet role-playing game! Be a Hero! \| \|-​-------------------------------------------------------------------------\| \| To connect as a guest: connect guest guest \| \| To connect to your existing character: connect <name> <password> \| \| To Logout: QUIT \| \| To find out who is online currently: WHO \| \|-​-------------------------------------------------------------------------\| \| Based on the game Champions by Hero Games. (No affiliation with Hero \| \| Games in any way.) For information, contact asylumstaff@yahoo.com \| \| \| \| Note: You must used quotation marks around <name> if it contains spaces! \| \| Example: connect "Iron Marshall" superchina \| \| \| \|-​--------------------=< PennMUSH version 1.8.4p1>=​------------------------\|

Server URLs

Server Info

  • Codebase: PennMUSH 1.8.4p9

  • Players online: 1 [2]

  • Uptime: 1449 days

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

Protocol Support

MUD-specific protocols detected via MSSP flags or Telnet negotiation.

  • MSSP: Yes (MSSP)

  • GMCP: No

  • MSDP: No

  • MCCP: No

  • MCCP2: No

  • MXP: No

  • MSP: No

  • MCP: No

  • ZMP: No

Telnet Fingerprint

1dfa96625400a5fc

This fingerprint is unique to this server.

Options offered by server: MSSP, SGA

Options requested from client: LINEMODE, NAWS, SGA, TTYPE

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

Show JSON
{
  "server-probe": {
    "fingerprint": "1dfa96625400a5fc",
    "fingerprint-data": {
      "offered-options": [
        "MSSP",
        "SGA"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "EOR",
        "GMCP",
        "MSDP",
        "MSP",
        "MXP",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [
        "LINEMODE",
        "NAWS",
        "SGA",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "|------------------------------=[ WHAM!!]=---------------------------------|\r\n|  _________ .__                          .__                      \t   |\r\n|  \\_   ___ \\|  |__ _____    _____ ______ |__| ____   ____   ______\t   |\r\n|  /    \\  \\/|  |  \\\\__  \\  /     \\\\____ \\|  |/  _ \\ /    \\ /  ___/\t   |\r\n|  \\     \\___|   Y  \\/ __ \\|  Y Y  \\  |_> >  (  <_> )   |  \\\\___ \\ \t   |\r\n|   \\______  /___|  (____  /__|_|  /   __/|__|\\____/|___|  /____  >\t   |\r\n|          \\/     \\/     \\/      \\/|__|                  \\/     \\/ \t   |\r\n|\t              _____               .__     \t\t\t   |\r\n|\t             /     \\  __ __  _____|  |__  \t\t\t   |\r\n|\t            /  \\ /  \\|  |  \\/  ___/  |  \\ \t\t\t   |\r\n|\t           /    Y    \\  |  /\\___ \\|   Y  \\\t\t  \t   |\r\n|\t           \\____|__  /____//____  >___|  /\t\t\t   |\r\n|\t                   \\/           \\/     \\/ \t\t\t   |\r\n|\t\t\t\t\t\t\t\t\t   |\r\n|        Home of the superheroes of Colonial Bay, Virginia, 2060!\t   |   \r\n|\t\t\t\t\t\t\t\t\t   |\r\n|       The *super* online internet role-playing game! Be a Hero!\t   |\r\n|--------------------------------------------------------------------------|\r\n|                 To connect as a guest: connect guest guest\t           |\r\n| To connect to your existing character: connect <name> <password> \t   |\r\n|                             To Logout: QUIT\t\t\t           |\r\n|   To find out who is online currently: WHO\t\t\t\t   |\r\n|--------------------------------------------------------------------------|\r\n| Based on the game Champions by Hero Games. (No affiliation with Hero     |\r\n| Games in any way.) For information, contact asylumstaff@yahoo.com\t   |\r\n|\t\t\t\t\t\t\t\t\t   |\r\n| Note: You must used quotation marks around <name> if it contains spaces! |\r\n| Example: connect \"Iron Marshall\" superchina\t\t\t\t   |\r\n|\t\t\t\t\t\t\t\t\t   |\r\n|---------------------=< PennMUSH version 1.8.4p1>=------------------------|\r\n",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "mssp": {
        "ANSI": "1",
        "CODEBASE": "PennMUSH 1.8.4p9",
        "FAMILY": "TinyMUD",
        "NAME": "Champions MUSH",
        "PLAYERS": "1",
        "PORT": "6363",
        "PUEBLO": "0",
        "UPTIME": "1645835490"
      },
      "option_states": {
        "server_offered": {
          "MSSP": true
        },
        "server_requested": {
          "LINEMODE": true,
          "NAWS": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.26662349700927734,
        "total": 5.886098861694336
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:12:57.423504+00:00",
      "host": "championsmush.com",
      "ip": "216.136.9.5",
      "port": 6363
    }
  ]
}

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 championsmush.com 6363
Show Logfile
DEBUG client.py:965 Fingerprint client: host=championsmush.com port=6363
INFO client_base.py:175 Connected to <Peer 216.136.9.5 6363>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO LINEMODE
DEBUG stream_writer.py:1770 handle_do(LINEMODE)
DEBUG stream_writer.py:3174 pending_option[WILL + LINEMODE] = True
DEBUG stream_writer.py:950 send IAC WILL LINEMODE
DEBUG stream_writer.py:3174 pending_option[SB + LINEMODE] = True
DEBUG stream_writer.py:3174 local_option[LINEMODE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + LINEMODE] = False
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:686 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + LINEMODE] = False
DEBUG stream_writer.py:2544 recv IAC SB LINEMODE LINEMODE-MODE b'\t' IAC SE
DEBUG stream_writer.py:1277 set Linemode <b'\r': lit_echo:False, soft_tab:True, ack:True, trapsig:False, remote:False, local:True>
DEBUG stream_writer.py:1280 send IAC SB LINEMODE LINEMODE-MODE <b'\r': lit_echo:False, soft_tab:True, ack:True, trapsig:False,
    remote:False, local:True> IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'Champions MUSH', 'PLAYERS': '1', 'UPTIME': '1645835490', 'PORT': '6363', 'PUEBLO':
    '0', 'CODEBASE': 'PennMUSH 1.8.4p9', 'FAMILY': 'TinyMUD', 'ANSI': '1'}
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
DEBUG stream_writer.py:707 recv IAC WONT BINARY
DEBUG stream_writer.py:2025 handle_wont(BINARY)
DEBUG stream_writer.py:3174 remote_option[BINARY] = False
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:707 recv IAC WILL SGA
DEBUG stream_writer.py:1900 handle_will(SGA)
DEBUG stream_writer.py:924 skip DO SGA; pending_option = True
DEBUG stream_writer.py:3174 remote_option[SGA] = True
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = False
DEBUG stream_writer.py:707 recv IAC DO SGA
DEBUG stream_writer.py:1770 handle_do(SGA)
DEBUG stream_writer.py:3174 pending_option[WILL + SGA] = True
DEBUG stream_writer.py:950 send IAC WILL SGA
DEBUG stream_writer.py:3174 local_option[SGA] = True
DEBUG stream_writer.py:3174 pending_option[WILL + SGA] = False
DEBUG stream_writer.py:707 recv IAC WONT ECHO
DEBUG stream_writer.py:2025 handle_wont(ECHO)
DEBUG stream_writer.py:3174 remote_option[ECHO] = False
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:707 recv IAC WONT STATUS
DEBUG stream_writer.py:2025 handle_wont(STATUS)
DEBUG stream_writer.py:3174 remote_option[STATUS] = False
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:707 recv IAC WONT CHARSET
DEBUG stream_writer.py:2025 handle_wont(CHARSET)
DEBUG stream_writer.py:3174 remote_option[CHARSET] = False
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WONT EOR
DEBUG stream_writer.py:2025 handle_wont(EOR)
DEBUG stream_writer.py:3174 remote_option[EOR] = False
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = False
DEBUG stream_writer.py:707 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2025 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3174 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:707 recv IAC WONT GMCP
DEBUG stream_writer.py:2025 handle_wont(GMCP)
DEBUG stream_writer.py:3174 remote_option[GMCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSDP
DEBUG stream_writer.py:2025 handle_wont(MSDP)
DEBUG stream_writer.py:3174 remote_option[MSDP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSP
DEBUG stream_writer.py:2025 handle_wont(MSP)
DEBUG stream_writer.py:3174 remote_option[MSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MXP
DEBUG stream_writer.py:2025 handle_wont(MXP)
DEBUG stream_writer.py:3174 remote_option[MXP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = False
DEBUG stream_writer.py:707 recv IAC WONT ZMP
DEBUG stream_writer.py:2025 handle_wont(ZMP)
DEBUG stream_writer.py:3174 remote_option[ZMP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:707 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2025 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3174 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:707 recv IAC WONT ATCP
DEBUG stream_writer.py:2025 handle_wont(ATCP)
DEBUG stream_writer.py:3174 remote_option[ATCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = False
INFO fingerprinting.py:737 new server fingerprint 1dfa96625400a5fc
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 6363>

elusive.genesismuds.com:8800

Connection Banner:

Do you want ANSI colour? [Y/N/Return] Ansi enabled! ,,,((((((((( ,)))))))))))))))), \\ / + ,((((((((((((((((/\`/(=​====>+- \* \` ))))))))))\`\` _ \\\\\\ / \\ + \* ((((((((\`\` / /d /// )))))))))) \| /(( ((((((((( .'\| / ) _/_/_/ _/ _/ _/ _/_/ _/_/_/ _/ _/ _/_/_/ ))))))))) ( \\ ,/ _/ _/ _/ _/ _/ _/ _/ _/ _/ (((((((( \\ "\` _/_/ _/ _/ _/ _/ _/ _/ _/ _/_/ jgs\`\`))))) \\ \* _/ _/ _/ _/ _/ _/ _/ _/ _/ (( \| _/_/_/ _/_/_/ _/_/ _/_/_/ _/_/_/ _/ _/_/_/ kayal ROM Version 2.4 beta Original DikuMUD by Hans Staerfeldt, Katja Nyboe, Tom Madsen, Michael Seifert, and Sebastian Hammer Based on MERC 2.1 code by Hatchet, Furey, and Kahn ROM 2.4 copyright (c) 1993-1996 Russ Taylor An old man appears and asks, "What's your name?"

Server URLs

Server Info

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

Telnet Fingerprint

c2dd7d4e76383b41

This fingerprint is shared by 173 other servers.

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

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": "\u001b[1;31mAnsi enabled!\u001b[0m\n\r\u001b[1;33m           ,,,(((((((((\u001b[0m\n\r\u001b[1;33m       ,)))))))))))))))),    \u001b[1;36m \\ /           \u001b[1;35m +\n\r\u001b[1;33m    ,((((((((((((((((/`/(\u001b[1;37m=====\u001b[1;36m>\u001b[1;34m+\u001b[1;36m-\u001b[1;31m *                                  \u001b[1;37m`\n\r\u001b[1;33m   ))))))))))``     \u001b[1;37m _ \u001b[1;33m\\\\\\    \u001b[1;36m/ \\                        \u001b[1;37m+                    \u001b[1;31m*\n\r\u001b[1;33m  ((((((((``     \u001b[1;37m/  \u001b[1;37m/\u001b[1;34md\u001b[1;37m /\u001b[1;33m//       \n\r\u001b[1;33m ))))))))))      \u001b[1;37m|    /\u001b[1;33m((       \n\r\u001b[1;33m (((((((((     \u001b[1;37m.'|   /   \u001b[1;33m) \u001b[1;35m_/_/_/  _/     _/  _/   _/_/  _/_/_/  _/  _/  _/_/_/\n\r\u001b[1;33m  )))))))))   \u001b[1;37m(  \\ ,/     \u001b[1;35m_/      _/     _/  _/  _/       _/    _/  _/  _/\n\r\u001b[1;33m   ((((((((    \u001b[1;37m\\  \"`     \u001b[1;35m_/_/    _/     _/  _/    _/     _/    _/  _/  _/_/\n\r\u001b[1;34m jgs\u001b[1;33m``)))))     \u001b[1;37m\\    \u001b[1;31m* \u001b[1;35m _/      _/     _/  _/      _/   _/    _/  _/  _/\n\r\u001b[1;33m       ((        \u001b[1;37m|     \u001b[1;35m_/_/_/  _/_/_/   _/_/  _/_/_/ _/_/_/    _/    _/_/_/  \n\r\u001b[0m                                                                                 kayal\n\r\u001b[0m                              ROM Version 2.4 beta\n\r\u001b[0m                 \n\r               Original DikuMUD by Hans Staerfeldt, Katja Nyboe,\n\r               Tom Madsen, Michael Seifert, and Sebastian Hammer\n\r               Based on MERC 2.1 code by Hatchet, Furey, and Kahn\n\r               ROM 2.4 copyright (c) 1993-1996 Russ Taylor\n\r\n\r\u001b[0mAn old man appears and asks, \"What's your name?\"\n\r",
      "banner_before_return": "\n\rDo you want ANSI colour? [Y/N/Return] ",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {}
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.0,
        "total": 4.863653182983398
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:10:52.681139+00:00",
      "host": "elusive.genesismuds.com",
      "ip": "216.136.9.5",
      "port": 8800
    }
  ]
}

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 elusive.genesismuds.com 8800
Show Logfile
DEBUG client.py:965 Fingerprint client: host=elusive.genesismuds.com port=8800
INFO client_base.py:175 Connected to <Peer 216.136.9.5 8800>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 8800>
INFO fingerprinting.py:746 connection for server fingerprint c2dd7d4e76383b41

Age of Heroes (ianshirm.genesismuds.com:2250)

Connection Banner:

Attempting to detect client, please wait... <VERSION>

Server URLs

Server Info

  • Codebase: Dystopia 1.4

  • Genre: Fantasy

  • Gameplay: Player versus Player

  • Players online: 0 [3]

  • Created: 2006

  • Status: Live

  • Server Location: πŸ‡ΊπŸ‡Έ United Kingdom (MSSP)

  • Language: English

Protocol Support

MUD-specific protocols detected via MSSP flags or Telnet negotiation.

  • MSSP: Yes (MSSP)

  • GMCP: No

  • MSDP: Negotiated

  • MCCP: Yes (MSSP)

  • MCCP2: No

  • MXP: Yes (MSSP)

  • MSP: Negotiated

  • MCP: No

  • ZMP: No

Telnet Fingerprint

ba132668606f84be

This fingerprint is shared by 7 other servers.

Options offered by server: ECHO, MSDP, MSP, MSSP, MXP

Options requested from client: ATCP, CHARSET, MXP, NAWS, TTYPE

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

Show JSON
{
  "server-probe": {
    "fingerprint": "ba132668606f84be",
    "fingerprint-data": {
      "offered-options": [
        "ECHO",
        "MSDP",
        "MSP",
        "MSSP",
        "MXP"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "EOR",
        "GMCP",
        "SGA",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [
        "ATCP",
        "CHARSET",
        "MXP",
        "NAWS",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "\n\rAttempting to detect client, please wait...\r\n\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[7z\u001b[0m\u001b[1z<VERSION>\u001b[7z\r\n\u001b[0m",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "UTF-8",
      "mssp": {
        "": "",
        "ADULT MATERIAL": "1",
        "ANSI": "1",
        "CODEBASE": "Dystopia 1.4",
        "CONTACT": "Ianshirm@gmail.com",
        "CRAWL DELAY": "-1",
        "CREATED": "2006",
        "FAMILY": "DikuMUD",
        "GAMEPLAY": "Player versus Player",
        "GAMESYSTEM": "None",
        "GENRE": "Fantasy",
        "HIRING BUILDERS": "0",
        "HIRING CODERS": "0",
        "HOSTNAME": "godwars.net",
        "ICON": "",
        "INTERMUD": "",
        "IP": "178.79.173.99",
        "LANGUAGE": "English",
        "LOCATION": "United Kingdom",
        "MCCP": "1",
        "MINIMUM AGE": "",
        "MULTICLASSING": "0",
        "MXP": "1",
        "NAME": "Age of Heroes",
        "NEWBIE FRIENDLY": "1",
        "PAY FOR PERKS": "0",
        "PAY TO PLAY": "0",
        "PLAYER CITIES": "0",
        "PLAYER CLANS": "0",
        "PLAYER CRAFTING": "1",
        "PLAYER GUILDS": "0",
        "PLAYERS": "0",
        "PORT": "2250",
        "STATUS": "Live",
        "SUBGENRE": "Dark Fantasy",
        "UPTIME": "0",
        "WEBSITE": "www.godwars.net"
      },
      "mxp": [
        "activated"
      ],
      "option_states": {
        "server_offered": {
          "0x56": false,
          "MSDP": true,
          "MSP": true,
          "MSSP": true
        },
        "server_requested": {
          "ATCP": true,
          "CHARSET": true,
          "MXP": true,
          "NAWS": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5069863796234131,
        "total": 6.059509754180908
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:11:23.741969+00:00",
      "host": "ianshirm.genesismuds.com",
      "ip": "216.136.9.5",
      "port": 2250
    }
  ]
}

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 ianshirm.genesismuds.com 2250
Show Logfile
DEBUG client.py:965 Fingerprint client: host=ianshirm.genesismuds.com port=2250
INFO client_base.py:175 Connected to <Peer 216.136.9.5 2250>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO CHARSET
DEBUG stream_writer.py:1770 handle_do(CHARSET)
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:950 send IAC WILL CHARSET
DEBUG stream_writer.py:3174 local_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WILL MSDP
DEBUG stream_writer.py:723 WILL MSDP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSDP)
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 remote_option[MSDP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC DO ATCP
DEBUG stream_writer.py:1770 handle_do(ATCP)
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:950 send IAC WILL ATCP
DEBUG stream_writer.py:3174 local_option[ATCP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSP
DEBUG stream_writer.py:723 WILL MSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 remote_option[MSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC DO MXP
DEBUG stream_writer.py:1770 handle_do(MXP)
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:950 send IAC WILL MXP
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3174 local_option[MXP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:707 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:723 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1900 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3174 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:950 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:2008 Unhandled: WILL MCCP2_COMPRESS.
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:2065 [SB + TTYPE] unsolicited
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
DEBUG client.py:304 encoding negotiated: UTF-8
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSDP
DEBUG stream_writer.py:686 sub-negotiation cmd MSDP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSDP] unsolicited
DEBUG stream_writer.py:1669 MSDP: {'SERVER_ID': 'Age of Heroes'}
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'Age of Heroes', 'PLAYERS': '0', 'UPTIME': '0', 'CRAWL DELAY': '-1', 'HOSTNAME':
    'godwars.net', 'PORT': '2250', 'CODEBASE': 'Dystopia 1.4', 'CONTACT': 'Ianshirm@gmail.com', 'CREATED': '2006', 'ICON': '',
    'IP': '178.79.173.99', 'LANGUAGE': 'English', 'LOCATION': 'United Kingdom', 'MINIMUM AGE': '', 'WEBSITE': 'www.godwars.net',
    'FAMILY': 'DikuMUD', 'GENRE': 'Fantasy', 'GAMEPLAY': 'Player versus Player', 'STATUS': 'Live', 'GAMESYSTEM': 'None',
    'INTERMUD': '', 'SUBGENRE': 'Dark Fantasy', 'ANSI': '1', 'MCCP': '1', 'MXP': '1', 'PAY TO PLAY': '0', 'PAY FOR PERKS': '0',
    'HIRING BUILDERS': '0', 'HIRING CODERS': '0', 'ADULT MATERIAL': '1', 'MULTICLASSING': '0', 'NEWBIE FRIENDLY': '1', 'PLAYER
    CITIES': '0', 'PLAYER CLANS': '0', 'PLAYER CRAFTING': '1', 'PLAYER GUILDS': '0', '': ''}
DEBUG stream_writer.py:699 begin sub-negotiation SB MXP
DEBUG stream_writer.py:686 sub-negotiation cmd MXP SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = False
DEBUG stream_writer.py:1682 MXP: b''
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
DEBUG stream_writer.py:707 recv IAC WONT b'\x1b'
DEBUG stream_writer.py:2025 handle_wont(b'\x1b')
DEBUG stream_writer.py:3174 remote_option[b'\x1b'] = False
DEBUG stream_writer.py:3174 pending_option[DO + b'\x1b'] = False
DEBUG stream_writer.py:707 recv IAC WONT SGA
DEBUG stream_writer.py:2025 handle_wont(SGA)
DEBUG stream_writer.py:3174 remote_option[SGA] = False
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = False
DEBUG stream_writer.py:707 recv IAC WILL ECHO
DEBUG stream_writer.py:1900 handle_will(ECHO)
DEBUG stream_writer.py:924 skip DO ECHO; pending_option = True
DEBUG stream_writer.py:3174 remote_option[ECHO] = True
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:707 recv IAC WONT STATUS
DEBUG stream_writer.py:2025 handle_wont(STATUS)
DEBUG stream_writer.py:3174 remote_option[STATUS] = False
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:707 recv IAC WONT CHARSET
DEBUG stream_writer.py:2025 handle_wont(CHARSET)
DEBUG stream_writer.py:3174 remote_option[CHARSET] = False
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WONT EOR
DEBUG stream_writer.py:2025 handle_wont(EOR)
DEBUG stream_writer.py:3174 remote_option[EOR] = False
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = False
DEBUG stream_writer.py:707 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2025 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3174 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:707 recv IAC WONT GMCP
DEBUG stream_writer.py:2025 handle_wont(GMCP)
DEBUG stream_writer.py:3174 remote_option[GMCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WILL MXP
DEBUG stream_writer.py:1900 handle_will(MXP)
DEBUG stream_writer.py:924 skip DO MXP; pending_option = True
DEBUG stream_writer.py:3174 remote_option[MXP] = True
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = False
DEBUG stream_writer.py:707 recv IAC WONT ZMP
DEBUG stream_writer.py:2025 handle_wont(ZMP)
DEBUG stream_writer.py:3174 remote_option[ZMP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:707 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2025 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3174 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:707 recv IAC WONT ATCP
DEBUG stream_writer.py:2025 handle_wont(ATCP)
DEBUG stream_writer.py:3174 remote_option[ATCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = False
INFO fingerprinting.py:746 connection for server fingerprint ba132668606f84be
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 2250>

Children of the Night (ianshirm.genesismuds.com:2251)

Connection Banner:

Attempting to detect client, please wait... ,. _​___ ,_.,/ }._ _/_,---( , ) __ / < / ) ___ - -​-----===;;;'=​===------------------===;;;=​==----- - - \\/ -'''-'-'-'--'-)-'/ (_ ( ( > ) _( _ < >_>' - \`-M' ::>\|--' M'\|.\|.\| _ M'\|.\|.\| \|:\| _ M'\|.\|.\| _ _ \|:\| __ \|:\| _ <Ii::\|i\|\`. _ \|:\|_ \|:\| _​__________\|:\|_\|::\|__\|:\|_\|:\|_​_____(\` '\`-' ')_\|:\|__\|:::\|_\|:\|_​______________ ::Children of the Night 4.5:: Founded By Xrakisis [-​---------------------------------------------------------------------] \| DikuMUD by Hans Henrik Staerfeldt, Katja Nyboe, Tom Madsen, \| \| Michael Seifert and Sebastian Hammer. \| \| Merc 2.1 by Michael Chastain, Michael Quan and Mitchell Tse. \| \| God Wars by Richard Woolcock, (KaVir). \| \| Dystopia by Brian Graversen, (Jobo). \| \| Mindcloud3 by Jeff Boschee, (Zarius). \| \| Children of the Night 4.5 \| \| Copyright (c) 2006 - 2026 by Ian Shirm, (Xrakisis), \| [-​---------------------------------------------------------------------] What name shall we carve into your forehead?

Server URLs

Server Info

  • Codebase: Dystopia 1.4

  • Genre: Fantasy

  • Gameplay: Player versus Player

  • Players online: 0 [4]

  • Created: 2006

  • Status: Live

  • Server Location: πŸ‡ΊπŸ‡Έ United Kingdom (MSSP)

  • Language: English

Protocol Support

MUD-specific protocols detected via MSSP flags or Telnet negotiation.

  • MSSP: Yes (MSSP)

  • GMCP: No

  • MSDP: Negotiated

  • MCCP: Yes (MSSP)

  • MCCP2: No

  • MXP: Yes (MSSP)

  • MSP: Negotiated

  • MCP: No

  • ZMP: No

Telnet Fingerprint

2d1d3bcf28abae7b

This fingerprint is shared by 54 other servers.

Options requested from client: ATCP, CHARSET, MXP, NAWS, TTYPE

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

Show JSON
{
  "server-probe": {
    "fingerprint": "2d1d3bcf28abae7b",
    "fingerprint-data": {
      "offered-options": [],
      "probed-protocol": "server",
      "refused-options": [],
      "requested-options": [
        "ATCP",
        "CHARSET",
        "MXP",
        "NAWS",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "\n\rAttempting to detect client, please wait...\r\n\r\n\u001b[0m\u001b[0m\u001b[0m \u001b[0;00m \n\r\u001b[0m\u001b[1;33m                                    ,. ____                                     \u001b[0;00m\n\r \u001b[0m\u001b[1;33m                               ,_.,/        }._                            \u001b[0;00m\n\r \u001b[0m\u001b[1;33m                             _/_\u001b[0;31m,\u001b[1;33m---(      \u001b[0;31m,\u001b[1;33m    )\u001b[0;00m\n\r \u001b[0m\u001b[1;33m                         __ /        \u001b[0;31m<\u001b[1;33m    /   )  ___\u001b[0;00m \n\r\u001b[0m\u001b[1;33m          - ------===;;;'====------------------===;;;===----- -  -\u001b[0;00m \n\r\u001b[0m\u001b[1;33m                            \\\u001b[0;31m/\u001b[1;33m  -'''-'-'-'--'-)-'/\u001b[0;00m \n\r\u001b[0m\u001b[1;33m                            (_ \u001b[0;31m(\u001b[1;33m   \u001b[0;31m  (    \u001b[0;31m >\u001b[0;00m\u001b[1;33m    )\u001b[0;00m\n\r \u001b[0m\u001b[1;33m                             _\u001b[0;31m(\u001b[1;33m _ <         >_>'\u001b[0;00m \n\r\u001b[0m\u001b[1;33m                                - `-M\u001b[0;31m'\u001b[1;33m :\u001b[0;31m:>\u001b[1;33m|--'\u001b[0;00m \n\r\u001b[0m\u001b[1;33m                                    M'\u001b[1;37m|.|.|\u001b[0;00m \n\r\u001b[0m            _             \u001b[1;33m          M'\u001b[1;37m|.|.|  \u001b[0;00m\n\r \u001b[0m           |:|        _    \u001b[1;33m        M'\u001b[1;37m|.|.|   \u001b[0;00m      _     _\u001b[0;00m\n\r \u001b[0m           |:|  __   |:|  _  \u001b[1;33m     <Ii:\u001b[1;37m:|i|`. \u001b[0;00m _   |:|_  |:|\u001b[0;00m\n\r \u001b[0m___________|:|_|::|__|:|_|:|______\u001b[1;33m(` '`-' ')\u001b[0;00m_|:|__|:::|_|:|_______________ \u001b[0;00m\n\r\n\r \u001b[0m                        \u001b[0;36m::\u001b[1;33mChildren of the Night 4.5\u001b[0;36m::\u001b[0;00m\n\r \u001b[0m                           \u001b[1;37m Founded By \u001b[1;31mXrakisis  \u001b[0;00m\n\r\n\r \u001b[0m  \u001b[1;44m\u001b[1;37m\u001b[1;30m[\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;30m]\u001b[0;00m\n\r\u001b[0m   \u001b[1;44m\u001b[1;30m|      \u001b[1;37mDikuMUD\u001b[1;30m by Hans Henrik Staerfeldt, Katja Nyboe, Tom Madsen,     \u001b[1;30m|\u001b[0;00m\n\r\u001b[0m   \u001b[1;44m\u001b[1;30m|                 \u001b[1;30mMichael Seifert and Sebastian Hammer.                \u001b[1;30m|\u001b[0;00m\n\r\u001b[0m   \u001b[1;44m\u001b[1;30m|     \u001b[1;37mMerc 2.1\u001b[1;30m by Michael Chastain, Michael Quan and Mitchell Tse.     \u001b[1;30m|\u001b[0;00m\n\r\u001b[0m   \u001b[1;44m\u001b[1;30m|                \u001b[1;37mGod Wars\u001b[1;30m by Richard Woolcock, (\u001b[1;37mKaVir).                \u001b[1;30m|\u001b[0;00m\n\r\u001b[0m   \u001b[1;44m\u001b[1;30m|                 \u001b[1;37mDystopia\u001b[1;30m by Brian Graversen, (\u001b[1;37mJobo).                 \u001b[1;30m|\u001b[0;00m\n\r\u001b[0m   \u001b[1;44m\u001b[1;30m|                 \u001b[1;37mMindcloud3\u001b[1;30m by Jeff Boschee, (\u001b[1;37mZarius).                \u001b[1;30m|\u001b[0;00m\n\r\u001b[0m   \u001b[1;44m\u001b[1;30m|                       \u001b[1;37mChildren of the Night 4.5                      \u001b[1;30m|\u001b[0;00m\n\r\u001b[0m   \u001b[1;44m\u001b[1;30m|          \u001b[1;37mCopyright (c) 2006 - 2026 by Ian Shirm, (\u001b[1;37mXrakisis),         \u001b[1;30m|\u001b[0;00m\n\r\u001b[0m   \u001b[1;44m\u001b[1;37m\u001b[1;30m[\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;37m-\u001b[1;30m]\u001b[0;00m\n\r\n\r\u001b[0mWhat name shall we carve into your forehead?\u001b[0;00m \u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[7z\u001b[0m",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "UTF-8",
      "mssp": {
        "": "",
        "ADULT MATERIAL": "1",
        "ANSI": "1",
        "CODEBASE": "Dystopia 1.4",
        "CONTACT": "Ianshirm@gmail.com",
        "CRAWL DELAY": "-1",
        "CREATED": "2006",
        "FAMILY": "DikuMUD",
        "GAMEPLAY": "Player versus Player",
        "GAMESYSTEM": "None",
        "GENRE": "Fantasy",
        "HIRING BUILDERS": "0",
        "HIRING CODERS": "0",
        "HOSTNAME": "godwars.net",
        "ICON": "",
        "INTERMUD": "",
        "IP": "178.79.173.99",
        "LANGUAGE": "English",
        "LOCATION": "United Kingdom",
        "MCCP": "1",
        "MINIMUM AGE": "",
        "MULTICLASSING": "0",
        "MXP": "1",
        "NAME": "Children of the Night",
        "NEWBIE FRIENDLY": "1",
        "PAY FOR PERKS": "0",
        "PAY TO PLAY": "0",
        "PLAYER CITIES": "0",
        "PLAYER CLANS": "0",
        "PLAYER CRAFTING": "1",
        "PLAYER GUILDS": "0",
        "PLAYERS": "0",
        "PORT": "2250",
        "STATUS": "Live",
        "SUBGENRE": "Dark Fantasy",
        "UPTIME": "0",
        "WEBSITE": "www.godwars.net"
      },
      "mxp": [
        "activated"
      ],
      "option_states": {
        "server_offered": {
          "0x55": false,
          "0x56": false,
          "MSDP": true,
          "MSP": true,
          "MSSP": true
        },
        "server_requested": {
          "ATCP": true,
          "CHARSET": true,
          "MXP": true,
          "NAWS": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.0,
        "total": 2.8995373249053955
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-15T01:18:29.214719+00:00",
      "host": "ianshirm.genesismuds.com",
      "ip": "216.136.9.5",
      "port": 2251
    }
  ]
}

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 ianshirm.genesismuds.com 2251
Show Logfile
DEBUG client.py:998 Fingerprint client: host=ianshirm.genesismuds.com port=2251
INFO client_base.py:175 Connected to <Peer 216.136.9.5 2251>
DEBUG client_base.py:494 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:707 recv IAC WILL MCCP_COMPRESS
DEBUG stream_writer.py:723 WILL MCCP_COMPRESS unsolicited
DEBUG stream_writer.py:1900 handle_will(MCCP_COMPRESS)
DEBUG stream_writer.py:3174 remote_option[MCCP_COMPRESS] = False
DEBUG stream_writer.py:950 send IAC DONT MCCP_COMPRESS
WARNING stream_writer.py:2008 Unhandled: WILL MCCP_COMPRESS.
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO CHARSET
DEBUG stream_writer.py:1770 handle_do(CHARSET)
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:950 send IAC WILL CHARSET
DEBUG stream_writer.py:3174 local_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WILL MSDP
DEBUG stream_writer.py:723 WILL MSDP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSDP)
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 remote_option[MSDP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC DO ATCP
DEBUG stream_writer.py:1770 handle_do(ATCP)
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:950 send IAC WILL ATCP
DEBUG stream_writer.py:3174 local_option[ATCP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSP
DEBUG stream_writer.py:723 WILL MSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 remote_option[MSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC DO MXP
DEBUG stream_writer.py:1770 handle_do(MXP)
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:950 send IAC WILL MXP
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3174 local_option[MXP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:707 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:723 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1900 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3174 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:950 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:2008 Unhandled: WILL MCCP2_COMPRESS.
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:2065 [SB + TTYPE] unsolicited
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
DEBUG client.py:306 encoding negotiated: UTF-8
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSDP
DEBUG stream_writer.py:686 sub-negotiation cmd MSDP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSDP] unsolicited
DEBUG stream_writer.py:1669 MSDP: {'SERVER_ID': 'Children of the Night'}
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'Children of the Night', 'PLAYERS': '0', 'UPTIME': '0', 'CRAWL DELAY': '-1',
    'HOSTNAME': 'godwars.net', 'PORT': '2250', 'CODEBASE': 'Dystopia 1.4', 'CONTACT': 'Ianshirm@gmail.com', 'CREATED': '2006',
    'ICON': '', 'IP': '178.79.173.99', 'LANGUAGE': 'English', 'LOCATION': 'United Kingdom', 'MINIMUM AGE': '', 'WEBSITE':
    'www.godwars.net', 'FAMILY': 'DikuMUD', 'GENRE': 'Fantasy', 'GAMEPLAY': 'Player versus Player', 'STATUS': 'Live',
    'GAMESYSTEM': 'None', 'INTERMUD': '', 'SUBGENRE': 'Dark Fantasy', 'ANSI': '1', 'MCCP': '1', 'MXP': '1', 'PAY TO PLAY': '0',
    'PAY FOR PERKS': '0', 'HIRING BUILDERS': '0', 'HIRING CODERS': '0', 'ADULT MATERIAL': '1', 'MULTICLASSING': '0', 'NEWBIE
    FRIENDLY': '1', 'PLAYER CITIES': '0', 'PLAYER CLANS': '0', 'PLAYER CRAFTING': '1', 'PLAYER GUILDS': '0', '': ''}
DEBUG stream_writer.py:699 begin sub-negotiation SB MXP
DEBUG stream_writer.py:686 sub-negotiation cmd MXP SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = False
DEBUG stream_writer.py:1682 MXP: b''
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 2251>
INFO fingerprinting.py:746 connection for server fingerprint 2d1d3bcf28abae7b

imperium.genesismuds.com:40000

Connection Banner:

@@@@@@@@@@@ @@@@@@@@@@@ @@@ @@@ @@@@ @@@@ @ @@@ @@ @@@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@ @@ @@ @@@@@@ @@ @@ @@ @@ @@@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@ @@@@@ @@@@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@ @@ @@ @@@@ @@ @@ @@ @@@@@@@@@@@ @@ @@ @@ @@ v2.1 @@@@@@@@@@@ @@ A variation of DikuMUD I (gamma0.0) created by: Hans Henrik Staerfeldt, Katja Nyboe, Tom Madsen, Michael Siefert, and Sebastian Hammer Questions and comments can be sent gregmilford@gmail.com Visit the Imperium webpage at http://imperium.genesismuds.com Enjoy!! By what name do you wish to be known?

Server URLs

Server Info

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

Telnet Fingerprint

4c3054f2191e9619

This fingerprint is shared by 4 other servers.

Options requested from client: NAWS

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

Show JSON
{
  "server-probe": {
    "fingerprint": "4c3054f2191e9619",
    "fingerprint-data": {
      "offered-options": [],
      "probed-protocol": "server",
      "refused-options": [],
      "requested-options": [
        "NAWS"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "\r\n\r\n      @@@@@@@@@@@\r\n   @@@@@@@@@@@\r\n        @@@\r\n        @@@                 @@@@     @@@@   @ @@@   @@\r\n        @@@       @@@ @@@   @@  @@  @@  @@  @@  @@      @@  @@\r\n       @@@        @@ @@ @@  @@  @@ @@@@@@   @@      @@  @@  @@ @@@ @@@\r\n       @@@        @@ @@ @@ @@  @@  @@      @@       @@ @@  @@  @@ @@ @@\r\n       @@@       @@ @@ @@  @@@@@    @@@@   @@      @@  @@  @@  @@ @@ @@\r\n       @@@       @@ @@ @@  @@                      @@   @@@@  @@ @@ @@ \r\n    @@@@@@@@@@@           @@                                  @@ @@ @@  v2.1\r\n @@@@@@@@@@@              @@                  \r\n                                           A variation of DikuMUD I (gamma0.0)\r\n                                           created by: Hans Henrik Staerfeldt,\r\n                                           Katja Nyboe, Tom Madsen, Michael\r\n                                           Siefert, and Sebastian Hammer\r\n\r\n\r\nQuestions and comments can be sent gregmilford@gmail.com\r\nVisit the Imperium webpage at http://imperium.genesismuds.com  Enjoy!!\r\n\r\n\r\nBy what name do you wish to be known? ",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "option_states": {
        "server_offered": {
          "ECHO": false
        },
        "server_requested": {
          "NAWS": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.0,
        "total": 2.782057285308838
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:09:41.590359+00:00",
      "host": "imperium.genesismuds.com",
      "ip": "216.136.9.5",
      "port": 40000
    }
  ]
}

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 imperium.genesismuds.com 40000
Show Logfile
DEBUG client.py:965 Fingerprint client: host=imperium.genesismuds.com port=40000
INFO client_base.py:175 Connected to <Peer 216.136.9.5 40000>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC WONT ECHO
DEBUG stream_writer.py:2025 handle_wont(ECHO)
DEBUG stream_writer.py:3174 remote_option[ECHO] = False
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = False
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 40000>
INFO fingerprinting.py:737 new server fingerprint 4c3054f2191e9619

newage.genesismuds.com:9010

Connection Banner:

Welcome to Illusions of the Mind. Welcome to Tibernas!! We hope you enjoy your stay with us. Please have fun and remember, this is all an Illusion. _ __,-​---'^​^^^^\`-​----.__ . . \`//=​===- _​___,'^\` -. \\_\|// . /\|\|\\\\ \`^^\`-​--.___./ _​_____-==. _-^o \`\\/ \|\|\| \\\\ _,'\` __,--' ,=='\|\|\\=_ ;_,_,/ _-'\|- \|\`\\ \\\\ ,' _-' ,=' \| \\\\\`. '',/+7 /- / \|\| \`\\. / .' ,' \| \\\\ \\_ " / /- / \|\| \\ / / _​____ / \| \\\\.\`-_/ /\|- _/ ,\|\| \\ / ,-' \`-\|--'\|\`--_ \\ \`==-/ \`\| \\'-​-===-' _/\` ' ' \`-\| /\| )-'\\/' _,--"' '-^^\\_/ \| \| \`\\_ ,^ /\\ / \\ \\__ \\/^ \`\\__ _,-' _/'\\ ,-'^​____-'\`-/ \`\`===\\ ((->/' \\\|\|\|' \`. \`\\. , _\|\| ./ \\_ \`\\ \`^​---\|__i__i__\\--/'_/ <_n_ _​_-^-_ \`) \\-​.______________,-/' \`B'\\) ///,-'^\`_​_--^- \|-​------\*\*^' /^> ///,--/\`-\\ \` \` -Tua Xiong or Tom \\\\\\\\\\\\\\\\\\\\=​-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-/////////// \\\\\\\\\\\\\\\\\\\\=​-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-////////// ___ _ _ _ \|_ _\| \| \|_ _ ___(_) ___ _ __ ___ \| \|\| \| \| \| \| / __\| \|/ _ \\\| '_ \\/ __\| \| \|\| \| \| \|_\| \\__ \\ \| (_) \| \| \| \\__ \\ \|___\|_\|_\|\\__,_\|___/_\|\\___/\|_\| \|_\|___/ ___ __ _​____ _ __ __ _ _ / _ \\ / _\| \|_ _\| \|__ ___ \| \\/ (_)_ __ __\| \| \| \| \| \| \|_ \| \| \| '_ \\ / _ \\ \| \|\\/\| \| \| '_ \\ / _\` \| \| \|_\| \| _\| \| \| \| \| \| \| __/ \| \| \| \| \| \| \| \| (_\| \| \\___/\|_\| \|_\| \|_\| \|_\|\\___\| \|_\| \|_\|_\|_\| \|_\|\\__,_\| \\\\\\\\\\\\\\\\\\\\=​-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-////////// \\\\\\\\\\\\\\\\\\\\=​-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-/////////// Based on: ROM Version 2.4 beta Original DikuMUD by Hans Staerfeldt, Katja Nyboe, Tom Madsen, Michael Seifert, and Sebastian Hammer Based on MERC 2.1 code by Hatchet, Furey, and Kahn ROM 2.4 copyright (c) 1993-1995 Russ Taylor \*\*\* TOPMUDSITES.com ADMIN email Aldere at tibernas@gmail.com \*\* \*\*\* help admin for current immortal list \*\*Use tintin or wintin95 (wintin.org) or google mud clients \*\* \*\*Some users report issues using Putty!!! \*\* \*\*Contact for player assitance tibernas@gmail.com \*\* And now, what are your Illusions?

Server URLs

Server Info

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

Telnet Fingerprint

c2dd7d4e76383b41

This fingerprint is shared by 173 other servers.

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

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": "",
      "banner_before_return": "\n\rWelcome to Illusions of the Mind.\n\r\n\rWelcome to Tibernas!!  We hope you enjoy your stay with us.  Please\n\rhave fun and remember, this is all an Illusion.\n\r\n\r\n\r                                           _   __,----'^^^^^`-----.__\n\r                                    .  .    `//====-              ____,'^`\n\r                    -.            \\_|// .   /||\\\\  `^^`---.___./\n\r              ______-==.       _-^o  `\\/    |||  \\\\           _,'`\n\r        __,--'   ,=='||\\=_    ;_,_,/ _-'|-   |`\\   \\\\        ,'\n\r     _-'      ,='    | \\\\`.    '',/+7  /-   /  ||   `\\.     /\n\r   .'       ,'       |  \\\\  \\_  \"  /  /-   /   ||      \\   /\n\r  / _____  /         |     \\\\.`-_/  /|- _/   ,||       \\ /\n\r ,-'     `-|--'|`--_ \\     `==-/  `| \\'--===-'       _/`\n\r           '   '     `-|      /|    )-'\\/'      _,--\"'\n\r                       '-^^\\_/ |    |   `\\_   ,^             /\\\n\r                            /  \\     \\__   \\/^               `\\__\n\r                        _,-' _/'\\ ,-'^____-'`-/                 ``===\\\n\r                       ((->/'    \\|||' `.     `\\.  ,                _||\n\r         ./                       \\_     `\\      `^---|__i__i__\\--/'_/\n\r        <_n_                     __-^-_    `)  \\-.______________,-/'\n\r         `B'\\)                  ///,-'^`__--^-  |-------**^'\n\r         /^>                           ///,--/`-\\\n\r        `  `                                            -Tua Xiong or Tom\n\r\n\r\\\\\\\\\\\\\\\\\\\\=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-///////////\n\r     \\\\\\\\\\\\\\\\\\\\=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-//////////\n\r                  ___ _ _           _\n\r                 |_ _| | |_   _ ___(_) ___  _ __  ___\n\r                  | || | | | | / __| |/ _ \\| '_ \\/ __|\n\r                  | || | | |_| \\__ \\ | (_) | | | \\__ \\\n\r                 |___|_|_|\\__,_|___/_|\\___/|_| |_|___/\n\r         ___   __   _____ _            __  __ _           _\n\r        / _ \\ / _| |_   _| |__   ___  |  \\/  (_)_ __   __| |\n\r       | | | | |_    | | | '_ \\ / _ \\ | |\\/| | | '_ \\ / _` |\n\r       | |_| |  _|   | | | | | |  __/ | |  | | | | | | (_| |\n\r        \\___/|_|     |_| |_| |_|\\___| |_|  |_|_|_| |_|\\__,_|\n\r     \n\r     \\\\\\\\\\\\\\\\\\\\=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-//////////\n\r\\\\\\\\\\\\\\\\\\\\=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-///////////\n\rBased on:  ROM Version 2.4 beta\n\r\n\r          Original DikuMUD by Hans Staerfeldt, Katja Nyboe,\n\r          Tom Madsen, Michael Seifert, and Sebastian Hammer\n\r          Based on MERC 2.1 code by Hatchet, Furey, and Kahn\n\r          ROM 2.4 copyright (c) 1993-1995 Russ Taylor\n\r\n\r***   TOPMUDSITES.com ADMIN  email Aldere at   tibernas@gmail.com  **\n\r***    help admin for current immortal list\n\r\n\r**Use tintin or wintin95 (wintin.org) or google mud clients **\n\r\n\r**Some users report issues using Putty!!! **\n\r\n\r**Contact for player assitance  tibernas@gmail.com **\n\r\n\rAnd now, what are your Illusions? ",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {}
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.0,
        "total": 2.6646690368652344
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:10:14.205665+00:00",
      "host": "newage.genesismuds.com",
      "ip": "216.136.9.5",
      "port": 9010
    }
  ]
}

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 newage.genesismuds.com 9010
Show Logfile
DEBUG client.py:965 Fingerprint client: host=newage.genesismuds.com port=9010
INFO client_base.py:175 Connected to <Peer 216.136.9.5 9010>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 9010>
INFO fingerprinting.py:746 connection for server fingerprint c2dd7d4e76383b41

Velvet Room MUSH (omen.genesismuds.com:1100)

Connection Banner:

.​------------------------------------------------------------------------------. \| .​--------------------------------------------------------------------------. \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \|\| \| \| \| \| \\ \|\| / \| \| \| \| \\ \|\| / \| \| \| \| \\ \*\*\*\*\*\*\*\*\*\* \|\| \*\*\*\*\*\*\*\*\*\* / \| \| \| \| \* \\ \|\| / \* \| \| \| \| \* \\ #​################### / \* \| \| \| \| \* ## ## \* \| \| \| \| \* # Velvet Room MUSH # \* \| \| \| \| \* # # \* \| \| \| \| \* # Season 1 # \* \| \| \| \| \* # # \* \| \| \| \| \* # Welcome # \* \| \| \| \| \* # To the Velvet Room # \* \| \| \| \| \* # # \* \| \| \| \| -​---------# Players: #​---------- \| \| \| \| \* # # \* \| \| \| \| \* # connect <name> <pw> # \* \| \| \| \| \* # # \* \| \| \| \| \* # Guests: # \* \| \| \| \| \* # # \* \| \| \| \| \* # connect guest guest # \* \| \| \| \| \* # # \* \| \| \| \| \* # Others: # \* \| \| \| \| \* # # \* \| \| \| \| \* # WHO \|\| QUIT # \* \| \| \| \| \* ## ## \* \| \| \| \| \* / #​################### \\ \* \| \| \| \| \* / \|\| \\ \* \| \| \| \| / \*\*\*\*\*\*\*\*\*\* \|\| \*\*\*\*\*\*\*\*\*\* \\ \| \| \| \| / \|\| \\ \| \| \| \| / \|\| \\ \| \| \| \| \|\| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| '-​-------------------------------------------------------------------------' \| '-​-----------------------------------------------------------------------------'

Server URLs

Server Info

  • Codebase: PennMUSH 1.8.5p5

  • Players online: 19 [5]

  • Uptime: 139 days

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

  • Encoding: iso-8859-1

    This server uses a legacy encoding:

    telnetlib3-client --encoding iso-8859-1 --force-binary omen.genesismuds.com 1100

Protocol Support

MUD-specific protocols detected via MSSP flags or Telnet negotiation.

  • MSSP: Yes (MSSP)

  • GMCP: No

  • MSDP: No

  • MCCP: No

  • MCCP2: No

  • MXP: No

  • MSP: No

  • MCP: No

  • ZMP: No

Telnet Fingerprint

f2a90ec25901b0f0

This fingerprint is shared by 2 other servers.

Options offered by server: CHARSET, MSSP, SGA

Options requested from client: LINEMODE, NAWS, SGA, TTYPE

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

Show JSON
{
  "server-probe": {
    "fingerprint": "f2a90ec25901b0f0",
    "fingerprint-data": {
      "offered-options": [
        "CHARSET",
        "MSSP",
        "SGA"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "COM_PORT",
        "ECHO",
        "EOR",
        "GMCP",
        "MSDP",
        "MSP",
        "MXP",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [
        "LINEMODE",
        "NAWS",
        "SGA",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": ".------------------------------------------------------------------------------.\r\n| .--------------------------------------------------------------------------. |\r\n| |                                                                          | |\r\n| |                                                                          | |\r\n| |                                                                          | |\r\n| |                                                                          | |\r\n| |                                    ||                                    | |\r\n| |                    \\               ||               /                    | |\r\n| |                     \\              ||              /                     | |\r\n| |                      \\  ********** || **********  /                      | |\r\n| |                    *  \\            ||            /  *                    | |\r\n| |                    *   \\  ####################  /   *                    | |\r\n| |                    *    ##                    ##    *                    | |\r\n| |                    *  #     Velvet Room MUSH     #  *                    | |\r\n| |                    *  #                          #  *                    | |\r\n| |                    *  #         Season 1         #  *                    | |\r\n| |                    *  #                          #  *                    | |\r\n| |                    *  #          Welcome         #  *                    | |\r\n| |                    *  #    To the Velvet Room    #  *                    | |\r\n| |                    *  #                          #  *                    | |\r\n| |             ----------#          Players:        #----------             | |\r\n| |                    *  #                          #  *                    | |\r\n| |                    *  #    connect <name> <pw>   #  *                    | |\r\n| |                    *  #                          #  *                    | |\r\n| |                    *  #          Guests:         #  *                    | |\r\n| |                    *  #                          #  *                    | |\r\n| |                    *  #    connect guest guest   #  *                    | |\r\n| |                    *  #                          #  *                    | |\r\n| |                    *  #          Others:         #  *                    | |\r\n| |                    *  #                          #  *                    | |\r\n| |                    *  #        WHO || QUIT       #  *                    | |\r\n| |                    *    ##                    ##    *                    | |\r\n| |                    *  /   ####################   \\  *                    | |\r\n| |                    * /             ||             \\ *                    | |\r\n| |                     /   ********** || **********   \\                     | |\r\n| |                    /               ||               \\                    | |\r\n| |                   /                ||                \\                   | |\r\n| |                                    ||                                    | |\r\n| |                                                                          | |\r\n| |                                                                          | |\r\n| |                                                                          | |\r\n| |                                                                          | |\r\n| '--------------------------------------------------------------------------' |\r\n'------------------------------------------------------------------------------'\r\n",
      "banner_before_return": "",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ISO-8859-1",
      "mssp": {
        "ANSI": "1",
        "CODEBASE": "PennMUSH 1.8.5p5",
        "FAMILY": "TinyMUD",
        "NAME": "Velvet Room MUSH",
        "PLAYERS": "19",
        "PORT": "1100",
        "PUEBLO": "0",
        "UPTIME": "1759077051",
        "XTERM 256 COLORS": "1"
      },
      "option_states": {
        "server_offered": {
          "CHARSET": true,
          "MSSP": true
        },
        "server_requested": {
          "LINEMODE": true,
          "NAWS": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.24408507347106934,
        "total": 4.805783987045288
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:10:01.928105+00:00",
      "host": "omen.genesismuds.com",
      "ip": "216.136.9.5",
      "port": 1100
    }
  ]
}

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 omen.genesismuds.com 1100
Show Logfile
DEBUG client.py:965 Fingerprint client: host=omen.genesismuds.com port=1100
INFO client_base.py:175 Connected to <Peer 216.136.9.5 1100>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO LINEMODE
DEBUG stream_writer.py:1770 handle_do(LINEMODE)
DEBUG stream_writer.py:3174 pending_option[WILL + LINEMODE] = True
DEBUG stream_writer.py:950 send IAC WILL LINEMODE
DEBUG stream_writer.py:3174 pending_option[SB + LINEMODE] = True
DEBUG stream_writer.py:3174 local_option[LINEMODE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + LINEMODE] = False
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC WILL CHARSET
DEBUG stream_writer.py:725 WILL CHARSET (bi-directional capability exchange)
DEBUG stream_writer.py:1900 handle_will(CHARSET)
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 remote_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:686 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + LINEMODE] = False
DEBUG stream_writer.py:2544 recv IAC SB LINEMODE LINEMODE-MODE b'\t' IAC SE
DEBUG stream_writer.py:1277 set Linemode <b'\r': lit_echo:False, soft_tab:True, ack:True, trapsig:False, remote:False, local:True>
DEBUG stream_writer.py:1280 send IAC SB LINEMODE LINEMODE-MODE <b'\r': lit_echo:False, soft_tab:True, ack:True, trapsig:False,
    remote:False, local:True> IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'Velvet Room MUSH', 'PLAYERS': '19', 'UPTIME': '1759077051', 'PORT': '1100', 'PUEBLO':
    '0', 'CODEBASE': 'PennMUSH 1.8.5p5', 'FAMILY': 'TinyMUD', 'ANSI': '1', 'XTERM 256 COLORS': '1'}
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
INFO client.py:271 LookupError: encoding x-penn-def not available
DEBUG client.py:304 encoding negotiated: ISO-8859-1
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED ISO-8859-1 IAC SE
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
DEBUG stream_writer.py:707 recv IAC WONT BINARY
DEBUG stream_writer.py:2025 handle_wont(BINARY)
DEBUG stream_writer.py:3174 remote_option[BINARY] = False
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:707 recv IAC WILL SGA
DEBUG stream_writer.py:1900 handle_will(SGA)
DEBUG stream_writer.py:924 skip DO SGA; pending_option = True
DEBUG stream_writer.py:3174 remote_option[SGA] = True
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = False
DEBUG stream_writer.py:707 recv IAC DO SGA
DEBUG stream_writer.py:1770 handle_do(SGA)
DEBUG stream_writer.py:3174 pending_option[WILL + SGA] = True
DEBUG stream_writer.py:950 send IAC WILL SGA
DEBUG stream_writer.py:3174 local_option[SGA] = True
DEBUG stream_writer.py:3174 pending_option[WILL + SGA] = False
DEBUG stream_writer.py:707 recv IAC WONT ECHO
DEBUG stream_writer.py:2025 handle_wont(ECHO)
DEBUG stream_writer.py:3174 remote_option[ECHO] = False
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:707 recv IAC WONT STATUS
DEBUG stream_writer.py:2025 handle_wont(STATUS)
DEBUG stream_writer.py:3174 remote_option[STATUS] = False
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:707 recv IAC WONT EOR
DEBUG stream_writer.py:2025 handle_wont(EOR)
DEBUG stream_writer.py:3174 remote_option[EOR] = False
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = False
DEBUG stream_writer.py:707 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2025 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3174 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:707 recv IAC WONT GMCP
DEBUG stream_writer.py:2025 handle_wont(GMCP)
DEBUG stream_writer.py:3174 remote_option[GMCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSDP
DEBUG stream_writer.py:2025 handle_wont(MSDP)
DEBUG stream_writer.py:3174 remote_option[MSDP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSP
DEBUG stream_writer.py:2025 handle_wont(MSP)
DEBUG stream_writer.py:3174 remote_option[MSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MXP
DEBUG stream_writer.py:2025 handle_wont(MXP)
DEBUG stream_writer.py:3174 remote_option[MXP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = False
DEBUG stream_writer.py:707 recv IAC WONT ZMP
DEBUG stream_writer.py:2025 handle_wont(ZMP)
DEBUG stream_writer.py:3174 remote_option[ZMP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:707 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2025 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3174 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:707 recv IAC WONT ATCP
DEBUG stream_writer.py:2025 handle_wont(ATCP)
DEBUG stream_writer.py:3174 remote_option[ATCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = False
INFO fingerprinting.py:737 new server fingerprint f2a90ec25901b0f0
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 1100>

play.exodusmud.com:9000

Connection Banner:

ANSI Color (Y/n)? Original DikuMUD by Hans Staerfeldt, Katja Nyboe, Tom Madsen, Michael Seifert, and Sebastian Hammer. Derivative of MERC 2.1 and ROM 2.4 (c) 1993 - 1994 Alander. RIM 1.0 / PUD 2.0 by Cailet, Murk & Associates /\\ //\\\\ /\\ ///\\\\\\ /\\ EXODUS //\\\\ ////\\\\\\\\ //\\\\ ///\\\\\\ //^ ^ ^ \\/ ^ \\ \* . . \* /// ^ -​.-.-^ ^ ^ ^\\ ^^ -​.-.- \* . \* / ^ ^ \| \| ^ ^ ^ \\ \| \| \* . \* . \* /^ ^ ^ \| \| _ _ _ \| \| . \* _ . \* . /^ ^ ^ \| O \|_\| \|_\| \|_\| \|_\| O \| \* _/ \\ \* . _\* \* . . / /%\\ ^^ \| \| - _^_ \| \| / \\_ _/ \\ ^ /\|\|\|\\^ \| _\| //\|\\\\ - \| \| \* _/ /\\ \\ / () \\_\* /\\_ /\|\|%o\|\\ \| \| ///\|\\\\\\ \| -\| / _ _/ \\ _/ \\_ . /%\|o\|\|\|\|\\ \|- \|_ \|\|\|\|\|\|\| \| \| / ( ) / <> \\_ / <> \\ ooo\| \|oooo\| \| \|\|\|\|\|\|\| \|- \| /\\_ () __/ ^ \\ /\\ \\_ oooooooooo\|___\|___\|\|\|\|\|\|\|___\|___\|\\_​____/\\__\\_​____/_()_​______/ \\_​___\\_​_____^___\\ /\|\\ / \| \\ / \| \\ / \| \\ / \| \\ / \| \\ / \| \\ / \| \\ Who dares storm our wayward path?

Server URLs

Server Info

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

Telnet Fingerprint

c2dd7d4e76383b41

This fingerprint is shared by 173 other servers.

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

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": "\u001b[1;30m       Original DikuMUD by Hans Staerfeldt, Katja Nyboe, Tom Madsen, \n\r\u001b[1;30m       Michael Seifert, and Sebastian Hammer. Derivative of MERC 2.1 \n\r\u001b[1;30m       and ROM 2.4 (c) 1993 - 1994 Alander.\n\r\u001b[1;30m               RIM 1.0 / PUD 2.0 by Cailet, Murk & Associates\n\r\u001b[0m\n\r\u001b[0;37m                 /\\\n\r\u001b[0;37m                //\\\\\n\r\u001b[0;37m       /\\      ///\\\\\\    /\\\u001b[1;30m                EXODUS \n\r\u001b[0;37m      //\\\\    ////\\\\\\\\  //\\\\\n\r\u001b[0;37m     ///\\\\\\\u001b[0;37m  //^  ^ ^\u001b[0;37m \\/\u001b[1;30m  ^\u001b[0;37m \\\u001b[0;1;37m                          * . . *\n\r\u001b[0;37m    /// ^\u001b[0;36m -.-.-\u001b[1;30m^ ^ ^  ^\\ ^^\u001b[0;36m -.-.-\u001b[0;1;37m             *  .             *\n\r\u001b[1;30m   /  ^ ^\u001b[0;36m |   |\u001b[1;30m ^  ^  ^ \\\u001b[0;36m   |   |\u001b[0;1;37m                    *   .  *       . *\n\r\u001b[1;30m  /^ ^  ^\u001b[0;36m |   |  _   _   _  |   |\u001b[0;1;37m         .    *\u001b[0;31m  _\u001b[0;1;37m         . *  .  \n\r\u001b[1;30m /^  ^ ^\u001b[0;36m  |\u001b[1;30m O\u001b[0;36m |_| |_| |_| |_|\u001b[1;30m O\u001b[0;36m |\u001b[0;1;37m           *\u001b[0;31m   _/ \\\u001b[0;1;37m  *  .\u001b[0;31m _\u001b[0;1;37m*     *    .  .\n\r\u001b[1;30m/\u001b[0;32m  /%\u001b[0;32m\\\u001b[1;30m ^^\u001b[0;36m |   |\u001b[0;31m   -\u001b[0;33m _^_\u001b[0;36m     |   |\u001b[0;31m              /    \\_   _/ \\\n\r\u001b[1;30m^\u001b[0;32m /|||\\\u001b[1;30m^\u001b[0;36m  |\u001b[0;31m  _\u001b[0;36m|\u001b[0;33m    //|\\\\\u001b[0;31m  -\u001b[0;36m |   |\u001b[0;1;37m          *\u001b[0;31m _/  /\\   \\ /\u001b[1;30m ()\u001b[0;31m \\_\u001b[0;1;37m*\u001b[0;31m      /\\_      \n\r\u001b[0;32m /||%\u001b[0;33mo\u001b[0;32m|\\\u001b[0;36m  |   |\u001b[0;33m   ///|\\\\\\\u001b[0;36m   |\u001b[0;31m  -\u001b[0;36m|\u001b[0;31m           /   _     _/       \\    _/   \\_\u001b[0;1;37m .\n\r\u001b[0;32m/%\u001b[0;32m|\u001b[0;33mo\u001b[0;32m||||\\\u001b[0;36m |\u001b[0;31m-\u001b[0;36m  |\u001b[0;31m_\u001b[0;33m  |||||||\u001b[0;36m   |   |\u001b[0;31m          /\u001b[1;30m  ( )\u001b[0;31m   /\u001b[1;30m   <>\u001b[0;31m      \\_ /\u001b[1;30m   <>\u001b[0;31m  \\  \n\r\u001b[0;37mooo\u001b[0;33m| |\u001b[0;37moooo\u001b[0;36m|   |\u001b[0;33m   |||||||\u001b[0;36m   |\u001b[0;31m-\u001b[0;36m  |\u001b[0;31m       /\\_  ()   __/        ^    \\  /\\     \\_\n\r\u001b[0;37moooooooooo\u001b[0;36m|___|___\u001b[0;33m|||||||\u001b[0;36m___|___|\u001b[0;31m\\_____/\\__\\_____/_\u001b[1;30m()\u001b[0;31m_______/ \\____\\______^___\\\n\r\u001b[0;33m                                   /|\\\n\r\u001b[0;33m                                  / | \\\n\r\u001b[0;33m                                 /  |  \\\n\r\u001b[0;33m                                /   |   \\\n\r\u001b[0;33m                               /    |    \\\n\r\u001b[0;33m                              /     |     \\\n\r\u001b[0;33m                             /      |      \\\n\r\u001b[0;33m                            /       |       \\\u001b[0m\n\r\n\r\u001b[0;37mWho dares storm our wayward path? ",
      "banner_before_return": "\n\rANSI Color (Y/n)? ",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {}
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.0,
        "total": 4.966179609298706
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:11:05.209506+00:00",
      "host": "play.exodusmud.com",
      "ip": "216.136.9.5",
      "port": 9000
    }
  ]
}

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 play.exodusmud.com 9000
Show Logfile
DEBUG client.py:965 Fingerprint client: host=play.exodusmud.com port=9000
INFO client_base.py:175 Connected to <Peer 216.136.9.5 9000>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 9000>
INFO fingerprinting.py:746 connection for server fingerprint c2dd7d4e76383b41

rom.genesismuds.com:4422

Connection Banner:

_​___ _​___ ___ __ ___ ___ __ \|\| \\\\ \|\| // \\\\ \|\| \|\|\\\\//\|\| (( \\ Realms of Myst \|\|_// \|\|== \|\|=\|\| \|\| \|\| \\/ \|\| \\\\ \|\| \\\\ \|\|___ \|\| \|\| \|\|__\| \|\| \|\| \\_)) ___ ___ ___ ___ __ __ __ _​___ // \\\\ \|\| \|\|\\\\//\|\| \|\| \|\| << \\ -\|\|- (( )) \|\|== \|\| \\/ \|\| \\\\// \\\\ \|\| A SMAUG MUD \\\\_// \|\| \|\| \|\| \|\| \\_>> \|\| /-​-------------------------------------------------------------------------\\ \| [S]imulated [M]edieval [A]dventure multi[U]ser [G]ame \| \\\\._.// \| \| -​----------------------------------------------------------\| (0...0) \| \| SMAUG 1.6 FUSS by afkmud based on Smaug by Derek Snider \| ).:.( \| \| -​----------------------------------------------------------\| {o o} \| \| SMAUG code (c) 1998 by Derek Snider aka Thoric. \| / ' ' \\ \| \| Special thanks to Romani, Nivek, Eventine, Mendax, \|-'-.VxvxV.-'-\| \| Sokudon, Nemesis, Chomstoru, and other inspirations. \| ver 0.40 \| \\-​-------------------------------------------------------------------------/ Enter the name of your character, or type "new" to create a new character. >

Server URLs

Server Info

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

Telnet Fingerprint

c2dd7d4e76383b41

This fingerprint is shared by 173 other servers.

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

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": "",
      "banner_before_return": "\n\r \n\r   ____   ____  ___  __    ___  ___  __   \n\r   || \\\\ ||    // \\\\ ||    ||\\\\//|| (( \\         Realms of Myst\n\r   ||_// ||==  ||=|| ||    || \\/ ||  \\\\   \n\r   || \\\\ ||___ || || ||__| ||    || \\_))  \n\r                      ___    ___      ___  ___ __  __  __  ____\n\r                     // \\\\  ||        ||\\\\//|| ||  || << \\ -||-\n\r                    ((   )) ||==      || \\/ ||  \\\\//   \\\\   ||\n\r   A SMAUG MUD       \\\\_//  ||        ||    ||   ||   \\_>>  ||\n\r \n\r /--------------------------------------------------------------------------\\\n\r | [S]imulated [M]edieval [A]dventure multi[U]ser [G]ame      |   \\\\._.//   |\n\r | -----------------------------------------------------------|   (0...0)   |\n\r | SMAUG 1.6 FUSS by afkmud based on Smaug by Derek Snider    |    ).:.(    |\n\r | -----------------------------------------------------------|    {o o}    |\n\r | SMAUG code (c) 1998 by Derek Snider aka Thoric.            |   / ' ' \\   |\n\r | Special thanks to Romani, Nivek, Eventine, Mendax,         |-'-.VxvxV.-'-|\n\r | Sokudon, Nemesis, Chomstoru, and other inspirations.       |  ver 0.40   |\n\r \\--------------------------------------------------------------------------/\n\r \n\rEnter the name of your character, or type \"new\" to create a new character.\n\r> \n\r",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "option_states": {
        "server_offered": {
          "0x56": false
        },
        "server_requested": {}
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.0,
        "total": 2.8158681392669678
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:12:41.577124+00:00",
      "host": "rom.genesismuds.com",
      "ip": "216.136.9.5",
      "port": 4422
    }
  ]
}

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 rom.genesismuds.com 4422
Show Logfile
DEBUG client.py:965 Fingerprint client: host=rom.genesismuds.com port=4422
INFO client_base.py:175 Connected to <Peer 216.136.9.5 4422>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:723 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1900 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3174 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:950 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:2008 Unhandled: WILL MCCP2_COMPRESS.
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 4422>
INFO fingerprinting.py:746 connection for server fingerprint c2dd7d4e76383b41

terabithia.genesismuds.com:4700

Connection Banner:

This world is Pueblo 1.0 enhanced Welcome to TinyMUSH -​----------------------------------------------------------------------------- "connect <name> <password>" connects you to an existing character. "WHO" tells you who is logged in to the game (case sensitive). "QUIT" exits the game and saves your character. "news" informs you about recent program changes and items of interest. "help" gives help on the commands. If you want a character, e-mail your request to terabithia@shunyata.org. Include in your request the character name and password you want. New characters are normally created within 24 hours. -​-----------------------------------------------------------------------------

Server URLs

Server Info

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

Telnet Fingerprint

a8a260cc4662430c

This fingerprint is shared by 219 other servers.

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

Show JSON
{
  "server-probe": {
    "fingerprint": "a8a260cc4662430c",
    "fingerprint-data": {
      "offered-options": [],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "EOR",
        "GMCP",
        "MSDP",
        "MSP",
        "MSSP",
        "MXP",
        "SGA",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "This world is Pueblo 1.0 enhanced\r\n\r\nWelcome to TinyMUSH\r\n------------------------------------------------------------------------------\r\n  \"connect <name> <password>\" connects you to an existing character.\r\n  \"WHO\" tells you who is logged in to the game (case sensitive).\r\n  \"QUIT\" exits the game and saves your character.\r\n  \"news\" informs you about recent program changes and items of interest.\r\n  \"help\" gives help on the commands.\r\n\r\n  If you want a character, e-mail your request to terabithia@shunyata.org.\r\n  Include in your request the character name and password you want.\r\n  New characters are normally created within 24 hours.\r\n------------------------------------------------------------------------------\r\n",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {}
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5119879245758057,
        "total": 5.021236419677734
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:10:01.502907+00:00",
      "host": "terabithia.genesismuds.com",
      "ip": "216.136.9.5",
      "port": 4700
    }
  ]
}

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 terabithia.genesismuds.com 4700
Show Logfile
DEBUG client.py:965 Fingerprint client: host=terabithia.genesismuds.com port=4700
INFO client_base.py:175 Connected to <Peer 216.136.9.5 4700>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
INFO fingerprinting.py:746 connection for server fingerprint a8a260cc4662430c
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 4700>

Void of Reality (vor.voidofreality.org:7777)

Connection Banner:

Welcome to Void of Reality Running on EmlenMud(c)1994, VoR(c) 1995, v3.2.0 Revision 2006/11/2 O. Emlen, S. Lee, D. Biegal - OLC heavy-modified TheIsles Press [Enter] to login... "only knowledge will i save" "to the game you stay a slave" "rover" "wanderer" "nomad" "vagabond" " call me what you will " β–„ β–„β–€β–„ β–„ β–„β–ˆ β–„ β–„β–ˆβ–Œ β–„β–‘β–€ β–€β–ˆβ–„ β–„β–ˆβ–Œ β–„β–„β–ˆβ–‘β–ˆ β–„β–ˆ β–„β–„β–ˆβ–ˆβ–€β–Œ β–„β–ˆβ–“β–€β–Œ β–β–‘β–ˆβ–€β–„ β–„β–„β–ˆβ–„β–ˆβ–€β–„β–€β–ˆβ–ˆβ–„β–ˆβ–ˆβ–‘ β–„β–„β–“β–€β–„β–Œ β–€β–β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–“β–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„ β–€β–β–ˆβ–“β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–€β–“β–ˆβ–ˆβ–ˆβ–ˆβ–Œ β–β–ˆβ–ˆβ–“β–ˆ β–β–ˆβ–ˆβ–ˆβ–ˆβ–Œ β–β–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ β–β–ˆβ–ˆβ–“β–ˆβ–Œ β–β–ˆβ–ˆβ–ˆβ–ˆ β–β–ˆβ–ˆβ–ˆβ–ˆβ–Œ β–β–ˆβ–ˆβ–ˆβ–ˆ β–β–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ β–ˆβ–ˆβ–ˆβ–€β–Œ β–β–ˆβ–ˆβ–“β–ˆ β–β–“β–„β–ˆβ–ˆ β–β–ˆβ–ˆβ–ˆβ–ˆ β–β–ˆβ–ˆβ–„β–Œ β–ˆβ–“β–ˆβ–ˆβ–€β–Œ β–’β–ˆβ–“β–€ ▐▓▄▒▀ ▐▓▒▀ β–β–ˆβ–„β–“β–Œ β–„β–ˆβ–“β–€ β–“β–ˆβ–€β–“β–€ β–‘β–€ β–„β–Œ β–€ ▄▐ β–€β–€ β–„β–ˆ ▐▓▀▀ β–„β–„β–„β–ˆ β–€β–€β–€ β–„β–„β–Œ β–„β–„β–“β–ˆβ–Œ ▐▄▄▓▓ β–’β–’β– β–ˆβ–Œ β–„β–„β–ˆβ–ˆβ–Œ β–β–ˆβ–€β–ˆβ–€ β–β–€β–€β–ˆβ–“β–€ β–“β–€β–‘β–ˆβ–Œ β–β–“β–€β–ˆβ–ˆ β–‘β–ˆβ–ˆβ–“β–Œ β–β–‘β–“β–€β–ˆ β–β–ˆβ–‘β–ˆβ–‘β–„β–ˆβ–ˆβ– β–“β–„ β–Œβ–‘β–ˆβ–ˆβ–Œ β–β–ˆβ–ˆβ–“β–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–Œ β–β–€β–ˆβ–ˆβ– β–β–ˆβ–ˆβ–ˆβ–ˆβ–€β–€ β–€β–ˆβ–ˆβ–‘β–„ β–ˆβ–ˆβ–ˆβ–ˆβ–Œ β–β–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–‘β–ˆβ–Œ β–β–ˆβ–ˆβ–‘β–ˆ β–β–ˆβ–ˆβ–ˆβ–ˆ β–β–ˆβ–ˆβ–ˆβ–Œ β–„β–‘β–ˆβ–ˆβ–€β–ˆ β–ˆβ–ˆβ–ˆβ–„β–‘β–„ β–„β–’ β–„β–ˆβ–‘ β–ˆβ– β–ˆβ–ˆβ–ˆβ–„ β–ˆβ– β–ˆβ–‘β–ˆβ–„ β–ˆβ–ˆβ–ˆβ–ˆ β–€ β–„β–“β–Œ β–β–€β–’β–ˆβ–€ β–€β–ˆβ–„β–“β–Œ ▐▄▀▓▀ ▐▄▄▓▀ β–ˆβ–ˆβ–ˆβ–‘β–ˆ β–€β–ˆβ–„ β–„β–ˆβ–€ β–€β–ˆβ–„ β–„β–ˆβ–€ β–„β–ˆβ–€ β–ˆβ–ˆβ–ˆβ–“β–ˆβ– β–Œ β–€β–„β–€ β–€β–„β–€ β–€ β–β–“β–“β–„β–ˆβ–ˆβ–ˆβ–„β–„ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–€β–€ . M i d P o i n t V o i d 2 . β–€ + Void of Reality + Options: New Player? type Create <playername> Returning Player? type <playername> Want to disconnect from server? Type quit

Server URLs

Description

Void of Reality has been online since 1995. A PvP-focused hack-and-slash featuring 9 remort tiers, 6 classes, player clans, and an original fantasy world. Loot chests, epic and legendary items with Diablo-style random affects. Item customization via enchanting, socketing, and mastercrafting. Built on EmlenMUD with 30 years of evolution.

Server Info

  • Codebase: EmlenMud

  • Genre: Fantasy

  • Gameplay: Hack and Slash/Player Kill

  • Players online: 4 [6]

  • Uptime: 20492 days

  • Created: 1995

  • Status: Development

  • Discord: https://discord.gg/CkYm9WRnyw

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

  • Language: English

Protocol Support

MUD-specific protocols detected via MSSP flags or Telnet negotiation.

  • MSSP: Yes (MSSP)

  • GMCP: Yes (MSSP)

  • MSDP: Negotiated

  • MCCP: No

  • MCCP2: No

  • MXP: No

  • MSP: No

  • MCP: No

  • ZMP: No

Telnet Fingerprint

59c7ba741287342b

This fingerprint is unique to this server.

Options offered by server: CHARSET, GMCP, MSDP, MSSP

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

Show JSON
{
  "server-probe": {
    "fingerprint": "59c7ba741287342b",
    "fingerprint-data": {
      "offered-options": [
        "CHARSET",
        "GMCP",
        "MSDP",
        "MSSP"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "COM_PORT",
        "ECHO",
        "EOR",
        "MSP",
        "MXP",
        "SGA",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "                        \u001b[1;30m\"only knowledge will i save\"\u001b[0m\n\r                       \u001b[1;30m\"to the game you stay a slave\"\u001b[0m\n\r                                  \u001b[1;30m\"rover\"\u001b[0m\n\r                                 \u001b[1;30m\"wanderer\"\u001b[0m\n\r                                  \u001b[1;30m\"nomad\"\u001b[0m\n\r                                 \u001b[1;30m\"vagabond\"\u001b[0m\n\r                         \u001b[1;30m\" call me what you will\u001b[0m \u001b[1;30m\"\u001b[0m\n\r\n\r                          \u2584           \u2584\u2580\u2584                 \u2584     \u2584\u2588\u001b[0m\n\r              \u2584         \u2584\u2588\u258c        \u2584\u001b[1;30;47m\u2591\u001b[0m\u2580   \u2580\u2588\u001b[1;30m\u2584\u001b[0m            \u001b[1;30m\u2584\u001b[0m\u2588\u258c  \u001b[1;30m\u2584\u2584\u2588\u001b[1;30;47m\u2591\u001b[0m\u2588\u001b[0m\n\r           \u001b[1;30m \u001b[0m\u2584\u2588      \u001b[1;30m\u2584\u2584\u2588\u2588\u001b[1;30;47m\u2580\u258c\u001b[0m      \u001b[1;30m\u2584\u2588\u001b[1;30;47m\u2593\u2580\u001b[1;30m\u258c\u001b[0m     \u001b[1;30m\u2590\u001b[1;30;47m\u2591\u001b[1;30m\u2588\u001b[1;30;47m\u2580\u001b[1;30m\u2584\u001b[0m     \u001b[1;30m\u2584\u2584\u2588\u001b[1;30;47m\u2584\u001b[1;30m\u2588\u001b[1;30;47m\u2580\u001b[1;30m\u2584\u2580\u2588\u2588\u001b[1;30;47m\u2584\u001b[1;30m\u2588\u2588\u001b[1;30;47m\u2591\u001b[0m\n\r        \u001b[1;30m\u2584\u2584\u001b[1;30;47m\u2593\u2580\u2584\u001b[0m\u258c     \u001b[1;30m\u2580\u2590\u2588\u2588\u2588\u2588\u2588\u001b[0m    \u001b[1;30m\u2584\u2588\u2588\u001b[1;30;47m\u2593\u001b[1;30m\u2588\u2588\u001b[0m       \u001b[1;30m\u2588\u2588\u2588\u2588\u2588\u2584\u001b[0m  \u001b[1;30m\u2580\u2590\u2588\u001b[1;30;47m\u2593\u001b[1;30m\u2588\u2588\u2588 \u001b[0m \u001b[1;30m\u2588\u2588\u2588\u2588\u2588\u2588\u001b[0m\n\r       \u001b[1;30m\u2580\u001b[1;30;47m\u2593\u001b[1;30m\u2588\u2588\u2588\u2588\u258c\u001b[0m       \u001b[1;30m\u2590\u2588\u2588\u2593\u2588\u001b[0m    \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u258c\u001b[0m       \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u001b[0m     \u001b[1;30m\u2588\u2588\u2588\u2588\u2588\u001b[0m  \u001b[1;30m\u2588\u2588\u2588\u2588\u2588\u258c\u001b[0m\n\r        \u001b[1;30m\u2590\u2588\u2588\u2593\u2588\u258c\u001b[0m       \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u001b[0m    \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u258c\u001b[0m       \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u001b[0m     \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u001b[0m  \u001b[1;30m\u2588\u2588\u2588\u2588\u2588\u258c\u001b[0m\n\r         \u001b[1;30m\u2588\u2588\u2588\u2580\u258c\u001b[0m       \u001b[1;30m\u2590\u2588\u2588\u2593\u2588\u001b[0m    \u001b[1;30m\u2590\u2593\u2584\u2588\u2588\u001b[0m        \u001b[1;30m\u2590\u2588\u2588\u2588\u2588\u001b[0m     \u001b[1;30m\u2590\u2588\u2588\u2584\u258c\u001b[0m  \u001b[1;30m\u2588\u2593\u2588\u2588\u2580\u258c\u001b[0m\n\r         \u001b[1;30m\u2592\u2588\u2593\u2580\u001b[0m        \u001b[1;30m\u2590\u2593\u2584\u2592\u2580\u001b[0m    \u001b[1;30m\u2590\u2593\u2592\u2580\u001b[0m         \u001b[1;30m\u2590\u2588\u2584\u2593\u258c\u001b[0m     \u001b[1;30m\u2584\u2588\u2593\u2580\u001b[0m   \u001b[1;30m\u2593\u2588\u2580\u2593\u2580\u001b[0m\n\r         \u001b[1;30m\u2591\u2580\u001b[0m \u001b[1;31m\u2584\u258c\u001b[0m        \u001b[1;30m\u2580\u001b[0m \u001b[1;31m\u2584\u2590\u001b[0m   \u001b[1;30m \u2580\u2580\u001b[0;31m \u001b[1;31m\u2584\u001b[1;31;41m\u2588\u001b[0m        \u001b[1;30m\u2590\u2593\u2580\u2580\u001b[0m \u001b[0;31m \u001b[0m     \u001b[1;31m\u2584\u2584\u2584\u2588\u001b[0m \u001b[1;30m\u2580\u2580\u2580\u001b[0m \u001b[1;31m\u2584\u2584\u258c\u001b[0m\n\r         \u001b[1;31m\u2584\u2584\u001b[1;31;41m\u2593\u2588\u001b[0;31m\u258c\u001b[0m       \u001b[1;31m\u2590\u2584\u2584\u001b[1;31;41m\u2593\u2593\u001b[0m    \u001b[0;31m \u001b[1;31;41m\u2592\u2592\u25a0\u001b[1;31m\u2588\u258c\u001b[0m        \u001b[0;31m\u2584\u001b[1;31m\u2584\u2588\u2588\u258c\u001b[0m    \u001b[1;31m\u2590\u001b[0;31m\u2588\u001b[1;31;41m\u2580\u2588\u2580\u001b[0m \u001b[1;31m\u2590\u001b[1;31;41m\u2580\u2580\u2588\u2593\u001b[1;31m\u2580\u001b[0m\n\r         \u001b[1;31;41m\u2593\u2580\u2591\u001b[0;31m\u2588\u258c\u001b[0m       \u001b[1;31m\u2590\u001b[1;31;41m\u2593\u2580\u001b[0;31m\u2588\u2588\u001b[0m     \u001b[1;31;41m\u2591\u001b[0;31m\u2588\u2588\u001b[1;31;41m\u2593\u001b[0;31m\u258c\u001b[0m       \u001b[0;31m\u2590\u001b[1;31;41m\u2591\u2593\u2580\u001b[1;31m\u2588\u001b[0m     \u001b[0;31m\u2590\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2584\u2588\u2588\u001b[1;31;41m\u25a0\u2593\u001b[0;31m\u2584\u001b[0m\n\r         \u001b[1;31;41m\u258c\u2591\u001b[0;31m\u2588\u2588\u258c\u001b[0m       \u001b[1;31m\u2590\u001b[0;31m\u2588\u2588\u001b[1;31;41m\u2593\u001b[0;31m\u2588\u001b[0m     \u001b[0;31m\u2588\u2588\u2588\u2588\u258c\u001b[0m       \u001b[0;31m\u2590\u001b[1;31;41m\u2580\u001b[0;31m\u2588\u2588\u001b[1;31;41m\u2590\u001b[0m     \u001b[0;31m\u2590\u2588\u2588\u2588\u2588\u2580\u2580\u001b[0m \u001b[0;31m\u2580\u2588\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2584\u001b[0m\n\r         \u001b[0;31m\u2588\u2588\u2588\u2588\u258c\u001b[0m       \u001b[0;31m\u2590\u2588\u2588\u2588\u2588\u001b[0m     \u001b[0;31m\u2588\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u258c\u001b[0m       \u001b[0;31m\u2590\u2588\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u001b[0m     \u001b[0;31m\u2590\u2588\u2588\u2588\u2588\u001b[0m \u001b[1;30m  \u001b[0m \u001b[0;31m\u2590\u2588\u2588\u2588\u258c\u001b[0m\n\r        \u001b[0;31m\u2584\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u2588\u001b[1;31;41m\u2580\u001b[0;31m\u2588\u001b[0m       \u001b[0;31m\u2588\u2588\u2588\u001b[1;31;41m\u2584\u2591\u001b[0;31m\u2584\u001b[0m   \u001b[0;31m\u2584\u001b[1;31;41m\u2592 \u2584\u001b[0;31m\u2588\u001b[1;31;41m\u2591\u001b[0m       \u001b[0;31m\u2588\u001b[1;31;41m\u25a0\u001b[0;31m\u2588\u2588\u2588\u2584\u001b[0m    \u001b[0;31m\u2588\u001b[1;31;41m\u25a0\u001b[0;31m\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u2584\u001b[0m   \u001b[0;31m\u2588\u2588\u2588\u2588\u001b[0m\n\r          \u001b[0;31m\u2580\u001b[1;31;41m \u2584\u2593\u001b[0;31m\u258c\u001b[0m     \u001b[1;31m\u2590\u001b[1;31;41m\u2580\u2592\u001b[0;31m\u2588\u2580\u001b[0m       \u001b[1;31m\u2580\u001b[1;31;41m\u2588\u2584\u2593\u001b[0;31m\u258c\u001b[0m     \u001b[1;31m\u2590\u001b[1;31;41m\u2584\u2580\u2593\u001b[0;31m\u2580\u001b[0m     \u001b[1;31m\u2590\u001b[1;31;41m\u2584\u2584\u2593\u001b[0;31m\u2580\u001b[0m    \u001b[0;31m\u2588\u2588\u2588\u001b[1;31;41m\u2591\u001b[0;31m\u2588\u001b[0m\n\r             \u001b[1;31m\u2580\u2588\u2584\u001b[0m   \u001b[1;31m\u2584\u2588\u2580\u001b[0m             \u001b[1;31m\u2580\u001b[1;31;41m\u2588\u001b[1;31m\u2584\u001b[0m   \u001b[1;31m\u2584\u001b[1;31;41m\u2588\u001b[1;31m\u2580\u001b[0m       \u001b[1;31m\u2584\u2588\u2580\u001b[0m      \u001b[0;31m\u2588\u2588\u2588\u001b[1;31;41m\u2593\u001b[0;31m\u2588\u001b[1;31;41m\u25a0\u001b[1;31m\u258c\u001b[0m\n\r                \u001b[1;31m\u2580\u2584\u2580\u001b[0m                   \u001b[1;31m\u2580\u2584\u2580\u001b[0m        \u001b[1;31m \u2580\u001b[0m         \u001b[0;31m\u2590\u001b[1;31;41m\u2593\u2593\u2584\u001b[1;31m\u2588\u2588\u2588\u2584\u2584\u001b[0m\n\r                                                             \u001b[1;31m\u2580\u2588\u2588\u2588\u2588\u2580\u2580\u001b[0m\n\r                        \u001b[1;30m.\u001b[0m \u001b[1;30mM i d P o i n t  V o i d 2 \u001b[0m \u001b[1;30m.\u001b[0m        \u001b[1;31m\u2580\u001b[0m\n\r\n\r                            \u001b[1;31m + \u001b[1;34mVoid of Reality \u001b[1;31m+\u001b[0m\n\r\u001b[1;37mOptions:\u001b[0m\n\r\u001b[1;37mNew Player? type \u001b[1;35mCreate \u001b[0;37m<\u001b[1;36mplayername\u001b[0;37m>\u001b[0m\n\r\u001b[1;37mReturning Player? type \u001b[0;37m<\u001b[1;36mplayername\u001b[0;37m>\u001b[0m\n\r\u001b[1;37mWant to disconnect from server? Type quit\u001b[0m\n\r",
      "banner_before_return": "\n\r\n\r\u001b[1;37mWelcome to Void of Reality\u001b[0m\n\r\u001b[1;30mRunning on \u001b[0;37mEmlenMud(c)1994, VoR(c) 1995, v3.2.0 Revision 2006/11/2\u001b[0m\n\r\u001b[1;30mO. Emlen, S. Lee, D. Biegal - OLC heavy-modified TheIsles\u001b[0m\n\r\n\r\u001b[0;37mPress \u001b[1;30m[\u001b[1;37mEnter\u001b[1;30m] \u001b[0;37mto login...\u001b[0m\n\r\n\r\n\r",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "UTF-8",
      "mssp": {
        "ADULT MATERIAL": "0",
        "ANSI": "1",
        "AREAS": "119",
        "CHARSET": "UTF-8",
        "CLASSES": "6",
        "CODEBASE": "EmlenMud",
        "CONTACT": "admin@voidofreality.org",
        "CRAWL DELAY": "5",
        "CREATED": "1995",
        "DESCRIPTION": "Void of Reality has been online since 1995. A PvP-focused hack-and-slash featuring 9 remort tiers, 6 classes, player clans, and an original fantasy world. Loot chests, epic and legendary items with Diablo-style random affects. Item customization via enchanting, socketing, and mastercrafting. Built on EmlenMUD with 30 years of evolution.",
        "DISCORD": "https://discord.gg/CkYm9WRnyw",
        "EQUIPMENT SYSTEM": "No requirments to use items",
        "FAMILY": "Diku/MERC",
        "GAMEPLAY": "Hack and Slash/Player Kill",
        "GAMESYSTEM": "Extensively Modified EmlenMud",
        "GENRE": "Fantasy",
        "GMCP": "1",
        "HELPFILES": "489",
        "HIRING BUILDERS": "0",
        "HIRING CODERS": "0",
        "HOSTNAME": "vor.voidofreality.org",
        "ICON": "https://live.staticflickr.com/65535/54893341850_e16116a3d5_s.jpg",
        "INTERMUD": "0",
        "IP": "216.136.9.5",
        "LANGUAGE": "English",
        "LEVELS": "Max level is 90 with 9 remorts",
        "LOCATION": "United States",
        "MCCP": "0",
        "MCP": "0",
        "MINIMUM AGE": "13",
        "MOBILES": "2434",
        "MSP": "0",
        "MSSP": "1",
        "MULTICLASSING": "0",
        "MULTIPLAYING": "Restricted",
        "MXP": "0",
        "NAME": "Void of Reality",
        "NEWBIE FRIENDLY": "1",
        "OBJECTS": "2506",
        "PAY FOR PERKS": "0",
        "PAY TO PLAY": "0",
        "PLAYER CITIES": "0",
        "PLAYER CLANS": "1",
        "PLAYER CRAFTING": "0",
        "PLAYER GUILDS": "1",
        "PLAYERKILLING": "Full",
        "PLAYERS": "4",
        "PORT": "7777",
        "QUEST SYSTEM": "0",
        "RACES": "24",
        "ROLEPLAYING": "Not Required",
        "ROOMS": "21439",
        "SKILLS": "217",
        "SSL": "0",
        "STATUS": "Development",
        "SUBGENRE": "Medieval Fantasy",
        "TRAINING SYSTEM": "For skills and spells",
        "UPTIME": "505480",
        "UTF-8": "1",
        "VT100": "1",
        "WEBSITE": "https://www.voidofreality.org/",
        "WORLD ORIGINALITY": "All Original",
        "XTERM 256 COLORS": "0",
        "ZMP": "0"
      },
      "option_states": {
        "server_offered": {
          "CHARSET": true,
          "GMCP": true,
          "MSDP": true,
          "MSSP": true
        },
        "server_requested": {}
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5139851570129395,
        "total": 5.31718111038208
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:10:58.580668+00:00",
      "host": "vor.voidofreality.org",
      "ip": "216.136.9.5",
      "port": 7777
    }
  ]
}

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 vor.voidofreality.org 7777
Show Logfile
DEBUG client.py:965 Fingerprint client: host=vor.voidofreality.org port=7777
INFO client_base.py:175 Connected to <Peer 216.136.9.5 7777>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC WILL GMCP
DEBUG stream_writer.py:723 WILL GMCP unsolicited
DEBUG stream_writer.py:1900 handle_will(GMCP)
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 remote_option[GMCP] = True
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSDP
DEBUG stream_writer.py:723 WILL MSDP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSDP)
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 remote_option[MSDP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC WILL CHARSET
DEBUG stream_writer.py:725 WILL CHARSET (bi-directional capability exchange)
DEBUG stream_writer.py:1900 handle_will(CHARSET)
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 remote_option[CHARSET] = True
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'NAME': 'Void of Reality', 'PLAYERS': '4', 'UPTIME': '505480', 'HOSTNAME':
    'vor.voidofreality.org', 'PORT': '7777', 'CODEBASE': 'EmlenMud', 'FAMILY': 'Diku/MERC', 'GENRE': 'Fantasy', 'GAMEPLAY': 'Hack
    and Slash/Player Kill', 'GAMESYSTEM': 'Extensively Modified EmlenMud', 'STATUS': 'Development', 'INTERMUD': '0', 'SUBGENRE':
    'Medieval Fantasy', 'AREAS': '119', 'HELPFILES': '489', 'MOBILES': '2434', 'OBJECTS': '2506', 'ROOMS': '21439', 'CLASSES':
    '6', 'LEVELS': 'Max level is 90 with 9 remorts', 'RACES': '24', 'SKILLS': '217', 'ANSI': '1', 'GMCP': '1', 'MSSP': '1',
    'MCCP': '0', 'SSL': '0', 'UTF-8': '1', 'VT100': '1', 'XTERM 256 COLORS': '0', 'MCP': '0', 'MSP': '0', 'MXP': '0', 'ZMP': '0',
    'PAY TO PLAY': '0', 'PAY FOR PERKS': '0', 'HIRING BUILDERS': '0', 'HIRING CODERS': '0', 'ADULT MATERIAL': '0',
    'MULTICLASSING': '0', 'NEWBIE FRIENDLY': '1', 'PLAYER CITIES': '0', 'PLAYER CLANS': '1', 'PLAYER CRAFTING': '0', 'PLAYER
    GUILDS': '1', 'MULTIPLAYING': 'Restricted', 'PLAYERKILLING': 'Full', 'QUEST SYSTEM': '0', 'ROLEPLAYING': 'Not Required',
    'TRAINING SYSTEM': 'For skills and spells', 'WORLD ORIGINALITY': 'All Original', 'EQUIPMENT SYSTEM': 'No requirments to use
    items', 'CREATED': '1995', 'LOCATION': 'United States', 'MINIMUM AGE': '13', 'LANGUAGE': 'English', 'CONTACT':
    'admin@voidofreality.org', 'WEBSITE': 'https://www.voidofreality.org/', 'DESCRIPTION': 'Void of Reality has been online since
    1995. A PvP-focused hack-and-slash featuring 9 remort tiers, 6 classes, player clans, and an original fantasy world. Loot
    chests, epic and legendary items with Diablo-style random affects. Item customization via enchanting, socketing, and
    mastercrafting. Built on EmlenMUD with 30 years of evolution.', 'DISCORD': 'https://discord.gg/CkYm9WRnyw', 'ICON':
    'https://live.staticflickr.com/65535/54893341850_e16116a3d5_s.jpg', 'IP': '216.136.9.5', 'CRAWL DELAY': '5', 'CHARSET':
    'UTF-8'}
DEBUG stream_writer.py:699 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:686 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2065 [SB + CHARSET] unsolicited
DEBUG client.py:304 encoding negotiated: UTF-8
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED UTF-8 IAC SE
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
INFO fingerprinting.py:737 new server fingerprint 59c7ba741287342b
INFO client_base.py:106 Connection closed to <Peer 216.136.9.5 7777>