wocmud.org
==========
.. raw:: html
Please be patient while reverse DNS is obtained.
(This can sometimes take several seconds)
Diku v.1 remnants by K.Nyboe, S.Hammer, H.Staerfeldt, T.Madsen, M.Sierfert
_._ _ ., ,. _.._.
.-~._ -~~ \_ ,; T h e ;, __~~-~_.~ _ _.~~-..
\.._ _._ \.; W O R L D S ;./ __ _/ ~~
-~._ _ ~~ ~-,; o f ;._~~ -~..- _.._
~~ \_ .^\ C A R N A G E /^. _ __ _/ ~._~
~~_.---~_.~~-~. ; _____. ._____ ; .~~- ~._.~ ~.--
.---.`/^" "'\./'" "^\'.,--~._._
`._ __/ _.- ,-~~^~, ,~^~~-, ~.._ \_~._
-~__~~.__.~~~ / \ ~ | _ \ / _ | ~ / \_ ~..~--.._,~
_/ | ! {*} / \ {*} ! | ~_
.~~ + (_ --" .^. "-- _) + `~~_
_ __/ ( --'' / | \ `'-- ) \_._
_
~-..~ -.~~~ \_. ' \/^\/ . ._/ -~.~
', - ' - ,'
Recent Code [:~\__!_ _!__/~:] Created
a n d |';_|_|_|_|_;'| b y
Hosting Provided ;\,\ | | | | /,/; Robbie Rogers
b y : `\~^~^~^~/ : &
Blobule \ . , . / Aaron Buhr
\ " ./
"<~~^~~>"
What shall your name be (help for ideas)?
.. raw:: html
wocmud.org:4000
⎘
Telnet Fingerprint
------------------
:ref:`34fb2a7721d1da74... `
*This fingerprint is unique to this server.*
**Options requested from client**: ``ECHO``, ``NAWS``
**Data source**: `34fb2a7721d1da74/d629e6b0c1fb1caf.json `_
The complete JSON record collected during the scan,
including Telnet negotiation results and any
MSSP metadata.
.. code-block:: json
{
"server-probe": {
"fingerprint": "34fb2a7721d1da74",
"fingerprint-data": {
"offered-options": [],
"probed-protocol": "server",
"refused-options": [
"AUTHENTICATION",
"BINARY",
"BM",
"CHARSET",
"COM_PORT",
"DET",
"ECHO",
"ENCRYPT",
"EOR",
"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": [
"ECHO",
"NAWS"
]
},
"session_data": {
"banner_after_return": " _\r\n ~-..~ -.~~~ \\_. ' \\/^\\/ . ._/ -~.~ \r\n ', - ' - ,'\r\n Recent Code [:~\\__!_ _!__/~:] Created\r\n a n d |';_|_|_|_|_;'| b y\r\n Hosting Provided ;\\,\\ | | | | /,/; Robbie Rogers\r\n b y : `\\~^~^~^~/ : &\r\n Blobule \\ . , . / Aaron Buhr\r\n \\ \" ./\r\n \"<~~^~~>\"\r\n\r\nWhat shall your name be (help for ideas)? ",
"banner_before_return": "Please be patient while reverse DNS is obtained.\n(This can sometimes take several seconds)\n\n Diku v.1 remnants by K.Nyboe, S.Hammer, H.Staerfeldt, T.Madsen, M.Sierfert\r\n _._ _ ., ,. _.._.\r\n .-~._ -~~ \\_ ,; T h e ;, __~~-~_.~ _ _.~~-..\r\n \\.._ _._ \\.; W O R L D S ;./ __ _/ ~~\r\n -~._ _ ~~ ~-,; o f ;._~~ -~..- _.._\r\n ~~ \\_ .^\\ C A R N A G E /^. _ __ _/ ~._~\r\n ~~_.---~_.~~-~. ; _____. ._____ ; .~~- ~._.~ ~.--\r\n .---.`/^\" \"'\\./'\" \"^\\'.,--~._._\r\n `._ __/ _.- ,-~~^~, ,~^~~-, ~.._ \\_~._\r\n -~__~~.__.~~~ / \\ ~ | _ \\ / _ | ~ / \\_ ~..~--.._,~\r\n _/ | ! {*} / \\ {*} ! | ~_\r\n .~~ + (_ --\" .^. \"-- _) + `~~_\r\n _ __/ ( --'' / | \\ `'-- ) \\_._",
"encoding": "ascii",
"option_states": {
"server_offered": {
"ECHO": false
},
"server_requested": {
"ECHO": true,
"NAWS": true
}
},
"timing": {
"probe": 0.5096442699432373,
"total": 1.0111384391784668
}
}
},
"sessions": [
{
"connected": "2026-02-08T05:19:32.471651+00:00",
"host": "wocmud.org",
"ip": "51.222.205.67",
"port": 4000
}
]
}
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=wocmud.org port=4000
INFO client_base.py:174 Connected to
DEBUG stream_writer.py:1292 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:697 recv IAC DO NAWS
DEBUG stream_writer.py:1739 handle_do(NAWS)
DEBUG stream_writer.py:3036 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:938 send IAC WILL NAWS
DEBUG stream_writer.py:2306 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3036 local_option[NAWS] = True
DEBUG stream_writer.py:3036 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:697 recv IAC DO ECHO
DEBUG stream_writer.py:1739 handle_do(ECHO)
DEBUG stream_writer.py:3036 local_option[ECHO] = False
DEBUG stream_writer.py:938 send IAC WONT ECHO
DEBUG stream_writer.py:3036 local_option[ECHO] = True
DEBUG stream_writer.py:697 recv IAC WONT ECHO
DEBUG stream_writer.py:1991 handle_wont(ECHO)
DEBUG stream_writer.py:3036 remote_option[ECHO] = False
DEBUG stream_writer.py:3036 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:697 recv IAC DO ECHO
DEBUG stream_writer.py:1739 handle_do(ECHO)
DEBUG stream_writer.py:3036 local_option[ECHO] = False
DEBUG stream_writer.py:938 send IAC WONT ECHO
DEBUG stream_writer.py:3036 local_option[ECHO] = True
DEBUG stream_writer.py:697 recv IAC WONT ECHO
DEBUG stream_writer.py:1991 handle_wont(ECHO)
DEBUG stream_writer.py:697 recv IAC DO ECHO
DEBUG stream_writer.py:1739 handle_do(ECHO)
DEBUG stream_writer.py:3036 local_option[ECHO] = False
DEBUG stream_writer.py:938 send IAC WONT ECHO
DEBUG stream_writer.py:3036 local_option[ECHO] = True
DEBUG stream_writer.py:697 recv IAC WONT ECHO
DEBUG stream_writer.py:1991 handle_wont(ECHO)
DEBUG stream_writer.py:1292 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:697 recv IAC DO ECHO
DEBUG stream_writer.py:1739 handle_do(ECHO)
DEBUG stream_writer.py:3036 local_option[ECHO] = False
DEBUG stream_writer.py:938 send IAC WONT ECHO
DEBUG stream_writer.py:3036 local_option[ECHO] = True
DEBUG stream_writer.py:697 recv IAC WONT ECHO
DEBUG stream_writer.py:1991 handle_wont(ECHO)
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:697 recv IAC DO ECHO
DEBUG stream_writer.py:1739 handle_do(ECHO)
DEBUG stream_writer.py:3036 local_option[ECHO] = False
DEBUG stream_writer.py:938 send IAC WONT ECHO
DEBUG stream_writer.py:3036 local_option[ECHO] = True
DEBUG stream_writer.py:697 recv IAC WONT ECHO
DEBUG stream_writer.py:1991 handle_wont(ECHO)
DEBUG stream_writer.py:697 recv IAC DO ECHO
DEBUG stream_writer.py:1739 handle_do(ECHO)
DEBUG stream_writer.py:3036 local_option[ECHO] = False
DEBUG stream_writer.py:938 send IAC WONT ECHO
DEBUG stream_writer.py:3036 local_option[ECHO] = True
DEBUG stream_writer.py:697 recv IAC WONT ECHO
DEBUG stream_writer.py:1991 handle_wont(ECHO)
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 + SGA] = True
DEBUG stream_writer.py:938 send IAC DO SGA
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
INFO fingerprinting.py:737 new server fingerprint c2906294ec6e1177
INFO client_base.py:105 Connection closed to
*Generated by* `telnetlib3-fingerprint `_
.. code-block:: shell
telnetlib3-fingerprint --loglevel=debug wocmud.org 4000