{
  "port": 24800,
  "protocol": "tcp",
  "service": "Deskflow / Synergy / Barrier",
  "oneLiner": "The keyboard-and-mouse sharing port — one machine's input driving the screens of several others.",
  "whatItIs": "Deskflow, and the Synergy, Barrier and Input Leap family it descends from, lets one keyboard and mouse control several computers by moving the pointer off the edge of a screen. The server listens on TCP 24800 and clients connect to it; the protocol carries mouse motion, key events and clipboard contents, and version 1.4 and later can wrap the connection in TLS. The default is hard-coded across the codebase and documentation, so an open 24800 on a desktop is almost always this. It is a workstation port, not a server one.",
  "exposure": {
    "verdict": "never",
    "note": "This is a remote input channel into a live desktop session, including the clipboard. Keep it on the LAN or inside a VPN — never reachable from the internet."
  },
  "checkCommand": "nmap -Pn -sV -p 24800 --reason TARGET",
  "links": [
    {
      "title": "Deskflow source repository",
      "url": "https://github.com/deskflow/deskflow",
      "kind": "github"
    },
    {
      "title": "Deskflow protocol reference",
      "url": "https://github.com/deskflow/deskflow/blob/master/docs/dev/protocol_reference.md",
      "kind": "official-docs"
    },
    {
      "title": "Deskflow project site",
      "url": "https://deskflow.org/",
      "kind": "official-docs"
    }
  ]
}
