From ce4fc5b1e6e42c3b76e32b01ebb5aef346605840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 8 Feb 2024 18:49:30 -0300 Subject: [PATCH] naabu: fix typo (#12218) --- pages/common/naabu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/naabu.md b/pages/common/naabu.md index e4fe1a8278..e090f6531e 100644 --- a/pages/common/naabu.md +++ b/pages/common/naabu.md @@ -20,7 +20,7 @@ `naabu -top-ports 1000 -host {{host}}` -- Scan TCP ports 80,443 and UDP port 53 of the remote host: +- Scan TCP ports 80, 443 and UDP port 53 of the remote host: `naabu -p 80,443,u:53 -host {{host}}`