killer-mud.pl

Connection Banner:

.:' K I L L E R \`:. ::' \`:: :: :. < killer-mud.pl 3003 > .: :: \`:. \`:. . .:' .:' \`::. \`:: ! ::' .::' \`::.\`::. .' ! \`. .::'.::' Original DikuMUD \`:. \`::::'':!:\`\`::::' ::' by Hans Staerfeldt, :'\*:::. .:' ! \`:. .:::\*\`: Katja Nyboe, :: ###::. \` ! ' .::### :: Tom Madsen, ::: #​####::. \`!' .::#​#### ::: Michael Seifert, ::.. #​####:\`: :':#​#### ..:: and Sebastian Hammer \`:: ##: \`. .' :## ::' \`:. . : : . .:' Based on MERC 2.1 \`::' \`::' strona: code by Hatchet, :' .\`. . .'. \`: http://www.killer-mud.pl/ Furey, and Kahn :' ::. .:: \`: :' \`::: :::' \`: wiki: ROM 2.4 copyright \`. \`\` '' .' http://wiki.killer-mud.pl/ (c) 1993-1998 :\`.​..........': Russ Taylor \` :\`. .': ' Discord: \`: \`"""' :' https://discord.gg/6NRnxZeMTC Podaj nazwe swojego konta: Podana nazwa zawiera nieprawidłową kombinacje znaków, spróbuj jeszcze raz. Proszę podać nazwę konta:

Server URLs

Server Info

  • Server Location: 🇵🇱 Poland (GeoIP)

  • Encoding: iso-8859-2

    This server uses a legacy encoding:

    telnetlib3-client --encoding iso-8859-2 --force-binary killer-mud.pl 3003

Protocol Support

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

  • MSSP: No

  • GMCP: Negotiated

  • MSDP: No

  • MCCP: No

  • MCCP2: No

  • MXP: No

  • MSP: No

  • MCP: No

  • ZMP: No

Telnet Fingerprint

8e12bbea58dd4b33

This fingerprint is unique to this server.

Options offered by server: CHARSET, EOR, GMCP

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

Show JSON
{
  "server-probe": {
    "fingerprint": "8e12bbea58dd4b33",
    "fingerprint-data": {
      "offered-options": [
        "CHARSET",
        "EOR",
        "GMCP"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "COM_PORT",
        "ECHO",
        "MSDP",
        "MSP",
        "MSSP",
        "MXP",
        "SGA",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "Podana nazwa zawiera nieprawid\u0142ow\u0105 kombinacje znak\u00f3w, spr\u00f3buj jeszcze raz.\n\rProsz\u0119 poda\u0107 nazw\u0119 konta:",
      "banner_before_return": "\n\r                   .:'           K I L L E R           `:.\n\r                  ::'                                   `::\n\r                 :: :.      < \u001b[1;31mkiller-mud.pl 3003\u001b[0m >     .: ::\n\r                 `:. `:.              .            .:'  .:'\n\r                   `::. `::           !           ::' .::'\n\r                       `::.`::.    .' ! `.    .::'.::'\n\r Original DikuMUD        `:.  `::::'':!:``::::'   ::'\n\r by Hans Staerfeldt,     :'*:::.  .:' ! `:.  .:::*`:\n\r Katja Nyboe,           :: ###::.   ` ! '   .::### ::\n\r Tom Madsen,           ::: #####::.  `!'  .::##### :::\n\r Michael Seifert,      ::..  #####:`:   :':#####  ..::\n\r and Sebastian Hammer  `::      ##: `. .' :##      ::'\n\r                         `:. .   :         :   . .:'\n\r  Based on MERC 2.1        `::'               `::'  strona:\n\r  code by Hatchet,           :'  .`.  .  .'.  `:    http://www.killer-mud.pl/\n\r  Furey, and Kahn            :' ::.       .:: `:\n\r                             :' `:::     :::' `:    wiki:\n\r   ROM 2.4 copyright          `.  ``     ''  .'     http://wiki.killer-mud.pl/\n\r   (c) 1993-1998               :`...........':\n\r   Russ Taylor                 ` :`.     .': '      Discord:\n\r                                `:  `\"\"\"'  :'       https://discord.gg/6NRnxZeMTC\n\r\n\r\n\rPodaj nazwe swojego konta:\n\r",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "iso 8859-2",
      "option_states": {
        "server_offered": {
          "0x55": false,
          "0x56": false,
          "CHARSET": true,
          "EOR": true,
          "GMCP": true
        },
        "server_requested": {}
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5086174011230469,
        "total": 5.2076616287231445
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:12:34.433884+00:00",
      "host": "killer-mud.pl",
      "ip": "146.59.45.33",
      "port": 3003
    }
  ]
}

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 killer-mud.pl 3003
Show Logfile
DEBUG client.py:965 Fingerprint client: host=killer-mud.pl port=3003
INFO client_base.py:175 Connected to <Peer 146.59.45.33 3003>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC WILL EOR
DEBUG stream_writer.py:723 WILL EOR unsolicited
DEBUG stream_writer.py:1900 handle_will(EOR)
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 remote_option[EOR] = True
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = 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: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 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:1323 IAC GA: Go-Ahead (unhandled).
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 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: iso 8859-2
DEBUG stream_writer.py:2149 send IAC SB CHARSET ACCEPTED iso 8859-2 IAC SE
DEBUG stream_writer.py:1323 IAC GA: Go-Ahead (unhandled).
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 + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
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:737 new server fingerprint 8e12bbea58dd4b33
INFO client_base.py:106 Connection closed to <Peer 146.59.45.33 3003>