www5.tgchan.org
===============
.. raw:: html
TTTTT GGGG M M U U DDD
T G MM MM U U D D
T G GGG M M M U U D D
T G G M M U U D D
T GGG M M UU DDD
______________________
_/______________________\
_/_________________________\_
/ \_______________________\
/ |/________________________\
/ |__________________________\
/ | / \ \_________________\
/ | / _\ \_____________\
/ | \ / / \_____________\
| | \_\/ \_____________\
| | \
| | \
| | |
| /
| ___
| / C c | / /\
| / | / / |
| / /\ | / / /
| /| |__\____________________/ / / /
| / | | V V / / /
/____/ / \ / / /
/ \ / / /
Account name:
.. raw:: html
www5.tgchan.org:5555
⎘
Telnet Fingerprint
------------------
:ref:`0898caa9fc3a94eb... `
*This fingerprint is unique to this server.*
**Options offered by server**: ``BINARY``, ``ECHO``
**Data source**: `0898caa9fc3a94eb/3b97dedd4f20aad0.json `_
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. code-block:: json
{
"server-probe": {
"fingerprint": "0898caa9fc3a94eb",
"fingerprint-data": {
"offered-options": [
"BINARY",
"ECHO"
],
"probed-protocol": "server",
"refused-options": [
"AUTHENTICATION",
"BM",
"CHARSET",
"COM_PORT",
"DET",
"ENCRYPT",
"EOR",
"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": []
},
"session_data": {
"banner_after_return": " | ___\n\r | / C c | / /\\\n\r | / | / / |\n\r | / /\\ | / / /\n\r | /| |__\\____________________/ / / /\n\r | / | | V V / / / \n\r /____/ / \\ / / / \n\r / \\ / / /\n\r\n\rAccount name: ",
"banner_before_return": " TTTTT GGGG M M U U DDD\n\r T G MM MM U U D D\n\r T G GGG M M M U U D D\n\r T G G M M U U D D\n\r T GGG M M UU DDD \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 | / ",
"encoding": "ascii",
"option_states": {
"server_offered": {
"0x56": false,
"0x5a": false,
"0x5b": false,
"NAWS": false
},
"server_requested": {}
},
"timing": {
"probe": 0.40801548957824707,
"total": 0.9094743728637695
}
}
},
"sessions": [
{
"connected": "2026-02-08T07:11:12.672891+00:00",
"host": "www5.tgchan.org",
"ip": "88.99.254.53",
"port": 5555
}
]
}
Connection Log
--------------
Debug-level log of the Telnet negotiation session,
showing each IAC (Interpret As Command) exchange
between client and server.
.. code-block:: text
DEBUG client.py:770 Fingerprint client: host=www5.tgchan.org port=5555
INFO client_base.py:174 Connected to
DEBUG stream_writer.py:689 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:676 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:2031 [SB + TTYPE] unsolicited
DEBUG stream_writer.py:2203 recv TTYPE SEND: b''
DEBUG stream_writer.py:2214 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:697 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:713 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1869 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3036 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:938 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:1974 Unhandled: WILL MCCP2_COMPRESS.
DEBUG stream_writer.py:697 recv IAC WILL MXP
DEBUG stream_writer.py:713 WILL MXP unsolicited
DEBUG stream_writer.py:1869 handle_will(MXP)
DEBUG stream_writer.py:3036 pending_option[DO + MXP] = True
DEBUG stream_writer.py:938 send IAC DO MXP
DEBUG stream_writer.py:3036 remote_option[MXP] = True
DEBUG stream_writer.py:3036 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3036 pending_option[DO + MXP] = False
DEBUG stream_writer.py:697 recv IAC WILL MSP
DEBUG stream_writer.py:713 WILL MSP unsolicited
DEBUG stream_writer.py:1869 handle_will(MSP)
DEBUG stream_writer.py:3036 pending_option[DO + MSP] = True
DEBUG stream_writer.py:938 send IAC DO MSP
DEBUG stream_writer.py:3036 remote_option[MSP] = True
DEBUG stream_writer.py:3036 pending_option[DO + MSP] = False
DEBUG stream_writer.py:697 recv IAC WILL NAWS
DEBUG stream_writer.py:713 WILL NAWS unsolicited
DEBUG stream_writer.py:1869 handle_will(NAWS)
DEBUG stream_writer.py:1891 recv WILL NAWS on client end, refusing.
DEBUG stream_writer.py:3036 remote_option[NAWS] = False
DEBUG stream_writer.py:938 send IAC DONT NAWS
DEBUG stream_writer.py:697 recv IAC WONT NAWS
DEBUG stream_writer.py:1991 handle_wont(NAWS)
DEBUG stream_writer.py:3036 pending_option[DO + NAWS] = False
DEBUG client_base.py:463 negotiation failed after 4.00s.
DEBUG client_base.py:470 failed-reply: 'SB MXP'
DEBUG stream_writer.py:3036 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:938 send IAC DO BINARY
DEBUG stream_writer.py:3036 pending_option[DO + SGA] = True
DEBUG stream_writer.py:938 send IAC DO SGA
DEBUG stream_writer.py:3036 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:938 send IAC DO ECHO
DEBUG stream_writer.py:3036 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:938 send IAC DO STATUS
DEBUG stream_writer.py:3036 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:938 send IAC DO CHARSET
DEBUG stream_writer.py:3036 pending_option[DO + EOR] = True
DEBUG stream_writer.py:938 send IAC DO EOR
DEBUG stream_writer.py:3036 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:938 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3036 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:938 send IAC DO GMCP
DEBUG stream_writer.py:3036 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:938 send IAC DO MSDP
DEBUG stream_writer.py:3036 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:938 send IAC DO MSSP
DEBUG stream_writer.py:3036 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:938 send IAC DO ZMP
DEBUG stream_writer.py:3036 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:938 send IAC DO AARDWOLF
DEBUG stream_writer.py:3036 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:938 send IAC DO ATCP
DEBUG stream_writer.py:697 recv IAC WILL BINARY
DEBUG stream_writer.py:1869 handle_will(BINARY)
DEBUG stream_writer.py:912 skip DO BINARY; pending_option = True
DEBUG stream_writer.py:3036 remote_option[BINARY] = True
DEBUG stream_writer.py:3036 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:697 recv IAC WONT SGA
DEBUG stream_writer.py:1991 handle_wont(SGA)
DEBUG stream_writer.py:3036 remote_option[SGA] = False
DEBUG stream_writer.py:3036 pending_option[DO + SGA] = False
DEBUG stream_writer.py:697 recv IAC WILL ECHO
DEBUG stream_writer.py:1869 handle_will(ECHO)
DEBUG stream_writer.py:912 skip DO ECHO; pending_option = True
DEBUG stream_writer.py:3036 remote_option[ECHO] = True
DEBUG stream_writer.py:3036 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:697 recv IAC WONT STATUS
DEBUG stream_writer.py:1991 handle_wont(STATUS)
DEBUG stream_writer.py:3036 remote_option[STATUS] = False
DEBUG stream_writer.py:3036 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:697 recv IAC WONT CHARSET
DEBUG stream_writer.py:1991 handle_wont(CHARSET)
DEBUG stream_writer.py:3036 remote_option[CHARSET] = False
DEBUG stream_writer.py:3036 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:697 recv IAC WONT EOR
DEBUG stream_writer.py:1991 handle_wont(EOR)
DEBUG stream_writer.py:3036 remote_option[EOR] = False
DEBUG stream_writer.py:3036 pending_option[DO + EOR] = False
DEBUG stream_writer.py:697 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:1991 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3036 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3036 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:697 recv IAC WONT GMCP
DEBUG stream_writer.py:1991 handle_wont(GMCP)
DEBUG stream_writer.py:3036 remote_option[GMCP] = False
DEBUG stream_writer.py:3036 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:697 recv IAC WONT MSDP
DEBUG stream_writer.py:1991 handle_wont(MSDP)
DEBUG stream_writer.py:3036 remote_option[MSDP] = False
DEBUG stream_writer.py:3036 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:697 recv IAC WONT MSSP
DEBUG stream_writer.py:1991 handle_wont(MSSP)
DEBUG stream_writer.py:3036 remote_option[MSSP] = False
DEBUG stream_writer.py:3036 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:697 recv IAC WONT ZMP
DEBUG stream_writer.py:1991 handle_wont(ZMP)
DEBUG stream_writer.py:3036 remote_option[ZMP] = False
DEBUG stream_writer.py:3036 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:697 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:1991 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3036 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3036 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:697 recv IAC WONT ATCP
DEBUG stream_writer.py:1991 handle_wont(ATCP)
DEBUG stream_writer.py:3036 remote_option[ATCP] = False
DEBUG stream_writer.py:3036 pending_option[DO + ATCP] = False
INFO fingerprinting.py:737 new server fingerprint ecef59cd57a87af8
INFO client_base.py:105 Connection closed to
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug www5.tgchan.org 5555