From b0293fe9fe23042c738cc11cb5e990b3b585e616 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 18 May 2026 14:31:05 +0000 Subject: [PATCH] Document Ncat's -z option. Closes #2242 --- ncat/docs/ncat.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ncat/docs/ncat.xml b/ncat/docs/ncat.xml index 91a497434..ff88994a9 100644 --- a/ncat/docs/ncat.xml +++ b/ncat/docs/ncat.xml @@ -222,6 +222,20 @@ Set the address for Ncat to bind to. + + + + (Zero-I/O mode) + (Ncat option) + + + + Causes Ncat to quit immediately after establishing a connection. This is provided + for compatibility with other netcat implementations which use it as a test for + connectivity or for port scanning. Ncat does not allow specifying multiple target + ports. + +