tubmud.de
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><!--
Ahh.. It's good to return once again from the horrifying dreamworld of reality.
You flex the toes of your Tubmud body and finally feel at home.
Welcome to Tubmud (LPmud Amylaar/Mateese 3.3.720 in compat mode)
At http://www.tubmud.de/tubmud.gif you can view a map of Tubmud's mainland.
Create a guest character (per default not saved) if you just want a look.
Type: 1 - to create a guest character,
2 - to create a new character,
3 - to quit,
4 - to call the random name generator,
5 - to see who is logged in at the moment,
or enter your name if you've already got a character.Telnet Fingerprint
This fingerprint is shared by 2 other servers.
Options offered by server: EOR
Options requested from client: LINEMODE, NAWS, NEW_ENVIRON, TSPEED, TTYPE, XDISPLOC
Data source: 58c0fabb70a219fb/1fe70f587a1355bf.json
The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.
{
"server-probe": {
"fingerprint": "58c0fabb70a219fb",
"fingerprint-data": {
"offered-options": [
"EOR"
],
"probed-protocol": "server",
"refused-options": [
"AUTHENTICATION",
"BINARY",
"BM",
"CHARSET",
"COM_PORT",
"DET",
"ECHO",
"ENCRYPT",
"FORWARD_X",
"KERMIT",
"NAMS",
"NAOCRD",
"NAOFFD",
"NAOHTD",
"NAOHTS",
"NAOL",
"NAOLFD",
"NAOP",
"NAOVTD",
"NAOVTS",
"PRAGMA_HEARTBEAT",
"PRAGMA_LOGON",
"RCP",
"RCTE",
"RSP",
"SEND_URL",
"SGA",
"SSPI_LOGON",
"STATUS",
"SUPDUP",
"SUPDUPOUTPUT",
"SUPPRESS_LOCAL_ECHO",
"TLS",
"TN3270E",
"TTYLOC",
"VT3270REGIME",
"X3PAD",
"XAUTH"
],
"requested-options": [
"LINEMODE",
"NAWS",
"NEW_ENVIRON",
"TSPEED",
"TTYPE",
"XDISPLOC"
]
},
"session_data": {
"banner_after_return": "Welcome to Tubmud (LPmud Amylaar/Mateese 3.3.720 in compat mode)\r\nAt http://www.tubmud.de/tubmud.gif you can view a map of Tubmud's mainland.\r\nCreate a guest character (per default not saved) if you just want a look.\r\n\r\nType: 1 - to create a guest character,\r\n 2 - to create a new character,\r\n 3 - to quit,\r\n 4 - to call the random name generator,\r\n 5 - to see who is logged in at the moment,\r\nor enter your name if you've already got a character.\r\n\r\n",
"banner_before_return": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"><!--\r\u001b[K\r\n\r\nAhh.. It's good to return once again from the horrifying dreamworld of reality.\r\nYou flex the toes of your Tubmud body and finally feel at home.\r\n\r\n",
"encoding": "ascii",
"option_states": {
"environ_requested": [],
"server_offered": {
"EOR": true
},
"server_requested": {
"0x24": false,
"0x55": false,
"0x56": false,
"0xfa": false,
"ENCRYPT": false,
"LINEMODE": true,
"NAWS": true,
"NEW_ENVIRON": true,
"TSPEED": true,
"TTYPE": true,
"XDISPLOC": true
}
},
"timing": {
"probe": 0.35697460174560547,
"total": 1.0191004276275635
}
}
},
"sessions": [
{
"connected": "2026-02-08T06:32:18.838786+00:00",
"host": "tubmud.de",
"ip": "85.214.44.4",
"port": 7680
}
]
}
Connection Log
Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.
DEBUG client.py:770 Fingerprint client: host=tubmud.de port=7680
INFO client_base.py:174 Connected to <Peer 85.214.44.4 7680>
DEBUG stream_writer.py:692 recv IAC DO LINEMODE
DEBUG stream_writer.py:1733 handle_do(LINEMODE)
DEBUG stream_writer.py:3030 pending_option[WILL + LINEMODE] = True
DEBUG stream_writer.py:933 send IAC WILL LINEMODE
DEBUG stream_writer.py:3030 pending_option[SB + LINEMODE] = True
DEBUG stream_writer.py:3030 local_option[LINEMODE] = True
DEBUG stream_writer.py:3030 pending_option[WILL + LINEMODE] = False
DEBUG stream_writer.py:692 recv IAC WILL EOR
DEBUG stream_writer.py:708 WILL EOR unsolicited
DEBUG stream_writer.py:1863 handle_will(EOR)
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = True
DEBUG stream_writer.py:933 send IAC DO EOR
DEBUG stream_writer.py:3030 remote_option[EOR] = True
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = False
DEBUG stream_writer.py:692 recv IAC DO NAWS
DEBUG stream_writer.py:1733 handle_do(NAWS)
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:933 send IAC WILL NAWS
DEBUG stream_writer.py:2300 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3030 local_option[NAWS] = True
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:692 recv IAC DO TTYPE
DEBUG stream_writer.py:1733 handle_do(TTYPE)
DEBUG stream_writer.py:3030 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:933 send IAC WILL TTYPE
DEBUG stream_writer.py:3030 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3030 local_option[TTYPE] = True
DEBUG stream_writer.py:3030 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:692 recv IAC DO XDISPLOC
DEBUG stream_writer.py:1733 handle_do(XDISPLOC)
DEBUG stream_writer.py:3030 pending_option[WILL + XDISPLOC] = True
DEBUG stream_writer.py:933 send IAC WILL XDISPLOC
DEBUG stream_writer.py:3030 pending_option[SB + XDISPLOC] = True
DEBUG stream_writer.py:3030 local_option[XDISPLOC] = True
DEBUG stream_writer.py:3030 pending_option[WILL + XDISPLOC] = False
DEBUG stream_writer.py:692 recv IAC DO b'$'
DEBUG stream_writer.py:1733 handle_do(b'$')
DEBUG stream_writer.py:1811 DO b'$' not supported.
DEBUG stream_writer.py:3030 local_option[b'$'] = False
DEBUG stream_writer.py:933 send IAC WONT b'$'
DEBUG stream_writer.py:692 recv IAC DO NEW_ENVIRON
DEBUG stream_writer.py:1733 handle_do(NEW_ENVIRON)
DEBUG stream_writer.py:3030 pending_option[WILL + NEW_ENVIRON] = True
DEBUG stream_writer.py:933 send IAC WILL NEW_ENVIRON
DEBUG stream_writer.py:3030 pending_option[SB + NEW_ENVIRON] = True
DEBUG stream_writer.py:3030 local_option[NEW_ENVIRON] = True
DEBUG stream_writer.py:3030 pending_option[WILL + NEW_ENVIRON] = False
DEBUG stream_writer.py:692 recv IAC DO TSPEED
DEBUG stream_writer.py:1733 handle_do(TSPEED)
DEBUG stream_writer.py:3030 pending_option[WILL + TSPEED] = True
DEBUG stream_writer.py:933 send IAC WILL TSPEED
DEBUG stream_writer.py:3030 pending_option[SB + TSPEED] = True
DEBUG stream_writer.py:3030 local_option[TSPEED] = True
DEBUG stream_writer.py:3030 pending_option[WILL + TSPEED] = False
DEBUG stream_writer.py:692 recv IAC DO ENCRYPT
DEBUG stream_writer.py:1733 handle_do(ENCRYPT)
DEBUG stream_writer.py:1811 DO ENCRYPT not supported.
DEBUG stream_writer.py:3030 local_option[ENCRYPT] = False
DEBUG stream_writer.py:933 send IAC WONT ENCRYPT
DEBUG stream_writer.py:692 recv IAC DO MCCP2_COMPRESS
DEBUG stream_writer.py:1733 handle_do(MCCP2_COMPRESS)
DEBUG stream_writer.py:1811 DO MCCP2_COMPRESS not supported.
DEBUG stream_writer.py:3030 local_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:933 send IAC WONT MCCP2_COMPRESS
DEBUG stream_writer.py:692 recv IAC DO MCCP_COMPRESS
DEBUG stream_writer.py:1733 handle_do(MCCP_COMPRESS)
DEBUG stream_writer.py:1811 DO MCCP_COMPRESS not supported.
DEBUG stream_writer.py:3030 local_option[MCCP_COMPRESS] = False
DEBUG stream_writer.py:933 send IAC WONT MCCP_COMPRESS
DEBUG stream_writer.py:684 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:671 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + LINEMODE] = False
DEBUG stream_writer.py:2498 recv IAC SB LINEMODE LINEMODE-MODE b'\x01' IAC SE
DEBUG stream_writer.py:1241 set Linemode <b'\x05': lit_echo:False, soft_tab:False, ack:True, trapsig:False, remote:False,
local:True>
DEBUG stream_writer.py:1244 send IAC SB LINEMODE LINEMODE-MODE <b'\x05': lit_echo:False, soft_tab:False, ack:True, trapsig:False,
remote:False, local:True> IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:671 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:2025 [SB + LINEMODE] unsolicited
DEBUG stream_writer.py:2480 recv IAC SB LINEMODE DO LMODE_FORWARDMASK,
DEBUG stream_writer.py:3030 local_option[SB + LINEMODE + 2] = False
DEBUG stream_writer.py:2891 FORWARDMASK received (2 bytes), not applied
DEBUG stream_writer.py:1306 IAC EOR: End of Record (unhandled).
DEBUG stream_writer.py:684 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:671 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2197 recv TTYPE SEND: b''
DEBUG stream_writer.py:2208 send IAC SB TTYPE IS b'VT100' IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB XDISPLOC
DEBUG stream_writer.py:671 sub-negotiation cmd XDISPLOC SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + XDISPLOC] = False
DEBUG stream_writer.py:2173 recv XDISPLOC SEND: b''
DEBUG stream_writer.py:2184 send IAC SB XDISPLOC IS b'' IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB NEW_ENVIRON
DEBUG stream_writer.py:671 sub-negotiation cmd NEW_ENVIRON SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + NEW_ENVIRON] = False
DEBUG stream_writer.py:2243 recv NEW_ENVIRON SEND (all)
DEBUG stream_writer.py:2266 env send: LANG='C', TERM='VT100', LINES=25, COLUMNS=80, COLORTERM=''
DEBUG stream_writer.py:684 begin sub-negotiation SB TSPEED
DEBUG stream_writer.py:671 sub-negotiation cmd TSPEED SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + TSPEED] = False
DEBUG stream_writer.py:2129 recv TSPEED SEND: b''
DEBUG stream_writer.py:2160 send: IAC SB TSPEED IS b'38400',b'38400' IAC SE
DEBUG client_base.py:460 negotiation complete after 0.09s.
DEBUG stream_writer.py:1306 IAC EOR: End of Record (unhandled).
DEBUG stream_writer.py:1306 IAC EOR: End of Record (unhandled).
DEBUG stream_writer.py:1306 IAC EOR: End of Record (unhandled).
DEBUG stream_writer.py:1306 IAC EOR: End of Record (unhandled).
DEBUG stream_writer.py:3030 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:933 send IAC DO BINARY
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = True
DEBUG stream_writer.py:933 send IAC DO SGA
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:933 send IAC DO ECHO
DEBUG stream_writer.py:3030 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:933 send IAC DO STATUS
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:933 send IAC DO CHARSET
DEBUG stream_writer.py:3030 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:933 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:933 send IAC DO GMCP
DEBUG stream_writer.py:3030 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:933 send IAC DO MSDP
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:933 send IAC DO MSSP
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = True
DEBUG stream_writer.py:933 send IAC DO MSP
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = True
DEBUG stream_writer.py:933 send IAC DO MXP
DEBUG stream_writer.py:3030 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:933 send IAC DO ZMP
DEBUG stream_writer.py:3030 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:933 send IAC DO AARDWOLF
DEBUG stream_writer.py:3030 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:933 send IAC DO ATCP
DEBUG stream_writer.py:692 recv IAC WONT BINARY
DEBUG stream_writer.py:1985 handle_wont(BINARY)
DEBUG stream_writer.py:3030 remote_option[BINARY] = False
DEBUG stream_writer.py:3030 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:692 recv IAC WONT SGA
DEBUG stream_writer.py:1985 handle_wont(SGA)
DEBUG stream_writer.py:3030 remote_option[SGA] = False
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = False
DEBUG stream_writer.py:692 recv IAC WONT ECHO
DEBUG stream_writer.py:1985 handle_wont(ECHO)
DEBUG stream_writer.py:3030 remote_option[ECHO] = False
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:692 recv IAC WONT STATUS
DEBUG stream_writer.py:1985 handle_wont(STATUS)
DEBUG stream_writer.py:3030 remote_option[STATUS] = False
DEBUG stream_writer.py:3030 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:692 recv IAC WONT CHARSET
DEBUG stream_writer.py:1985 handle_wont(CHARSET)
DEBUG stream_writer.py:3030 remote_option[CHARSET] = False
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:692 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:1985 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3030 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3030 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:692 recv IAC WONT GMCP
DEBUG stream_writer.py:1985 handle_wont(GMCP)
DEBUG stream_writer.py:3030 remote_option[GMCP] = False
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:692 recv IAC WONT MSDP
DEBUG stream_writer.py:1985 handle_wont(MSDP)
DEBUG stream_writer.py:3030 remote_option[MSDP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:692 recv IAC WONT MSSP
DEBUG stream_writer.py:1985 handle_wont(MSSP)
DEBUG stream_writer.py:3030 remote_option[MSSP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:692 recv IAC WONT MSP
DEBUG stream_writer.py:1985 handle_wont(MSP)
DEBUG stream_writer.py:3030 remote_option[MSP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = False
DEBUG stream_writer.py:692 recv IAC WONT MXP
DEBUG stream_writer.py:1985 handle_wont(MXP)
DEBUG stream_writer.py:3030 remote_option[MXP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = False
DEBUG stream_writer.py:692 recv IAC WONT ZMP
DEBUG stream_writer.py:1985 handle_wont(ZMP)
DEBUG stream_writer.py:3030 remote_option[ZMP] = False
DEBUG stream_writer.py:3030 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:692 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:1985 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3030 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3030 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:692 recv IAC WONT ATCP
DEBUG stream_writer.py:1985 handle_wont(ATCP)
DEBUG stream_writer.py:3030 remote_option[ATCP] = False
DEBUG stream_writer.py:3030 pending_option[DO + ATCP] = False
INFO fingerprinting.py:746 connection for server fingerprint 8eb45da70cb93f63
INFO client_base.py:105 Connection closed to <Peer 85.214.44.4 7680>
Generated by telnetlib3-fingerprint
telnetlib3-fingerprint --loglevel=debug tubmud.de 7680