
A lightweight CLI tool to detect and reconstruct cropped images vulnerable to Acropalypse (CVE-2023-21036 and CVE-2023-28303) written in Python.
A lightweight, headless Python script designed to detect and reconstruct cropped images that are vulnerable to the Acropalypse vulnerability (CVE-2023-21036 for Google Pixel Markup and CVE-2023-28303 for Windows Snipping Tool).
This tool allows you to recover trailing pixel data from vulnerable PNG/GIF files directly via the Command Line Interface (CLI), making it perfect for environments without a display server (e.g., WSL, SSH sessions, or headless Linux servers).
Tkinter or sv_ttk.Before running the script, make sure you have installed the required image processing library.
pip install pillow