51.222.85.183:5555 ================== **Connection Banner:** .. image:: /_static/banners/banner_283ae1ef201d.png :alt: #$#mcp version: 2.1 to: 2.1 Connecting to Metaplay MUD... -​--------------- -​------------------- -​-------------- -​--------- -​----- -​------------------------------------------------------ -​--------------------- -​------------- --- -​---------------------------------- -​------------------------ Experimental Game Cultures -​------------------------ Name: \* Enter an existing name to log in. \* Enter a new name to create a character. \* Enter '\*' to generate a random character name. Name: :class: ansi-banner :width: 442px :loading: lazy Server URLs ----------- .. raw:: html **Server Location**: 🇨🇦 Canada (GeoIP) Encoding -------- - **Effective encoding**: ascii - **Scanner detected**: cp437 Telnet Fingerprint ------------------ :ref:`a7f16e7eba19a9ae ` *This fingerprint is unique to this server.* **Options offered by server**: ``BINARY``, ``GMCP``, ``MCCP2``, ``MSDP``, ``MSP``, ``MSSP``, ``MXP`` **Options requested from client**: ``GMCP``, ``MCCP2``, ``MSDP``, ``MSP``, ``MSSP``, ``MXP``, ``NEW_ENVIRON``, ``TTYPE`` The complete JSON record collected during the scan, including Telnet negotiation results and banner data. .. raw:: html
Show JSON .. code-block:: json { "server-probe": { "fingerprint": "a7f16e7eba19a9ae", "fingerprint-data": { "offered-options": [ "BINARY", "GMCP", "MCCP2", "MSDP", "MSP", "MSSP", "MXP" ], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "CHARSET", "COM_PORT", "ECHO", "EOR", "MCCP3", "SGA", "STATUS", "ZMP" ], "requested-options": [ "GMCP", "MCCP2", "MSDP", "MSP", "MSSP", "MXP", "NEW_ENVIRON", "TTYPE" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "\u001b[1;37m \u001b[0;37m\n\r\u001b[1;37m* Enter an existing name to log in.\u001b[0;37m\n\r\u001b[1;37m* Enter a new name to create a character.\u001b[0;37m\n\r\u001b[1;37m* Enter '*' to generate a random character name.\u001b[0;37m\n\r\n\rName: ", "banner_before_return": "\n\r#$#mcp version: 2.1 to: 2.1\n\r\n\rConnecting to Metaplay MUD...\n\r\n\u001b[6z\n\u001b[6z\n\n\u001b[6z\n\u001b[6z\n\n\r----------------\n\r--------------------\n\r---------------\n\r----------\n\r------\n\r-------------------------------------------------------\n\r----------------------\n\r--------------\n\r---\n\r-----------------------------------\n\r-------------------------\n\rExperimental Game Cultures\n\r\n\r-------------------------\n\r\n\rName: ", "dsr_replies": 0, "dsr_requests": 0, "encoding": "cp437", "mssp": { "ANSI": "1", "AREAS": "1", "CHARSET": "iso-8859-1", "CLASSES": "48", "CODEBASE": "CoffeeMUD v5.11.0.3", "CONTACT": "MAX.MOSWITZER@UNI-AK.AC.AT", "CRAWL DELAY": "-1", "CREATED": "2025", "EMAIL": "MAX.MOSWITZER@UNI-AK.AC.AT", "FAMILY": "CoffeeMUD", "GAMEPLAY": [ "Adventure", "Social" ], "GAMESYSTEM": "Tick Based", "GENRE": "Fantasy", "HELPFILES": "5581", "HOSTNAME": "egc.pocketmud.com", "ICON": "http://egc.pocketmud.com:27744/images/cm.jpg", "INTERMUD": "I3", "LANGUAGE": "English", "MCCP": "1", "MCP": "1", "MOBILES": "151", "MSP": "1", "MXP": "1", "NAME": "Metaplay MUD", "OBJECTS": "695", "PLAYERS": "0", "PORT": "5555", "RACES": "8", "ROOMS": "1", "SKILLS": "2031", "STATUS": "Live", "UPTIME": "1771997762", "VT100": "0", "WEBSITE": "http://egc.pocketmud.com:27744/", "XTERM 256 COLORS": "1", "XTERM TRUE COLORS": "1" }, "option_states": { "server_offered": { "AARDWOLF": false, "ATCP": false, "ECHO": false, "GMCP": true, "MCCP2": true, "MCCP3": false, "MSDP": true, "MSP": true, "MSSP": true, "MXP": true, "NAWS": false, "ZMP": false }, "server_requested": { "AARDWOLF": false, "ATCP": false, "GMCP": true, "LINEMODE": false, "MCCP2": true, "MCCP3": false, "MSDP": true, "MSP": true, "MSSP": true, "MXP": true, "NEW_ENVIRON": true, "TTYPE": true, "ZMP": false } }, "scan_type": "quick", "timing": { "probe": 0.2537367343902588, "total": 12.63906478881836 } } }, "sessions": [ { "connected": "2026-03-07T04:11:46.540086+00:00", "host": "51.222.85.183", "ip": "51.222.85.183", "port": 5555 } ] } .. raw:: html
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 `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug 51.222.85.183 5555 .. raw:: html
Show Logfile .. code-block:: text DEBUG client.py:1193 Fingerprint client: host=51.222.85.183 port=5555 INFO client_base.py:186 Connected to DEBUG stream_writer.py:3330 pending_option[WILL + MXP] = True DEBUG stream_writer.py:1019 send IAC WILL MXP DEBUG stream_writer.py:3330 pending_option[WILL + ATCP] = True DEBUG stream_writer.py:1019 send IAC WILL ATCP DEBUG stream_writer.py:3330 pending_option[WILL + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1019 send IAC WILL MCCP3_COMPRESS DEBUG stream_writer.py:3330 pending_option[WILL + GMCP] = True DEBUG stream_writer.py:1019 send IAC WILL GMCP DEBUG stream_writer.py:3330 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:1019 send IAC WILL AARDWOLF DEBUG stream_writer.py:3330 pending_option[WILL + MSP] = True DEBUG stream_writer.py:1019 send IAC WILL MSP DEBUG stream_writer.py:3330 pending_option[WILL + MSDP] = True DEBUG stream_writer.py:1019 send IAC WILL MSDP DEBUG stream_writer.py:3330 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:1019 send IAC WILL MSSP DEBUG stream_writer.py:3330 pending_option[WILL + ZMP] = True DEBUG stream_writer.py:1019 send IAC WILL ZMP DEBUG stream_writer.py:3330 pending_option[WILL + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1019 send IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:3330 pending_option[DO + MXP] = True DEBUG stream_writer.py:1019 send IAC DO MXP DEBUG stream_writer.py:3330 pending_option[DO + ATCP] = True DEBUG stream_writer.py:1019 send IAC DO ATCP DEBUG stream_writer.py:3330 pending_option[DO + MCCP3_COMPRESS] = True DEBUG stream_writer.py:1019 send IAC DO MCCP3_COMPRESS DEBUG stream_writer.py:3330 pending_option[DO + GMCP] = True DEBUG stream_writer.py:1019 send IAC DO GMCP DEBUG stream_writer.py:3330 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:1019 send IAC DO AARDWOLF DEBUG stream_writer.py:3330 pending_option[DO + MSP] = True DEBUG stream_writer.py:1019 send IAC DO MSP DEBUG stream_writer.py:3330 pending_option[DO + MSDP] = True DEBUG stream_writer.py:1019 send IAC DO MSDP DEBUG stream_writer.py:3330 pending_option[DO + MSSP] = True DEBUG stream_writer.py:1019 send IAC DO MSSP DEBUG stream_writer.py:3330 pending_option[DO + ZMP] = True DEBUG stream_writer.py:1019 send IAC DO ZMP DEBUG stream_writer.py:3330 pending_option[DO + MCCP2_COMPRESS] = True DEBUG stream_writer.py:1019 send IAC DO MCCP2_COMPRESS DEBUG stream_writer.py:768 recv IAC DO MXP DEBUG stream_writer.py:1836 handle_do(MXP) DEBUG stream_writer.py:993 skip WILL MXP; pending_option = True DEBUG stream_writer.py:3330 local_option[MXP] = True DEBUG stream_writer.py:3330 pending_option[WILL + MXP] = False DEBUG stream_writer.py:768 recv IAC DONT ATCP DEBUG stream_writer.py:1959 handle_dont(ATCP) DEBUG stream_writer.py:3330 pending_option[WILL + ATCP] = False DEBUG stream_writer.py:3330 local_option[ATCP] = False DEBUG stream_writer.py:768 recv IAC DONT MCCP3_COMPRESS DEBUG stream_writer.py:1959 handle_dont(MCCP3_COMPRESS) DEBUG stream_writer.py:3330 pending_option[WILL + MCCP3_COMPRESS] = False DEBUG stream_writer.py:3330 local_option[MCCP3_COMPRESS] = False DEBUG stream_writer.py:768 recv IAC DO GMCP DEBUG stream_writer.py:1836 handle_do(GMCP) DEBUG stream_writer.py:993 skip WILL GMCP; pending_option = True DEBUG stream_writer.py:3330 local_option[GMCP] = True DEBUG stream_writer.py:3330 pending_option[WILL + GMCP] = False DEBUG stream_writer.py:768 recv IAC DONT AARDWOLF DEBUG stream_writer.py:1959 handle_dont(AARDWOLF) DEBUG stream_writer.py:3330 pending_option[WILL + AARDWOLF] = False DEBUG stream_writer.py:3330 local_option[AARDWOLF] = False DEBUG stream_writer.py:768 recv IAC DO MSP DEBUG stream_writer.py:1836 handle_do(MSP) DEBUG stream_writer.py:993 skip WILL MSP; pending_option = True DEBUG stream_writer.py:3330 local_option[MSP] = True DEBUG stream_writer.py:3330 pending_option[WILL + MSP] = False DEBUG stream_writer.py:768 recv IAC DO MSDP DEBUG stream_writer.py:1836 handle_do(MSDP) DEBUG stream_writer.py:993 skip WILL MSDP; pending_option = True DEBUG stream_writer.py:3330 local_option[MSDP] = True DEBUG stream_writer.py:3330 pending_option[WILL + MSDP] = False DEBUG stream_writer.py:768 recv IAC DO MSSP DEBUG stream_writer.py:1836 handle_do(MSSP) DEBUG stream_writer.py:993 skip WILL MSSP; pending_option = True DEBUG stream_writer.py:3330 local_option[MSSP] = True DEBUG stream_writer.py:3330 pending_option[WILL + MSSP] = False DEBUG stream_writer.py:768 recv IAC DONT ZMP DEBUG stream_writer.py:1959 handle_dont(ZMP) DEBUG stream_writer.py:3330 pending_option[WILL + ZMP] = False DEBUG stream_writer.py:3330 local_option[ZMP] = False DEBUG stream_writer.py:768 recv IAC DO MCCP2_COMPRESS DEBUG stream_writer.py:1836 handle_do(MCCP2_COMPRESS) DEBUG stream_writer.py:993 skip WILL MCCP2_COMPRESS; pending_option = True DEBUG stream_writer.py:3330 local_option[MCCP2_COMPRESS] = True DEBUG stream_writer.py:3330 pending_option[WILL + MCCP2_COMPRESS] = False DEBUG stream_writer.py:768 recv IAC WONT ATCP DEBUG stream_writer.py:2148 handle_wont(ATCP) DEBUG stream_writer.py:3330 remote_option[ATCP] = False DEBUG stream_writer.py:3330 pending_option[DO + ATCP] = False DEBUG stream_writer.py:768 recv IAC WONT MCCP3_COMPRESS DEBUG stream_writer.py:2148 handle_wont(MCCP3_COMPRESS) DEBUG stream_writer.py:3330 remote_option[MCCP3_COMPRESS] = False DEBUG stream_writer.py:3330 pending_option[DO + MCCP3_COMPRESS] = False DEBUG stream_writer.py:768 recv IAC WONT AARDWOLF DEBUG stream_writer.py:2148 handle_wont(AARDWOLF) DEBUG stream_writer.py:3330 remote_option[AARDWOLF] = False DEBUG stream_writer.py:3330 pending_option[DO + AARDWOLF] = False DEBUG stream_writer.py:762 begin sub-negotiation SB MSSP DEBUG stream_writer.py:749 sub-negotiation cmd MSSP SE completion byte DEBUG stream_writer.py:2187 [SB + MSSP] unsolicited DEBUG stream_writer.py:1745 MSSP: {'PORT': '5555', 'XTERM TRUE COLORS': '1', 'RACES': '8', 'VT100': '0', 'GAMESYSTEM': 'Tick Based', 'MCCP': '1', 'UPTIME': '1771997762', 'HELPFILES': '5581', 'MSP': '1', 'CHARSET': 'iso-8859-1', 'STATUS': 'Live', 'WEBSITE': 'http://egc.pocketmud.com:27744/', 'CRAWL DELAY': '-1', 'OBJECTS': '695', 'CREATED': '2025', 'HOSTNAME': 'egc.pocketmud.com', 'GENRE': 'Fantasy', 'MCP': '1', 'CODEBASE': 'CoffeeMUD v5.11.0.3', 'LANGUAGE': 'English', 'GAMEPLAY': ['Adventure', 'Social'], 'MXP': '1', 'PLAYERS': '0', 'EMAIL': 'MAX.MOSWITZER@UNI-AK.AC.AT', 'ICON': 'http://egc.pocketmud.com:27744/images/cm.jpg', 'NAME': 'Metaplay MUD', 'INTERMUD': 'I3', 'MOBILES': '151', 'CLASSES': '48', 'FAMILY': 'CoffeeMUD', 'CONTACT': 'MAX.MOSWITZER@UNI-AK.AC.AT', 'AREAS': '1', 'ANSI': '1', 'SKILLS': '2031', 'ROOMS': '1', 'XTERM 256 COLORS': '1'} DEBUG stream_writer.py:768 recv IAC WONT ZMP DEBUG stream_writer.py:2148 handle_wont(ZMP) DEBUG stream_writer.py:3330 remote_option[ZMP] = False DEBUG stream_writer.py:3330 pending_option[DO + ZMP] = False DEBUG stream_writer.py:768 recv IAC DO NEW_ENVIRON DEBUG stream_writer.py:1836 handle_do(NEW_ENVIRON) DEBUG stream_writer.py:3330 pending_option[WILL + NEW_ENVIRON] = True DEBUG stream_writer.py:1019 send IAC WILL NEW_ENVIRON DEBUG stream_writer.py:3330 pending_option[SB + NEW_ENVIRON] = True DEBUG stream_writer.py:3330 local_option[NEW_ENVIRON] = True DEBUG stream_writer.py:3330 pending_option[WILL + NEW_ENVIRON] = False DEBUG stream_writer.py:768 recv IAC DO TTYPE DEBUG stream_writer.py:1836 handle_do(TTYPE) DEBUG stream_writer.py:3330 pending_option[WILL + TTYPE] = True DEBUG stream_writer.py:1019 send IAC WILL TTYPE DEBUG stream_writer.py:3330 pending_option[SB + TTYPE] = True DEBUG stream_writer.py:3330 local_option[TTYPE] = True DEBUG stream_writer.py:3330 pending_option[WILL + TTYPE] = False DEBUG stream_writer.py:762 begin sub-negotiation SB TTYPE DEBUG stream_writer.py:749 sub-negotiation cmd TTYPE SE completion byte DEBUG stream_writer.py:3330 pending_option[SB + TTYPE] = False DEBUG stream_writer.py:2353 recv TTYPE SEND: b'' DEBUG stream_writer.py:2365 send IAC SB TTYPE IS b'xterm-256color' IAC SE DEBUG stream_writer.py:768 recv IAC WILL MCCP2_COMPRESS DEBUG stream_writer.py:1994 handle_will(MCCP2_COMPRESS) DEBUG stream_writer.py:993 skip DO MCCP2_COMPRESS; pending_option = True DEBUG stream_writer.py:3330 remote_option[MCCP2_COMPRESS] = True DEBUG stream_writer.py:3330 pending_option[DO + MCCP2_COMPRESS] = False DEBUG stream_writer.py:768 recv IAC WILL MXP DEBUG stream_writer.py:1994 handle_will(MXP) DEBUG stream_writer.py:993 skip DO MXP; pending_option = True DEBUG stream_writer.py:3330 remote_option[MXP] = True DEBUG stream_writer.py:3330 pending_option[DO + MXP] = False DEBUG stream_writer.py:768 recv IAC WILL GMCP DEBUG stream_writer.py:1994 handle_will(GMCP) DEBUG stream_writer.py:993 skip DO GMCP; pending_option = True DEBUG stream_writer.py:3330 remote_option[GMCP] = True DEBUG stream_writer.py:1067 send IAC SB GMCP Core.Hello IAC SE DEBUG stream_writer.py:1067 send IAC SB GMCP Core.Supports.Set IAC SE INFO client.py:201 GMCP handshake: Core.Hello + Core.Supports.Set ['Char 1', 'Char.Vitals 1', 'Char.Items 1', 'Room 1', 'Room.Info 1', 'Comm 1', 'Comm.Channel 1', 'Group 1'] DEBUG stream_writer.py:3330 pending_option[DO + GMCP] = False DEBUG stream_writer.py:768 recv IAC WILL MSP DEBUG stream_writer.py:1994 handle_will(MSP) DEBUG stream_writer.py:993 skip DO MSP; pending_option = True DEBUG stream_writer.py:3330 remote_option[MSP] = True DEBUG stream_writer.py:3330 pending_option[DO + MSP] = False DEBUG stream_writer.py:768 recv IAC WILL MSDP DEBUG stream_writer.py:1994 handle_will(MSDP) DEBUG stream_writer.py:993 skip DO MSDP; pending_option = True DEBUG stream_writer.py:3330 remote_option[MSDP] = True DEBUG stream_writer.py:3330 pending_option[DO + MSDP] = False DEBUG stream_writer.py:768 recv IAC WILL NAWS DEBUG stream_writer.py:784 WILL NAWS unsolicited DEBUG stream_writer.py:1994 handle_will(NAWS) DEBUG stream_writer.py:2025 recv WILL NAWS on client end, refusing. DEBUG stream_writer.py:3330 remote_option[NAWS] = False DEBUG stream_writer.py:1019 send IAC DONT NAWS DEBUG stream_writer.py:768 recv IAC WONT ECHO DEBUG stream_writer.py:2148 handle_wont(ECHO) DEBUG stream_writer.py:3330 remote_option[ECHO] = False DEBUG stream_writer.py:3330 pending_option[DO + ECHO] = False DEBUG stream_writer.py:768 recv IAC DO LINEMODE DEBUG stream_writer.py:1836 handle_do(LINEMODE) DEBUG stream_writer.py:3330 pending_option[WILL + LINEMODE] = True DEBUG stream_writer.py:1019 send IAC WILL LINEMODE DEBUG stream_writer.py:3330 pending_option[SB + LINEMODE] = True DEBUG stream_writer.py:3330 local_option[LINEMODE] = True DEBUG stream_writer.py:2762 slc_start: IAC SB LINEMODE SLC [..] DEBUG stream_writer.py:2798 _slc_add (b'\x00', (^@, default)) DEBUG stream_writer.py:2751 send (slc_end): b'\x00\x03\x00' DEBUG stream_writer.py:2757 slc_end: [..] IAC SE DEBUG stream_writer.py:3330 pending_option[WILL + LINEMODE] = False DEBUG stream_writer.py:768 recv IAC WILL MSSP DEBUG stream_writer.py:1994 handle_will(MSSP) DEBUG stream_writer.py:993 skip DO MSSP; pending_option = True DEBUG stream_writer.py:3330 remote_option[MSSP] = True DEBUG stream_writer.py:3330 pending_option[DO + MSSP] = False DEBUG stream_writer.py:762 begin sub-negotiation SB TTYPE DEBUG stream_writer.py:749 sub-negotiation cmd TTYPE SE completion byte DEBUG stream_writer.py:2187 [SB + TTYPE] unsolicited DEBUG stream_writer.py:2353 recv TTYPE SEND: b'' DEBUG stream_writer.py:2365 send IAC SB TTYPE IS b'xterm-256color' IAC SE DEBUG stream_writer.py:762 begin sub-negotiation SB TTYPE DEBUG stream_writer.py:749 sub-negotiation cmd TTYPE SE completion byte DEBUG stream_writer.py:2187 [SB + TTYPE] unsolicited DEBUG stream_writer.py:2353 recv TTYPE SEND: b'' DEBUG stream_writer.py:2365 send IAC SB TTYPE IS b'xterm-256color' IAC SE DEBUG stream_writer.py:768 recv IAC WONT NAWS DEBUG stream_writer.py:2148 handle_wont(NAWS) DEBUG stream_writer.py:3330 pending_option[DO + NAWS] = False DEBUG stream_writer.py:768 recv IAC DONT LINEMODE DEBUG stream_writer.py:1959 handle_dont(LINEMODE) DEBUG stream_writer.py:3330 local_option[LINEMODE] = False DEBUG stream_writer.py:762 begin sub-negotiation SB MCCP2_COMPRESS DEBUG stream_writer.py:749 sub-negotiation cmd MCCP2_COMPRESS SE completion byte DEBUG stream_writer.py:2187 [SB + MCCP2_COMPRESS] unsolicited DEBUG stream_writer.py:3178 MCCP2 activated DEBUG client_base.py:448 MCCP2 decompression started (server→client) DEBUG client_base.py:499 negotiation failed after 4.00s. DEBUG client_base.py:505 failed-reply: 'SB NEW_ENVIRON, SB LINEMODE' DEBUG stream_writer.py:762 begin sub-negotiation SB GMCP DEBUG stream_writer.py:749 sub-negotiation cmd GMCP SE completion byte DEBUG stream_writer.py:2187 [SB + GMCP] unsolicited DEBUG client.py:210 GMCP: comm.tick {} DEBUG stream_writer.py:762 begin sub-negotiation SB GMCP DEBUG stream_writer.py:749 sub-negotiation cmd GMCP SE completion byte DEBUG stream_writer.py:2187 [SB + GMCP] unsolicited DEBUG client.py:210 GMCP: char.status {'state': 1} DEBUG stream_writer.py:1400 IAC GA: Go-Ahead (unhandled). DEBUG stream_writer.py:1400 IAC GA: Go-Ahead (unhandled). DEBUG stream_writer.py:3330 pending_option[DO + BINARY] = True DEBUG stream_writer.py:1019 send IAC DO BINARY DEBUG stream_writer.py:3330 pending_option[DO + SGA] = True DEBUG stream_writer.py:1019 send IAC DO SGA DEBUG stream_writer.py:3330 pending_option[DO + STATUS] = True DEBUG stream_writer.py:1019 send IAC DO STATUS DEBUG stream_writer.py:3330 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:1019 send IAC DO CHARSET DEBUG stream_writer.py:3330 pending_option[DO + EOR] = True DEBUG stream_writer.py:1019 send IAC DO EOR DEBUG stream_writer.py:3330 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:1019 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:768 recv IAC WILL BINARY DEBUG stream_writer.py:1994 handle_will(BINARY) DEBUG stream_writer.py:993 skip DO BINARY; pending_option = True DEBUG stream_writer.py:3330 remote_option[BINARY] = True DEBUG stream_writer.py:3330 pending_option[DO + BINARY] = False DEBUG stream_writer.py:768 recv IAC WONT SGA DEBUG stream_writer.py:2148 handle_wont(SGA) DEBUG stream_writer.py:3330 remote_option[SGA] = False DEBUG stream_writer.py:3330 pending_option[DO + SGA] = False DEBUG stream_writer.py:768 recv IAC WONT STATUS DEBUG stream_writer.py:2148 handle_wont(STATUS) DEBUG stream_writer.py:3330 remote_option[STATUS] = False DEBUG stream_writer.py:3330 pending_option[DO + STATUS] = False DEBUG stream_writer.py:768 recv IAC WONT CHARSET DEBUG stream_writer.py:2148 handle_wont(CHARSET) DEBUG stream_writer.py:3330 remote_option[CHARSET] = False DEBUG stream_writer.py:3330 pending_option[DO + CHARSET] = False DEBUG stream_writer.py:768 recv IAC WONT EOR DEBUG stream_writer.py:2148 handle_wont(EOR) DEBUG stream_writer.py:3330 remote_option[EOR] = False DEBUG stream_writer.py:3330 pending_option[DO + EOR] = False DEBUG stream_writer.py:768 recv IAC WONT COM_PORT_OPTION DEBUG stream_writer.py:2148 handle_wont(COM_PORT_OPTION) DEBUG stream_writer.py:3330 remote_option[COM_PORT_OPTION] = False DEBUG stream_writer.py:3330 pending_option[DO + COM_PORT_OPTION] = False INFO fingerprinting.py:755 connection for server fingerprint a7f16e7eba19a9ae INFO client_base.py:118 Connection closed to .. raw:: html