4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / exploit_cleanup.bat BAT
@echo off

:: Cleans up dropped files from %windir%\ServiceProfiles\LocalService from the UIAccess exploit
:: You need to run this as Administrator or LocalService User

del "%windir%\ServiceProfiles\LocalService\exploit.exe"
del "%windir%\ServiceProfiles\LocalService\JuicyPotatoNG.exe"
del "%windir%\ServiceProfiles\LocalService\system32\srchadmin.dll"
rmdir "%windir%\ServiceProfiles\LocalService\system32"