brigandine.org
+--------------------------------------------------------------------+ |#####'::::'####% .=, .++-... | |####;:;##;:;###H | |####::####::###@; ,. | |####::####::#####; /##;,. . | |####::####:,#####X "##############%;:,. | |####;:###::#######; '%##################h;+########%%%| |#####::#::########@- "####M%%"""/XMMM#################| |######:::######H###X, "####%, '+YYYYY++"""";%###| |PX%##%-::%##%P"%####%, "#####%. ,+###| |::":":"|:":":::+#####$. %#####%. ,;%#####| |;d#####:#####%;;######$, '"#######;. ,%#######| |#######|###############H, "#######MH/- .=/########% | |#######:################M: '"%##M#######++##########= | |#######|####### ###########; '%###################%' | |#######:###################+ "%%###############% | |#######|#####################. '"%############%' | |#######:###################### '"%########+' | |#######|#######################v '""""'' | |#######:##########################, | |#######|############################, | |#######:#############################v, | |######"|################################%v | |#####"::'###################################%v, | |####"::::"#####################################%vv,, -Brigandine| +--------------------------------------------------------------------+ Please enter a name: (or 'who' or 'finger'):
Telnet Fingerprint
This fingerprint is shared by 6 other servers.
Options offered by server: EOR
Options requested from client: STATUS
Data source: 3466d1f862368b3a/3fbff873e701d396.json
The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.
{
"server-probe": {
"fingerprint": "3466d1f862368b3a",
"fingerprint-data": {
"offered-options": [
"EOR"
],
"probed-protocol": "server",
"refused-options": [
"AUTHENTICATION",
"BINARY",
"BM",
"CHARSET",
"COM_PORT",
"DET",
"ECHO",
"ENCRYPT",
"FORWARD_X",
"KERMIT",
"NAMS",
"NAOCRD",
"NAOFFD",
"NAOHTD",
"NAOHTS",
"NAOL",
"NAOLFD",
"NAOP",
"NAOVTD",
"NAOVTS",
"PRAGMA_HEARTBEAT",
"PRAGMA_LOGON",
"RCP",
"RCTE",
"RSP",
"SEND_URL",
"SGA",
"SSPI_LOGON",
"STATUS",
"SUPDUP",
"SUPDUPOUTPUT",
"SUPPRESS_LOCAL_ECHO",
"TLS",
"TN3270E",
"TTYLOC",
"VT3270REGIME",
"X3PAD",
"XAUTH"
],
"requested-options": [
"STATUS"
]
},
"session_data": {
"banner_after_return": "###########; '%###################%' |\n\r|#######:###################+ \"%%###############% |\n\r|#######|#####################. '\"%############%' |\n\r|#######:###################### '\"%########+' |\n\r|#######|#######################v '\"\"\"\"'' |\n\r|#######:##########################, |\n\r|#######|############################, |\n\r|#######:#############################v, |\n\r|######\"|################################%v |\n\r|#####\"::'###################################%v, |\n\r|####\"::::\"#####################################%vv,, -Brigandine|\n\r+--------------------------------------------------------------------+\n\r\u001b[mPlease enter a name: (or 'who' or 'finger'): ",
"banner_before_return": "+--------------------------------------------------------------------+\n\r|#####'::::'####% .=, .++-... |\n\r|####;:;##;:;###H |\n\r|####::####::###@; ,. |\n\r|####::####::#####; /##;,. . |\n\r|####::####:,#####X \"##############%;:,. |\n\r|####;:###::#######; '%##################h;+########%%%|\n\r|#####::#::########@- \"####M%%\"\"\"/XMMM#################|\n\r|######:::######H###X, \"####%, '+YYYYY++\"\"\"\";%###|\n\r|PX%##%-::%##%P\"%####%, \"#####%. ,+###|\n\r|::\":\":\"|:\":\":::+#####$. %#####%. ,;%#####|\n\r|;d#####:#####%;;######$, '\"#######;. ,%#######|\n\r|#######|###############H, \"#######MH/- .=/########% |\n\r|#######:################M: '\"%##M#######++##########= |\n\r|#######|#######",
"encoding": "ascii",
"option_states": {
"server_offered": {
"EOR": true
},
"server_requested": {
"STATUS": true
}
},
"timing": {
"probe": 0.508159875869751,
"total": 1.0095751285552979
}
}
},
"sessions": [
{
"connected": "2026-02-08T07:22:59.446790+00:00",
"host": "brigandine.org",
"ip": "206.130.99.125",
"port": 9390
}
]
}
Connection Log
Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.
DEBUG client.py:770 Fingerprint client: host=brigandine.org port=9390
INFO client_base.py:174 Connected to <Peer 206.130.99.125 9390>
DEBUG stream_writer.py:692 recv IAC WILL EOR
DEBUG stream_writer.py:708 WILL EOR unsolicited
DEBUG stream_writer.py:1863 handle_will(EOR)
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = True
DEBUG stream_writer.py:933 send IAC DO EOR
DEBUG stream_writer.py:3030 remote_option[EOR] = True
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = False
DEBUG stream_writer.py:1287 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:692 recv IAC DO STATUS
DEBUG stream_writer.py:1733 handle_do(STATUS)
DEBUG stream_writer.py:3030 pending_option[WILL + STATUS] = True
DEBUG stream_writer.py:933 send IAC WILL STATUS
DEBUG stream_writer.py:2455 send IAC SB STATUS IS DO EOR IAC SE
DEBUG stream_writer.py:3030 pending_option[WILL + STATUS] = False
DEBUG stream_writer.py:3030 local_option[STATUS] = True
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:1306 IAC EOR: End of Record (unhandled).
DEBUG stream_writer.py:3030 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:933 send IAC DO BINARY
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = True
DEBUG stream_writer.py:933 send IAC DO SGA
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:933 send IAC DO ECHO
DEBUG stream_writer.py:3030 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:933 send IAC DO STATUS
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:933 send IAC DO CHARSET
DEBUG stream_writer.py:3030 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:933 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:933 send IAC DO GMCP
DEBUG stream_writer.py:3030 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:933 send IAC DO MSDP
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:933 send IAC DO MSSP
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = True
DEBUG stream_writer.py:933 send IAC DO MSP
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = True
DEBUG stream_writer.py:933 send IAC DO MXP
DEBUG stream_writer.py:3030 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:933 send IAC DO ZMP
DEBUG stream_writer.py:3030 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:933 send IAC DO AARDWOLF
DEBUG stream_writer.py:3030 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:933 send IAC DO ATCP
INFO fingerprinting.py:746 connection for server fingerprint f10f7b3f82429456
INFO client_base.py:105 Connection closed to <Peer 206.130.99.125 9390>
Generated by telnetlib3-fingerprint
telnetlib3-fingerprint --loglevel=debug brigandine.org 9390