Files
CyberStrikeAI/tools/jwt-analyzer.yaml
2025-11-08 22:57:03 +08:00

37 lines
728 B
YAML
Raw 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: "jwt-analyzer"
command: "jwt_tool"
enabled: true
short_description: "JWT令牌分析和漏洞测试工具"
description: |
高级JWT令牌分析和漏洞测试工具用于检测JWT实现中的安全问题。
**主要功能:**
- JWT令牌分析
- 漏洞测试
- 攻击向量检测
- 令牌操作
**使用场景:**
- JWT安全测试
- 令牌分析
- 漏洞发现
- 安全测试
parameters:
- name: "jwt_token"
type: "string"
description: "要分析的JWT令牌"
required: true
flag: "-t"
format: "flag"
- name: "target_url"
type: "string"
description: "用于测试令牌操作的可选目标URL"
required: false
flag: "-u"
format: "flag"