204.209.44.3 (alcatraz.wolfpaw.net)

alcatraz.wolfpaw.net:8000

Connection Banner:

Connected to Frontiers, an LP mud running on Linux. The Dead Souls Object Library version 2 This software is copyrighted and not GPL. For more info: http://dead-souls.net Driver: FluffOS v2.15-ds05 Mudlib: Dead Souls 2.10 What name do you wish? You must enter a name in order to join! What name do you wish?

Server URLs

Server Info

  • Server Location: 🇨🇦 Canada (GeoIP)

  • Encoding: cp437

    This server uses a legacy encoding:

    telnetlib3-client --encoding cp437 --force-binary alcatraz.wolfpaw.net 8000

Protocol Support

MUD-specific protocols detected via MSSP flags or Telnet negotiation.

  • MSSP: No

  • GMCP: No

  • MSDP: No

  • MCCP: No

  • MCCP2: No

  • MXP: Negotiated

  • MSP: No

  • MCP: No

  • ZMP: No

Telnet Fingerprint

534df93f27ef1093

This fingerprint is shared by 2 other servers.

Options requested from client: MXP, NAWS, TTYPE

The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.

Show JSON
{
  "server-probe": {
    "fingerprint": "534df93f27ef1093",
    "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": [
        "MXP",
        "NAWS",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "\r\nYou must enter a name in order to join!\r\n\r\nWhat name do you wish? ",
      "banner_before_return": "Connected to Frontiers, an LP mud running on Linux.\r\n\r\n                The Dead Souls Object Library version 2\r\n\r\n                This software is copyrighted and not GPL. \r\n\r\n                 For more info: http://dead-souls.net\r\n\r\n        Driver: FluffOS v2.15-ds05               Mudlib: Dead Souls 2.10       \r\n\r\nWhat name do you wish? ",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "cp437",
      "option_states": {
        "server_offered": {},
        "server_requested": {
          "MXP": true,
          "NAWS": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5086736679077148,
        "total": 5.1470866203308105
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T18:05:02.800486+00:00",
      "host": "alcatraz.wolfpaw.net",
      "ip": "204.209.44.3",
      "port": 8000
    }
  ]
}

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 alcatraz.wolfpaw.net 8000
Show Logfile
DEBUG client.py:965 Fingerprint client: host=alcatraz.wolfpaw.net port=8000
INFO client_base.py:175 Connected to <Peer 204.209.44.3 8000>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO MXP
DEBUG stream_writer.py:1770 handle_do(MXP)
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:950 send IAC WILL MXP
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3174 local_option[MXP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:1323 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
DEBUG stream_writer.py:707 recv IAC WONT BINARY
DEBUG stream_writer.py:2025 handle_wont(BINARY)
DEBUG stream_writer.py:3174 remote_option[BINARY] = False
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:707 recv IAC WONT SGA
DEBUG stream_writer.py:2025 handle_wont(SGA)
DEBUG stream_writer.py:3174 remote_option[SGA] = False
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = False
DEBUG stream_writer.py:707 recv IAC WONT STATUS
DEBUG stream_writer.py:2025 handle_wont(STATUS)
DEBUG stream_writer.py:3174 remote_option[STATUS] = False
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:707 recv IAC WONT CHARSET
DEBUG stream_writer.py:2025 handle_wont(CHARSET)
DEBUG stream_writer.py:3174 remote_option[CHARSET] = False
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WONT EOR
DEBUG stream_writer.py:2025 handle_wont(EOR)
DEBUG stream_writer.py:3174 remote_option[EOR] = False
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = False
DEBUG stream_writer.py:707 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2025 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3174 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:707 recv IAC WONT GMCP
DEBUG stream_writer.py:2025 handle_wont(GMCP)
DEBUG stream_writer.py:3174 remote_option[GMCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSDP
DEBUG stream_writer.py:2025 handle_wont(MSDP)
DEBUG stream_writer.py:3174 remote_option[MSDP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSSP
DEBUG stream_writer.py:2025 handle_wont(MSSP)
DEBUG stream_writer.py:3174 remote_option[MSSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSP
DEBUG stream_writer.py:2025 handle_wont(MSP)
DEBUG stream_writer.py:3174 remote_option[MSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MXP
DEBUG stream_writer.py:2025 handle_wont(MXP)
DEBUG stream_writer.py:3174 remote_option[MXP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = False
DEBUG stream_writer.py:707 recv IAC WONT ZMP
DEBUG stream_writer.py:2025 handle_wont(ZMP)
DEBUG stream_writer.py:3174 remote_option[ZMP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:707 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2025 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3174 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:707 recv IAC WONT ATCP
DEBUG stream_writer.py:2025 handle_wont(ATCP)
DEBUG stream_writer.py:3174 remote_option[ATCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = False
INFO fingerprinting.py:746 connection for server fingerprint 534df93f27ef1093
INFO client_base.py:106 Connection closed to <Peer 204.209.44.3 8000>

*i4 (alcatraz.wolfpaw.net:8070)

Connection Banner:

Connected to \*i4, an LP mud running on Linux. The Dead Souls Object Library version 3 This software is copyrighted and it is not GPL. For more info: http://dead-souls.net Driver: FluffOS v2.23-ds03 Mudlib: Dead Souls 3.8.2 What name do you wish? You must enter a name in order to join! What name do you wish?

Server URLs

Description

A fun mud!

Server Info

  • Codebase: Dead Souls 3.8.2

  • Genre: Adventure

  • Gameplay: Adventure

  • Players online: 0 [1]

  • Uptime: 6 days

  • Created: 2026

  • Status: Alpha

  • Server Location: 🇨🇦 United States (MSSP)

  • Language: English

Protocol Support

MUD-specific protocols detected via MSSP flags or Telnet negotiation.

  • MSSP: Yes (MSSP)

  • GMCP: Negotiated

  • MSDP: No

  • MCCP: No

  • MCCP2: No

  • MXP: Negotiated

  • MSP: No

  • MCP: No

  • ZMP: Negotiated

Telnet Fingerprint

67bffa9d5cf57f36

This fingerprint is shared by 10 other servers.

Options offered by server: MSSP, ZMP

Options requested from client: GMCP, MXP, NAWS, NEW_ENVIRON, TTYPE

The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.

Show JSON
{
  "server-probe": {
    "fingerprint": "67bffa9d5cf57f36",
    "fingerprint-data": {
      "offered-options": [
        "MSSP",
        "ZMP"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "EOR",
        "GMCP",
        "MSDP",
        "MSP",
        "MXP",
        "SGA",
        "STATUS"
      ],
      "requested-options": [
        "GMCP",
        "MXP",
        "NAWS",
        "NEW_ENVIRON",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "\r\nYou must enter a name in order to join!\r\n\r\nWhat name do you wish? ",
      "banner_before_return": "Connected to *i4, an LP mud running on Linux.\r\n\r\n                The Dead Souls Object Library version 3\r\n\r\n             This software is copyrighted and it is not GPL. \r\n\r\n                 For more info: http://dead-souls.net\r\n\r\n       Driver: FluffOS v2.23-ds03               Mudlib: Dead Souls 3.8.2       \r\n\r\nWhat name do you wish? ",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "mssp": {
        "ADULT MATERIAL": "0",
        "ANSI": "1",
        "AREAS": "7",
        "CLASSES": "5",
        "CODEBASE": "Dead Souls 3.8.2",
        "CONTACT": "cratylus@comcast.net",
        "CREATED": "2026",
        "DBSIZE": "N/A",
        "DESCRIPTION": "A fun mud!",
        "EQUIPMENT SYSTEM": "N/A",
        "EXITS": "N/A",
        "EXTRA DESCRIPTIONS": "N/A",
        "FAMILY": "LPMud",
        "FAMILY-NOTES": "descendant of Nightmare",
        "GAMEPLAY": "Adventure",
        "GAMESYSTEM": "Custom",
        "GENRE": "Adventure",
        "HELPFILES": "N/A",
        "HELPFILES-NOTES": "each command, and hundreds of other docs",
        "HIRING BUILDERS": "1",
        "HIRING CODERS": "1",
        "HOSTNAME": "",
        "ICON": "http://:8071/favicon.ico",
        "INTERMUD": "i3",
        "IP": "",
        "LANGUAGE": "English",
        "LEVELS": "300",
        "LOCATION": "United States",
        "MCCP": "0",
        "MCP": "0",
        "MINIMUM AGE": "13",
        "MOBILES": "150",
        "MOBILES-NOTES": "npc's can be cloned, so there can be thousands",
        "MSP": "0",
        "MUDPROGS": "N/A",
        "MUDPROGS-NOTES": "doesn't apply, LPMud",
        "MUDTRIGS": "N/A",
        "MUDTRIGS-NOTES": "doesn't apply, LPMud",
        "MULTICLASSING": "0",
        "MULTIPLAYING": "Full",
        "MXP": "0",
        "NAME": "*i4",
        "OBJECTS": "300",
        "OBJECTS-NOTES": "objects can be cloned, so there can be thousands",
        "PAY FOR PERKS": "0",
        "PAY TO PLAY": "0",
        "PLAYER CITIES": "0",
        "PLAYER CLANS": "0",
        "PLAYER CRAFTING": "0",
        "PLAYER GUILDS": "0",
        "PLAYERKILLING": "Full",
        "PLAYERS": "0",
        "PORT": "8070",
        "PUEBLO": "0",
        "QUEST SYSTEM": [
          "Automated",
          "Integrated"
        ],
        "RACES": "72",
        "RACES-NOTES": "not all are playable",
        "RESETS": "N/A",
        "RESETS-NOTES": "doesn't apply, LPMud",
        "ROLEPLAYING": "None",
        "ROOMS": "300",
        "ROOMS-NOTES": "areas have generated rooms, could be millions",
        "SKILLS": "N/A",
        "SKILLS-NOTES": "many, but not like Diku",
        "SSL": "0",
        "STATUS": "Alpha",
        "SUBGENRE": "Adventure",
        "TRAINING SYSTEM": "Skill",
        "UPTIME": "1770521101",
        "VT100": "0",
        "WEBSITE": "http://:8071",
        "WHO": "",
        "WORLD ORIGINALITY": "Mostly Original",
        "XTERM 256 COLORS": "0"
      },
      "option_states": {
        "environ_requested": [
          {
            "name": "*",
            "type": "VAR"
          },
          {
            "name": "*",
            "type": "USERVAR"
          }
        ],
        "server_offered": {
          "MSSP": true,
          "ZMP": true
        },
        "server_requested": {
          "GMCP": true,
          "MXP": true,
          "NAWS": true,
          "NEW_ENVIRON": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5519299507141113,
        "total": 5.210879802703857
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:11:07.566924+00:00",
      "host": "alcatraz.wolfpaw.net",
      "ip": "204.209.44.3",
      "port": 8070
    }
  ]
}

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 alcatraz.wolfpaw.net 8070
Show Logfile
DEBUG client.py:965 Fingerprint client: host=alcatraz.wolfpaw.net port=8070
INFO client_base.py:175 Connected to <Peer 204.209.44.3 8070>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG stream_writer.py:707 recv IAC DO TTYPE
DEBUG stream_writer.py:1770 handle_do(TTYPE)
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:950 send IAC WILL TTYPE
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3174 local_option[TTYPE] = True
DEBUG stream_writer.py:3174 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:707 recv IAC DO NAWS
DEBUG stream_writer.py:1770 handle_do(NAWS)
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:950 send IAC WILL NAWS
DEBUG stream_writer.py:2346 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3174 local_option[NAWS] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:707 recv IAC DO MXP
DEBUG stream_writer.py:1770 handle_do(MXP)
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:950 send IAC WILL MXP
DEBUG stream_writer.py:3174 pending_option[SB + MXP] = True
DEBUG stream_writer.py:3174 local_option[MXP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:707 recv IAC WILL MSSP
DEBUG stream_writer.py:723 WILL MSSP unsolicited
DEBUG stream_writer.py:1900 handle_will(MSSP)
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:950 send IAC DO MSSP
DEBUG stream_writer.py:3174 remote_option[MSSP] = True
DEBUG stream_writer.py:3174 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:707 recv IAC WILL ZMP
DEBUG stream_writer.py:723 WILL ZMP unsolicited
DEBUG stream_writer.py:1900 handle_will(ZMP)
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:950 send IAC DO ZMP
DEBUG stream_writer.py:3174 remote_option[ZMP] = True
DEBUG stream_writer.py:3174 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:707 recv IAC DO NEW_ENVIRON
DEBUG stream_writer.py:1770 handle_do(NEW_ENVIRON)
DEBUG stream_writer.py:3174 pending_option[WILL + NEW_ENVIRON] = True
DEBUG stream_writer.py:950 send IAC WILL NEW_ENVIRON
DEBUG stream_writer.py:3174 pending_option[SB + NEW_ENVIRON] = True
DEBUG stream_writer.py:3174 local_option[NEW_ENVIRON] = True
DEBUG stream_writer.py:3174 pending_option[WILL + NEW_ENVIRON] = False
DEBUG stream_writer.py:707 recv IAC DO GMCP
DEBUG stream_writer.py:1770 handle_do(GMCP)
DEBUG stream_writer.py:3174 pending_option[WILL + GMCP] = True
DEBUG stream_writer.py:950 send IAC WILL GMCP
DEBUG stream_writer.py:3174 local_option[GMCP] = True
DEBUG stream_writer.py:3174 pending_option[WILL + GMCP] = False
DEBUG stream_writer.py:699 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:686 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2241 recv TTYPE SEND: b''
DEBUG stream_writer.py:2254 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:699 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:686 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2065 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1673 MSSP: {'PLAYERS': '0', 'MUDPROGS-NOTES': "doesn't apply, LPMud", 'LEVELS': '300', 'HELPFILES-NOTES':
    'each command, and hundreds of other docs', 'PLAYER CITIES': '0', 'PAY TO PLAY': '0', 'MULTICLASSING': '0', 'WHO': '', 'PORT':
    '8070', 'LOCATION': 'United States', 'TRAINING SYSTEM': 'Skill', 'AREAS': '7', 'OBJECTS-NOTES': 'objects can be cloned, so
    there can be thousands', 'OBJECTS': '300', 'RESETS-NOTES': "doesn't apply, LPMud", 'XTERM 256 COLORS': '0', 'SKILLS': 'N/A',
    'RACES-NOTES': 'not all are playable', 'INTERMUD': 'i3', 'HELPFILES': 'N/A', 'HOSTNAME': '', 'PLAYERKILLING': 'Full', 'SSL':
    '0', 'RACES': '72', 'GENRE': 'Adventure', 'LANGUAGE': 'English', 'GAMEPLAY': 'Adventure', 'DESCRIPTION': 'A fun mud!',
    'CONTACT': 'cratylus@comcast.net', 'VT100': '0', 'PUEBLO': '0', 'QUEST SYSTEM': ['Automated', 'Integrated'], 'ROOMS-NOTES':
    'areas have generated rooms, could be millions', 'HIRING CODERS': '1', 'MUDPROGS': 'N/A', 'FAMILY-NOTES': 'descendant of
    Nightmare', 'PLAYER CRAFTING': '0', 'FAMILY': 'LPMud', 'PLAYER CLANS': '0', 'IP': '', 'HIRING BUILDERS': '1', 'ROLEPLAYING':
    'None', 'MOBILES-NOTES': "npc's can be cloned, so there can be thousands", 'MUDTRIGS-NOTES': "doesn't apply, LPMud",
    'CREATED': '2026', 'PAY FOR PERKS': '0', 'CLASSES': '5', 'NAME': '*i4', 'MSP': '0', 'UPTIME': '1770521101', 'GAMESYSTEM':
    'Custom', 'WORLD ORIGINALITY': 'Mostly Original', 'EXTRA DESCRIPTIONS': 'N/A', 'ADULT MATERIAL': '0', 'STATUS': 'Alpha',
    'ROOMS': '300', 'MOBILES': '150', 'MUDTRIGS': 'N/A', 'CODEBASE': 'Dead Souls 3.8.2', 'MXP': '0', 'SKILLS-NOTES': 'many, but
    not like Diku', 'WEBSITE': 'http://:8071', 'MULTIPLAYING': 'Full', 'RESETS': 'N/A', 'ICON': 'http://:8071/favicon.ico',
    'DBSIZE': 'N/A', 'EQUIPMENT SYSTEM': 'N/A', 'EXITS': 'N/A', 'MCP': '0', 'SUBGENRE': 'Adventure', 'ANSI': '1', 'MCCP': '0',
    'MINIMUM AGE': '13', 'PLAYER GUILDS': '0'}
DEBUG stream_writer.py:699 begin sub-negotiation SB NEW_ENVIRON
DEBUG stream_writer.py:686 sub-negotiation cmd NEW_ENVIRON SE completion byte
DEBUG stream_writer.py:3174 pending_option[SB + NEW_ENVIRON] = False
DEBUG stream_writer.py:2289 recv NEW_ENVIRON SEND (all)
DEBUG stream_writer.py:2312 env send: LANG='C', TERM='xterm-256color', LINES=25, COLUMNS=80, COLORTERM=''
DEBUG stream_writer.py:1323 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:950 send IAC DO BINARY
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = True
DEBUG stream_writer.py:950 send IAC DO SGA
DEBUG stream_writer.py:3174 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:950 send IAC DO ECHO
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:950 send IAC DO STATUS
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:950 send IAC DO CHARSET
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = True
DEBUG stream_writer.py:950 send IAC DO EOR
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:950 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:950 send IAC DO GMCP
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:950 send IAC DO MSDP
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = True
DEBUG stream_writer.py:950 send IAC DO MSP
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = True
DEBUG stream_writer.py:950 send IAC DO MXP
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:950 send IAC DO AARDWOLF
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:950 send IAC DO ATCP
DEBUG stream_writer.py:707 recv IAC WONT BINARY
DEBUG stream_writer.py:2025 handle_wont(BINARY)
DEBUG stream_writer.py:3174 remote_option[BINARY] = False
DEBUG stream_writer.py:3174 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:707 recv IAC WONT SGA
DEBUG stream_writer.py:2025 handle_wont(SGA)
DEBUG stream_writer.py:3174 remote_option[SGA] = False
DEBUG stream_writer.py:3174 pending_option[DO + SGA] = False
DEBUG stream_writer.py:707 recv IAC WONT STATUS
DEBUG stream_writer.py:2025 handle_wont(STATUS)
DEBUG stream_writer.py:3174 remote_option[STATUS] = False
DEBUG stream_writer.py:3174 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:707 recv IAC WONT CHARSET
DEBUG stream_writer.py:2025 handle_wont(CHARSET)
DEBUG stream_writer.py:3174 remote_option[CHARSET] = False
DEBUG stream_writer.py:3174 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:707 recv IAC WONT EOR
DEBUG stream_writer.py:2025 handle_wont(EOR)
DEBUG stream_writer.py:3174 remote_option[EOR] = False
DEBUG stream_writer.py:3174 pending_option[DO + EOR] = False
DEBUG stream_writer.py:707 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:2025 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3174 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3174 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:707 recv IAC WONT GMCP
DEBUG stream_writer.py:2025 handle_wont(GMCP)
DEBUG stream_writer.py:3174 remote_option[GMCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSDP
DEBUG stream_writer.py:2025 handle_wont(MSDP)
DEBUG stream_writer.py:3174 remote_option[MSDP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:707 recv IAC WONT MSP
DEBUG stream_writer.py:2025 handle_wont(MSP)
DEBUG stream_writer.py:3174 remote_option[MSP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MSP] = False
DEBUG stream_writer.py:707 recv IAC WONT MXP
DEBUG stream_writer.py:2025 handle_wont(MXP)
DEBUG stream_writer.py:3174 remote_option[MXP] = False
DEBUG stream_writer.py:3174 pending_option[DO + MXP] = False
DEBUG stream_writer.py:707 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2025 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3174 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3174 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:707 recv IAC WONT ATCP
DEBUG stream_writer.py:2025 handle_wont(ATCP)
DEBUG stream_writer.py:3174 remote_option[ATCP] = False
DEBUG stream_writer.py:3174 pending_option[DO + ATCP] = False
INFO fingerprinting.py:746 connection for server fingerprint 67bffa9d5cf57f36
INFO client_base.py:106 Connection closed to <Peer 204.209.44.3 8070>

escape.wolfpaw.net:2020

Connection Banner:

Would you like ansi color? \*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\* W e l c o m e T o - A R M O N I A ' S - - E S C A P E F R O M D E S T I N Y - (0) <M o <M /\| .​..... /:M\\-​---------------------------------,,,,,, (0)\|\|XXXXXX\|\|I:K+}=​===={H} =​=====--------> \\\| +​+++++ \\:W/-​---------------------------------'''''' o <W <W (0) "Greed, Fate, Ambition, Death... Can YOU Escape?" \*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\* We are running on a derivative of SMAUG 1.4 (written by Thoric (Derek Snider) with Altrag, Blodkai, Haus, Narn, Scryn, Swordbearer, Tricops, Gorog, Rennard, Grishnakh, Fireblade and Nivek) which was in turn based on Merc2.1 by Hatchet, Fury, and Kahn, in turn based on DikuMUD code (Hans Staerfeldt, Katja Nyboe, Tom Madsen, Michael Seifert & Sebastian Hammer). Please Type Help CREDITS once within the MUD to see more. \*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\*<>\* Enter your character's name, or type new:

Server URLs

Server Info

  • Server Location: 🇨🇦 Canada (GeoIP)

Telnet Fingerprint

c2dd7d4e76383b41

This fingerprint is shared by 173 other servers.

The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.

Show JSON
{
  "server-probe": {
    "fingerprint": "c2dd7d4e76383b41",
    "fingerprint-data": {
      "offered-options": [],
      "probed-protocol": "server",
      "refused-options": [],
      "requested-options": [],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "\n\r\u001b[30m\u001b[37m\n\r*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*\n\r \n\r                         \u001b[m\u001b[1;30mW e l c o m e  T o\u001b[m\u001b[36m \n\r\n\r                        \u001b[30m\u001b[36m-\u001b[m\u001b[1;31m\u001b[37m A R M O N I A ' S \u001b[m\u001b[30m\u001b[36m-\n\r              - \u001b[m\u001b[1;31m\u001b[37mE S C A P E   F R O M   D E S T I N Y\u001b[m\u001b[36m -\u001b[30m\u001b[37m\n\r\n\r     \u001b[30m\u001b[36m         (0)\n\r              <M\n\r\u001b[30m\u001b[37m   o \u001b[30m\u001b[36m         <M\n\r\u001b[30m\u001b[37m  /| \u001b[30m\u001b[m\u001b[1;31m\u001b[m\u001b[33m......\u001b[30m\u001b[36m  /:M\\\u001b[m\u001b[1;31m\u001b[m\u001b[30m\u001b[37m----------------------------------,,,,,,\n\r\u001b[30m\u001b[37m(0)||\u001b[30m\u001b[m\u001b[1;31m\u001b[m\u001b[33mXXXXXX||\u001b[30m\u001b[36mI:K+}\u001b[30m\u001b[m\u001b[1;31m\u001b[37m====={H}                  ======-------->\n\r\u001b[m\u001b[30m\u001b[37m  \\| \u001b[30m\u001b[m\u001b[1;31m\u001b[m\u001b[33m++++++  \u001b[30m\u001b[36m\\:W/\u001b[m\u001b[1;31m\u001b[m\u001b[30m\u001b[37m----------------------------------''''''\n\r\u001b[30m\u001b[37m   o \u001b[30m\u001b[m\u001b[1;31m\u001b[m\u001b[33m        \u001b[30m\u001b[36m <W\n\r              <W\n\r              (0) \u001b[m\u001b[1;30m\"\u001b[31m\u001b[33mGreed, Fate, Ambition, Death... Can YOU Escape?\u001b[m\u001b[30m\u001b[m\u001b[1;30m\"\u001b[m\u001b[m\n\r\u001b[30m\u001b[37m\n\r*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*\n\r\u001b[36mWe are running on a derivative of SMAUG 1.4 (written by Thoric (Derek Snider)\n\rwith Altrag, Blodkai, Haus, Narn, Scryn, Swordbearer, Tricops, Gorog, Rennard,\n\rGrishnakh, Fireblade and Nivek) which was in turn based on Merc2.1 by Hatchet,\n\rFury, and Kahn, in turn based on DikuMUD code (Hans Staerfeldt, Katja Nyboe,\n\rTom Madsen, Michael Seifert & Sebastian Hammer). Please Type Help CREDITS\n\ronce within the MUD to see more.\u001b[30m\u001b[37m\n\r*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*<>*\n\r\u001b[30m\u001b[36m\n\rEnter your character's name, or type new:\u001b[30m\u001b[37m\n\r",
      "banner_before_return": "\n\rWould you like ansi color?\n\r",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "option_states": {
        "server_offered": {},
        "server_requested": {}
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.0,
        "total": 4.975390911102295
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-14T17:10:38.901183+00:00",
      "host": "escape.wolfpaw.net",
      "ip": "204.209.44.3",
      "port": 2020
    }
  ]
}

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 escape.wolfpaw.net 2020
Show Logfile
DEBUG client.py:965 Fingerprint client: host=escape.wolfpaw.net port=2020
INFO client_base.py:175 Connected to <Peer 204.209.44.3 2020>
DEBUG client_base.py:492 negotiation complete after 0.00s.
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:106 Connection closed to <Peer 204.209.44.3 2020>
INFO fingerprinting.py:746 connection for server fingerprint c2dd7d4e76383b41