finalfrontier.mud.de

Connection Banner:

Der Weltraum, unendliche Weiten, Du befindest Dich in einer fernen Zukunft, dies sind Deine Abenteuer in _​__________.__ .__ \\_ _​____/\|__\| _​___ _​____ \| \| \| __) \| \|/ \\\\__ \\ \| \| \| \\ \| \| \| \\/ __ \\\| \|__ \\___ / \|__\|___\| (_​___ /_​___/ \\/ \\/ \\/ _​__________ __ .__ \\_ _​____/_​_____ _​___ _​____/ \|_\|__\| _​__________ \| __) \\_ __ \\/ _ \\ / \\ __\\ \|/ __ \\_ __ \\ \| \\ \| \| \\( (_) ) \| \\ \| \| \\ ___/\| \| \\/ \\___ / \|__\| \\_​___/\|___\| /__\| \|__\|\\___ >__\| \\/ \\/ \\/ Du wirst neuen Zivilisationen begegnen, fremde Lebensformen kennenlernen und viele aussergewoehnliche Situationen erleben. Du kannst das Universum erforschen, indem Du Dir einen Namen und ein Passwort auswaehlst. Moechtest Du aber nur einen Blick in eine ferne Zukunft werfen, so waehle "gast" oder den Namen der gewuenschten Rasse. Wie lautet Dein Name:

Server URLs

Server Info

  • Server Location: 🇩🇪 Germany (GeoIP)

Protocol Support

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

  • MSSP: No

  • GMCP: No

  • MSDP: No

  • MCCP: No

  • MCCP2: No

  • MXP: Negotiated

  • MSP: No

  • MCP: No

  • ZMP: No

Telnet Fingerprint

3bdc8eef773ddbd0

This fingerprint is unique to this server.

Options offered by server: BINARY, MXP, STATUS

Options requested from client: LINEMODE, 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": "3bdc8eef773ddbd0",
    "fingerprint-data": {
      "offered-options": [
        "BINARY",
        "MXP",
        "STATUS"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "EOR",
        "GMCP",
        "MSDP",
        "MSP",
        "MSSP",
        "SGA",
        "ZMP"
      ],
      "requested-options": [
        "LINEMODE",
        "NAWS",
        "NEW_ENVIRON",
        "TSPEED",
        "TTYPE",
        "XDISPLOC"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "\r\n         Der Weltraum, unendliche Weiten, Du befindest Dich in einer\r\n               fernen Zukunft, dies sind Deine Abenteuer in \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        Du wirst neuen Zivilisationen begegnen, fremde Lebensformen\r\n       kennenlernen und viele aussergewoehnliche Situationen erleben.\r\n \r\n    Du kannst das Universum erforschen, indem Du Dir einen Namen und ein\r\n    Passwort auswaehlst. Moechtest Du aber nur einen Blick in eine ferne\r\n   Zukunft werfen, so waehle \"gast\" oder den Namen der gewuenschten Rasse.\r\n\r\n\r\nWie lautet Dein Name: ",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "option_states": {
        "environ_requested": [
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "USERVAR"
          }
        ],
        "server_offered": {
          "0x55": false,
          "0x56": false,
          "ECHO": false,
          "STATUS": true
        },
        "server_requested": {
          "0x24": false,
          "0xfa": false,
          "LINEMODE": true,
          "NAWS": true,
          "NEW_ENVIRON": true,
          "TSPEED": true,
          "TTYPE": true,
          "XDISPLOC": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.10992074012756348,
        "total": 4.6204845905303955
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:10:05.263931+00:00",
      "host": "finalfrontier.mud.de",
      "ip": "78.46.121.106",
      "port": 7600
    }
  ]
}

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 finalfrontier.mud.de 7600
Show Logfile
DEBUG client.py:965 Fingerprint client: host=finalfrontier.mud.de port=7600
INFO client_base.py:175 Connected to <Peer 78.46.121.106 7600>
DEBUG client_base.py:492 negotiation complete after 0.00s.
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: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 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: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: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 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 b'$'
DEBUG stream_writer.py:1770 handle_do(b'$')
DEBUG stream_writer.py:1848 DO b'$' not supported.
DEBUG stream_writer.py:3174 local_option[b'$'] = False
DEBUG stream_writer.py:950 send IAC WONT b'$'
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: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 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: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 STATUS
DEBUG stream_writer.py:686 sub-negotiation cmd STATUS SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + STATUS] = False
DEBUG stream_writer.py:2470 STATUS agreed: NAWS, TTYPE
DEBUG stream_writer.py:2472 STATUS disagreed: ECHO
DEBUG stream_writer.py:2474 STATUS subneg: NAWS 80x25
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 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 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'\x19' IAC SE
DEBUG stream_writer.py:1277 set Linemode <b'\x1d': lit_echo:True, soft_tab:True, ack:True, trapsig:False, remote:False,
    local:True>
DEBUG stream_writer.py:1280 send IAC SB LINEMODE LINEMODE-MODE <b'\x1d': lit_echo:True, soft_tab:True, ack:True, trapsig:False,
    remote:False, local:True> IAC SE
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:2065 [SB + LINEMODE] unsolicited
DEBUG stream_writer.py:2526 recv IAC SB LINEMODE DO LMODE_FORWARDMASK,
DEBUG stream_writer.py:3174 local_option[SB + LINEMODE + 2] = False
DEBUG stream_writer.py:3035 FORWARDMASK received (4 bytes), not applied
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: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 + 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 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 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 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:737 new server fingerprint 3bdc8eef773ddbd0
INFO client_base.py:106 Connection closed to <Peer 78.46.121.106 7600>