← 返回 Skills 市场
nyetnighy

Nuclei Analysis

作者 NyetNighy · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ⚠ pending
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nuclei-analysis
功能描述
Intelligently analyzes Nuclei scan results, prioritizes real bugs, reduces noise, and enriches findings with context.
使用说明 (SKILL.md)

Nuclei Analysis Skill

Parses raw Nuclei scan output and generates prioritized, actionable bug bounty reports.

When to Use

Use this skill when:

  • A Nuclei scan has completed and you want to turn raw output into a structured report
  • You need to separate signal from noise in large scans
  • You want severity-prioritized findings with business impact context

Usage

python3 scripts/nuclei_analyzer.py /path/to/nuclei-output.txt
python3 scripts/nuclei_analyzer.py /path/to/nuclei-output.txt --min-severity high --output report.md

Workflow

When user says "analyze nuclei results", "review scan", or similar:

  1. Read the nuclei output file
  2. Parse and categorize by severity and template type
  3. Reduce noise (filter common false positives)
  4. Enrich high/critical findings with business context
  5. Generate a Markdown report

Severity Levels

Nuclei severities (highest to lowest):

  • critical — Immediate action required
  • high — Significant risk, exploit likely
  • medium — Moderate risk, requires context
  • low — Minor risk, informational
  • info — Informational, usually noise

Noise Reduction

Filter out common false positives:

  • Generic 403 Forbidden (without further context)
  • Self-signed certificates (info only)
  • Leaking server/version headers without actual exploit
  • Template matches on redirect pages

Output

Always produces:

  • Summary table of all findings by severity
  • Detailed section for High+ severity findings
  • Attack scenario for critical/high issues
  • Steps to reproduce for actionable findings

Report saved to: reports/nuclei-analysis/\x3Ctarget>-\x3Cdate>.md

Example Prompts

  • "Analyze nuclei results for example.com"
  • "Review scan findings and prioritize"
  • "Turn nuclei.txt into a bug bounty report"

Requirements

  • Python 3.7+
  • Nuclei installed and in PATH
  • nuclei output in text format (newline-delimited JSON also supported)
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nuclei-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nuclei-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug nuclei-analysis
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nuclei Analysis 是什么?

Intelligently analyzes Nuclei scan results, prioritizes real bugs, reduces noise, and enriches findings with context. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。

如何安装 Nuclei Analysis?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nuclei-analysis」即可一键安装,无需额外配置。

Nuclei Analysis 是免费的吗?

是的,Nuclei Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nuclei Analysis 支持哪些平台?

Nuclei Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Nuclei Analysis?

由 NyetNighy(@nyetnighy)开发并维护,当前版本 v1.0.0。

💬 留言讨论