mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-05 03:58:16 +02:00
Add files via upload
This commit is contained in:
@@ -202,6 +202,7 @@ description: |
|
|||||||
```yaml
|
```yaml
|
||||||
- name: "ports"
|
- name: "ports"
|
||||||
type: "array"
|
type: "array"
|
||||||
|
item_type: "number"
|
||||||
description: "端口列表"
|
description: "端口列表"
|
||||||
required: false
|
required: false
|
||||||
# 输入: [80, 443, 8080]
|
# 输入: [80, 443, 8080]
|
||||||
|
|||||||
@@ -149,6 +149,7 @@ Automatically converted to a comma-separated string.
|
|||||||
```yaml
|
```yaml
|
||||||
- name: "ports"
|
- name: "ports"
|
||||||
type: "array"
|
type: "array"
|
||||||
|
item_type: "number"
|
||||||
description: "List of ports to scan"
|
description: "List of ports to scan"
|
||||||
required: false
|
required: false
|
||||||
# Input: [80, 443, 8080]
|
# Input: [80, 443, 8080]
|
||||||
|
|||||||
@@ -143,6 +143,7 @@ parameters:
|
|||||||
format: "positional"
|
format: "positional"
|
||||||
- name: "payloads"
|
- name: "payloads"
|
||||||
type: "array"
|
type: "array"
|
||||||
|
item_type: "string"
|
||||||
description: "载荷列表(数组格式),如 [\"test1\", \"test2\", \"test3\"]"
|
description: "载荷列表(数组格式),如 [\"test1\", \"test2\", \"test3\"]"
|
||||||
required: true
|
required: true
|
||||||
position: 4
|
position: 4
|
||||||
|
|||||||
Reference in New Issue
Block a user