2025 Applocker Bypass List On Windows 11
You can use Winget to bypass Applocker. Simply use the winget command to download and install whatever application you want from the winget repo:
- Open cmd
- winget install 9P7KNL5RWT25 (This is sysinternals)
- Open folder: C:\Program Files\WindowsApps\Microsoft.SysinternalsSuite_2024.12.0.0_x64__8wekyb3d8bbwe\tools\
The install folder for Winget is under "C:\Program Files\WindowsApps****" - And the default rule of applocker allows programs to be run from "C:\Program Files"
Video Poc: https://www.youtube.com/watch?v=zuL7x4Wltto
Lolbas Project: https://lolbas-project.github.io/lolbas/Binaries/Winget/
Poc installer file: https://github.com/FredCyberSecurity/Win11ApplockerBypass/blob/main/WingetAWLInstaller.cmd
On config manager managed devices there is a folder: C:\Windows\CCM\Temp\ - Where the INTERACTIVE user group has read,execute and write permission.
Simply
- Put your executable in this folder
- Make sure to change the permission on this executable so you have execute permissions
- Execute your executable
Applocker allows execution from files under C:\Windows\ - And that's why this will work.
NB: Only works when the client is SCCM managed.
Video Poc: https://www.youtube.com/watch?v=21ORd9hcANE