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

Overview

🎈 简介

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

🎗️ 环境依赖

java

stegpy      # pip3 install stegpy

Visual C++ Redistributable Packages for Visual Studio 2013

🔗 参考

https://github.com/chishaxie/blindwatermark

https://github.com/Bronya-Rayi/auto-misc-pic

https://github.com/RetrO-hash/CTFpics

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

🏷️ 其他

已经适配的隐写方法:

  • 盲水印
  • 二维码识别
  • 图片反相
  • RGB转图片
  • PNG改宽高
  • 图片Exif信息
  • Gif帧分离
  • F5隐写
  • Strings可打印字符
  • JPG改宽高
  • 01二进制转黑白图片
  • Stegpy

TODO

  • LSB
  • png_idat
  • stegdetect
  • stegbreak
  • zsteg
  • foremost

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

⚙️ 运行截图

盲水印:

Gif帧分离:

图片反相:

PNG自动改宽高:

二维码识别:

RGB转图片:

Strings可打印字符:

You might also like...
Comments
  • exe无法运行

    exe无法运行

    image Traceback (most recent call last): File "PyInstaller\loader\pyimod04_ctypes.py", line 53, in init File "ctypes_init_.py", line 356, in init OSError: [WinError 126] 找不到指定的模块。

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): File "pyzbar\zbar_library.py", line 58, in load File "pyzbar\zbar_library.py", line 54, in load_objects File "ctypes_init_.py", line 434, in LoadLibrary File "PyInstaller\loader\pyimod04_ctypes.py", line 55, in init pyimod04_ctypes.install..PyInstallerImportError: Failed to load dynlib/dll 'libzbar-64.dll'. Most likely this dynlib/dll was not found when the application was frozen.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last): File "PyInstaller\loader\pyimod04_ctypes.py", line 53, in init File "ctypes_init_.py", line 356, in init OSError: [WinError 126] 找不到指定的模块。

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): File "ImageStrike.py", line 12, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "PyInstaller\loader\pyimod03_importers.py", line 476, in exec_module File "pyzbar\pyzbar.py", line 7, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in load_unlocked File "PyInstaller\loader\pyimod03_importers.py", line 476, in exec_module File "pyzbar\wrapper.py", line 143, in File "pyzbar\wrapper.py", line 136, in zbar_function File "pyzbar\wrapper.py", line 115, in load_libzbar File "pyzbar\zbar_library.py", line 60, in load File "pyzbar\zbar_library.py", line 52, in load_objects File "pyzbar\zbar_library.py", line 52, in File "ctypes_init.py", line 434, in LoadLibrary File "PyInstaller\loader\pyimod04_ctypes.py", line 55, in init pyimod04_ctypes.install..PyInstallerImportError: Failed to load dynlib/dll 'C:\Users\ztt\AppData\Local\Temp\_MEI209802\pyzbar\libiconv.dll'. Most likely this dynlib/dll was not found when the application was frozen.

    不知道是什么原因

    opened by zttawd 2
Releases(V0.2)
  • V0.2(Dec 23, 2021)

    2021.12.23 V0.2 更新日志

    新增: 1、png图片的IDAT检测 2、Stegpy带密码的隐写 3、Steghide 4、Foremost 5、IPTC、XMP图片数据

    优化: 1、盲水印隐写部分代码 2、重写strings可打印字符

    Source code(tar.gz)
    Source code(zip)
    V0.2.zip(86.10 MB)
  • V0.1(Nov 18, 2021)

    2021.11.18 V0.1 更新日志

    新增: 1、JPG改宽高 2、Stegpy 3、盲水印 - python3 4、01二进制转黑白图片 5、图片显示栏右键选项【打开图片所在目录】【图片反相】【清除显示】

    优化: 1、优化strings可打印字符部分代码 2、盲水印代码合并到主程序中,不再依赖./tools/bwm.exe

    修复: 1、F5隐写报错

    Source code(tar.gz)
    Source code(zip)
    V0.1.zip(80.31 MB)
  • V0.1Beta(Nov 14, 2021)

Owner
zR00t1
君子藏器于身,待时而动
zR00t1
Convert any binary data to a PNG image file and vice versa.

What is PngBin? The name PngBin comes from an image format file extension PNG (Portable Network Graphics) and the word Binary. An image produced by Pn

Nathan Young 87 Dec 22, 2022
This repository will help you get label for images in Stanford Cars Dataset.

