Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zR00t1/ImageStrike

ImageStrike是一款用于CTF中图片隐写的综合利用工具
https://github.com/zR00t1/ImageStrike

ctf ctf-tools

Last synced: 3 months ago
JSON representation

ImageStrike是一款用于CTF中图片隐写的综合利用工具

Awesome Lists containing this project

README

        

## 🎈简介

ImageStrike是一款使用PyQT5开发,用于CTF中图片隐写的综合利用工具

## 🎗️环境依赖

```plain
java #F5隐写需要依赖本地java环境

Visual C++ Redistributable Packages for Visual Studio 2013
```

未安装Visual C++ 2013运行库的用户务必安装,否则无法运行该程序并触发以下错误,[点击下载Visual C++ 2013运行库](https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=40784)

![image](https://user-images.githubusercontent.com/46400438/179644643-6dec1c6f-647c-49b5-841c-d063e501fa5a.png)

## 🔗参考

[https://github.com/chishaxie/blindwatermark](https://github.com/chishaxie/blindwatermark)

[https://github.com/dhsdshdhk/stegpy](https://github.com/dhsdshdhk/stegpy)

[https://sourceforge.net/projects/steghide/](https://sourceforge.net/projects/steghide/)

[https://github.com/Bronya-Rayi/auto-misc-pic](https://github.com/Bronya-Rayi/auto-misc-pic)

[https://github.com/RetrO-hash/CTFpics](https://github.com/RetrO-hash/CTFpics)

代码大多取自网络资料,在此表示感谢💕

## 🏷️其他

### 已经适配的隐写方法:
- [x] 盲水印
- [x] 二维码识别
- [x] 图片反相
- [x] RGB->图片
- [x] PNG改宽高
- [x] PNG图片检测IDAT
- [x] 图片元数据(EXIF、IPTC、XMP)
- [x] Gif帧分离
- [x] F5隐写
- [x] Strings可打印字符
- [x] JPG改宽高
- [x] 二进制->黑白矩阵
- [x] Stegpy
- [x] Steghide
- [x] Foremost
### TODO
- [ ] LSB
- [ ] stegdetect
- [ ] stegbreak
- [ ] zsteg

一些使用其他语言写的隐写工具,python无法做到all in one,如果有师傅可以做到,请联系我加进去,未完待续.....

## ⚙️运行截图

#### 盲水印:

#### Gif帧分离:

#### 图片反相:

#### PNG自动改宽高:

#### 二维码识别:

#### RGB转图片:

#### Strings可打印字符: