mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-13 22:50:24 +02:00
Add files via upload
This commit is contained in:
+3
-10
@@ -1,25 +1,22 @@
|
||||
name: "nuclei"
|
||||
command: "nuclei"
|
||||
enabled: true
|
||||
|
||||
short_description: "快速漏洞扫描器,使用YAML模板进行漏洞检测"
|
||||
|
||||
description: |
|
||||
Nuclei是一个基于模板的快速漏洞扫描器,使用社区维护的YAML模板进行漏洞检测。
|
||||
|
||||
|
||||
**主要功能:**
|
||||
- 快速漏洞扫描
|
||||
- 基于模板的检测
|
||||
- 支持多种协议(HTTP, TCP, DNS等)
|
||||
- 实时结果输出
|
||||
- 支持自定义模板
|
||||
|
||||
|
||||
**使用场景:**
|
||||
- 漏洞扫描和发现
|
||||
- 安全评估
|
||||
- 渗透测试
|
||||
- 漏洞验证
|
||||
|
||||
parameters:
|
||||
- name: "target"
|
||||
type: "string"
|
||||
@@ -27,30 +24,26 @@ parameters:
|
||||
required: true
|
||||
flag: "-u"
|
||||
format: "flag"
|
||||
|
||||
- name: "severity"
|
||||
type: "string"
|
||||
description: "严重程度过滤(critical,high,medium,low,info)"
|
||||
required: false
|
||||
flag: "-s"
|
||||
format: "flag"
|
||||
|
||||
- name: "tags"
|
||||
type: "string"
|
||||
description: "标签过滤(如cve,rce,lfi)"
|
||||
required: false
|
||||
flag: "-tags"
|
||||
format: "flag"
|
||||
|
||||
- name: "template"
|
||||
type: "string"
|
||||
description: "自定义模板路径"
|
||||
required: false
|
||||
flag: "-t"
|
||||
format: "flag"
|
||||
|
||||
- name: "additional_args"
|
||||
type: "string"
|
||||
description: "额外的Nuclei参数"
|
||||
required: false
|
||||
|
||||
format: "positional"
|
||||
|
||||
Reference in New Issue
Block a user