Files
CyberStrikeAI/tools/arjun.yaml
2025-11-21 23:18:21 +08:00

69 lines
1.6 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: "arjun"
command: "arjun"
enabled: true
short_description: "HTTP参数发现工具"
description: |
Arjun是一个HTTP参数发现工具用于发现Web应用中的隐藏参数。
**主要功能:**
- HTTP参数发现
- 多种HTTP方法支持
- 多线程支持
- 稳定模式
**使用场景:**
- 参数发现
- Web应用安全测试
- Bug bounty侦察
- 安全测试
parameters:
- name: "url"
type: "string"
description: "目标URL"
required: true
flag: "-u"
format: "flag"
- name: "method"
type: "string"
description: "HTTP方法GET, POST等"
required: false
flag: "-m"
format: "flag"
default: "GET"
- name: "wordlist"
type: "string"
description: "自定义字典文件"
required: false
flag: "-w"
format: "flag"
- name: "threads"
type: "int"
description: "线程数"
required: false
flag: "-t"
format: "flag"
default: 25
- name: "stable"
type: "bool"
description: "使用稳定模式"
required: false
flag: "--stable"
format: "flag"
default: false
- name: "additional_args"
type: "string"
description: |
额外的Arjun参数。用于传递未在参数列表中定义的Arjun选项。
**示例值:**
- "-o output.txt": 输出到文件
- "-q": 安静模式
- "-i": 从文件读取URL
**注意事项:**
- 多个参数用空格分隔
- 确保参数格式正确,避免命令注入
- 此参数会直接追加到命令末尾
required: false
format: "positional"