aetolia.com =========== .. raw:: html .. raw:: html

aetolia.com:23

Protocol Support ---------------- MUD-specific protocols detected via MSSP flags or Telnet negotiation. - **MSSP**: :proto-no:`No` - **GMCP**: :proto-negotiated:`Negotiated` - **MSDP**: :proto-no:`No` - **MCCP**: :proto-no:`No` - **MCCP2**: :proto-no:`No` - **MXP**: :proto-no:`No` - **MSP**: :proto-no:`No` - **MCP**: :proto-no:`No` - **ZMP**: :proto-no:`No` Telnet Fingerprint ------------------ :ref:`b26c3f5b9537ef71... ` *This fingerprint is shared by 2 other servers.* **Options offered by server**: ``EOR`` **Options requested from client**: ``TTYPE`` **Data source**: `b26c3f5b9537ef71/382294050b515576.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "server-probe": { "fingerprint": "b26c3f5b9537ef71", "fingerprint-data": { "offered-options": [ "EOR" ], "probed-protocol": "server", "refused-options": [ "BINARY", "CHARSET", "COM_PORT", "ECHO", "SGA", "STATUS" ], "requested-options": [ "TTYPE" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "Enter an option or enter your character's name. ", "banner_before_return": "Rapture Runtime Environment v2.4.8 -- (c) 2023 -- Iron Realms Entertainment\r\r\nMulti-User License: 100-0001-000\r\r\n\r\r\n\u001b[0;37m \u001b[31m' ' ' | |\u001b[37m\u001b[1;31m | | | | | | | | | \u001b[0;37m\u001b[31m| | ' ' '\u001b[37m\r\n\r\n \u001b[1;30mA E T O L I A\u001b[0;37m\r\n \u001b[1;30mt h e M i d n i g h t A g e\u001b[0;37m\r\n\r\n \u001b[36m\"Fed with ten thousand slaughtered souls. Slaked \u001b[37m\r\n \u001b[36m with a hundred wars. It has been so long, \u001b[37m\r\n \u001b[36m things of flesh.\" \u001b[37m\r\n \u001b[36m \u001b[37m\r\n \u001b[1;30m - The Demon, Ruin\u001b[0;37m\r\n \u001b[1;30m \u001b[0;37m\r\n \u001b[31m' ' ' | |\u001b[37m\u001b[1;31m | | | | | | | | | \u001b[0;37m\u001b[31m| | ' ' '\u001b[37m\r\n\r\n Aetolia's address is: Contact us at:\r\n \u001b[31maetolia.com\u001b[37m, port \u001b[31m23\u001b[37m \u001b[31msupport@aetolia.com\u001b[37m\r\n\r\n \u001b[36m46\u001b[37m players currently online.\r\n\r\n \u001b[1;31m1.\u001b[0;37m Enter the game.\r\n \u001b[1;31m2.\u001b[0;37m Create a new character.\r\n \u001b[1;31m3.\u001b[0;37m Quit.\r\n\r\nEnter an option or enter your character's name. ", "encoding": "ascii", "option_states": { "server_offered": { "0x56": false, "0xc8": false, "EOR": true, "GMCP": true }, "server_requested": { "TTYPE": true } }, "scan_type": "quick", "timing": { "probe": 0.5045912265777588, "total": 3.0906691551208496 } } }, "sessions": [ { "connected": "2026-02-08T16:15:16.060583+00:00", "host": "aetolia.com", "ip": "67.202.121.43", "port": 23 }, { "connected": "2026-02-08T17:19:21.038841+00:00", "host": "aetolia.com", "ip": "67.202.121.43", "port": 23 } ] } 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=aetolia.com port=23 INFO client_base.py:174 Connected to DEBUG stream_writer.py:697 recv IAC WILL EOR DEBUG stream_writer.py:713 WILL EOR unsolicited DEBUG stream_writer.py:1869 handle_will(EOR) DEBUG stream_writer.py:3036 pending_option[DO + EOR] = True DEBUG stream_writer.py:938 send IAC DO EOR DEBUG stream_writer.py:3036 remote_option[EOR] = True DEBUG stream_writer.py:3036 pending_option[DO + EOR] = False DEBUG stream_writer.py:697 recv IAC WILL ATCP DEBUG stream_writer.py:713 WILL ATCP unsolicited DEBUG stream_writer.py:1869 handle_will(ATCP) DEBUG stream_writer.py:3036 pending_option[DO + ATCP] = True DEBUG stream_writer.py:938 send IAC DO ATCP DEBUG stream_writer.py:3036 remote_option[ATCP] = True DEBUG stream_writer.py:3036 pending_option[DO + ATCP] = False DEBUG stream_writer.py:697 recv IAC WILL GMCP DEBUG stream_writer.py:713 WILL GMCP unsolicited DEBUG stream_writer.py:1869 handle_will(GMCP) DEBUG stream_writer.py:3036 pending_option[DO + GMCP] = True DEBUG stream_writer.py:938 send IAC DO GMCP DEBUG stream_writer.py:3036 remote_option[GMCP] = True DEBUG stream_writer.py:3036 pending_option[DO + GMCP] = False 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 DO TTYPE DEBUG stream_writer.py:1739 handle_do(TTYPE) DEBUG stream_writer.py:3036 pending_option[WILL + TTYPE] = True DEBUG stream_writer.py:938 send IAC WILL TTYPE DEBUG stream_writer.py:3036 pending_option[SB + TTYPE] = True DEBUG stream_writer.py:3036 local_option[TTYPE] = True DEBUG stream_writer.py:3036 pending_option[WILL + TTYPE] = False DEBUG stream_writer.py:1292 IAC GA: Go-Ahead (unhandled). DEBUG stream_writer.py:697 recv IAC WONT MCCP2_COMPRESS DEBUG stream_writer.py:1991 handle_wont(MCCP2_COMPRESS) DEBUG stream_writer.py:3036 pending_option[DO + MCCP2_COMPRESS] = False 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:3036 pending_option[SB + TTYPE] = False 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: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 client_base.py:460 negotiation complete after 2.00s. DEBUG stream_writer.py:1311 IAC EOR: End of Record (unhandled). 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 + COM_PORT_OPTION] = True DEBUG stream_writer.py:938 send IAC DO COM_PORT_OPTION 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 + MSP] = True DEBUG stream_writer.py:938 send IAC DO MSP DEBUG stream_writer.py:3036 pending_option[DO + MXP] = True DEBUG stream_writer.py:938 send IAC DO MXP 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:697 recv IAC WONT b'\xfc' DEBUG stream_writer.py:1991 handle_wont(WONT) DEBUG stream_writer.py:3036 remote_option[WONT] = False DEBUG stream_writer.py:3036 pending_option[DO + WONT] = 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 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 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 MSP DEBUG stream_writer.py:1991 handle_wont(MSP) DEBUG stream_writer.py:3036 remote_option[MSP] = False DEBUG stream_writer.py:3036 pending_option[DO + MSP] = False DEBUG stream_writer.py:697 recv IAC WONT MXP DEBUG stream_writer.py:1991 handle_wont(MXP) DEBUG stream_writer.py:3036 remote_option[MXP] = False DEBUG stream_writer.py:3036 pending_option[DO + MXP] = 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 INFO fingerprinting.py:737 new server fingerprint bd5f549f1c50e55f INFO client_base.py:105 Connection closed to *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug aetolia.com 23