From b7e724407b46473b800fc5998a6b6567f87de2ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:40:36 +0800 Subject: [PATCH] Add files via upload --- tools/nmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nmap.yaml b/tools/nmap.yaml index 533523bf..64af9059 100644 --- a/tools/nmap.yaml +++ b/tools/nmap.yaml @@ -45,7 +45,7 @@ parameters: - 确保目标地址格式正确 - 必需参数,不能为空 required: true - position: 0 # 位置参数,放在命令最后 + position: 1 # 位置参数,必须放在命令最后(nmap [options] target),用 1 确保在 flag 之后、最后添加 format: "positional" - name: "ports" type: "string"