Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
acropalypse-reconstructor — A lightweight CLI tool to detect and reconstruct cropped images vulnerable to Acropalypse (CVE-2023-21036 and CVE-2023-28303) written in Python. | Kitploit
Tools/GitHubGitHub/iqbaalilmii/acropalypse-reconstructor
Vulnerability AnalysisExploitationForensicsData RecoveryDigital Forensics
GitHubiqbaalilmii/acropalypse-reconstructor

acropalypse-reconstructor

A lightweight CLI tool to detect and reconstruct cropped images vulnerable to Acropalypse (CVE-2023-21036 and CVE-2023-28303) written in Python.

View Repository
22 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Acropalypse CLI Multi-Tool

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).


Features

  • Universal Recovery: Supports both Windows Snipping Tool (RGBA) and Google Pixel (RGB) profiles.
  • Auto-Detection: Checks if a PNG file contains trailing bytes before attempting reconstruction.
  • Headless Friendly: Completely bypassed from GUI dependencies like Tkinter or sv_ttk.

Prerequisites

Before running the script, make sure you have installed the required image processing library.

root@kitploit:~
pip install pillow
Download Tool