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
winrar-exploit — CVE-2025-8088 C++ implementation | Kitploit
Tools/GitHubGitHub/starfallreverie/winrar-exploit
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationRed TeamingPayload Development
GitHubstarfallreverie/winrar-exploit

winrar-exploit

CVE-2025-8088 C++ implementation

View Repository
722 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

Description

This is my implementation of the CVE-2025-8088 Winrar exploit. It uses Alternate Data Streams (ADS) and path patching within the archive. When a victim extracts the infected archive, the patched ADS payload (e.g., executable, powershell script, or some funny png) is redirected into the target path (usually startup folder). On the next system start, the payload is automatically executed due to it being in startup

Repository

  • Requires zlib
  • Supports C++ 20 and higher

Usage

Run your compiled executable and follow the prompts:

  1. Enter the Windows username of the target. The payload will only drop into Startup if the username matches exactly.

  2. Enter the folder path containing the files you want the rar to visibly include. These are the "real" files shown in the archive.

  3. Enter the payload file path. This can be any file type, i like doing png's myself to troll but you can do malware executables, anything you want. It will be copied into startup and executed on next system start.

showcase

https://github.com/user-attachments/assets/d7fc4825-26f7-4452-824c-231815050c03

This repository is intended for educational purposes only.

Download Tool