Skip to content

Implement of "User Account Control bypass techiques" on Golang

Notifications You must be signed in to change notification settings

AhmedSakrr/golang-uacbypasser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Golang UAC Bypasser (GUACBP)

Collection bypass techiques on Golang.

Techniques are found online, on different blogs and repos here on GitHub. I do not take credit for any of the findings, thanks to all the researchers.

Rewrite of - https://github.com/rootm0s/WinPwnage to Golang.

Preview:

alt text

Techniques implemented:

  • UAC Bypass using computerdefaults.exe
  • UAC Bypass using eventvwr.exe
  • UAC Bypass using fodhelper.exe
  • UAC Bypass using HKCU Registry
  • UAC Bypass using HKLM Registry
  • UAC Bypass using IFEO
  • UAC Bypass using schtasks.exe
  • UAC Bypass using sdcltcontrol.exe
  • UAC Bypass using silentcleanup.exe
  • UAC Bypass using slui.exe
  • UAC Bypass using userinit.exe
  • UAC Bypass using wmic.exe

How to build:

  1. set CGO_ENABLED=0
  2. go build -v -a -ldflags="-w -s" -o guacbypasser.exe main.go

If you find error in the code or you want to support project please commit this changes.

Support project - BITCOIN: 18YsYvrQhyrtAqUcpTXpHFrQ6RHyd73dS6

About

Implement of "User Account Control bypass techiques" on Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages