.. /AccCheckConsole.exe
Verifies UI accessibility requirements
Paths:
- C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x86\AccChecker\AccCheckConsole.exe
- C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64\AccChecker\AccCheckConsole.exe
- C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\arm\AccChecker\AccCheckConsole.exe
- C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\arm64\AccChecker\AccCheckConsole.exe
Execute
-
Load a managed DLL in the context of AccCheckConsole.exe. The -window switch value can be set to an arbitrary active window name.
AccCheckConsole.exe -window "Untitled - Notepad" {PATH_ABSOLUTE:.dll}
- Use case
- Local execution of managed code from assembly DLL.
- Privileges required
- User
- Operating systems
- Windows
- ATT&CK® technique
- T1218
- Tags
Execute: DLL (.NET)
AWL bypass
-
Load a managed DLL in the context of AccCheckConsole.exe. The -window switch value can be set to an arbitrary active window name.
AccCheckConsole.exe -window "Untitled - Notepad" {PATH_ABSOLUTE:.dll}
- Use case
- Local execution of managed code to bypass AppLocker.
- Privileges required
- User
- Operating systems
- Windows
- ATT&CK® technique
- T1218
- Tags
Execute: DLL (.NET)