mtrek.com ========= .. raw:: html .. raw:: html

mtrek.com:1701

Telnet Fingerprint ------------------ :ref:`8b7ce9b4bfb9ea59... ` *This fingerprint is shared by 2 other servers.* **Options offered by server**: ``ECHO``, ``SGA`` **Data source**: `8b7ce9b4bfb9ea59/d657023f9120c3db.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata. .. code-block:: json { "server-probe": { "fingerprint": "8b7ce9b4bfb9ea59", "fingerprint-data": { "offered-options": [ "ECHO", "SGA" ], "probed-protocol": "server", "refused-options": [ "BINARY", "CHARSET", "COM_PORT", "EOR", "STATUS" ], "requested-options": [], "scan-type": "quick" }, "session_data": { "banner_after_return": "\r\nIllegal ship name.\r\n\r\nShip name: ", "banner_before_return": "\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\n In Memory of Chuck L. Peterson 1965-2012\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\n . ~~-_______-~~\r\n\r\nWebsite: http://mtrek.com Email: mtrek@live.com\r\nServer running since: 06 Jun 2012 Chuck L. Peterson, Tim Wisseman 1985-2001\r\nSoftware Version: 11.7.1 Joseph Hopkinson, Jay Ashworth (c)2003-2012\r\nLast updated: 20 Feb 2023 Rick Irwin (c)2012-2023\r\nActive Ships: 8 Current Runtime: 33h:28m\r\n\r\nShip name: ", "encoding": "ascii", "option_states": { "server_offered": { "ECHO": true, "SGA": true }, "server_requested": { "LINEMODE": false } }, "scan_type": "quick", "timing": { "probe": 0.506718635559082, "total": 3.0539538860321045 } } }, "sessions": [ { "connected": "2026-02-08T16:50:42.173327+00:00", "host": "mtrek.com", "ip": "23.253.235.38", "port": 1701 } ] } 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=mtrek.com port=1701 INFO client_base.py:174 Connected to DEBUG stream_writer.py:697 recv IAC WILL SGA DEBUG stream_writer.py:713 WILL SGA unsolicited DEBUG stream_writer.py:1869 handle_will(SGA) DEBUG stream_writer.py:3036 pending_option[DO + SGA] = True DEBUG stream_writer.py:938 send IAC DO SGA DEBUG stream_writer.py:3036 remote_option[SGA] = True DEBUG stream_writer.py:3036 pending_option[DO + SGA] = False DEBUG stream_writer.py:697 recv IAC WILL ECHO DEBUG stream_writer.py:713 WILL ECHO unsolicited DEBUG stream_writer.py:1869 handle_will(ECHO) DEBUG stream_writer.py:3036 pending_option[DO + ECHO] = True DEBUG stream_writer.py:938 send IAC DO ECHO 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 DONT LINEMODE DEBUG stream_writer.py:1832 handle_dont(LINEMODE) DEBUG stream_writer.py:3036 pending_option[WILL + LINEMODE] = False DEBUG stream_writer.py:3036 local_option[LINEMODE] = False DEBUG stream_writer.py:697 recv IAC WONT TM DEBUG stream_writer.py:1991 handle_wont(TM) WARNING client_base.py:495 File "/home/jquast/telnetlib3/telnetlib3/client_base.py", line 399, in _process_chunk WARNING client_base.py:495 recv_inband = writer.feed_byte(_ONE_BYTE[b]) WARNING client_base.py:495 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WARNING client_base.py:495 File "/home/jquast/telnetlib3/telnetlib3/stream_writer.py", line 730, in feed_byte WARNING client_base.py:495 self.handle_wont(opt) WARNING client_base.py:495 File "/home/jquast/telnetlib3/telnetlib3/stream_writer.py", line 1993, in handle_wont WARNING client_base.py:495 raise ValueError("WONT TM received but DO TM was not sent") WARNING client_base.py:495 ValueError: WONT TM received but DO TM was not sent DEBUG stream_writer.py:697 recv IAC WILL SGA DEBUG stream_writer.py:713 WILL SGA unsolicited DEBUG stream_writer.py:1869 handle_will(SGA) DEBUG stream_writer.py:697 recv IAC WILL ECHO DEBUG stream_writer.py:713 WILL ECHO unsolicited DEBUG stream_writer.py:1869 handle_will(ECHO) DEBUG client_base.py:460 negotiation complete after 2.00s. 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 + 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 + 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:3036 pending_option[DO + ATCP] = True DEBUG stream_writer.py:938 send IAC DO ATCP DEBUG stream_writer.py:697 recv IAC DONT BINARY DEBUG stream_writer.py:1832 handle_dont(BINARY) DEBUG stream_writer.py:3036 pending_option[WILL + BINARY] = False DEBUG stream_writer.py:3036 local_option[BINARY] = False DEBUG stream_writer.py:697 recv IAC DONT STATUS DEBUG stream_writer.py:1832 handle_dont(STATUS) DEBUG stream_writer.py:3036 pending_option[WILL + STATUS] = False DEBUG stream_writer.py:3036 local_option[STATUS] = False INFO fingerprinting.py:746 connection for server fingerprint 2713f0239026b383 INFO client_base.py:105 Connection closed to *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug mtrek.com 1701