swrestorationmush.com

swrestorationmush.com:4201

Telnet Fingerprint

a2b0bf12ce546526…

This fingerprint is shared by 8 other servers.

Options requested from client: CHARSET, NAWS

Data source: a2b0bf12ce546526/e8a44a7cc1e5302f.json

The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.

{
  "server-probe": {
    "fingerprint": "a2b0bf12ce546526",
    "fingerprint-data": {
      "offered-options": [],
      "probed-protocol": "server",
      "refused-options": [
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "EOR",
        "SGA",
        "STATUS"
      ],
      "requested-options": [
        "CHARSET",
        "NAWS"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "             \u001b[38;5;227m:::::::::::::::::::::::::.  .::::::::       :::::::::::..          \n           .:                        .   :       :       :           .::        \n          .:                         :   :        :      :             .:       \n          :                          :  :         :      :              :.      \n          :                          :  :    :    :      :     :::::     :      \n          :     ::::::::::    ::::::::  :    :.    :     :     :    :    :      \n          :     .:       :    :        :     ::    :     :     :    :    :      \n          .:     :.      :    :        :    : :    :     :     :::::    .:      \n           ::     :      :    :        :    :  :    :    :              :       \n            ::     :     :    :       :     :  :    :    :            .:        \n             :     .:    :    :       :     ::::.   :.   :            :.        \n:::::::::::::.      :    :    :      .:              :   :     :       .:.::::::\n:                   :    :    :      :               :   :     ::              :\n:                  .:    :    :      :    .......    :.  :     : :.            :\n:                  :     :    :     ..    :      :    :  :     :  :.           :\n:................::      :....:     :......      :....:  :.....:   ::..........:\n.......   :.....   ......   ::::::::.       ...........             .:::::::::::\n :   .:  :.    :  .     :   :       :       :          :::        ::.          :\n :    :  :     :  :    :   :        :       :             :      :.            :\n :    .:.:      : :    :   :        ..      :              :     :             :\n  :    ::       ::     :   :    :    :      :    .::::.    :     :             :\n  :    ::       ::    :   :     :    :      :    :    :.    :    :     :::::::::\n  :     .        :    :   :    ::    .:     :    :    ..    :    :     :        \n   :        .        .:   :    : :    :     :    ::::::    :.    :      :       \n   :        :        :   :    .: :    :     :              :      :      :      \n   ..       :.       :   :    ::::.    :    :            .:        :     .:     \n    :      :.:      ..  .:             :    :    .      .:          :     :     \n    :      : :      :   :              :    :    ::       ::::::::::       :    \n    .:     : .:     :   :               :   :    :.:                       :    \n     :    :   :    :.  ..   ........    :   :    : .:                     :     \n     :    :   :    :   :    :      :    :.  :    :   :                   .:     \n     .:  ..    :   :   :    :      .:    :  :    ..   :.                ::      \n      ::::     ::::.  ....:::       ::::::  ::::::.    .::::::::::::::::\u001b[0m        \n.______  ______  ___________. _____ .______    ___ .________.__  _____ .__   __.\n|   _  \\|   ___|/           |/  _  \\|   _  \\  /   \\|        |  |/  _  \\|  \\ |  |\n|  |_)  |  |__ |   (--|  |--|  | |  |  |_)  |/  ^  \\--|  |--|  |  | |  |   \\|  |\n|      /|   __| \\   \\ |  |  |  | |  |      //  /_\\  \\ |  |  |  |  | |  |  . `  |\n|  |\\  \\|  |___--)   ||  |  |  `-'  |  |\\     _____  \\|  |  |  |  `-'  |  |\\   |\n| _| `._____________/ |__|   \\_____/| _| `.__/     \\__|__|  |__|\\_____/|__| \\__|\n\n                            (Currently in Beta)\n\nTo create a character, use create <name> <password>\nTo connect to an already-existing character, use connect <name> <password>\nIf you've lost your password, log in as a guest and contact staff.\u001b[0m\r\n\u001b[36m%% Welcome to AresMUSH version 2.2.0! https://aresmush.com\n%% Type 'help' to learn how to play.  Type 'tour' to connect to a temporary character to explore.\u001b[0m\u001b[0m\r\n",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {
          "CHARSET": true,
          "NAWS": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5027310848236084,
        "total": 6.007364511489868
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T16:14:32.082294+00:00",
      "host": "swrestorationmush.com",
      "ip": "165.232.152.192",
      "port": 4201
    },
    {
      "connected": "2026-02-08T17:00:59.904783+00:00",
      "host": "swrestorationmush.com",
      "ip": "165.232.152.192",
      "port": 4201
    }
  ]
}

Connection Log

Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.

DEBUG client.py:773 Fingerprint client: host=swrestorationmush.com port=4201
INFO client_base.py:174 Connected to <Peer 165.232.152.192 4201>
DEBUG stream_writer.py:655 recv IAC DO NAWS
DEBUG stream_writer.py:1668 handle_do(NAWS)
DEBUG stream_writer.py:2883 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:896 send IAC WILL NAWS
DEBUG stream_writer.py:2208 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:2883 local_option[NAWS] = True
DEBUG stream_writer.py:2883 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:655 recv IAC DO CHARSET
DEBUG stream_writer.py:1668 handle_do(CHARSET)
DEBUG stream_writer.py:2883 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:896 send IAC WILL CHARSET
DEBUG stream_writer.py:2883 local_option[CHARSET] = True
DEBUG stream_writer.py:2883 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:647 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:634 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:1938 [SB + CHARSET] unsolicited
DEBUG client.py:266 encoding negotiated: utf-8
DEBUG stream_writer.py:2013 send IAC SB CHARSET ACCEPTED utf-8 IAC SE
DEBUG client_base.py:460 negotiation complete after 2.01s.
DEBUG stream_writer.py:2883 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:896 send IAC DO BINARY
DEBUG stream_writer.py:2883 pending_option[DO + SGA] = True
DEBUG stream_writer.py:896 send IAC DO SGA
DEBUG stream_writer.py:2883 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:896 send IAC DO ECHO
DEBUG stream_writer.py:2883 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:896 send IAC DO STATUS
DEBUG stream_writer.py:2883 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:896 send IAC DO CHARSET
DEBUG stream_writer.py:2883 pending_option[DO + EOR] = True
DEBUG stream_writer.py:896 send IAC DO EOR
DEBUG stream_writer.py:2883 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:896 send IAC DO COM_PORT_OPTION
INFO fingerprinting.py:736 connection for server fingerprint a2b0bf12ce546526
INFO client_base.py:105 Connection closed to <Peer 165.232.152.192 4201>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug swrestorationmush.com 4201