{
  "port": 5999,
  "protocol": "tcp",
  "service": "CVSup (also listed as ncd-conf)",
  "oneLiner": "The CVSup file-distribution port — FreeBSD's old way of syncing source trees, now retired.",
  "whatItIs": "IANA assigns TCP/UDP 5999 to `cvsup`, and the cvsup(1) man page confirms 5999 as the client's default connect port. CVSup was the Modula-3 rsync-alike that mirrored the FreeBSD source, ports and CVS trees for years before the project moved to Subversion, portsnap and eventually Git, so public cvsupd mirrors have been decommissioned. Scanner databases carry a second historical name for this number, `ncd-conf`, the configuration telnet port of Network Computing Devices X terminals; neither service is something you will meet in 2026.",
  "exposure": {
    "verdict": "careful",
    "note": "A real cvsupd served read-only public mirrors and was fine on the internet by design, but nothing runs one now — so anything answering here is unidentified software and should be checked before it is exposed."
  },
  "checkCommand": "nmap -Pn -sV -p 5999 TARGET",
  "links": [
    {
      "title": "FreeBSD manual pages — cvsup(1)",
      "url": "https://man.freebsd.org/cgi/man.cgi?query=cvsup",
      "kind": "official-docs"
    },
    {
      "title": "IANA port registry — 5999 (cvsup)",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=5999",
      "kind": "iana"
    }
  ]
}
