From a9a4c94b2befd80b59695cc18ec9a54eed8989fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:22:31 +0800 Subject: [PATCH] Delete tools/cyberchef.yaml --- tools/cyberchef.yaml | 58 -------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 tools/cyberchef.yaml diff --git a/tools/cyberchef.yaml b/tools/cyberchef.yaml deleted file mode 100644 index 605f200b..00000000 --- a/tools/cyberchef.yaml +++ /dev/null @@ -1,58 +0,0 @@ -name: "cyberchef" -command: "cyberchef" -enabled: true -short_description: "数据转换和分析工具,支持多种编码、加密和数据处理操作" -description: | - CyberChef 是一个强大的数据转换和分析工具,支持数百种数据操作。 - - **主要功能:** - - 编码/解码(Base64, Hex, URL 等) - - 加密/解密(AES, DES, RSA 等) - - 哈希计算 - - 数据格式转换 - - 正则表达式操作 - - 数据提取和分析 - - **使用场景:** - - CTF 竞赛 - - 数据分析和转换 - - 加密算法研究 - - 数字取证 - - **注意事项:** - - 通常以 Web 界面运行 - - 命令行版本可能需要 Node.js - - 功能强大,操作复杂 -parameters: - - name: "recipe" - type: "string" - description: "操作配方(JSON 格式),定义要执行的操作序列" - required: true - flag: "-Recipe" - format: "flag" - - name: "input" - type: "string" - description: "输入数据(字符串或文件路径)" - required: true - flag: "-Input" - format: "flag" - - name: "output" - type: "string" - description: "输出文件路径(可选)" - required: false - flag: "-Output" - format: "flag" - - name: "additional_args" - type: "string" - description: | - 额外的cyberchef参数。用于传递未在参数列表中定义的cyberchef选项。 - - **示例值:** - - 根据工具特性添加常用参数示例 - - **注意事项:** - - 多个参数用空格分隔 - - 确保参数格式正确,避免命令注入 - - 此参数会直接追加到命令末尾 - required: false - format: "positional"