Files
CyberStrikeAI/tools/nuclei.yaml
2025-11-21 23:20:41 +08:00

50 lines
1.2 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "nuclei"
command: "nuclei"
enabled: true
short_description: "快速漏洞扫描器使用YAML模板进行漏洞检测"
description: |
Nuclei是一个基于模板的快速漏洞扫描器使用社区维护的YAML模板进行漏洞检测。
**主要功能:**
- 快速漏洞扫描
- 基于模板的检测
- 支持多种协议HTTP, TCP, DNS等
- 实时结果输出
- 支持自定义模板
**使用场景:**
- 漏洞扫描和发现
- 安全评估
- 渗透测试
- 漏洞验证
parameters:
- name: "target"
type: "string"
description: "目标URL或IP"
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"