dhxy.info:23 ============ **Connection Banner:** .. raw:: html .. raw:: html

dhxy.info:23

Encoding -------- - **Effective encoding**: gbk - **Override**: gbk (from bbslist.txt) - **Scanner detected**: gbk **Website**: `http://dhxy.info `_ Telnet Fingerprint ------------------ :ref:`b28ca17fe0ae14ab... ` *This fingerprint is unique to this server.* **Options offered by server**: ``ECHO``, ``SGA`` **Options requested from client**: ``AARDWOLF``, ``MSSP`` **Data source**: `b28ca17fe0ae14ab/62c5f9efbd6a8a8f.json `_ The complete JSON record collected during the scan, including Telnet negotiation results and banner data. .. code-block:: json { "server-probe": { "fingerprint": "b28ca17fe0ae14ab", "fingerprint-data": { "offered-options": [ "ECHO", "SGA" ], "probed-protocol": "server", "refused-options": [ "AARDWOLF", "ATCP", "BINARY", "CHARSET", "COM_PORT", "EOR", "GMCP", "MSDP", "MSP", "MSSP", "MXP", "STATUS", "ZMP" ], "requested-options": [ "AARDWOLF", "MSSP" ], "scan-type": "quick" }, "session_data": { "banner_after_return": "\r\n\u001b[1;33m\u8bf7\u8f93\u5165\u5e10\u53f7\u001b[m(\u8bd5\u7528\u8bf7\u8f93\u5165 `\u001b[1;36mguest\u001b[m', \u6ce8\u518c\u8bf7\u8f93\u5165`\u001b[1;31mnew\u001b[m'): ", "banner_before_return": "\r\n\u6b22\u8fce\u5149\u4e34\u001b[1;33m\u5927\u8bdd\u897f\u6e38\u7ad9\u001b[m[ \u001b[1;32mDHXY.info\u001b[m ] \u001b[1;33m\u3014FB2000 v1106\u3015\u001b[m \u8bf7\u7a0d\u5019...\r\n\u001b[1;36m\u6700\u8fd1 \u001b[33m(1,10,15)\u001b[36m \u5206\u949f\u5e73\u5747\u8d1f\u8377\u4e3a\u001b[33m 0.00 0.00 0.00 \u001b[36m(\u4e0a\u9650 = 10) [\u8d1f\u8377\u6b63\u5e38]\u001b[0m\r\n\r\n\u001b[1;33m ]$e )zz, _____zde \r\n ]$[ ~~~' \"~~]$[~\"\r\n `~~~~~@$$~~~~~~' )zzzzb,zbzz$$$$@zzzzz,\r\n ]$[]@L, \"~']$[ ~~', ]$[ ~~~~'\r\n _z$r' `-$bL, `$[ _,a$~~~~~@$[\r\n )zzzU$$@\" `-$$$bz, ]$$$' ]$_, ._a$'\r\n `~~~~ \"~@~' \"~~ `@~~~~~~'\r\n\r\n _z__________________, __ ez. ]$,\r\n `@~~~~~~][~][~~~~~-@~' ~~~-__=$L,d@~~~~-\r\n e$$$U$$M$@~~$$L .1__ .~]$C=yn%~~$b,\r\n q$[ a[ ][ ]$@ `~~~~'.ar~$L__O$CL___,\r\n ]$L_d@' `@zz]$[ ___z,dr'][~~~~]$~~~~'\r\n ]$L_________d$[ ~~~_a~']@' .a$\r\n `~~~~~~~~~~~~~' \"\" `~~' \"~$$@'\r\n \u6211\u4eec\u6bd5\u4e1a\u4e86\r\n\r\n \u001b[1;41;37m[telnet] dhxy.info \u7aef\u53e323 [\u7a7f\u68ad] pkuxkx.net \u7aef\u53e38023 \u001b[m\r\n \u001b[1;35m[web] http://dhxy.info [ftp] ftp://dhxy.info \u7aef\u53e321\u001b[m\r\n\u001b[1;35m\u6b22\u8fce\u5149\u4e34\u001b[1;40;33m\u3010 \u5927\u8bdd\u897f\u6e38\u7ad9 \u3011 \u001b[m[\u001b[0;1;33;41m Add '.' after YourID to login for BIG5 \u001b[m]\r\n\u001b[0;1;32m\u672c\u7ad9\u53ef\u6ce8\u518c\u5e10\u53f7\u6570: [\u001b[1;36m20236\u001b[0;1;32m] \u001b[m\u001b[1;32m\u76ee\u524d\u5df2\u6709\u5e10\u53f7\u6570: [\u001b[1;36m809\u001b[32m] \u001b[1;32m\u76ee\u524d\u4e0a\u7ad9\u4eba\u6570: [\u001b[1;36m1\u001b[1;32m/\u001b[1;36m256\u001b[1;32m] \r\n\u001b[1;33m\u8bf7\u8f93\u5165\u5e10\u53f7\u001b[m(\u8bd5\u7528\u8bf7\u8f93\u5165 `\u001b[1;36mguest\u001b[m', \u6ce8\u518c\u8bf7\u8f93\u5165`\u001b[1;31mnew\u001b[m'): ", "encoding": "gbk", "option_states": { "server_offered": { "ECHO": true, "SGA": true }, "server_requested": {} }, "scan_type": "quick", "timing": { "probe": 0.5042822360992432, "total": 5.056995391845703 } } }, "sessions": [ { "connected": "2026-02-09T19:31:26.796455+00:00", "host": "dhxy.info", "ip": "172.232.219.145", "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=dhxy.info port=23 INFO client_base.py:174 Connected to 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: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 client_base.py:460 negotiation complete after 2.00s. DEBUG stream_writer.py:3167 pending_option[DO + BINARY] = True DEBUG stream_writer.py:947 send IAC DO BINARY DEBUG stream_writer.py:3167 pending_option[DO + STATUS] = True DEBUG stream_writer.py:947 send IAC DO STATUS DEBUG stream_writer.py:3167 pending_option[DO + CHARSET] = True DEBUG stream_writer.py:947 send IAC DO CHARSET DEBUG stream_writer.py:3167 pending_option[DO + EOR] = True DEBUG stream_writer.py:947 send IAC DO EOR DEBUG stream_writer.py:3167 pending_option[DO + COM_PORT_OPTION] = True DEBUG stream_writer.py:947 send IAC DO COM_PORT_OPTION DEBUG stream_writer.py:3167 pending_option[DO + GMCP] = True DEBUG stream_writer.py:947 send IAC DO GMCP DEBUG stream_writer.py:3167 pending_option[DO + MSDP] = True DEBUG stream_writer.py:947 send IAC DO MSDP DEBUG stream_writer.py:3167 pending_option[DO + MSSP] = True DEBUG stream_writer.py:947 send IAC DO MSSP DEBUG stream_writer.py:3167 pending_option[DO + MSP] = True DEBUG stream_writer.py:947 send IAC DO MSP DEBUG stream_writer.py:3167 pending_option[DO + MXP] = True DEBUG stream_writer.py:947 send IAC DO MXP DEBUG stream_writer.py:3167 pending_option[DO + ZMP] = True DEBUG stream_writer.py:947 send IAC DO ZMP DEBUG stream_writer.py:3167 pending_option[DO + AARDWOLF] = True DEBUG stream_writer.py:947 send IAC DO AARDWOLF DEBUG stream_writer.py:3167 pending_option[DO + ATCP] = True DEBUG stream_writer.py:947 send IAC DO ATCP DEBUG stream_writer.py:706 recv IAC DO b'\xfd' DEBUG stream_writer.py:1767 handle_do(DO) DEBUG stream_writer.py:1845 DO DO not supported. DEBUG stream_writer.py:3167 local_option[DO] = False DEBUG stream_writer.py:947 send IAC WONT DO DEBUG stream_writer.py:706 recv IAC DO MSSP DEBUG stream_writer.py:1767 handle_do(MSSP) DEBUG stream_writer.py:3167 pending_option[WILL + MSSP] = True DEBUG stream_writer.py:947 send IAC WILL MSSP DEBUG stream_writer.py:3167 local_option[MSSP] = True DEBUG stream_writer.py:3167 pending_option[WILL + MSSP] = False DEBUG stream_writer.py:706 recv IAC DO AARDWOLF DEBUG stream_writer.py:1767 handle_do(AARDWOLF) DEBUG stream_writer.py:3167 pending_option[WILL + AARDWOLF] = True DEBUG stream_writer.py:947 send IAC WILL AARDWOLF DEBUG stream_writer.py:3167 local_option[AARDWOLF] = True DEBUG stream_writer.py:3167 pending_option[WILL + AARDWOLF] = False INFO fingerprinting.py:737 new server fingerprint b28ca17fe0ae14ab INFO client_base.py:105 Connection closed to *Generated by* `telnetlib3-fingerprint `_ .. code-block:: shell telnetlib3-fingerprint --loglevel=debug dhxy.info 23