UAC Bypass

Seatbelt.exe

C:\Tools\Seatbelt\Seatbelt\bin\Debug\Seatbelt.exe uac

====== UAC ======

ConsentPromptBehaviorAdmin     : 5 - PromptForNonWindowsBinaries
EnableLUA (Is UAC enabled?)    : 1

Registry

We can see REG_DWORD 0x1

We can see REG_DWORD 0x5

Create registry keys and launch PowerShell. Registry key names are limited to 255 characters, registry value names are limited to 16383 characters, and the value itself is only limited by the available system memory.

Then execute, we will prompt with High Level Integritiy

Last updated