Add files via upload

This commit is contained in:
公明
2026-03-13 20:09:15 +08:00
committed by GitHub
parent 8bdab678fa
commit 379fc8767d
3 changed files with 3 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ description: |
```yaml
- name: "ports"
type: "array"
item_type: "number"
description: "端口列表"
required: false
# 输入: [80, 443, 8080]

View File

@@ -149,6 +149,7 @@ Automatically converted to a comma-separated string.
```yaml
- name: "ports"
type: "array"
item_type: "number"
description: "List of ports to scan"
required: false
# Input: [80, 443, 8080]

View File

@@ -143,6 +143,7 @@ parameters:
format: "positional"
- name: "payloads"
type: "array"
item_type: "string"
description: "载荷列表(数组格式),如 [\"test1\", \"test2\", \"test3\"]"
required: true
position: 4