osuny.bell-labs.co:666
Connection Banner:
+---------------------------------------------------+
| Intellectual Property Policy for OSUNY U.K. BBS |
+---------------------------------------------------+
In accordance with Title 17 U.S.C. Section 107, the material within is
distributed without profit to those who have expressed a prior interest
in receiving the included information for research and educational
purposes. Use of this system constitutes the expression of prior
interest.
.+===============================================+.
| |
| _ ,^. _ |
| ,'/ -' '- \`. |
| / | \ / | \ |
| | | | | | | |
| | \_,' `._/ | __ __ __ __ __ _ _ |
| | | (( \ || || ||\ || \\// |
| \ / \\ || || ||\\|| )/ |
| `. .' \_)) \\_// || \|| // |
| `--._.--' |
| u.k. |
| |
| |
`+===============================================+'
---------------------------------------------------------------------------
Someday they won't let you, so now you must agree
The times they are a-telling, and the changing isn't free
You've read it in the tea leaves, and the tracks are on TV
Beware the savage jaw
Of 1984
---------------------------------------------------------------------------
===========================================================================
ssh osuny.bell-labs.co port 999# any username, no password
RSA SHA256:lf2khQcO6kib2dN/eXYaemzV/sBSt+Yaou/E4PKYxUQ
telnet osuny.bell-labs.co port 666
===========================================================================
login as new to create an account
username:
password:Encoding
Effective encoding: cp437
Scanner detected: ascii
Telnet Fingerprint
This fingerprint is shared by 169 other servers.
Data source: a8a260cc4662430c/e15c6fbb40553b1e.json
The complete JSON record collected during the scan, including Telnet negotiation results and banner data.
{
"server-probe": {
"fingerprint": "a8a260cc4662430c",
"fingerprint-data": {
"offered-options": [],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"BINARY",
"CHARSET",
"COM_PORT",
"ECHO",
"EOR",
"GMCP",
"MSDP",
"MSP",
"MSSP",
"MXP",
"SGA",
"STATUS",
"ZMP"
],
"requested-options": [],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "password: ",
"banner_before_return": " +---------------------------------------------------+\n | Intellectual Property Policy for OSUNY U.K. BBS |\n +---------------------------------------------------+\n\nIn accordance with Title 17 U.S.C. Section 107, the material within is\ndistributed without profit to those who have expressed a prior interest\nin receiving the included information for research and educational\npurposes. Use of this system constitutes the expression of prior\ninterest.\n\n\n.+===============================================+.\n| | \n| _ ,^. _ |\n| ,'/ -' '- \\`. |\n| / | \\ / | \\ |\n| | | | | | | |\n| | \\_,' `._/ | __ __ __ __ __ _ _ | \n| | | (( \\ || || ||\\ || \\\\// |\n| \\ / \\\\ || || ||\\\\|| )/ |\n| `. .' \\_)) \\\\_// || \\|| // |\n| `--._.--' |\n| u.k. |\n| | \n| |\n`+===============================================+' \n\n\n---------------------------------------------------------------------------\n Someday they won't let you, so now you must agree\n The times they are a-telling, and the changing isn't free\n You've read it in the tea leaves, and the tracks are on TV\n Beware the savage jaw\n Of 1984\n---------------------------------------------------------------------------\n===========================================================================\n ssh osuny.bell-labs.co port 999\t# any username, no password\n\tRSA SHA256:lf2khQcO6kib2dN/eXYaemzV/sBSt+Yaou/E4PKYxUQ\n telnet osuny.bell-labs.co port 666\n===========================================================================\n\nlogin as new to create an account\n\nusername: ",
"encoding": "ascii",
"option_states": {
"server_offered": {},
"server_requested": {}
},
"scan_type": "quick",
"timing": {
"probe": 0.50331711769104,
"total": 5.020272731781006
}
}
},
"sessions": [
{
"connected": "2026-02-09T19:27:57.287627+00:00",
"host": "osuny.bell-labs.co",
"ip": "213.165.255.176",
"port": 666
}
]
}
Connection Log
Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.
DEBUG client.py:863 Fingerprint client: host=osuny.bell-labs.co port=666
INFO client_base.py:174 Connected to <Peer 213.165.255.176 666>
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 + SGA] = True
DEBUG stream_writer.py:947 send IAC DO SGA
DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:947 send IAC DO ECHO
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
INFO fingerprinting.py:746 connection for server fingerprint a8a260cc4662430c
INFO client_base.py:105 Connection closed to <Peer 213.165.255.176 666>
Generated by telnetlib3-fingerprint
telnetlib3-fingerprint --loglevel=debug osuny.bell-labs.co 666