mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-24 03:42:31 +02:00
Add files via upload
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user