mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-16 08:00:29 +02:00
Add files via upload
This commit is contained in:
+6
-13
@@ -1,24 +1,22 @@
|
||||
name: "jaeles"
|
||||
command: "jaeles"
|
||||
args: ["scan"]
|
||||
enabled: true
|
||||
|
||||
short_description: "高级漏洞扫描器,支持自定义签名"
|
||||
|
||||
description: |
|
||||
Jaeles是一个高级漏洞扫描器,支持自定义签名进行漏洞检测。
|
||||
|
||||
|
||||
**主要功能:**
|
||||
- 自定义签名支持
|
||||
- 多种漏洞检测
|
||||
- 快速扫描
|
||||
- 详细报告
|
||||
|
||||
|
||||
**使用场景:**
|
||||
- 漏洞扫描
|
||||
- Web应用安全测试
|
||||
- 自定义检测规则
|
||||
- 安全测试
|
||||
|
||||
parameters:
|
||||
- name: "url"
|
||||
type: "string"
|
||||
@@ -26,21 +24,18 @@ parameters:
|
||||
required: true
|
||||
flag: "-u"
|
||||
format: "flag"
|
||||
|
||||
- name: "signatures"
|
||||
type: "string"
|
||||
description: "自定义签名路径"
|
||||
required: false
|
||||
flag: "-s"
|
||||
format: "flag"
|
||||
|
||||
- name: "config"
|
||||
type: "string"
|
||||
description: "配置文件"
|
||||
required: false
|
||||
flag: "-c"
|
||||
format: "flag"
|
||||
|
||||
- name: "threads"
|
||||
type: "int"
|
||||
description: "线程数"
|
||||
@@ -48,7 +43,6 @@ parameters:
|
||||
flag: "-t"
|
||||
format: "flag"
|
||||
default: 20
|
||||
|
||||
- name: "timeout"
|
||||
type: "int"
|
||||
description: "请求超时时间(秒)"
|
||||
@@ -56,18 +50,17 @@ parameters:
|
||||
flag: "--timeout"
|
||||
format: "flag"
|
||||
default: 20
|
||||
|
||||
- name: "additional_args"
|
||||
type: "string"
|
||||
description: |
|
||||
额外的jaeles参数。用于传递未在参数列表中定义的jaeles选项。
|
||||
|
||||
|
||||
**示例值:**
|
||||
- 根据工具特性添加常用参数示例
|
||||
|
||||
|
||||
**注意事项:**
|
||||
- 多个参数用空格分隔
|
||||
- 确保参数格式正确,避免命令注入
|
||||
- 此参数会直接追加到命令末尾
|
||||
required: false
|
||||
format: "positional"
|
||||
format: "positional"
|
||||
|
||||
Reference in New Issue
Block a user