lynx.scramworks.net:23 ====================== **Connection Banner:** .. raw:: html .. raw:: html

lynx.scramworks.net:23

Encoding -------- - **Effective encoding**: cp437 - **Scanner detected**: ascii **Website**: `http://lynx.scramworks.net/tos.html `_ Telnet Fingerprint ------------------ :ref:`ac22ec3d240d27a6... ` *This fingerprint is unique to this server.* **Options requested from client**: ``ECHO``, ``LFLOW``, ``NAWS``, ``NEW_ENVIRON``, ``TSPEED``, ``TTYPE``, ``XDISPLOC`` **Data source**: `ac22ec3d240d27a6/79c72de76a43547b.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and banner data. .. code-block:: json { "server-probe": { "fingerprint": "ac22ec3d240d27a6", "fingerprint-data": { "offered-options": [], "probed-protocol": "server", "refused-options": [], "requested-options": [ "ECHO", "LFLOW", "NAWS", "NEW_ENVIRON", "TSPEED", "TTYPE", "XDISPLOC" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "\u0000\r\n\r\nno valid e-mail address supplied disconnecting\r\n", "banner_before_return": " Welcome to lynx. scramworks.net\r\n public lynx client\r\n\r\n Please enter your full e-mail address as authentication.\r\n\r\n Any problems mail lynxadmin@scramworks.net\r\n\r\n Any and all activities on this server may be logged, in the event of\r\n illegal activity being detected any such logs will be handed to the\r\n relevant authorities.\r\n\r\n Use of this service is subject to the terms and conditions provided at:\r\n http://lynx.scramworks.net/tos.html\r\n and from the menu. Any unreasonable use of this service will result in\r\n it's withdrawl.\r\n\r\nWelcome to lynx please login with your full e-mail address\r\nE-mail address: ", "encoding": "ascii", "option_states": { "environ_requested": [ { "name": "*", "type": "VAR" }, { "name": "*", "type": "USERVAR" } ], "server_offered": { "ECHO": true, "SGA": true, "STATUS": true }, "server_requested": { "ECHO": true, "LFLOW": true, "NAWS": true, "NEW_ENVIRON": true, "TSPEED": true, "TTYPE": true, "XDISPLOC": true } }, "scan_type": "quick", "timing": { "probe": 0.0, "total": 2.546762228012085 } } }, "sessions": [ { "connected": "2026-02-09T19:28:33.690282+00:00", "host": "lynx.scramworks.net", "ip": "138.201.175.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:863 Fingerprint client: host=lynx.scramworks.net port=23 INFO client_base.py:174 Connected to DEBUG stream_writer.py:706 recv IAC DO TTYPE DEBUG stream_writer.py:1767 handle_do(TTYPE) DEBUG stream_writer.py:3167 pending_option[WILL + TTYPE] = True DEBUG stream_writer.py:947 send IAC WILL TTYPE DEBUG stream_writer.py:3167 pending_option[SB + TTYPE] = True DEBUG stream_writer.py:3167 local_option[TTYPE] = True DEBUG stream_writer.py:3167 pending_option[WILL + TTYPE] = False DEBUG stream_writer.py:706 recv IAC DO TSPEED DEBUG stream_writer.py:1767 handle_do(TSPEED) DEBUG stream_writer.py:3167 pending_option[WILL + TSPEED] = True DEBUG stream_writer.py:947 send IAC WILL TSPEED DEBUG stream_writer.py:3167 pending_option[SB + TSPEED] = True DEBUG stream_writer.py:3167 local_option[TSPEED] = True DEBUG stream_writer.py:3167 pending_option[WILL + TSPEED] = False DEBUG stream_writer.py:706 recv IAC DO XDISPLOC DEBUG stream_writer.py:1767 handle_do(XDISPLOC) DEBUG stream_writer.py:3167 pending_option[WILL + XDISPLOC] = True DEBUG stream_writer.py:947 send IAC WILL XDISPLOC DEBUG stream_writer.py:3167 pending_option[SB + XDISPLOC] = True DEBUG stream_writer.py:3167 local_option[XDISPLOC] = True DEBUG stream_writer.py:3167 pending_option[WILL + XDISPLOC] = False DEBUG stream_writer.py:706 recv IAC DO NEW_ENVIRON DEBUG stream_writer.py:1767 handle_do(NEW_ENVIRON) DEBUG stream_writer.py:3167 pending_option[WILL + NEW_ENVIRON] = True DEBUG stream_writer.py:947 send IAC WILL NEW_ENVIRON DEBUG stream_writer.py:3167 pending_option[SB + NEW_ENVIRON] = True DEBUG stream_writer.py:3167 local_option[NEW_ENVIRON] = True DEBUG stream_writer.py:3167 pending_option[WILL + NEW_ENVIRON] = False DEBUG stream_writer.py:698 begin sub-negotiation SB TSPEED DEBUG stream_writer.py:685 sub-negotiation cmd TSPEED SE completion byte DEBUG stream_writer.py:3167 pending_option[SB + TSPEED] = False DEBUG stream_writer.py:2166 recv TSPEED SEND: b'' DEBUG stream_writer.py:2197 send: IAC SB TSPEED IS b'38400',b'38400' IAC SE DEBUG stream_writer.py:698 begin sub-negotiation SB XDISPLOC DEBUG stream_writer.py:685 sub-negotiation cmd XDISPLOC SE completion byte DEBUG stream_writer.py:3167 pending_option[SB + XDISPLOC] = False DEBUG stream_writer.py:2210 recv XDISPLOC SEND: b'' DEBUG stream_writer.py:2221 send IAC SB XDISPLOC IS b'' IAC SE DEBUG stream_writer.py:698 begin sub-negotiation SB NEW_ENVIRON DEBUG stream_writer.py:685 sub-negotiation cmd NEW_ENVIRON SE completion byte DEBUG stream_writer.py:3167 pending_option[SB + NEW_ENVIRON] = False DEBUG stream_writer.py:2282 recv NEW_ENVIRON SEND (all) DEBUG stream_writer.py:2305 env send: LANG='C', TERM='xterm-256color', LINES=25, COLUMNS=80, COLORTERM='' DEBUG stream_writer.py:698 begin sub-negotiation SB TTYPE DEBUG stream_writer.py:685 sub-negotiation cmd TTYPE SE completion byte DEBUG stream_writer.py:3167 pending_option[SB + TTYPE] = False DEBUG stream_writer.py:2234 recv TTYPE SEND: b'' DEBUG stream_writer.py:2247 send IAC SB TTYPE IS b'xterm-256color' IAC SE DEBUG client_base.py:460 negotiation complete after 0.08s. DEBUG stream_writer.py:706 recv IAC WILL SGA DEBUG stream_writer.py:722 WILL SGA unsolicited DEBUG stream_writer.py:1897 handle_will(SGA) DEBUG stream_writer.py:3167 pending_option[DO + SGA] = True DEBUG stream_writer.py:947 send IAC DO SGA DEBUG stream_writer.py:3167 remote_option[SGA] = True DEBUG stream_writer.py:3167 pending_option[DO + SGA] = False DEBUG stream_writer.py:706 recv IAC DO ECHO DEBUG stream_writer.py:1767 handle_do(ECHO) DEBUG stream_writer.py:3167 local_option[ECHO] = False DEBUG stream_writer.py:947 send IAC WONT ECHO DEBUG stream_writer.py:3167 local_option[ECHO] = True DEBUG stream_writer.py:706 recv IAC DO NAWS DEBUG stream_writer.py:1767 handle_do(NAWS) DEBUG stream_writer.py:3167 pending_option[WILL + NAWS] = True DEBUG stream_writer.py:947 send IAC WILL NAWS DEBUG stream_writer.py:2339 send IAC SB NAWS (rows=25, cols=80) IAC SE DEBUG stream_writer.py:3167 local_option[NAWS] = True DEBUG stream_writer.py:3167 pending_option[WILL + NAWS] = False DEBUG stream_writer.py:706 recv IAC WILL STATUS DEBUG stream_writer.py:722 WILL STATUS unsolicited DEBUG stream_writer.py:1897 handle_will(STATUS) DEBUG stream_writer.py:3167 remote_option[STATUS] = True DEBUG stream_writer.py:1038 send IAC SB STATUS SEND IAC SE DEBUG stream_writer.py:3167 pending_option[SB + STATUS] = True DEBUG stream_writer.py:706 recv IAC DO LFLOW DEBUG stream_writer.py:1767 handle_do(LFLOW) DEBUG stream_writer.py:3167 pending_option[WILL + LFLOW] = True DEBUG stream_writer.py:947 send IAC WILL LFLOW DEBUG stream_writer.py:3167 pending_option[SB + LFLOW] = True DEBUG stream_writer.py:3167 local_option[LFLOW] = True DEBUG stream_writer.py:3167 pending_option[WILL + LFLOW] = False DEBUG stream_writer.py:706 recv IAC WILL ECHO DEBUG stream_writer.py:722 WILL ECHO unsolicited DEBUG stream_writer.py:1897 handle_will(ECHO) DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = True DEBUG stream_writer.py:947 send IAC DO ECHO DEBUG stream_writer.py:3167 remote_option[ECHO] = True DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = False DEBUG stream_writer.py:698 begin sub-negotiation SB LFLOW DEBUG stream_writer.py:685 sub-negotiation cmd LFLOW SE completion byte DEBUG stream_writer.py:3167 pending_option[SB + LFLOW] = False DEBUG stream_writer.py:2373 LFLOW (toggle-flow-control) OFF DEBUG client_base.py:88 EOF from server, closing. INFO client_base.py:105 Connection closed to INFO fingerprinting.py:737 new server fingerprint ac22ec3d240d27a6 *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug lynx.scramworks.net 23