18 lines
496 B
Markdown
18 lines
496 B
Markdown
# UAC Bypasser
|
|
Tool to Bypass the Windows User Account Control
|
|
|
|
DISCLAIMER: I'm not responsible for any bad usage of this tool. It is for educational purpouses only!!
|
|
|
|
## Requirements
|
|
- Windows 10 or Windows 11
|
|
- UAC on default level or lower (on maximum level windows will show up an UAC prompt)
|
|
|
|
## Command line arguments
|
|
`Bypass-UAC.exe <file>`
|
|
|
|
`<file> - FULL PATH of the exe/bat/cmd file, for example C:\Windows\System32\cmd.exe`
|
|
|
|
Example of usage:
|
|
|
|
`Bypass-UAC C:\Windows\System32\cmd.exe`
|