From 2c01653c4d47d66123a80fde1ee4f91e7f38e45d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Sun, 9 Nov 2025 14:59:56 +0800 Subject: [PATCH] Add files via upload --- tools/anew.yaml | 14 ++++++++++++++ tools/angr.yaml | 14 ++++++++++++++ tools/api-fuzzer.yaml | 14 ++++++++++++++ tools/api-schema-analyzer.yaml | 14 ++++++++++++++ tools/arjun.yaml | 17 +++++++++++++++++ tools/arp-scan.yaml | 14 ++++++++++++++ tools/autorecon.yaml | 14 ++++++++++++++ tools/binwalk.yaml | 14 ++++++++++++++ tools/bloodhound.yaml | 14 ++++++++++++++ tools/burpsuite.yaml | 14 ++++++++++++++ tools/checkov.yaml | 14 ++++++++++++++ tools/checksec.yaml | 14 ++++++++++++++ tools/clair.yaml | 14 ++++++++++++++ tools/cloudmapper.yaml | 14 ++++++++++++++ tools/create-file.yaml | 14 ++++++++++++++ tools/cyberchef.yaml | 14 ++++++++++++++ tools/dalfox.yaml | 14 ++++++++++++++ tools/delete-file.yaml | 14 ++++++++++++++ tools/dirb.yaml | 19 +++++++++++++++++++ tools/dirsearch.yaml | 14 ++++++++++++++ tools/dnsenum.yaml | 14 ++++++++++++++ tools/docker-bench-security.yaml | 14 ++++++++++++++ tools/dotdotpwn.yaml | 14 ++++++++++++++ tools/enum4linux-ng.yaml | 14 ++++++++++++++ tools/exec.yaml | 14 ++++++++++++++ tools/execute-python-script.yaml | 14 ++++++++++++++ tools/exiftool.yaml | 14 ++++++++++++++ tools/falco.yaml | 16 +++++++++++++++- tools/fcrackzip.yaml | 14 ++++++++++++++ tools/feroxbuster.yaml | 14 ++++++++++++++ tools/fierce.yaml | 14 ++++++++++++++ tools/foremost.yaml | 14 ++++++++++++++ tools/gau.yaml | 17 +++++++++++++++++ tools/gdb-peda.yaml | 14 ++++++++++++++ tools/gdb.yaml | 14 ++++++++++++++ tools/ghidra.yaml | 14 ++++++++++++++ tools/graphql-scanner.yaml | 14 ++++++++++++++ tools/hakrawler.yaml | 14 ++++++++++++++ tools/hash-identifier.yaml | 14 ++++++++++++++ tools/hashpump.yaml | 14 ++++++++++++++ tools/http-framework-test.yaml | 14 ++++++++++++++ tools/http-intruder.yaml | 14 ++++++++++++++ tools/http-repeater.yaml | 14 ++++++++++++++ 43 files changed, 614 insertions(+), 1 deletion(-) diff --git a/tools/anew.yaml b/tools/anew.yaml index 782539f8..d07c09e0 100644 --- a/tools/anew.yaml +++ b/tools/anew.yaml @@ -30,3 +30,17 @@ parameters: description: "输出文件路径" required: false + - name: "additional_args" + type: "string" + description: | + 额外的anew参数。用于传递未在参数列表中定义的anew选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/angr.yaml b/tools/angr.yaml index eec02700..557f81bc 100644 --- a/tools/angr.yaml +++ b/tools/angr.yaml @@ -46,3 +46,17 @@ parameters: required: false default: "symbolic" + - name: "additional_args" + type: "string" + description: | + 额外的angr参数。用于传递未在参数列表中定义的angr选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/api-fuzzer.yaml b/tools/api-fuzzer.yaml index 14234d66..9c8ad1fa 100644 --- a/tools/api-fuzzer.yaml +++ b/tools/api-fuzzer.yaml @@ -46,3 +46,17 @@ parameters: flag: "-w" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的api-fuzzer参数。用于传递未在参数列表中定义的api-fuzzer选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/api-schema-analyzer.yaml b/tools/api-schema-analyzer.yaml index 1f36b827..a24c4e4c 100644 --- a/tools/api-schema-analyzer.yaml +++ b/tools/api-schema-analyzer.yaml @@ -35,3 +35,17 @@ parameters: flag: "--type" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的api-schema-analyzer参数。用于传递未在参数列表中定义的api-schema-analyzer选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/arjun.yaml b/tools/arjun.yaml index f8844af0..c5241d00 100644 --- a/tools/arjun.yaml +++ b/tools/arjun.yaml @@ -57,4 +57,21 @@ parameters: flag: "--stable" format: "flag" default: false + + - name: "additional_args" + type: "string" + description: | + 额外的Arjun参数。用于传递未在参数列表中定义的Arjun选项。 + + **示例值:** + - "-o output.txt": 输出到文件 + - "-q": 安静模式 + - "-i": 从文件读取URL + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" diff --git a/tools/arp-scan.yaml b/tools/arp-scan.yaml index 34c24dbb..953c5e75 100644 --- a/tools/arp-scan.yaml +++ b/tools/arp-scan.yaml @@ -42,3 +42,17 @@ parameters: format: "flag" default: false + - name: "additional_args" + type: "string" + description: | + 额外的arp-scan参数。用于传递未在参数列表中定义的arp-scan选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/autorecon.yaml b/tools/autorecon.yaml index 19941446..ec84abb3 100644 --- a/tools/autorecon.yaml +++ b/tools/autorecon.yaml @@ -59,3 +59,17 @@ parameters: format: "flag" default: 300 + - name: "additional_args" + type: "string" + description: | + 额外的autorecon参数。用于传递未在参数列表中定义的autorecon选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/binwalk.yaml b/tools/binwalk.yaml index 348c232c..14103247 100644 --- a/tools/binwalk.yaml +++ b/tools/binwalk.yaml @@ -35,3 +35,17 @@ parameters: format: "flag" default: false + - name: "additional_args" + type: "string" + description: | + 额外的binwalk参数。用于传递未在参数列表中定义的binwalk选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/bloodhound.yaml b/tools/bloodhound.yaml index a24f709e..5506c29a 100644 --- a/tools/bloodhound.yaml +++ b/tools/bloodhound.yaml @@ -55,3 +55,17 @@ parameters: flag: "-dc" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的bloodhound参数。用于传递未在参数列表中定义的bloodhound选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/burpsuite.yaml b/tools/burpsuite.yaml index 86027685..7621185f 100644 --- a/tools/burpsuite.yaml +++ b/tools/burpsuite.yaml @@ -63,3 +63,17 @@ parameters: flag: "--output" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的burpsuite参数。用于传递未在参数列表中定义的burpsuite选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/checkov.yaml b/tools/checkov.yaml index e43add6c..393aef46 100644 --- a/tools/checkov.yaml +++ b/tools/checkov.yaml @@ -50,3 +50,17 @@ parameters: format: "flag" default: "json" + - name: "additional_args" + type: "string" + description: | + 额外的checkov参数。用于传递未在参数列表中定义的checkov选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/checksec.yaml b/tools/checksec.yaml index f3b3f3bf..c3e2447a 100644 --- a/tools/checksec.yaml +++ b/tools/checksec.yaml @@ -27,3 +27,17 @@ parameters: position: 0 format: "positional" + - name: "additional_args" + type: "string" + description: | + 额外的checksec参数。用于传递未在参数列表中定义的checksec选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/clair.yaml b/tools/clair.yaml index 12542487..a1589a87 100644 --- a/tools/clair.yaml +++ b/tools/clair.yaml @@ -43,3 +43,17 @@ parameters: format: "flag" default: "json" + - name: "additional_args" + type: "string" + description: | + 额外的clair参数。用于传递未在参数列表中定义的clair选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/cloudmapper.yaml b/tools/cloudmapper.yaml index 9a8bfe87..068a3c5b 100644 --- a/tools/cloudmapper.yaml +++ b/tools/cloudmapper.yaml @@ -41,3 +41,17 @@ parameters: format: "flag" default: "config.json" + - name: "additional_args" + type: "string" + description: | + 额外的cloudmapper参数。用于传递未在参数列表中定义的cloudmapper选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/create-file.yaml b/tools/create-file.yaml index cdd6dba3..c7ffb1c9 100644 --- a/tools/create-file.yaml +++ b/tools/create-file.yaml @@ -34,3 +34,17 @@ parameters: required: false default: false + - name: "additional_args" + type: "string" + description: | + 额外的create-file参数。用于传递未在参数列表中定义的create-file选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/cyberchef.yaml b/tools/cyberchef.yaml index 0a3147dd..a90382d2 100644 --- a/tools/cyberchef.yaml +++ b/tools/cyberchef.yaml @@ -48,3 +48,17 @@ parameters: flag: "-Output" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的cyberchef参数。用于传递未在参数列表中定义的cyberchef选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/dalfox.yaml b/tools/dalfox.yaml index 91fea54d..64dfede9 100644 --- a/tools/dalfox.yaml +++ b/tools/dalfox.yaml @@ -59,3 +59,17 @@ parameters: format: "flag" default: true + - name: "additional_args" + type: "string" + description: | + 额外的dalfox参数。用于传递未在参数列表中定义的dalfox选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/delete-file.yaml b/tools/delete-file.yaml index 3ec5572f..b5ffe98b 100644 --- a/tools/delete-file.yaml +++ b/tools/delete-file.yaml @@ -33,3 +33,17 @@ parameters: format: "flag" default: false + - name: "additional_args" + type: "string" + description: | + 额外的delete-file参数。用于传递未在参数列表中定义的delete-file选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/dirb.yaml b/tools/dirb.yaml index eb906dbb..801b99eb 100644 --- a/tools/dirb.yaml +++ b/tools/dirb.yaml @@ -83,4 +83,23 @@ parameters: required: false flag: "-w" format: "flag" + + - name: "additional_args" + type: "string" + description: | + 额外的Dirb参数。用于传递未在参数列表中定义的Dirb选项。 + + **示例值:** + - "-a": 用户代理字符串 + - "-H": 自定义HTTP头 + - "-c": Cookie字符串 + - "-X": 文件扩展名 + - "-z": 毫秒延迟 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" diff --git a/tools/dirsearch.yaml b/tools/dirsearch.yaml index 4af55853..db8672c4 100644 --- a/tools/dirsearch.yaml +++ b/tools/dirsearch.yaml @@ -58,3 +58,17 @@ parameters: format: "flag" default: false + - name: "additional_args" + type: "string" + description: | + 额外的dirsearch参数。用于传递未在参数列表中定义的dirsearch选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/dnsenum.yaml b/tools/dnsenum.yaml index 2082d329..e630ac3f 100644 --- a/tools/dnsenum.yaml +++ b/tools/dnsenum.yaml @@ -41,3 +41,17 @@ parameters: flag: "-f" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的dnsenum参数。用于传递未在参数列表中定义的dnsenum选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/docker-bench-security.yaml b/tools/docker-bench-security.yaml index 8784d4a8..731b0111 100644 --- a/tools/docker-bench-security.yaml +++ b/tools/docker-bench-security.yaml @@ -42,3 +42,17 @@ parameters: format: "flag" default: "/tmp/docker-bench-results.json" + - name: "additional_args" + type: "string" + description: | + 额外的docker-bench-security参数。用于传递未在参数列表中定义的docker-bench-security选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/dotdotpwn.yaml b/tools/dotdotpwn.yaml index ea4541ce..c07168fb 100644 --- a/tools/dotdotpwn.yaml +++ b/tools/dotdotpwn.yaml @@ -35,3 +35,17 @@ parameters: format: "flag" default: "http" + - name: "additional_args" + type: "string" + description: | + 额外的dotdotpwn参数。用于传递未在参数列表中定义的dotdotpwn选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/enum4linux-ng.yaml b/tools/enum4linux-ng.yaml index d69009fc..528e5b26 100644 --- a/tools/enum4linux-ng.yaml +++ b/tools/enum4linux-ng.yaml @@ -80,3 +80,17 @@ parameters: format: "flag" default: true + - name: "additional_args" + type: "string" + description: | + 额外的enum4linux-ng参数。用于传递未在参数列表中定义的enum4linux-ng选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/exec.yaml b/tools/exec.yaml index 37171068..1d41a90c 100644 --- a/tools/exec.yaml +++ b/tools/exec.yaml @@ -100,3 +100,17 @@ parameters: - 相对路径相对于程序运行目录 required: false + - name: "additional_args" + type: "string" + description: | + 额外的exec参数。用于传递未在参数列表中定义的exec选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/execute-python-script.yaml b/tools/execute-python-script.yaml index 47efab83..c5e4c10a 100644 --- a/tools/execute-python-script.yaml +++ b/tools/execute-python-script.yaml @@ -34,3 +34,17 @@ parameters: description: "自定义脚本文件名(为空则自动生成)" required: false + - name: "additional_args" + type: "string" + description: | + 额外的execute-python-script参数。用于传递未在参数列表中定义的execute-python-script选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/exiftool.yaml b/tools/exiftool.yaml index 34b1f7ec..dd92a16c 100644 --- a/tools/exiftool.yaml +++ b/tools/exiftool.yaml @@ -41,3 +41,17 @@ parameters: flag: "-TAG" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的exiftool参数。用于传递未在参数列表中定义的exiftool选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/falco.yaml b/tools/falco.yaml index 70306e5e..603eab1d 100644 --- a/tools/falco.yaml +++ b/tools/falco.yaml @@ -48,4 +48,18 @@ parameters: description: "监控持续时间(秒)" required: false default: 60 - + + - name: "additional_args" + type: "string" + description: | + 额外的falco参数。用于传递未在参数列表中定义的falco选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/fcrackzip.yaml b/tools/fcrackzip.yaml index def646ca..280a6e29 100644 --- a/tools/fcrackzip.yaml +++ b/tools/fcrackzip.yaml @@ -68,3 +68,17 @@ parameters: flag: "-u" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的fcrackzip参数。用于传递未在参数列表中定义的fcrackzip选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/feroxbuster.yaml b/tools/feroxbuster.yaml index edafa7f3..c09e6754 100644 --- a/tools/feroxbuster.yaml +++ b/tools/feroxbuster.yaml @@ -42,3 +42,17 @@ parameters: format: "flag" default: 10 + - name: "additional_args" + type: "string" + description: | + 额外的feroxbuster参数。用于传递未在参数列表中定义的feroxbuster选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/fierce.yaml b/tools/fierce.yaml index d28bc450..2ed0e485 100644 --- a/tools/fierce.yaml +++ b/tools/fierce.yaml @@ -34,3 +34,17 @@ parameters: flag: "-dnsserver" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的fierce参数。用于传递未在参数列表中定义的fierce选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/foremost.yaml b/tools/foremost.yaml index e3033f9e..4b96af31 100644 --- a/tools/foremost.yaml +++ b/tools/foremost.yaml @@ -42,3 +42,17 @@ parameters: flag: "-t" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的foremost参数。用于传递未在参数列表中定义的foremost选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/gau.yaml b/tools/gau.yaml index cb966532..2ed6f389 100644 --- a/tools/gau.yaml +++ b/tools/gau.yaml @@ -41,4 +41,21 @@ parameters: flag: "-subs" format: "flag" default: true + + - name: "additional_args" + type: "string" + description: | + 额外的Gau参数。用于传递未在参数列表中定义的Gau选项。 + + **示例值:** + - "-o output.txt": 输出到文件 + - "-t": 线程数 + - "-b": 黑名单扩展 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" diff --git a/tools/gdb-peda.yaml b/tools/gdb-peda.yaml index ed7542c3..8701b17d 100644 --- a/tools/gdb-peda.yaml +++ b/tools/gdb-peda.yaml @@ -48,3 +48,17 @@ parameters: flag: "-c" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的gdb-peda参数。用于传递未在参数列表中定义的gdb-peda选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/gdb.yaml b/tools/gdb.yaml index a7fe73b8..5152ace4 100644 --- a/tools/gdb.yaml +++ b/tools/gdb.yaml @@ -41,3 +41,17 @@ parameters: flag: "-x" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的gdb参数。用于传递未在参数列表中定义的gdb选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/ghidra.yaml b/tools/ghidra.yaml index 502cb986..960c3df9 100644 --- a/tools/ghidra.yaml +++ b/tools/ghidra.yaml @@ -48,3 +48,17 @@ parameters: required: false default: "xml" + - name: "additional_args" + type: "string" + description: | + 额外的ghidra参数。用于传递未在参数列表中定义的ghidra选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/graphql-scanner.yaml b/tools/graphql-scanner.yaml index a05520bf..6883ff14 100644 --- a/tools/graphql-scanner.yaml +++ b/tools/graphql-scanner.yaml @@ -51,3 +51,17 @@ parameters: flag: "--mutations" format: "flag" + - name: "additional_args" + type: "string" + description: | + 额外的graphql-scanner参数。用于传递未在参数列表中定义的graphql-scanner选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/hakrawler.yaml b/tools/hakrawler.yaml index d7c2ec48..878146cd 100644 --- a/tools/hakrawler.yaml +++ b/tools/hakrawler.yaml @@ -41,3 +41,17 @@ parameters: format: "flag" default: true + - name: "additional_args" + type: "string" + description: | + 额外的hakrawler参数。用于传递未在参数列表中定义的hakrawler选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/hash-identifier.yaml b/tools/hash-identifier.yaml index 9fb14f84..8794798d 100644 --- a/tools/hash-identifier.yaml +++ b/tools/hash-identifier.yaml @@ -40,3 +40,17 @@ parameters: position: 0 format: "positional" + - name: "additional_args" + type: "string" + description: | + 额外的hash-identifier参数。用于传递未在参数列表中定义的hash-identifier选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/hashpump.yaml b/tools/hashpump.yaml index 7962861a..8f03ffdb 100644 --- a/tools/hashpump.yaml +++ b/tools/hashpump.yaml @@ -40,3 +40,17 @@ parameters: description: "要追加的数据" required: true + - name: "additional_args" + type: "string" + description: | + 额外的hashpump参数。用于传递未在参数列表中定义的hashpump选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/http-framework-test.yaml b/tools/http-framework-test.yaml index 7e1432f1..6ec25d17 100644 --- a/tools/http-framework-test.yaml +++ b/tools/http-framework-test.yaml @@ -52,3 +52,17 @@ parameters: required: false default: "request" + - name: "additional_args" + type: "string" + description: | + 额外的http-framework-test参数。用于传递未在参数列表中定义的http-framework-test选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/http-intruder.yaml b/tools/http-intruder.yaml index 756d7596..87f8fac9 100644 --- a/tools/http-intruder.yaml +++ b/tools/http-intruder.yaml @@ -53,3 +53,17 @@ parameters: required: false default: 100 + - name: "additional_args" + type: "string" + description: | + 额外的http-intruder参数。用于传递未在参数列表中定义的http-intruder选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file diff --git a/tools/http-repeater.yaml b/tools/http-repeater.yaml index 213f2adb..c0e8ae99 100644 --- a/tools/http-repeater.yaml +++ b/tools/http-repeater.yaml @@ -25,3 +25,17 @@ parameters: description: "请求规范(JSON格式,包含url, method, headers, cookies, data)" required: true + - name: "additional_args" + type: "string" + description: | + 额外的http-repeater参数。用于传递未在参数列表中定义的http-repeater选项。 + + **示例值:** + - 根据工具特性添加常用参数示例 + + **注意事项:** + - 多个参数用空格分隔 + - 确保参数格式正确,避免命令注入 + - 此参数会直接追加到命令末尾 + required: false + format: "positional" \ No newline at end of file