Collection of bypass techiques written in 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.
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:
set CGO_ENABLED=0
go build -v -a -ldflags="-w -s" -o guacbypasser.exe main.go