Add files via upload

This commit is contained in:
公明
2025-11-09 13:32:10 +08:00
committed by GitHub
parent 009d01bebc
commit 0c48559bd0
12 changed files with 542 additions and 2 deletions
+42
View File
@@ -0,0 +1,42 @@
name: "stegsolve"
command: "java"
enabled: true
short_description: "图片隐写分析工具,用于分析图片中的隐写数据"
description: |
Stegsolve 是一个 Java 图片隐写分析工具,支持多种图片格式和隐写分析技术。
**主要功能:**
- 图片格式转换
- 颜色通道分析
- LSB 隐写检测
- 图片叠加分析
- 数据提取
**使用场景:**
- CTF 隐写题目
- 图片隐写分析
- 数字取证
- 安全研究
**注意事项:**
- 需要 Java 环境
- 通常以 GUI 形式运行
- 可能需要通过命令行参数或脚本调用
parameters:
- name: "jar_file"
type: "string"
description: "Stegsolve JAR 文件路径,例如 'stegsolve.jar'"
required: true
position: 0
format: "positional"
- name: "image"
type: "string"
description: "要分析的图片文件路径"
required: false
position: 1
format: "positional"