Skip to content

UAC bypass techniques implemented and written in Go

License

Notifications You must be signed in to change notification settings

DarkVolder/golang-uacbypasser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang UAC Bypasser (GUACBP)

Collection of bypass techiques written in Golang.

Image of Golang UAC Bypasser

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.

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

UAC bypass techniques implemented and written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%