{
  "port": 3826,
  "protocol": "tcp",
  "service": "WarMUX game server",
  "oneLiner": "The default listening port for a WarMUX (formerly Wormux) game server — an open-source turn-based artillery game.",
  "whatItIs": "WarMUX is a free turn-based artillery game in the Worms mould, started as Wormux in 2002 and renamed in 2010; IANA registered 3826 to its game server. The shipped server config in the project's own tree uses 3826, and the Debian warmux-servers package installs the standalone game server and the index server that publishes public games. Development stopped years ago — the last upstream release is from 2011 — so a listener here is a long-running hobby server or an old distro package still enabled.",
  "exposure": {
    "verdict": "careful",
    "note": "A public game server is meant to accept strangers, but this one is unmaintained C++ parsing untrusted network input, so run it as an unprivileged user in a container and do not co-locate it with anything you care about."
  },
  "checkCommand": "nc -vz TARGET 3826",
  "links": [
    {
      "title": "WarMUX server config (default port 3826), upstream tree",
      "url": "https://github.com/a-team/wormux/blob/master/tools/servers/game_server/warmux_server.conf",
      "kind": "github"
    },
    {
      "title": "Debian package: warmux-servers",
      "url": "https://packages.debian.org/sid/games/warmux-servers",
      "kind": "official-docs"
    },
    {
      "title": "IANA port registry — 3826 (warmux)",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=3826",
      "kind": "iana"
    }
  ],
  "ianaName": "warmux"
}
