0x9ef/golang-uacbypasser: UAC bypass techniques implemented and written in Go
2019-04-04 00:56:49 Author: github.com(查看原文) 阅读量:296 收藏

Join GitHub today

GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.

Sign up

UAC bypass techniques implemented and written in Go

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


文章来源: https://github.com/0x9ef/golang-uacbypasser
如有侵权请联系:admin#unsafe.sh