STANFORD CARS DATASET stanford-cars "The Cars dataset contains 16,185 images of 196 classes of cars. The data is split into 8,144 training images and

Nguyễn Trường Lâu 3 Sep 20, 2022
Create a QR-code Generator app using only Python.

QR-code_Generator Create a QR-code Generator app using only Python. This apps generated a QR code for a single link. Libraryes used in this app -- py

Soham P Phasalkar 1 Oct 17, 2021
Seaborn-image is a Python image visualization library based on matplotlib and provides a high-level API to draw attractive and informative images quickly and effectively.

seaborn-image: image data visualization Description Seaborn-image is a Python image visualization library based on matplotlib and provides a high-leve

48 Jan 05, 2023
Hello, this project is an example of how to generate a QR Code using python 😁

Hello, this project is an example of how to generate a QR Code using python 😁

Davi Antonaji 2 Oct 12, 2021
A QR Code encode and decode python module

A QR Code encode and decode python module

Fayas Noushad 4 Feb 10, 2022
Docbarcodes extracts 1D and 2D barcodes from scanned PDF documents or images. It can be used to automate extraction and processing of all kind of documents.

Intro Barcodes are being used in many documents or forms to enable machine reading capabilities and reduce manual processing effort. Simple 1D barcode

Arlind Nocaj 3 Jun 18, 2022
Validate arbitrary image uploads from incoming data urls while preserving file integrity but removing EXIF and unwanted artifacts and RCE exploit potential

Validate arbitrary base64-encoded image uploads as incoming data urls while preserving image integrity but removing EXIF and unwanted artifacts and mitigating RCE-exploit potential.

A3R0 1 Jan 10, 2022
3D Model files and source code for rotating turntable. Raspberry Pi, DC servo and PWM modulator required.

3DSimpleTurntable 3D Model files and source code for rotating turntable. Raspberry Pi, DC servo and PWM modulator required. Preview Construction Print

Thomas Boyle 1 Feb 13, 2022
Computer art based on joining transparent images

Computer Art There is no must in art because art is free. Introduction The following tutorial exaplains how to generate computer art based on a series

Computer Art 12 Jul 30, 2022
A warping based image translation model focusing on upper body synthesis.

Pose2Img Upper body image synthesis from skeleton(Keypoints). Sub module in the ICCV-2021 paper "Speech Drives Templates: Co-Speech Gesture Synthesis

zhiyh 15 Nov 10, 2022
👾 Python project to help you convert any image into a pixel art.

👾 Pixel Art Generator Python project to help you convert any image into a pixel art. ⚙️ Developer's Guide Things you need to get started with this co

Atul Anand 6 Dec 14, 2022
A script to generate a profile picture and a banner that show the same image on Discord.

Discord profile picture & banner generator A script to generate a profile picture and a banner that show the same image on Discord. Installation / Upd

Victor B. 9 Nov 27, 2022
Tool that takes your photo and generates a pixelated color by number photo.

Color by number Tool that takes your photo and generates a pixelated color by number photo. Requirements You need to have python installed on your com

1 Dec 18, 2021
Rembg is a tool to remove images background.

Rembg is a tool to remove images background.

Daniel Gatis 7.8k Jan 05, 2023
New program to export a Blender model to the LBA2 model format.

LBA2 Blender to Model 2 This is a new program to export a Blender model to the LBA2 model format. This is also the first publicly released version of

2 Nov 30, 2022
Img-to-ascii-art - Converter of image to ascii art

img-to-ascii-art Converter of image to ascii art Latest Features. Intoducing Col

1 Dec 31, 2021
Maze generator with most popular shapes - hexagon, triangle, square

Maze-Generator Maze generator with most popular shapes - hexagon, triangle, square (sqaure not implemented yet): Theory: Planar Graph https://en.wikip

Kacper Plesiak 2 Dec 28, 2021
Image Processing - Make noise images clean

影像處理-影像降躁化(去躁化) (Image Processing - Make Noise Images Clean) 得力於電腦效能的大幅提升以及GPU的平行運算架構,讓我們能夠更快速且有效地訓練AI,並將AI技術應用於不同領域。本篇將帶給大家的是 「將深度學習應用於影像處理中的影像降躁化 」,

2 Aug 04, 2022
Napari simpleitk image processing

napari-simpleitk-image-processing (n-SimpleITK) Process images using SimpleITK in napari Usage Filters of this napari plugin can be found in the Tools

Robert Haase 11 Dec 19, 2022