ff.mud.de:7600
Connection Banner:
Server URLs
Server Location: 🇩🇪 Germany (GeoIP)
Encoding
Effective encoding: ascii
Scanner detected: cp437
Telnet Fingerprint
This fingerprint is unique to this server.
Options offered by server: BINARY, MCCP2, MXP, STATUS
Options requested from client: LINEMODE, NAWS, NEW_ENVIRON, TSPEED, TTYPE, XDISPLOC
The complete JSON record collected during the scan, including Telnet negotiation results and banner data.
Show JSON
{
"server-probe": {
"fingerprint": "3d2e2a5b2e3679ac",
"fingerprint-data": {
"offered-options": [
"BINARY",
"MCCP2",
"MXP",
"STATUS"
],
"probed-protocol": "server",
"refused-options": [
"AARDWOLF",
"ATCP",
"CHARSET",
"COM_PORT",
"ECHO",
"EOR",
"GMCP",
"MCCP3",
"MSDP",
"MSP",
"MSSP",
"SGA",
"ZMP"
],
"requested-options": [
"LINEMODE",
"NAWS",
"NEW_ENVIRON",
"TSPEED",
"TTYPE",
"XDISPLOC"
],
"scan-type": "quick"
},
"session_data": {
"banner_after_return": "",
"banner_before_return": "\r\n Der Weltraum, unendliche Weiten, Du befindest Dich in einer\r\n fernen Zukunft, dies sind Deine Abenteuer in \r\n ___________.__ .__ \r\n \\_ _____/|__| ____ _____ | | \r\n | __) | |/ \\\\__ \\ | | \r\n | \\ | | | \\/ __ \\| |__\r\n \\___ / |__|___| (____ /____/\r\n \\/ \\/ \\/ \r\n ___________ __ .__ \r\n \\_ _____/______ ____ _____/ |_|__| ___________ \r\n | __) \\_ __ \\/ _ \\ / \\ __\\ |/ __ \\_ __ \\\r\n | \\ | | \\( (_) ) | \\ | | \\ ___/| | \\/\r\n \\___ / |__| \\____/|___| /__| |__|\\___ >__| \r\n \\/ \\/ \\/ \r\n\r\n Du wirst neuen Zivilisationen begegnen, fremde Lebensformen\r\n kennenlernen und viele aussergewoehnliche Situationen erleben.\r\n \r\n Du kannst das Universum erforschen, indem Du Dir einen Namen und ein\r\n Passwort auswaehlst. Moechtest Du aber nur einen Blick in eine ferne\r\n Zukunft werfen, so waehle \"gast\" oder den Namen der gewuenschten Rasse.\r\n\r\n\r\nWie lautet Dein Name: \u001b[1z<!ELEMENT rd FLAG='RoomDesc'>\u001b[1z<!ELEMENT do2 '<SEND \"&what;\">' ATT='what'>\u001b[1z<!ELEMENT unt '<SEND \"unt &text;\">'>\u001b[1z<!ELEMENT aex FLAG='RoomExit'>\u001b[1z<!ELEMENT chan FLAG='&f' OPEN>\u001b[1z<!ELEMENT ex '<SEND>'>\u001b[1z<!ELEMENT rna FLAG='RoomName'>\u001b[1z<!ELEMENT do '<SEND \"&p;&text;&s;\">' ATT='p s'>\u001b[6z\u001b[1z<!ELEMENT rd FLAG='RoomDesc'>\u001b[1z<!ELEMENT do2 '<SEND \"&what;\">' ATT='what'>\u001b[1z<!ELEMENT unt '<SEND \"unt &text;\">'>\u001b[1z<!ELEMENT aex FLAG='RoomExit'>\u001b[1z<!ELEMENT chan FLAG='&f' OPEN>\u001b[1z<!ELEMENT ex '<SEND>'>\u001b[1z<!ELEMENT rna FLAG='RoomName'>\u001b[1z<!ELEMENT do '<SEND \"&p;&text;&s;\">' ATT='p s'>\u001b[6z",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "cp437",
"mxp": [
"activated",
"activated"
],
"option_states": {
"environ_requested": [
{
"name": "*",
"type": "VAR"
},
{
"name": "*",
"type": "USERVAR"
}
],
"server_offered": {
"0x55": false,
"AARDWOLF": false,
"ATCP": false,
"ECHO": false,
"GMCP": false,
"MCCP2": true,
"MCCP3": false,
"MSDP": false,
"MSP": false,
"MSSP": false,
"MXP": true,
"STATUS": true,
"ZMP": false
},
"server_requested": {
"0x24": false,
"0xfa": false,
"AARDWOLF": false,
"ATCP": false,
"GMCP": false,
"LINEMODE": true,
"MCCP2": false,
"MCCP3": false,
"MSDP": false,
"MSP": false,
"MSSP": false,
"MXP": false,
"NAWS": true,
"NEW_ENVIRON": true,
"TSPEED": true,
"TTYPE": true,
"XDISPLOC": true,
"ZMP": false
}
},
"scan_type": "quick",
"timing": {
"probe": 0.05122256278991699,
"total": 11.533883094787598
}
}
},
"sessions": [
{
"connected": "2026-03-07T04:24:39.370224+00:00",
"host": "ff.mud.de",
"ip": "78.46.121.106",
"port": 7600
}
]
}
Connection Log
Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.
Generated by telnetlib3-fingerprint
telnetlib3-fingerprint --loglevel=debug ff.mud.de 7600
Show Logfile
DEBUG client.py:1193 Fingerprint client: host=ff.mud.de port=7600
INFO client_base.py:186 Connected to <Peer 78.46.121.106 7600>
DEBUG stream_writer.py:3330 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:1019 send IAC WILL MXP
DEBUG stream_writer.py:3330 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:1019 send IAC WILL ATCP
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC WILL MCCP3_COMPRESS
DEBUG stream_writer.py:3330 pending_option[WILL + GMCP] = True
DEBUG stream_writer.py:1019 send IAC WILL GMCP
DEBUG stream_writer.py:3330 pending_option[WILL + AARDWOLF] = True
DEBUG stream_writer.py:1019 send IAC WILL AARDWOLF
DEBUG stream_writer.py:3330 pending_option[WILL + MSP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSP
DEBUG stream_writer.py:3330 pending_option[WILL + MSDP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSDP
DEBUG stream_writer.py:3330 pending_option[WILL + MSSP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSSP
DEBUG stream_writer.py:3330 pending_option[WILL + ZMP] = True
DEBUG stream_writer.py:1019 send IAC WILL ZMP
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:3330 pending_option[DO + MXP] = True
DEBUG stream_writer.py:1019 send IAC DO MXP
DEBUG stream_writer.py:3330 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:1019 send IAC DO ATCP
DEBUG stream_writer.py:3330 pending_option[DO + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC DO MCCP3_COMPRESS
DEBUG stream_writer.py:3330 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:1019 send IAC DO GMCP
DEBUG stream_writer.py:3330 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:1019 send IAC DO AARDWOLF
DEBUG stream_writer.py:3330 pending_option[DO + MSP] = True
DEBUG stream_writer.py:1019 send IAC DO MSP
DEBUG stream_writer.py:3330 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:1019 send IAC DO MSDP
DEBUG stream_writer.py:3330 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:1019 send IAC DO MSSP
DEBUG stream_writer.py:3330 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:1019 send IAC DO ZMP
DEBUG stream_writer.py:3330 pending_option[DO + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC DO MCCP2_COMPRESS
DEBUG stream_writer.py:768 recv IAC WILL ECHO
DEBUG stream_writer.py:784 WILL ECHO unsolicited
DEBUG stream_writer.py:1994 handle_will(ECHO)
DEBUG stream_writer.py:3330 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:1019 send IAC DO ECHO
DEBUG stream_writer.py:3330 remote_option[ECHO] = True
DEBUG stream_writer.py:3330 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:768 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:1994 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:993 skip DO MCCP2_COMPRESS; pending_option = True
DEBUG stream_writer.py:3330 remote_option[MCCP2_COMPRESS] = True
DEBUG stream_writer.py:3330 pending_option[DO + MCCP2_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC WILL MCCP_COMPRESS
DEBUG stream_writer.py:784 WILL MCCP_COMPRESS unsolicited
DEBUG stream_writer.py:1994 handle_will(MCCP_COMPRESS)
DEBUG stream_writer.py:3330 remote_option[MCCP_COMPRESS] = False
DEBUG stream_writer.py:1019 send IAC DONT MCCP_COMPRESS
DEBUG stream_writer.py:2131 Unhandled: WILL MCCP_COMPRESS.
DEBUG stream_writer.py:768 recv IAC DONT MXP
DEBUG stream_writer.py:1959 handle_dont(MXP)
DEBUG stream_writer.py:3330 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:3330 local_option[MXP] = False
DEBUG stream_writer.py:768 recv IAC DO NAWS
DEBUG stream_writer.py:1836 handle_do(NAWS)
DEBUG stream_writer.py:3330 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:1019 send IAC WILL NAWS
DEBUG stream_writer.py:2453 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3330 local_option[NAWS] = True
DEBUG stream_writer.py:3330 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:768 recv IAC DO TTYPE
DEBUG stream_writer.py:1836 handle_do(TTYPE)
DEBUG stream_writer.py:3330 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:1019 send IAC WILL TTYPE
DEBUG stream_writer.py:3330 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3330 local_option[TTYPE] = True
DEBUG stream_writer.py:3330 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:768 recv IAC WILL STATUS
DEBUG stream_writer.py:784 WILL STATUS unsolicited
DEBUG stream_writer.py:1994 handle_will(STATUS)
DEBUG stream_writer.py:3330 remote_option[STATUS] = True
DEBUG stream_writer.py:1110 send IAC SB STATUS SEND IAC SE
DEBUG stream_writer.py:3330 pending_option[SB + STATUS] = True
DEBUG stream_writer.py:768 recv IAC DO b'$'
DEBUG stream_writer.py:1836 handle_do(b'$')
DEBUG stream_writer.py:1944 DO b'$' not supported.
DEBUG stream_writer.py:3330 local_option[b'$'] = False
DEBUG stream_writer.py:1019 send IAC WONT b'$'
DEBUG stream_writer.py:768 recv IAC DO NEW_ENVIRON
DEBUG stream_writer.py:1836 handle_do(NEW_ENVIRON)
DEBUG stream_writer.py:3330 pending_option[WILL + NEW_ENVIRON] = True
DEBUG stream_writer.py:1019 send IAC WILL NEW_ENVIRON
DEBUG stream_writer.py:3330 pending_option[SB + NEW_ENVIRON] = True
DEBUG stream_writer.py:3330 local_option[NEW_ENVIRON] = True
DEBUG stream_writer.py:3330 pending_option[WILL + NEW_ENVIRON] = False
DEBUG stream_writer.py:768 recv IAC DO TSPEED
DEBUG stream_writer.py:1836 handle_do(TSPEED)
DEBUG stream_writer.py:3330 pending_option[WILL + TSPEED] = True
DEBUG stream_writer.py:1019 send IAC WILL TSPEED
DEBUG stream_writer.py:3330 pending_option[SB + TSPEED] = True
DEBUG stream_writer.py:3330 local_option[TSPEED] = True
DEBUG stream_writer.py:3330 pending_option[WILL + TSPEED] = False
DEBUG stream_writer.py:768 recv IAC DO XDISPLOC
DEBUG stream_writer.py:1836 handle_do(XDISPLOC)
DEBUG stream_writer.py:3330 pending_option[WILL + XDISPLOC] = True
DEBUG stream_writer.py:1019 send IAC WILL XDISPLOC
DEBUG stream_writer.py:3330 pending_option[SB + XDISPLOC] = True
DEBUG stream_writer.py:3330 local_option[XDISPLOC] = True
DEBUG stream_writer.py:3330 pending_option[WILL + XDISPLOC] = False
DEBUG stream_writer.py:768 recv IAC DO LINEMODE
DEBUG stream_writer.py:1836 handle_do(LINEMODE)
DEBUG stream_writer.py:3330 pending_option[WILL + LINEMODE] = True
DEBUG stream_writer.py:1019 send IAC WILL LINEMODE
DEBUG stream_writer.py:3330 pending_option[SB + LINEMODE] = True
DEBUG stream_writer.py:3330 local_option[LINEMODE] = True
DEBUG stream_writer.py:2762 slc_start: IAC SB LINEMODE SLC [..]
DEBUG stream_writer.py:2798 _slc_add (b'\x00', (^@, default))
DEBUG stream_writer.py:2751 send (slc_end): b'\x00\x03\x00'
DEBUG stream_writer.py:2757 slc_end: [..] IAC SE
DEBUG stream_writer.py:3330 pending_option[WILL + LINEMODE] = False
DEBUG stream_writer.py:768 recv IAC DONT ATCP
DEBUG stream_writer.py:1959 handle_dont(ATCP)
DEBUG stream_writer.py:3330 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:3330 local_option[ATCP] = False
DEBUG stream_writer.py:768 recv IAC DONT MCCP3_COMPRESS
DEBUG stream_writer.py:1959 handle_dont(MCCP3_COMPRESS)
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:3330 local_option[MCCP3_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC DONT GMCP
DEBUG stream_writer.py:1959 handle_dont(GMCP)
DEBUG stream_writer.py:3330 pending_option[WILL + GMCP] = False
DEBUG stream_writer.py:3330 local_option[GMCP] = False
DEBUG stream_writer.py:768 recv IAC DONT AARDWOLF
DEBUG stream_writer.py:1959 handle_dont(AARDWOLF)
DEBUG stream_writer.py:3330 pending_option[WILL + AARDWOLF] = False
DEBUG stream_writer.py:3330 local_option[AARDWOLF] = False
DEBUG stream_writer.py:768 recv IAC DONT MSP
DEBUG stream_writer.py:1959 handle_dont(MSP)
DEBUG stream_writer.py:3330 pending_option[WILL + MSP] = False
DEBUG stream_writer.py:3330 local_option[MSP] = False
DEBUG stream_writer.py:768 recv IAC DONT MSDP
DEBUG stream_writer.py:1959 handle_dont(MSDP)
DEBUG stream_writer.py:3330 pending_option[WILL + MSDP] = False
DEBUG stream_writer.py:3330 local_option[MSDP] = False
DEBUG stream_writer.py:768 recv IAC DONT MSSP
DEBUG stream_writer.py:1959 handle_dont(MSSP)
DEBUG stream_writer.py:3330 pending_option[WILL + MSSP] = False
DEBUG stream_writer.py:3330 local_option[MSSP] = False
DEBUG stream_writer.py:768 recv IAC DONT ZMP
DEBUG stream_writer.py:1959 handle_dont(ZMP)
DEBUG stream_writer.py:3330 pending_option[WILL + ZMP] = False
DEBUG stream_writer.py:3330 local_option[ZMP] = False
DEBUG stream_writer.py:768 recv IAC DONT MCCP2_COMPRESS
DEBUG stream_writer.py:1959 handle_dont(MCCP2_COMPRESS)
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP2_COMPRESS] = False
DEBUG stream_writer.py:3330 local_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC WILL MXP
DEBUG stream_writer.py:1994 handle_will(MXP)
DEBUG stream_writer.py:993 skip DO MXP; pending_option = True
DEBUG stream_writer.py:3330 remote_option[MXP] = True
DEBUG stream_writer.py:3330 pending_option[DO + MXP] = False
DEBUG stream_writer.py:768 recv IAC WONT ATCP
DEBUG stream_writer.py:2148 handle_wont(ATCP)
DEBUG stream_writer.py:3330 remote_option[ATCP] = False
DEBUG stream_writer.py:3330 pending_option[DO + ATCP] = False
DEBUG stream_writer.py:768 recv IAC WONT MCCP3_COMPRESS
DEBUG stream_writer.py:2148 handle_wont(MCCP3_COMPRESS)
DEBUG stream_writer.py:3330 remote_option[MCCP3_COMPRESS] = False
DEBUG stream_writer.py:3330 pending_option[DO + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC WONT GMCP
DEBUG stream_writer.py:2148 handle_wont(GMCP)
DEBUG stream_writer.py:3330 remote_option[GMCP] = False
DEBUG stream_writer.py:3330 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:768 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2148 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3330 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3330 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:768 recv IAC WONT MSP
DEBUG stream_writer.py:2148 handle_wont(MSP)
DEBUG stream_writer.py:3330 remote_option[MSP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSP] = False
DEBUG stream_writer.py:768 recv IAC WONT MSDP
DEBUG stream_writer.py:2148 handle_wont(MSDP)
DEBUG stream_writer.py:3330 remote_option[MSDP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:768 recv IAC WONT MSSP
DEBUG stream_writer.py:2148 handle_wont(MSSP)
DEBUG stream_writer.py:3330 remote_option[MSSP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:768 recv IAC WONT ZMP
DEBUG stream_writer.py:2148 handle_wont(ZMP)
DEBUG stream_writer.py:3330 remote_option[ZMP] = False
DEBUG stream_writer.py:3330 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:762 begin sub-negotiation SB MCCP2_COMPRESS
DEBUG stream_writer.py:749 sub-negotiation cmd MCCP2_COMPRESS SE completion byte
DEBUG stream_writer.py:2187 [SB + MCCP2_COMPRESS] unsolicited
DEBUG stream_writer.py:3178 MCCP2 activated
DEBUG client_base.py:448 MCCP2 decompression started (server→client)
DEBUG stream_writer.py:768 recv IAC WONT ECHO
DEBUG stream_writer.py:2148 handle_wont(ECHO)
DEBUG stream_writer.py:3330 remote_option[ECHO] = False
DEBUG stream_writer.py:762 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:749 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3330 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2353 recv TTYPE SEND: b''
DEBUG stream_writer.py:2365 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:762 begin sub-negotiation SB STATUS
DEBUG stream_writer.py:749 sub-negotiation cmd STATUS SE completion byte
DEBUG stream_writer.py:3330 pending_option[SB + STATUS] = False
DEBUG stream_writer.py:2575 STATUS agreed: NAWS, TTYPE, MXP, MCCP2_COMPRESS
DEBUG stream_writer.py:2577 STATUS disagreed: ECHO
DEBUG stream_writer.py:2579 STATUS subneg: NAWS 80x25
DEBUG stream_writer.py:762 begin sub-negotiation SB NEW_ENVIRON
DEBUG stream_writer.py:749 sub-negotiation cmd NEW_ENVIRON SE completion byte
DEBUG stream_writer.py:3330 pending_option[SB + NEW_ENVIRON] = False
DEBUG stream_writer.py:2398 recv NEW_ENVIRON SEND (all)
DEBUG stream_writer.py:2419 env send: LANG='C', TERM='xterm-256color', LINES=25, COLUMNS=80, COLORTERM=''
DEBUG stream_writer.py:762 begin sub-negotiation SB TSPEED
DEBUG stream_writer.py:749 sub-negotiation cmd TSPEED SE completion byte
DEBUG stream_writer.py:3330 pending_option[SB + TSPEED] = False
DEBUG stream_writer.py:2294 recv TSPEED SEND: b''
DEBUG stream_writer.py:2322 send: IAC SB TSPEED IS b'38400',b'38400' IAC SE
DEBUG stream_writer.py:762 begin sub-negotiation SB XDISPLOC
DEBUG stream_writer.py:749 sub-negotiation cmd XDISPLOC SE completion byte
DEBUG stream_writer.py:3330 pending_option[SB + XDISPLOC] = False
DEBUG stream_writer.py:2333 recv XDISPLOC SEND: b''
DEBUG stream_writer.py:2342 send IAC SB XDISPLOC IS b'' IAC SE
DEBUG stream_writer.py:762 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:749 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:3330 pending_option[SB + LINEMODE] = False
DEBUG stream_writer.py:2649 recv IAC SB LINEMODE LINEMODE-MODE b'\x19' IAC SE
DEBUG stream_writer.py:1339 set Linemode <b'\x1d': lit_echo:True, soft_tab:True, ack:True, trapsig:False, remote:False,
local:True>
DEBUG stream_writer.py:1342 send IAC SB LINEMODE LINEMODE-MODE <b'\x1d': lit_echo:True, soft_tab:True, ack:True, trapsig:False,
remote:False, local:True> IAC SE
DEBUG stream_writer.py:762 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:749 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:2187 [SB + LINEMODE] unsolicited
DEBUG stream_writer.py:2631 recv IAC SB LINEMODE DO LMODE_FORWARDMASK,
DEBUG stream_writer.py:3330 local_option[SB + LINEMODE + 2] = False
DEBUG stream_writer.py:3189 FORWARDMASK stored (4 bytes)
DEBUG stream_writer.py:762 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:749 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:2187 [SB + LINEMODE] unsolicited
DEBUG stream_writer.py:2839 _slc_process SLC_SYNCH mine=(^@, default), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_SYNCH, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_BRK mine=(^@, default), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_BRK, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_IP mine=(^C, variable|flushin|flushout), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_IP, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_AO mine=(^O, variable|flushout), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_AO, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_AYT mine=(^T, variable), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_AYT, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_EOR mine=(^@, default), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_EOR, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_ABORT mine=(^\, variable|flushin|flushout), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_ABORT, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_EOF mine=(^D, variable), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_EOF, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_SUSP mine=(^Z, variable|flushin), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_SUSP, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_EC mine=(^?, variable), his=(^?, default)
DEBUG stream_writer.py:2798 _slc_add (SLC_EC, (^?, variable))
DEBUG stream_writer.py:2839 _slc_process SLC_EL mine=(^U, variable), his=(^U, default)
DEBUG stream_writer.py:2798 _slc_add (SLC_EL, (^U, variable))
DEBUG stream_writer.py:2839 _slc_process SLC_EW mine=(^W, variable), his=(^W, default)
DEBUG stream_writer.py:2798 _slc_add (SLC_EW, (^W, variable))
DEBUG stream_writer.py:2839 _slc_process SLC_XON mine=(^Q, variable), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_XON, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_XOFF mine=(^S, variable), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_XOFF, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_FORW1 mine=((DISABLED:\xff), nosupport), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_FORW1, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2839 _slc_process SLC_FORW2 mine=((DISABLED:\xff), nosupport), his=(^@, nosupport)
DEBUG stream_writer.py:2798 _slc_add (SLC_FORW2, ((DISABLED:\xff), nosupport|ack))
DEBUG stream_writer.py:2762 slc_start: IAC SB LINEMODE SLC [..]
DEBUG stream_writer.py:2751 send (slc_end): b'\x01\x80\xff\x02\x80\xff\x03\x80\xff\x04\x80\xff\x05\x80\xff\x06\x80\xff\x07\x80\xff
\x08\x80\xff\t\x80\xff\n\x02\x7f\x0b\x02\x15\x0c\x02\x17\x0f\x80\xff\x10\x80\xff\x11\x80\xff\x12\x80\xff'
DEBUG stream_writer.py:2757 slc_end: [..] IAC SE
DEBUG client_base.py:496 negotiation complete after 0.13s.
DEBUG stream_writer.py:762 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:749 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:2187 [SB + TTYPE] unsolicited
DEBUG stream_writer.py:2353 recv TTYPE SEND: b''
DEBUG stream_writer.py:2365 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:762 begin sub-negotiation SB LINEMODE
DEBUG stream_writer.py:749 sub-negotiation cmd LINEMODE SE completion byte
DEBUG stream_writer.py:2187 [SB + LINEMODE] unsolicited
DEBUG stream_writer.py:2839 _slc_process SLC_EC mine=(^?, variable), his=(^?, variable|ack)
DEBUG stream_writer.py:2839 _slc_process SLC_EL mine=(^U, variable), his=(^U, variable|ack)
DEBUG stream_writer.py:2839 _slc_process SLC_EW mine=(^W, variable), his=(^W, variable|ack)
DEBUG stream_writer.py:762 begin sub-negotiation SB MXP
DEBUG stream_writer.py:749 sub-negotiation cmd MXP SE completion byte
DEBUG stream_writer.py:2187 [SB + MXP] unsolicited
DEBUG stream_writer.py:1754 MXP: b''
DEBUG stream_writer.py:762 begin sub-negotiation SB MXP
DEBUG stream_writer.py:749 sub-negotiation cmd MXP SE completion byte
DEBUG stream_writer.py:2187 [SB + MXP] unsolicited
DEBUG stream_writer.py:1754 MXP: b''
DEBUG stream_writer.py:3330 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:1019 send IAC DO BINARY
DEBUG stream_writer.py:3330 pending_option[DO + SGA] = True
DEBUG stream_writer.py:1019 send IAC DO SGA
DEBUG stream_writer.py:3330 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:1019 send IAC DO CHARSET
DEBUG stream_writer.py:3330 pending_option[DO + EOR] = True
DEBUG stream_writer.py:1019 send IAC DO EOR
DEBUG stream_writer.py:3330 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:1019 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:768 recv IAC WILL BINARY
DEBUG stream_writer.py:1994 handle_will(BINARY)
DEBUG stream_writer.py:993 skip DO BINARY; pending_option = True
DEBUG stream_writer.py:3330 remote_option[BINARY] = True
DEBUG stream_writer.py:3330 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:768 recv IAC WONT SGA
DEBUG stream_writer.py:2148 handle_wont(SGA)
DEBUG stream_writer.py:3330 remote_option[SGA] = False
DEBUG stream_writer.py:3330 pending_option[DO + SGA] = False
DEBUG stream_writer.py:768 recv IAC WONT CHARSET
DEBUG stream_writer.py:2148 handle_wont(CHARSET)
DEBUG stream_writer.py:3330 remote_option[CHARSET] = False
DEBUG stream_writer.py:3330 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:768 recv IAC WONT EOR
DEBUG stream_writer.py:2148 handle_wont(EOR)
DEBUG stream_writer.py:3330 remote_option[EOR] = False
DEBUG stream_writer.py:3330 pending_option[DO + EOR] = False
DEBUG stream_writer.py:768 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2148 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3330 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3330 pending_option[DO + COM_PORT_OPTION] = False
INFO fingerprinting.py:755 connection for server fingerprint 3d2e2a5b2e3679ac
INFO client_base.py:118 Connection closed to <Peer 78.46.121.106 7600>